Moving raw disk images in cluster setup

561da57a

New Member
Feb 14, 2021
2
0
1
39
I have a 3 node proxmox cluster.

I have a CT with id 106 in node-3 which I enabled for HA in datacenter tab. The node-3 which has 106 CT restarted and I could no longer start the container again. Upon checking i found the disk image was missing in node-3 and was in node-2. Guess proxmox moved it since I added it in HA.

So if proxmox moved the disk image to node-2 why the container was not started ?
How to move the image back to node-3 ?

Also the 106.conf file is missing in both nodes.

Any help is appreciated. I don’t want create the image from scratch since it will take a lot of work again ..
 
can you post the ct config (pct config ID) as well as the content of the storage config? (cat /etc/pve/storage.cfg) ?
 
pct config 106

Code:
arch: amd64
cores: 1
hostname: rproxy
memory: 512
nameserver: 192.168.22.9
net0: name=eth0,bridge=vmbr0,gw=192.168.22.1,hwaddr=9A:F0:F9:2B:28:61,ip=192.168.22.91/24,type=veth
onboot: 1
ostype: ubuntu
rootfs: local-lvm:vm-106-disk-0,size=8G
searchdomain: 192.168.22.8
swap: 512

storage.cfg

Code:
dir: local
path /var/lib/vz
content iso,vztmpl,backup

lvmthin: local-lvm
thinpool data
vgname pve
content images,rootdir

dir: iso
path /tank/software/iso
content vztmpl,iso
shared 0