Merge pull request #954 from mrunalp/add_pquota

test: Add task to enable xfs pquota support
This commit is contained in:
Mrunal Patel 2017-09-29 10:38:34 -07:00 committed by GitHub
commit e838611fdd

View file

@ -64,3 +64,6 @@
- name: Flush the iptables - name: Flush the iptables
command: iptables -F command: iptables -F
- name: Update the kernel cmdline to include quota support
command: grubby --update-kernel=ALL --args="rootflags=pquota"