From: Sapan Bhatia Date: Tue, 12 Jan 2010 20:28:38 +0000 (+0000) Subject: We need to store the slice id elsewhere, because now Daniel uses the vserver name... X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d6d518a82a254153486d5354101f22d15ed26b35;p=util-vserver-pl.git We need to store the slice id elsewhere, because now Daniel uses the vserver name to store the path to the corresponding vserver. --- diff --git a/python/vserver.py b/python/vserver.py index 75172c2..3760a34 100644 --- a/python/vserver.py +++ b/python/vserver.py @@ -425,8 +425,7 @@ class VServer: subprocess.call("/usr/sbin/vserver %s stop" % self.name, shell=True) def setname(self, slice_id): - '''Set vcVHI_CONTEXT field in kernel to slice_id''' - vserverimpl.setname(self.ctx, slice_id) + pass def getname(self): '''Get vcVHI_CONTEXT field in kernel'''