hello all
i am wondering if ceph can handle autoblancing. more in detail. i want a script which runs once a day and automatically scale the VM and Resources between 4 Nodes (in a cluster). but the question is if ceph can handle it.
4 nodes, 8 Ceph storages (2 per node)
on node 1 is a VM
the VM writes to Node 2,3 and 4 a part of the VM Drive, 1/3 to each drive. in case of Node 1 goes down, the VM will be restored from the disk information stored from drive 2,3and 4 and will be created on any Node (lets suppose on Node 2).
but how does Ceph handle if moving VMs are on the cluster. means: VM will be moved to Node 4 (autoscaler), does ceph automatically delete the "backup_infos" from Node 4 and write it to Node1 ? does the recovery still work ?
i am wondering if ceph can handle autoblancing. more in detail. i want a script which runs once a day and automatically scale the VM and Resources between 4 Nodes (in a cluster). but the question is if ceph can handle it.
4 nodes, 8 Ceph storages (2 per node)
on node 1 is a VM
the VM writes to Node 2,3 and 4 a part of the VM Drive, 1/3 to each drive. in case of Node 1 goes down, the VM will be restored from the disk information stored from drive 2,3and 4 and will be created on any Node (lets suppose on Node 2).
but how does Ceph handle if moving VMs are on the cluster. means: VM will be moved to Node 4 (autoscaler), does ceph automatically delete the "backup_infos" from Node 4 and write it to Node1 ? does the recovery still work ?