-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xfs_quota fails to initialize new project quotas #5143
Comments
Files identified in the description: If these files are incorrect, please update the |
MichaelRiss
added a commit
to MichaelRiss/community.general
that referenced
this issue
Aug 22, 2022
Files identified in the description: If these files are incorrect, please update the |
patchback bot
pushed a commit
that referenced
this issue
May 6, 2023
This fix ensures that in case of a project quota, the corresponding project gets initialized, if required. Signed-off-by: Christoph Fiehe <[email protected]> Co-authored-by: Christoph Fiehe <[email protected]> (cherry picked from commit 9c11230)
felixfontein
pushed a commit
that referenced
this issue
May 6, 2023
…o 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 <[email protected]> Co-authored-by: Christoph Fiehe <[email protected]> (cherry picked from commit 9c11230) Co-authored-by: cfiehe <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
When I initialize new XFS project quotas with the
xfs_quota
module the setup of the quotas fails, ansible is not reporting any errors (silent failure).This is a new attempt to submit #3350, I will try to also open a new PR.
Issue Type
Bug Report
Component Name
Ansible Version
Community.general Version
Configuration
OS / Environment
Fedora 36
Steps to Reproduce
Have on your target machine
/etc/projects
with e.g.and
/etc/projid
withCheck the results with
xfs_quota -x -c report
on the target machine before and after. The entry should change fromto
but it does not.
Expected Results
I expected the module to properly setup the quota project with something like
xfs_quota -x -c 'project -s <project name>' /
, but this setup fails.Actual Results
The ansible playbook run finishes without error message as if there is no problem.
xfs_quota -x -c report
on the target machine reveals that the quota project group has not been set up.home 232 0 0 00 [--------]
Code of Conduct
The text was updated successfully, but these errors were encountered: