I only have one VM containing all my other containers using docker.. So this is quite a blow.
If I run qm status 102 I get:
status: io-error
Not sure where to go from there in terms of debugging.
Config is:
qm config 102
balloon: 512
bootdisk: scsi0
cores: 2
description: Debian Stretch Linux Docker server running%3A%0A- portainer%0A- influxdb%0A- grafana%0A? graphite%0A! sabnzbd%0A! transmission%0A- nzbget%0A- sonarr%0A- radarr%0A- ombi%0A- hassio%0AFiles stored in /docker/<containername>
ide2: none,media=cdrom
memory: 5120
name: dock
net0: virtio=5e:9b:02:44:e0:75,bridge=vmbr0
numa: 0
onboot: 1
ostype: l26
parent: WIP
scsi0: local-lvm:vm-102-disk-1,size=32G
scsihw: virtio-scsi-pci
smbios1: uuid=3eb5e922-b8fa-4834-bcfa-10a12f28395f
sockets: 1
usb0: host=05ac:8218
usb1: host=0658:0200
And since it's an io-error maybe this is worth something:
lvm> lvscan
ACTIVE '/dev/pve/swap' [7.00 GiB] inherit
ACTIVE '/dev/pve/root' [23.00 GiB] inherit
ACTIVE '/dev/pve/data' [51.41 GiB] inherit
ACTIVE '/dev/pve/vm-103-disk-1' [2.00 GiB] inherit
ACTIVE '/dev/pve/vm-101-disk-2' [10.00 GiB] inherit
ACTIVE '/dev/pve/vm-102-disk-1' [32.00 GiB] inherit
ACTIVE '/dev/pve/vm-102-state-WIP' [10.49 GiB] inherit
inactive '/dev/pve/snap_vm-102-disk-1_WIP' [32.00 GiB] inherit
When you start it it boots up running but very quickly goes to io-error:
root@pve:~# qm status 102
status: running
root@pve:~# qm status 102
status: io-error
Is there any way to trace exactly what's happening to help figure out what's causing it to fail?
EDIT: WORST case.. Is there any way to recover any data from the volume assigned to the VM? Since it's all docker containers it's pretty easy to reinstall those.. but the /docker directory on there is hundreds of hours of work that I hadn't backed up. First thing I do if I manage to get it working is to set up a backup solution.
If I run qm status 102 I get:
status: io-error
Not sure where to go from there in terms of debugging.
Config is:
qm config 102
balloon: 512
bootdisk: scsi0
cores: 2
description: Debian Stretch Linux Docker server running%3A%0A- portainer%0A- influxdb%0A- grafana%0A? graphite%0A! sabnzbd%0A! transmission%0A- nzbget%0A- sonarr%0A- radarr%0A- ombi%0A- hassio%0AFiles stored in /docker/<containername>
ide2: none,media=cdrom
memory: 5120
name: dock
net0: virtio=5e:9b:02:44:e0:75,bridge=vmbr0
numa: 0
onboot: 1
ostype: l26
parent: WIP
scsi0: local-lvm:vm-102-disk-1,size=32G
scsihw: virtio-scsi-pci
smbios1: uuid=3eb5e922-b8fa-4834-bcfa-10a12f28395f
sockets: 1
usb0: host=05ac:8218
usb1: host=0658:0200
And since it's an io-error maybe this is worth something:
lvm> lvscan
ACTIVE '/dev/pve/swap' [7.00 GiB] inherit
ACTIVE '/dev/pve/root' [23.00 GiB] inherit
ACTIVE '/dev/pve/data' [51.41 GiB] inherit
ACTIVE '/dev/pve/vm-103-disk-1' [2.00 GiB] inherit
ACTIVE '/dev/pve/vm-101-disk-2' [10.00 GiB] inherit
ACTIVE '/dev/pve/vm-102-disk-1' [32.00 GiB] inherit
ACTIVE '/dev/pve/vm-102-state-WIP' [10.49 GiB] inherit
inactive '/dev/pve/snap_vm-102-disk-1_WIP' [32.00 GiB] inherit
When you start it it boots up running but very quickly goes to io-error:
root@pve:~# qm status 102
status: running
root@pve:~# qm status 102
status: io-error
Is there any way to trace exactly what's happening to help figure out what's causing it to fail?
EDIT: WORST case.. Is there any way to recover any data from the volume assigned to the VM? Since it's all docker containers it's pretty easy to reinstall those.. but the /docker directory on there is hundreds of hours of work that I hadn't backed up. First thing I do if I manage to get it working is to set up a backup solution.
Last edited: