mirror of
https://github.com/Corsinvest/cv4pve-autosnap.git
synced 2026-04-25 08:55:49 +03:00
[GH-ISSUE #59] incorrect msg: Storage over 95%, no snapshot taken #55
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-autosnap#55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lifeboy on GitHub (Jan 12, 2022).
Original GitHub issue: https://github.com/Corsinvest/cv4pve-autosnap/issues/59
What happened?
I created a user (snapshot@pve) with the rights needed: VM.Snapshot, Pool.Allocate, VM.Audit, Datastore.Audit
Why is there a "POSSIBLE PROBLEM PERMISSION 'Datastore.Audit'" message?
more importantly, I have around 50% free storage in my ceph cluster of around 30TB.
Proxmox 6.4-13
Expected behavior
I expect the snapshots to be made.
Relevant log output
No response
Proxmox VE Version
6.4.13
Version (bug)
1.13.3
Version (working)
No response
On what operating system are you experiencing the issue?
Linux
Pull Request
@franklupo commented on GitHub (Jan 12, 2022):
Hi,
the message "POSSIBLE PROBLEM PERMISSION 'Datastore.Audit'" is show when the result of total space is zero. Your user have a 'Datastore.Audit' permission?
Best regards
@lifeboy commented on GitHub (Jan 13, 2022):
Here is the role directly from the interface:

The user has that role.
I'm going to remove it and add it again to see if it works.
@lifeboy commented on GitHub (Jan 13, 2022):
I recreated it and it still didn't work. Then I changed the user permission to have access to
/instead of/vmsand that solved the problem.@matze0301 commented on GitHub (Dec 20, 2023):
I had the same problem and your solution worked for me too.
Thank You!