[Bug 1727285] Re: xfs_quota always exit with 0

Dave Chiluk 1727285 at bugs.launchpad.net
Mon Mar 5 21:56:38 UTC 2018


xfs_quota appears to be working as expected, but it seems you would like
to change it's behavior.  Ubuntu would prefer not diverge from the
upstream xfsprogs project.  Please bring up this issue with xfs project
directly at http://xfs.org/index.php/Main_Page

If they agree to change the behavior please point us at the change and
we will get it backported.

** Changed in: xfsprogs (Ubuntu)
       Status: New => Won't Fix

-- 
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