Use the correct xfs quota settings here in the srv mount
This commit is contained in:
parent
33fb6a7c6f
commit
34e5052ee4
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
name=/srv
|
name=/srv
|
||||||
src=/dev/mapper/GuestVolGroup00-srv
|
src=/dev/mapper/GuestVolGroup00-srv
|
||||||
fstype=xfs
|
fstype=xfs
|
||||||
opts="usrjquota=aquota.user,grpjquota=aquota.group,noatime,noexec,nosuid,nodev"
|
opts="quota,gquota,noatime,noexec,nosuid,nodev"
|
||||||
passno=0
|
passno=0
|
||||||
dump=0
|
dump=0
|
||||||
state=mounted
|
state=mounted
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue