Activity log for bug #1044516

Date Who What changed Old value New value Message
2012-08-31 19:12:57 Chris J Arges bug added bug
2012-08-31 19:13:10 Chris J Arges nominated for series Ubuntu Precise
2012-08-31 19:13:10 Chris J Arges bug task added quota (Ubuntu Precise)
2012-08-31 19:13:10 Chris J Arges nominated for series Ubuntu Quantal
2012-08-31 19:13:10 Chris J Arges bug task added quota (Ubuntu Quantal)
2012-08-31 19:13:22 Chris J Arges quota (Ubuntu Precise): importance Undecided Medium
2012-08-31 19:13:27 Chris J Arges quota (Ubuntu Precise): assignee Chris J Arges (christopherarges)
2012-08-31 19:13:29 Chris J Arges quota (Ubuntu Quantal): assignee Chris J Arges (christopherarges)
2012-08-31 19:13:37 Chris J Arges quota (Ubuntu Precise): status New In Progress
2012-08-31 19:13:39 Chris J Arges quota (Ubuntu Quantal): status New In Progress
2012-08-31 19:14:52 Chris J Arges bug watch added http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685356
2012-08-31 19:16:00 Chris J Arges bug task added quota
2012-08-31 20:25:58 Bug Watch Updater quota: status Unknown Confirmed
2012-09-10 14:08:43 Bug Watch Updater quota: status Confirmed Fix Released
2012-09-17 18:50:22 Chris J Arges attachment added quota_precise_lp1044516.debdiff https://bugs.launchpad.net/ubuntu/+source/quota/+bug/1044516/+attachment/3320950/+files/quota_precise_lp1044516.debdiff
2012-09-17 18:50:34 Chris J Arges attachment added quota_quantal_lp1044516.debdiff https://bugs.launchpad.net/ubuntu/+source/quota/+bug/1044516/+attachment/3320951/+files/quota_quantal_lp1044516.debdiff
2012-09-17 18:59:26 Chris J Arges description Description of the problem: The command 'repquota' is not working properly with an XFS file system on 12.04 and later. It only reports root's quota. The same command worked well with 10.04, and the other quota commands (xfs_quota) seem to work properly as well. Version affected: 12.04 LTS: ii quota 4.00-3 implementation of the disk quota system ii xfsprogs 3.1.7 Utilities for managing the XFS filesystem How reproducible is the problem? Always. Steps to Reproduce: 1. Create a XFS partition. 2. Create an entry in fstab such as: /dev/vdb1 /mnt xfs defaults,usrquota,grpquota 1 1 3. Run and compare the output of the following commands on 10.04 LTS , 12.04 LTS and 12.10. $ sudo mount /mnt $ sudo mkdir -p /mnt/test $ sudo chown $USER:$GROUP /mnt/test $ sudo repquota /mnt $ sudo xfs_quota -x -c report /mnt This appears to be a regression. SRU Justification: [IMPACT] * When using quota on systems with XFS on precise/quantal only the root quota is reported. [TESTCASE] * See bug below. [Regression Potential] * This patch is already part of quota 4.01-1. It would be important to test on XFS and non-XFS partitions to see if functionality is as expected. * This bug worked correctly in Lucid, and appears to be a regression in the upstream package between Lucid and Precise. -- Description of the problem: The command 'repquota' is not working properly with an XFS file system on 12.04 and later. It only reports root's quota. The same command worked well with 10.04, and the other quota commands (xfs_quota) seem to work properly as well. Version affected: 12.04 LTS: ii quota 4.00-3 implementation of the disk quota system ii xfsprogs 3.1.7 Utilities for managing the XFS filesystem How reproducible is the problem? Always. Steps to Reproduce: 1. Create a XFS partition. 2. Create an entry in fstab such as: /dev/vdb1 /mnt xfs defaults,usrquota,grpquota 1 1 3. Run and compare the output of the following commands on 10.04 LTS , 12.04 LTS and 12.10. $ sudo mount /mnt $ sudo mkdir -p /mnt/test $ sudo chown $USER:$GROUP /mnt/test $ sudo repquota /mnt $ sudo xfs_quota -x -c report /mnt This appears to be a regression.
2012-09-17 18:59:42 Chris J Arges bug added subscriber Ubuntu Stable Release Updates Team
2012-09-17 18:59:47 Chris J Arges bug added subscriber Ubuntu Sponsors Team
2012-09-20 17:16:01 Chris J Arges attachment added quota_precise_lp1044516_v2.debdiff https://bugs.launchpad.net/ubuntu/+source/quota/+bug/1044516/+attachment/3325530/+files/quota_precise_lp1044516_v2.debdiff
2012-09-20 17:16:20 Chris J Arges attachment added quota_quantal_lp1044516_v2.debdiff https://bugs.launchpad.net/ubuntu/+source/quota/+bug/1044516/+attachment/3325531/+files/quota_quantal_lp1044516_v2.debdiff
2012-10-04 15:40:35 Michael Terry description SRU Justification: [IMPACT] * When using quota on systems with XFS on precise/quantal only the root quota is reported. [TESTCASE] * See bug below. [Regression Potential] * This patch is already part of quota 4.01-1. It would be important to test on XFS and non-XFS partitions to see if functionality is as expected. * This bug worked correctly in Lucid, and appears to be a regression in the upstream package between Lucid and Precise. -- Description of the problem: The command 'repquota' is not working properly with an XFS file system on 12.04 and later. It only reports root's quota. The same command worked well with 10.04, and the other quota commands (xfs_quota) seem to work properly as well. Version affected: 12.04 LTS: ii quota 4.00-3 implementation of the disk quota system ii xfsprogs 3.1.7 Utilities for managing the XFS filesystem How reproducible is the problem? Always. Steps to Reproduce: 1. Create a XFS partition. 2. Create an entry in fstab such as: /dev/vdb1 /mnt xfs defaults,usrquota,grpquota 1 1 3. Run and compare the output of the following commands on 10.04 LTS , 12.04 LTS and 12.10. $ sudo mount /mnt $ sudo mkdir -p /mnt/test $ sudo chown $USER:$GROUP /mnt/test $ sudo repquota /mnt $ sudo xfs_quota -x -c report /mnt This appears to be a regression. SRU Justification: [IMPACT]  * When using quota on systems with XFS on precise/quantal only the root quota is reported. * This means that users of XFS cannot use repquota, as it does not return reliable results. [TESTCASE]  * See bug below. [Regression Potential] * This patch only affects an XFS code path.  * This patch is already part of quota 4.01-1. It would be important to test on XFS and non-XFS partitions to see if functionality is as expected.  * This bug worked correctly in Lucid, and appears to be a regression in the upstream package between Lucid and Precise. -- Description of the problem: The command 'repquota' is not working properly with an XFS file system on 12.04 and later. It only reports root's quota. The same command worked well with 10.04, and the other quota commands (xfs_quota) seem to work properly as well. Version affected: 12.04 LTS: ii quota 4.00-3 implementation of the disk quota system ii xfsprogs 3.1.7 Utilities for managing the XFS filesystem How reproducible is the problem? Always. Steps to Reproduce: 1. Create a XFS partition. 2. Create an entry in fstab such as: /dev/vdb1 /mnt xfs defaults,usrquota,grpquota 1 1 3. Run and compare the output of the following commands on 10.04 LTS , 12.04 LTS and 12.10. $ sudo mount /mnt $ sudo mkdir -p /mnt/test $ sudo chown $USER:$GROUP /mnt/test $ sudo repquota /mnt $ sudo xfs_quota -x -c report /mnt This appears to be a regression.
2012-10-04 15:46:14 Michael Terry quota (Ubuntu Quantal): assignee Chris J Arges (christopherarges)
2012-10-04 15:46:24 Michael Terry quota (Ubuntu Precise): assignee Chris J Arges (christopherarges)
2012-10-04 15:46:35 Michael Terry bug added subscriber Michael Terry
2012-10-04 16:01:17 Launchpad Janitor quota (Ubuntu Quantal): status In Progress Fix Released
2012-10-04 16:13:28 Launchpad Janitor branch linked lp:ubuntu/quota
2012-10-05 11:21:23 James Page removed subscriber Ubuntu Sponsors Team
2012-10-15 20:25:24 Chris J Arges bug added subscriber Sustaining Engineering
2012-10-18 15:02:10 Adam Conrad quota (Ubuntu Precise): status In Progress Fix Committed
2012-10-18 15:02:13 Adam Conrad bug added subscriber SRU Verification
2012-10-18 15:02:20 Adam Conrad tags verification-needed
2012-10-18 15:14:46 Launchpad Janitor branch linked lp:~ubuntu-branches/ubuntu/precise/quota/precise-proposed
2012-11-04 15:42:07 Roel Standaert tags verification-needed verification-done
2012-11-04 17:10:42 Steve Langasek removed subscriber Ubuntu Stable Release Updates Team
2012-11-04 17:11:12 Launchpad Janitor quota (Ubuntu Precise): status Fix Committed Fix Released
2014-02-07 15:46:24 Curtis Hovey removed subscriber Registry Administrators