mirror of
https://github.com/Corsinvest/cv4pve-autosnap.git
synced 2026-04-25 08:55:49 +03:00
[GH-ISSUE #86] Destination storage #80
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-autosnap#80
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 @AlfredTallMountain on GitHub (Mar 10, 2024).
Original GitHub issue: https://github.com/Corsinvest/cv4pve-autosnap/issues/86
Hi I'm using autosnap and it's great,
just created its cronjob.
Thanks for this tool !
I have a question:
I can't seem to find an option to specify the destination storage
(local / local-zfs / ceph)
my VMs are on ceph and I see that the snapshots are in ceph's pool.
I've set '--max-perc-storage' to 90.
What happens if the available storage on ceph is < 90% ?
I wouldn't want that autosnap decides to write to local-zfs if the capacity is low :)
Thanks
@franklupo commented on GitHub (Mar 11, 2024):
Hi,
the snapshots are managed by Proxmox VE. The destination is the same disk storage as the VM. The '--max-perc-storage' parameter specifies the control for snapshot creation.
Best regards
@AlfredTallMountain commented on GitHub (Mar 11, 2024):
That makes a lot of sense, thank you