Hi guys,
I recently made a network change so I had to reboot proxmox. Before rebooting all CTs were working perfectly and I had just spun up a new LXC right before reboot.
OS drives are stored on an SSD ZFS volume
Tried mounting the volume via CLI, appears to be missing
When I check the directory /SSD, it is empty
However, under Proxmox GUI, the storage contains all the CT volumes
Any ideas?
PVE is 6.1-3
Thanks
I recently made a network change so I had to reboot proxmox. Before rebooting all CTs were working perfectly and I had just spun up a new LXC right before reboot.
Code:
Sep 25 09:42:57 proxmox systemd[1]: Starting PVE LXC Container: 101...
Sep 25 09:42:58 proxmox lxc-start[4603]: lxc-start: 101: lxccontainer.c: wait_on_daemonized_start: 865 No such file or directory - Failed to receive the container state
Sep 25 09:42:58 proxmox lxc-start[4603]: lxc-start: 101: tools/lxc_start.c: main: 329 The container failed to start
Sep 25 09:42:58 proxmox lxc-start[4603]: lxc-start: 101: tools/lxc_start.c: main: 332 To get more details, run the container in foreground mode
Sep 25 09:42:58 proxmox lxc-start[4603]: lxc-start: 101: tools/lxc_start.c: main: 335 Additional information can be obtained by setting the --logfile and --logpriority options
Sep 25 09:42:58 proxmox systemd[1]: pve-container@101.service: Control process exited, code=exited, status=1/FAILURE
Sep 25 09:42:58 proxmox systemd[1]: pve-container@101.service: Failed with result 'exit-code'.
Sep 25 09:42:58 proxmox pvedaemon[3546]: unable to get PID for CT 101 (not running?)
Sep 25 09:42:58 proxmox systemd[1]: Failed to start PVE LXC Container: 101.
Sep 25 09:42:58 proxmox pvedaemon[4601]: command 'systemctl start pve-container@101' failed: exit code 1
Sep 25 09:42:58 proxmox kernel: lxc-start[4607]: segfault at 50 ip 00007f342c275f8b sp 00007ffef624e010 error 4 in liblxc.so.1.6.0[7f342c21c000+8a000]
Sep 25 09:42:58 proxmox kernel: Code: 9b c0 ff ff 4d 85 ff 0f 85 82 02 00 00 66 90 48 8b 73 50 48 8b bb f8 00 00 00 e8 80 78 fa ff 4c 8b 74 24 10 48 89 de 4c 89 f7 <41> ff 56 50 4c 89 f7 48 89 de 41 ff 56 58 48 8b 83 f8 00 00 00 8b
Code:
# lxc-start -n 101 -F
lxc-start: 101: conf.c: run_buffer: 352 Script exited with status 2
lxc-start: 101: start.c: lxc_init: 897 Failed to run lxc.hook.pre-start for container "101"
lxc-start: 101: start.c: __lxc_start: 2032 Failed to initialize container "101"
OS drives are stored on an SSD ZFS volume
Code:
pool: SSD
state: ONLINE
scan: scrub repaired 0B in 0 days 00:00:21 with 0 errors on Sun Sep 13 00:24:26 2020
Tried mounting the volume via CLI, appears to be missing
Code:
# pct mount 101
mounting container failed
cannot open directory //SSD/subvol-101-disk-0: No such file or directory
When I check the directory /SSD, it is empty
However, under Proxmox GUI, the storage contains all the CT volumes
Any ideas?
PVE is 6.1-3
Thanks
Last edited: