Good Morning, I am screwed and need some help
I have two nodes attached to a shared storage (SAN using LVM) and I need to shutdown the storage system for maintenance. There is a third node in the cluster with local disks and the idea was to move some important services to this one to keep the downtime as small as possible. Most of them are containers but there are also some VMs and I am looking for an efficient and "fast" solution to move the services with minimal downtime.
For the containers my idea was to create matching LVM disks on the target storage, use "pct mount" to mount them into the host and use rsync to transfer the files. Would it work to use the same container id and move the configuration from one node to the other "by hand" (move in filesystem) or is the better id to clone the configuration to a new id?
Is there any option to do similar with a VM?
TIA
Oliver
I have two nodes attached to a shared storage (SAN using LVM) and I need to shutdown the storage system for maintenance. There is a third node in the cluster with local disks and the idea was to move some important services to this one to keep the downtime as small as possible. Most of them are containers but there are also some VMs and I am looking for an efficient and "fast" solution to move the services with minimal downtime.
For the containers my idea was to create matching LVM disks on the target storage, use "pct mount" to mount them into the host and use rsync to transfer the files. Would it work to use the same container id and move the configuration from one node to the other "by hand" (move in filesystem) or is the better id to clone the configuration to a new id?
Is there any option to do similar with a VM?
TIA
Oliver