Added lsof call for debugging the F20 issue.
authorThomas Dreibholz <dreibh@simula.no>
Fri, 6 Feb 2015 15:14:44 +0000 (16:14 +0100)
committerThomas Dreibholz <dreibh@simula.no>
Fri, 6 Feb 2015 15:14:44 +0000 (16:14 +0100)
sliver_lxc.py

index 44194ed..1358279 100644 (file)
@@ -367,6 +367,9 @@ unset pathmunge
             logger.log("-TMP-ls-l %s"%name)
             command = ['ls', '-l', containerDir]
             logger.log_call(command)
             logger.log("-TMP-ls-l %s"%name)
             command = ['ls', '-l', containerDir]
             logger.log_call(command)
+            logger.log("-TMP-lsof")
+            command = ['lsof']
+            logger.log_call(command)
             if os.path.exists(containerDir):
                 logger.log('sliver_lxc.destroy: ERROR could not cleanly destroy %s - giving up'%name)
 
             if os.path.exists(containerDir):
                 logger.log('sliver_lxc.destroy: ERROR could not cleanly destroy %s - giving up'%name)