X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sliver_lxc.py;h=1b64f3465f99502721e8940f1cf8ab29d78c0e66;hb=7575a499382a52a572092db2218736f5d73363bf;hp=4eb5229501ebae769ecbda03d1e08ec8b33fc69f;hpb=5c7013aa253dc92ae430f6d07bcce71a009198ab;p=nodemanager.git diff --git a/sliver_lxc.py b/sliver_lxc.py index 4eb5229..1b64f34 100644 --- a/sliver_lxc.py +++ b/sliver_lxc.py @@ -52,6 +52,8 @@ class Sliver_LXC(lv.Sliver_Libvirt): # subvolume) command = ['btrfs', 'subvolume', 'snapshot', refImgDir, containerDir] logger.log_call(command, timeout=15*60) + command = ['chmod', '755', containerDir] + logger.log_call(command, timeout=15*60) # TODO: set quotas...