Added lsof call for debugging the F20 issue.
[nodemanager.git] / 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-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)