-
-
Notifications
You must be signed in to change notification settings - Fork 40
Add bulk snapshot script for VMs #46
Copy link
Copy link
Open
Labels
featureNew user-facing capabilityNew user-facing capabilityinfraProxmox, Ceph, SDN, networking, host scriptsProxmox, Ceph, SDN, networking, host scripts
Description
Metadata
Metadata
Assignees
Labels
featureNew user-facing capabilityNew user-facing capabilityinfraProxmox, Ceph, SDN, networking, host scriptsProxmox, Ceph, SDN, networking, host scripts
Projects
StatusShow more project fields
Backlog
Description
There is no script to bulk create snapshots of VMs. While
VirtualMachines/Backup/BulkBackup.shhandles full backups, snapshots are a lighter-weight operation for creating point-in-time restore points. Operators need bulk snapshots before applying fleet-wide changes (e.g., OS updates, configuration changes).A new script should be added under
VirtualMachines/Backup/orVirtualMachines/Operations/.Acceptance Criteria
vmstateoption (include RAM state or not)ArgumentParser.shfor argument handling