It appears to be a bug caused by using this:
system("lsof $backing_store &>/dev/null");
instead of:
system("lsof $backing_store >/dev/null 2>&1");
--
tgtd target will not start unless it's configured with "allow-in-use yes"
https://bugs.launchpad.net/bugs/605721
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
