test: Add flags to enable xfs pquota support
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
parent
7d5d652f65
commit
e0ffa43c34
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