← Back to team overview

kernel-packages team mailing list archive

[Bug 1461730] Re: XFS quota doesn't work after rebooting because of crash

 

This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
trusty' to 'verification-done-trusty'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-trusty

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1461730

Title:
  XFS quota doesn't work after rebooting because of crash

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Trusty:
  Fix Committed

Bug description:
  [Impact]

  XFS quota doesn't work after rebooting because of crash or force reboot.
  You can see msg on dmesg.
  [ 12.309146] XFS (sdb): Failed to initialize disk quotas.

  [Fix]

  Upstream development
  5ef828c41527 ("xfs: avoid false quotacheck after unclean shutdown")

  It's affected under 3.17 kernel.

  * fixed directory mismatch

  There was no libxfs directory on fs/xfs/, I modified upstream 
  fs/xfs/libxfs/xfs_sb.c to proper position /fs/xfs/xfs_sb.c on ubuntu.

  [Testcase]

  mkfs.xfs for your extra storage, set the quota 2G with it. Using the 
  command "dd if=/dev/zero of=test bs=1M count=3000", You can see that they 
  have quota 2G at first. But after force rebooting, you can see that they 
  don't limit quota. You can make 3G on 2G quota set directory.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1461730/+subscriptions


References