Changes between Version 27 and Version 28 of Internal/NewNodeAgent
- Timestamp:
- Mar 10, 2015, 10:19:13 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/NewNodeAgent
v27 v28 325 325 326 326 Minus oml4r all the other stuff is dependencies of cocaine 0.5.4. 327 328 There was issue with the include path, the file /usr/sbin/omf-resctl-5.4 needed to be modified. I'll need to put this up to the repo. This was the change: 329 {{{ 330 GEM_PATH=/usr/share/omf-common-$VER/gems exec ruby1.9.1 -I$PDIR -I$PDIR/omf-resctl/omf_agent -I$PDIR/omf-resctl/omf_driver -I/usr/share/omf-common-$VER $PDIR/$APP $* 331 }}}