test: Add flags to enable xfs pquota support

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
Mrunal Patel 2017-09-27 16:40:40 -07:00
parent 7d5d652f65
commit e0ffa43c34

View file

@ -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"