mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
[PR #6387/9c112308 backport][stable-6] Fixes #5143: xfs_quota fails to initialize new project quotas (#6495)
Fixes #5143: xfs_quota fails to initialize new project quotas (#6387)
This fix ensures that in case of a project quota, the corresponding project gets initialized, if required.
Signed-off-by: Christoph Fiehe <c.fiehe@eurodata.de>
Co-authored-by: Christoph Fiehe <c.fiehe@eurodata.de>
(cherry picked from commit 9c11230824)
Co-authored-by: cfiehe <cfiehe@users.noreply.github.com>
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
- name: Assert project limits results for xft_quotaval after re-apply
|
||||
assert:
|
||||
that:
|
||||
- test_pquota_project_after.changed
|
||||
- test_pquota_project_after is not changed
|
||||
- name: Reset default project limits
|
||||
xfs_quota:
|
||||
mountpoint: '{{ remote_tmp_dir }}/pquota'
|
||||
|
||||
Reference in New Issue
Block a user