[Bug 1727285] Re: xfs_quota always exit with 0
Dave Chiluk
1727285 at bugs.launchpad.net
Mon Mar 5 21:57:27 UTC 2018
I'm marking this won't fix pending a response from @Kaoet and a behavior
change from upstream xfs.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to xfsprogs in Ubuntu.
https://bugs.launchpad.net/bugs/1727285
Title:
xfs_quota always exit with 0
Status in xfsprogs package in Ubuntu:
Won't Fix
Bug description:
The program xfs_quota always exit with 0, even on failure execution.
Example:
$ xfs_quota -c 'print' /im/not/xfs
xfs_quota: cannot setup path for mount /im/not/xfs: No such device or address
Expected:
$ echo $?
1
Actual:
$ echo $?
0
Due to this bug, I cannot determine whether this command succeeds or
fails in scripts.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfsprogs/+bug/1727285/+subscriptions
More information about the foundations-bugs
mailing list