Merge pull request #954 from mrunalp/add_pquota
test: Add task to enable xfs pquota support
This commit is contained in:
commit
e838611fdd
1 changed files with 3 additions and 0 deletions
|
@ -64,3 +64,6 @@
|
|||
|
||||
- name: Flush the iptables
|
||||
command: iptables -F
|
||||
|
||||
- name: Update the kernel cmdline to include quota support
|
||||
command: grubby --update-kernel=ALL --args="rootflags=pquota"
|
||||
|
|
Loading…
Reference in a new issue