remove myfuser to detect the instance
authorGui Chen <gui.chen@intel.com>
Fri, 9 Aug 2013 08:42:53 +0000 (04:42 -0400)
committerGui Chen <gui.chen@intel.com>
Tue, 13 Aug 2013 09:23:53 +0000 (05:23 -0400)
commit56a222f9e764497bb29010bac7cf49230aed321b
tree524627d4d7e43759eaa150cf495d38a35b2c14f7
parent899338c8d23721f3c953f13ab86b09e34626df7b
remove myfuser to detect the instance

the detection of .chroot.lock is not so correct in logic,
if the .chroot.lock is used by another process, it works;
if it is used by this process, it faults. so fuser is not
working as expected here. also removing fuser will break
a dependency of 'fuser' command

Signed-off-by: Gui Chen <gui.chen@intel.com>
mic/utils/fs_related.py