This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1811975

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
       Status: New => Incomplete

** Tags added: 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/1811975

Title:
  Trusty linux-image-3.13.0-164-generic:amd64 breaks XFS project quota

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello,

  the recent Trusty update to Linux Kernel linux-
  image-3.13.0-164-generic:amd64 breaks XFS project quota. They used to
  work wih the exact same configuration and still work in Trusty with a
  Wily 4.2 HWE Kernel.

  The symptom is the following:
  $ sudo xfs_quota -c 'df -h'
  XFS_GETQUOTA: No such process

  Steps to reproduce (on Ubuntu 14.04.5 LTS with Kernel 3.13.0-164-generic / 
Ubuntu 3.13.0-164.214-generic 3.13.11-ckt39):
  $ dd if=/dev/zero of=xfs.pquota.test bs=1M count=1024
  1024+0 records in
  1024+0 records out
  1073741824 bytes (1.1 GB) copied, 0.671311 s, 1.6 GB/s
  $ mkfs.xfs xfs.pquota.test
  meta-data=xfs.pquota.test        isize=256    agcount=4, agsize=65536 blks
           =                       sectsz=512   attr=2, projid32bit=0
  data     =                       bsize=4096   blocks=262144, imaxpct=25
           =                       sunit=0      swidth=0 blks
  naming   =version 2              bsize=4096   ascii-ci=0
  log      =internal log           bsize=4096   blocks=2560, version=2
           =                       sectsz=512   sunit=0 blks, lazy-count=1
  realtime =none                   extsz=4096   blocks=0, rtextents=0
  $ sudo mount -o loop,pquota xfs.pquota.test /mnt/
  $ mkdir /mnt/prj1000
  $ echo '1000:/mnt/prj1000' | sudo tee -a /etc/projects
  1000:/mnt/prj1000
  $ sudo xfs_quota -x -c 'project -s 1000'
  Setting up project 1000 (path /mnt/prj1000)...
  Processed 1 (/etc/projects and cmdline) paths for project 1000 with recursion 
depth infinite (-1).
  $ sudo xfs_quota -c 'df -h'
  Filesystem     Size   Used  Avail Use% Pathname
  /dev/loop0    1014M  32.2M 981.8M   3% /mnt
  XFS_GETQUOTA: No such process

  
  The last line should have been the quota information for project 1000, as it 
used to be.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to