Changes between Version 27 and Version 28 of Internal/NewNodeAgent


Ignore:
Timestamp:
Mar 10, 2015, 10:19:13 PM (9 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/NewNodeAgent

    v27 v28  
    325325
    326326Minus oml4r all the other stuff is dependencies of cocaine 0.5.4.
     327
     328There 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{{{
     330GEM_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}}}