Hi!
I have a hyperconverged Proxmox (PVE) cluster with Ceph. My VM's hard disks are backed by Ceph RBD.
And I am making backups to Proxmox Backup (PBS) server.
The VMs share a lot of common data. So I first created a template VM (vm 102) and then cloned this template to create the individual VMs.
If I look at the ceph storage, I can see that the VM's disks actually are children of the common template's disk. Shared data is not duplicated and it saves me a lot of storage space:
My question is now: If I restore a VM from the PBS, will this break the child relationship with the template's disk?
Anything that I can do, or should be aware of?
I have a hyperconverged Proxmox (PVE) cluster with Ceph. My VM's hard disks are backed by Ceph RBD.
And I am making backups to Proxmox Backup (PBS) server.
The VMs share a lot of common data. So I first created a template VM (vm 102) and then cloned this template to create the individual VMs.
If I look at the ceph storage, I can see that the VM's disks actually are children of the common template's disk. Shared data is not duplicated and it saves me a lot of storage space:
Code:
root@pve2:~# rbd children cephpool1/base-102-disk-0@__base__
cephpool1/vm-104-disk-0
cephpool1/vm-105-disk-0
cephpool1/vm-106-disk-0
cephpool1/vm-107-disk-0
cephpool1/vm-108-disk-0
My question is now: If I restore a VM from the PBS, will this break the child relationship with the template's disk?
Anything that I can do, or should be aware of?