From: Thomas Dreibholz Date: Fri, 6 Feb 2015 15:14:44 +0000 (+0100) Subject: Added lsof call for debugging the F20 issue. X-Git-Tag: nodemanager-5.2-15~2 X-Git-Url: http://git.onelab.eu/?p=nodemanager.git;a=commitdiff_plain;h=b3c64dea4bb2fcd8375db955a9116c32d4f26f84 Added lsof call for debugging the F20 issue. --- diff --git a/sliver_lxc.py b/sliver_lxc.py index 44194ed..1358279 100644 --- a/sliver_lxc.py +++ b/sliver_lxc.py @@ -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)