Corsinvest / cv4pve-autosnap

Automatic snapshot tool for Proxmox VE
https://www.corsinvest.it/cv4pve
GNU General Public License v3.0
413 stars 51 forks source link

Destination storage #86

Closed AlfredTallMountain closed 8 months ago

AlfredTallMountain commented 8 months ago

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 8 months ago

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 8 months ago

That makes a lot of sense, thank you