xfs: test user and group quota names beginning with digits

There's a known bug of xfsprogs, when a user or group name beinning
with digits, xfs_quota can't create 'limit' for it.

Signed-off-by: Zorro Lang <zlang@redhat.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
Zorro Lang
2015-12-21 18:07:37 +11:00
committed by Dave Chinner
parent 3235a9556f
commit 4545386ca0
5 changed files with 94 additions and 2 deletions
+1
View File
@@ -12,6 +12,7 @@ Building Linux:
- run make
- run make install
- create fsgqa test user ("sudo useradd fsgqa")
- create 123456-fsgqa test user ("sudo useradd 123456-fsgqa")
Building IRIX:
- cd into the xfstests directory