X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sliver_lxc.py;h=96b757fe126349e49295ccb40ade0ee7f1185861;hb=c11be0e7acd25cce6493569873da4e8f6d9f1cbe;hp=bdfd71df9f3869adc32ca9a56c7509a572d3835f;hpb=017b153a7cfd73df8cbbc1b7ecbfd7def0a66d0d;p=nodemanager.git diff --git a/sliver_lxc.py b/sliver_lxc.py index bdfd71d..96b757f 100644 --- a/sliver_lxc.py +++ b/sliver_lxc.py @@ -87,7 +87,7 @@ class Sliver_LXC(Sliver_Libvirt, Initscript): # subvolume) command = ['btrfs', 'subvolume', 'snapshot', refImgDir, containerDir] if not logger.log_call(command, timeout=15*60): - logger.log('sliver_lxc: ERROR Could not create BTRFS snapshot at', containDir) + logger.log('sliver_lxc: ERROR Could not create BTRFS snapshot at', containerDir) return command = ['chmod', '755', containerDir] logger.log_call(command, timeout=15*60)