Hi,
I changed something months ago, broke everything, tried to fix it, and I think I got part of the way back, but I'm still stuck trying to get one VM up. Sadly, it is the only VM that I actually want, the others are all disposable. I'm new to proxmox, so this is 100% user error.
There are 3 nodes (Marvin, elmer, foghorn) and the VM that I want is 'puffin' on node foghorn.
When trying to start puffin, the description shows "VM 100 - Start" with status of "Error: no such logical volume pve/vm-100-disk-0"
It then lists description of "HA 100 - start" with status of "Error: command 'ha-manager set vm:100 --state started' failed: exit code 255"
Somewhere, I tried teaching myself high availability and I think I made things more complicated than I should have. At this point, I don't even care if I can't get the VM operational. I'm willing to start over with a new build, I just want to get the website data out of Apache.
I have tried to do my homework before asking for help and I see that there are often requests for the following:
lvs
vgs
lsblk
/etc/pve/storage.conf
lvscan
Please let this be an easy one for the proxmox wizards. I would be forever grateful for assistance.
Thanks in advance!
I changed something months ago, broke everything, tried to fix it, and I think I got part of the way back, but I'm still stuck trying to get one VM up. Sadly, it is the only VM that I actually want, the others are all disposable. I'm new to proxmox, so this is 100% user error.
There are 3 nodes (Marvin, elmer, foghorn) and the VM that I want is 'puffin' on node foghorn.
When trying to start puffin, the description shows "VM 100 - Start" with status of "Error: no such logical volume pve/vm-100-disk-0"
It then lists description of "HA 100 - start" with status of "Error: command 'ha-manager set vm:100 --state started' failed: exit code 255"
Somewhere, I tried teaching myself high availability and I think I made things more complicated than I should have. At this point, I don't even care if I can't get the VM operational. I'm willing to start over with a new build, I just want to get the website data out of Apache.
I have tried to do my homework before asking for help and I see that there are often requests for the following:
lvs
Code:
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
data pve twi-aotz-- <348.82g 4.37 0.62
root pve -wi-ao---- 96.00g
swap pve -wi-ao---- 8.00g
vm-102-disk-0 pve Vwi-a-tz-- 100.00g data 15.23
vgs
Code:
VG #PV #LV #SN Attr VSize VFree
pve 1 4 0 wz--n- <475.94g 16.00g
lsblk
Code:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 476.9G 0 disk
├─sda1 8:1 0 1007K 0 part
├─sda2 8:2 0 1G 0 part /boot/efi
└─sda3 8:3 0 475.9G 0 part
├─pve-swap 252:0 0 8G 0 lvm [SWAP]
├─pve-root 252:1 0 96G 0 lvm /
├─pve-data_tmeta 252:2 0 3.6G 0 lvm
│ └─pve-data-tpool 252:4 0 348.8G 0 lvm
│ ├─pve-data 252:5 0 348.8G 1 lvm
│ └─pve-vm--102--disk--0 252:6 0 100G 0 lvm
└─pve-data_tdata 252:3 0 348.8G 0 lvm
└─pve-data-tpool 252:4 0 348.8G 0 lvm
├─pve-data 252:5 0 348.8G 1 lvm
└─pve-vm--102--disk--0 252:6 0 100G 0 lvm
/etc/pve/storage.conf
Code:
dir: local
path /var/lib/vz
content backup,iso,vztmpl
shared 1
lvmthin: local-lvm
thinpool data
vgname pve
content rootdir,images
zfspool: SSD-ZFS
disable
pool SSD-ZFS
content rootdir,images
mountpoint /SSD-ZFS
sparse 0
lvm: foghorn-SSD
vgname pve
content rootdir,images
nodes elmer,foghorn,Marvin
saferemove 0
shared 1
lvm: Marvin-SSD
vgname pve
content rootdir,images
nodes Marvin
saferemove 0
shared 1
lvm: elmer-ssd
vgname pve
content rootdir,images
nodes foghorn,elmer
saferemove 0
shared 1
lvscan
Code:
ACTIVE '/dev/pve/data' [<348.82 GiB] inherit
ACTIVE '/dev/pve/swap' [8.00 GiB] inherit
ACTIVE '/dev/pve/root' [96.00 GiB] inherit
ACTIVE '/dev/pve/vm-102-disk-0' [100.00 GiB] inherit
Please let this be an easy one for the proxmox wizards. I would be forever grateful for assistance.
Thanks in advance!
Last edited: