From a16c0c800dd04f4e4c54a0cbf983018d20bfed6d Mon Sep 17 00:00:00 2001 From: Mohamed Larabi Date: Tue, 3 Apr 2012 00:08:25 +0200 Subject: [PATCH] put .timestamp file inside /var/lib/lxc// --- system/TestPlc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/TestPlc.py b/system/TestPlc.py index 4421fac..cbdb2d2 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -191,7 +191,7 @@ class TestPlc: def vm_timestamp_path (self): if self.options.plcs_use_lxc: - return "/var/lib/lxc/%s.timestamp"%(self.vservername) + return "/var/lib/lxc/%s/%s.timestamp"%(self.vservername,self.vservername) else: return "/vservers/%s.timestamp"%(self.vservername) -- 2.43.0