issues
search
deckhouse
/
virtualization
Virtualization module for Deckhouse Kubernetes Platform
https://deckhouse.io/modules/virtualization/stable/
Other
25
stars
1
forks
source link
feat(vmsnapshot): add the ability to snapshot virtualmachines
#347
Closed
Isteb4k
closed
1 month ago
Isteb4k
commented
2 months ago
Description
New resource VirtualMachineSnapshot:
CRD using kubebuilder, ru version
Controller ensuring the consistency of the virtual machine and block devices when creating a snapshot (Freezing, no RestartAwaitingChanges, management via RequiredConsistency)
Conditions VirtualMachineReady, VirtualMachineSnapshotReady
Management of underlying secret and corresponding virtual disk snapshots.
CacheSyncTimeout 10 min for all controllers
Checklist
[x] The code is covered by unit tests.
[x] e2e tests passed.
[x] Documentation updated according to the changes.
[x] Changes were tested in the Kubernetes cluster manually.
Description
New resource VirtualMachineSnapshot:
Checklist