Running proxmox 7.1-8, Last night all my containers were working fine, this morning I rebooted the server and got this on all of them:
All containers share a mount point for my storage arrays:
Tried updating and rebooting, removing
Code:
safe_mount: 1200 Invalid argument - Failed to mount "/media/hdd" onto "/usr/lib/x86_64-linux-gnu/lxc/rootfs/media/hdd"
mount_entry: 2406 Invalid argument - Failed to mount "/media/hdd" on "/usr/lib/x86_64-linux-gnu/lxc/rootfs/media/hdd"
lxc_setup: 4365 Failed to setup mount entries
do_start: 1274 Failed to setup container "108"
sync_wait: 34 An error occurred in another process (expected sequence number 3)
__lxc_start: 2068 Failed to spawn container "108"
TASK ERROR: startup for container '108' failed
Code:
root@proxmox:~# cat /usr/share/lxc/config/common.conf.d/50-mount.conf
lxc.mount.entry = /media/hdd media/hdd none bind,create=directory 0 0
lxc.mount.entry = /media/ssd media/ssd none bind,create=directory 0 0
create=directory
, and checked that the arrays were available on the host system. No issues found, not sure what's going on.
Last edited: