From: Thierry Parmentelat Date: Thu, 12 Nov 2015 19:01:41 +0000 (+0100) Subject: turn off the codemux plugin in an lxc environment X-Git-Tag: nodemanager-5.2-18~4 X-Git-Url: http://git.onelab.eu/?p=nodemanager.git;a=commitdiff_plain;h=763594e4e2cfa905262cdd71ffaa263eebf5d851 turn off the codemux plugin in an lxc environment it was confirmed to be responsible for the slice re-creation issue --- diff --git a/nodemanager.spec b/nodemanager.spec index 7c8f288..4a52cd5 100644 --- a/nodemanager.spec +++ b/nodemanager.spec @@ -163,7 +163,6 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/NodeManager/ticket.* %{_datadir}/NodeManager/tools.* %{_datadir}/NodeManager/plugins/__init__.* -%{_datadir}/NodeManager/plugins/codemux.* %{_datadir}/NodeManager/plugins/hostmap.* %{_datadir}/NodeManager/plugins/interfaces.* %{_datadir}/NodeManager/plugins/omf_resctl.* @@ -244,6 +243,9 @@ nodemanager-vs provides the vserver code for the PlanetLab Node Manager. %{_datadir}/NodeManager/coresched_vs.* # this plugin uses vserver for now %{_datadir}/NodeManager/plugins/drl.* +# in vs only : turn off the codemux plugin in lxc for now as +# it is responsible for the slice re-creation issue +%{_datadir}/NodeManager/plugins/codemux.* %endif ##############################