public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] common/quota: set VFS_QUOTA for gfs2
@ 2015-05-15 13:36 Andrew Price
  2015-05-15 13:36 ` [PATCH 2/3] generic/group: add generic/082 to the quota group Andrew Price
  2015-05-15 13:36 ` [PATCH 3/3] common/rc: support gfs2 in _scratch_mkfs_sized Andrew Price
  0 siblings, 2 replies; 4+ messages in thread
From: Andrew Price @ 2015-05-15 13:36 UTC (permalink / raw)
  To: fstests

Use generic quota tools with gfs2.

Fixes "xfs_quota: cannot setup path for mount /mnt/scratch: No such
device or address"

Signed-off-by: Andrew Price <anprice@redhat.com>
---
 common/quota | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/quota b/common/quota
index b320cf2..23be4f8 100644
--- a/common/quota
+++ b/common/quota
@@ -213,7 +213,7 @@ _check_quota_usage()
 
 	VFS_QUOTA=0
 	case $FSTYP in
-	ext2|ext3|ext4|ext4dev|reiserfs)
+	ext2|ext3|ext4|ext4dev|reiserfs|gfs2)
 		VFS_QUOTA=1
 		quotaon -f -u -g $SCRATCH_MNT 2>/dev/null
 		;;
-- 
2.1.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-05-25 22:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-15 13:36 [PATCH 1/3] common/quota: set VFS_QUOTA for gfs2 Andrew Price
2015-05-15 13:36 ` [PATCH 2/3] generic/group: add generic/082 to the quota group Andrew Price
2015-05-15 13:36 ` [PATCH 3/3] common/rc: support gfs2 in _scratch_mkfs_sized Andrew Price
2015-05-25 22:30   ` Dave Chinner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox