Proxmox 6.3.6
Following a reboot, all VMs re-started without problem but all containers failed.
Initially error was zfs complaining that mount points were missing. zfs list confirmed.
And...
So...
After which.....
All good. But now the containers fail to boot with the error...
Similarly, if I clone a container (to ensure a new mountpoint) the new container fails to boot with the same error.
Grateful for thoughts on solving this.
Thanks
Following a reboot, all VMs re-started without problem but all containers failed.
Initially error was zfs complaining that mount points were missing. zfs list confirmed.
Code:
root@pve:~# zfs list
NAME USED AVAIL REFER MOUNTPOINT
rpool 3.24T 836G 1.19G none
rpool/ROOT 3.23T 836G 96K none
rpool/ROOT/pve-1 3.23T 836G 3.23T /
rpool/data 96K 836G 96K none
rpool/subvol-100-disk-1 96K 836G 96K none
rpool/subvol-101-disk-1 96K 8.00G 96K none
rpool/subvol-102-disk-0 96K 836G 96K none
rpool/subvol-103-disk-1 96K 8.00G 96K none
rpool/subvol-105-disk-1 96K 30.0G 96K none
rpool/subvol-106-disk-1 96K 8.00G 96K none
...
And...
Code:
root@pve:~# zfs get mountpoint rpool
NAME PROPERTY VALUE SOURCE
rpool mountpoint none local
So...
Code:
root@pve:~# zfs set mountpoint=/rpool rpool
After which.....
Code:
root@pve:~# zfs list
NAME USED AVAIL REFER MOUNTPOINT
rpool 3.24T 836G 1.19G /rpool
rpool/ROOT 3.23T 836G 96K none
rpool/ROOT/pve-1 3.23T 836G 3.23T /
rpool/data 96K 836G 96K /rpool/data
rpool/subvol-100-disk-1 96K 836G 96K /rpool/subvol-100-disk-1
rpool/subvol-101-disk-1 96K 8.00G 96K /rpool/subvol-101-disk-1
rpool/subvol-102-disk-0 96K 836G 96K /rpool/subvol-102-disk-0
rpool/subvol-103-disk-1 160K 8.00G 96K /rpool/subvol-103-disk-1
rpool/subvol-105-disk-1 96K 30.0G 96K /rpool/subvol-105-disk-1
rpool/subvol-106-disk-1 160K 8.00G 96K /rpool/subvol-106-disk-1
...
All good. But now the containers fail to boot with the error...
Code:
root@pve:~# pct start 103
__safe_mount_beneath_at: 1106 Function not implemented - Failed to open 51(dev)
__sync_wait: 36 An error occurred in another process (expected sequence number 7)
__lxc_start: 1999 Failed to spawn container "103"
startup for container '103' failed
Similarly, if I clone a container (to ensure a new mountpoint) the new container fails to boot with the same error.
Grateful for thoughts on solving this.
Thanks