Hi,
I tried to search inside the forum but I didn't find anything that applies on my case.
The problem is the following:
I upgraded from Promox 6.5 to 7 lately and everything went well except for my privileged container based on Debian 11 in which I have installed Docker.
When I restart the Node every node will be restarted without issue excetp the one with Docker.
By diggin the situation I found out that the problem is the bind mount of NFS volume from PVE to LXC.
If I remove the bind mount on container configuration it starts correctly after the Node reboot.
This is the error I receive:
And following is my container configuration:
Can someone gives me any hint about this behavior?
Many thanks.
I tried to search inside the forum but I didn't find anything that applies on my case.
The problem is the following:
I upgraded from Promox 6.5 to 7 lately and everything went well except for my privileged container based on Debian 11 in which I have installed Docker.
When I restart the Node every node will be restarted without issue excetp the one with Docker.
By diggin the situation I found out that the problem is the bind mount of NFS volume from PVE to LXC.
If I remove the bind mount on container configuration it starts correctly after the Node reboot.
This is the error I receive:
Code:
run_buffer: 316 Script exited with status 2
lxc_init: 816 Failed to run lxc.hook.pre-start for container "102"
__lxc_start: 2007 Failed to initialize container "102"
TASK ERROR: startup for container '102' failed
And following is my container configuration:
Code:
arch: amd64
cores: 2
hostname: Docker
memory: 2048
mp0: /mnt/pve/Cloud/data,mp=/nextcloud/data
mp1: /mnt/pve/Backup/backup_docker,mp=/home/backup
mp2: /mnt/pve/Backup/nextcloud_conf,mp=/home/nextcloud_conf
net0: name=eth0,bridge=vmbr0,hwaddr=3E:AE:23:D2:C9:E3,ip=dhcp,type=veth
onboot: 1
ostype: debian
rootfs: local-lvm:vm-102-disk-1,size=32G
startup: order=8
swap: 512
lxc.apparmor.profile: unconfined
lxc.cgroup2.devices.allow: a
lxc.cap.drop:
Can someone gives me any hint about this behavior?
Many thanks.