pct move_volume <vmid> <volume> <storage>
my_ssd
and want to move a container 123's rootfs there:pct move_volume 123 rootfs my_ssd
should move it.CTIDS=$(pct list | awk '{print $1}') # get a list of all containers
for CTID in ${CTIDS}; do pct move_volume ${CTID} rootfs my_ssd; done
with live-migration, you should be able to select the target storage in the Web UI. Otherwise, you can use theHello, so we put a new server SSD into the cluster, this server is on ZFS and the old server HDD is on LVM, i would like to migrate them but i receive this error ..
View attachment 25683
The old : View attachment 25684
The new : View attachment 25685
It's maybe because they don't have the same name, but it's possible to put the same name ?
Can someone tell me why i can't ?
Have a nice day !
--targetstorage
option in the CLI.