Hello
using this to start the lxc:
when the system is shutdown there are a lot of lines like this:
those all look like errors trying to unmount the pve hosts' filesystems.
here is the config file:
any clues on what setting I need to change in the container or config file?
using this to start the lxc:
Code:
lxc-start -n 3508 -F --logfile=3508.log --logpriority=debug
when the system is shutdown there are a lot of lines like this:
Code:
umount: /sys/fs/cgroup/cpuset: block devices not permitted on fs
umount2: Permission denied
umount: lxcfs: not found
umount: /sys/fs/cgroup/memory: block devices not permitted on fs
umount2: Permission denied
umount: lxcfs: not found
umount: /sys/fs/cgroup/memory: block devices not permitted on fs
umount2: Permission denied
umount: lxcfs: not found
umount: /sys/fs/cgroup/blkio: block devices not permitted on fs
umount2: Permission denied
umount: lxcfs: not found
umount: /sys/fs/cgroup/blkio: block devices not permitted on fs
umount2: Permission denied
umount: /dev/sdb1: not found
umount: /bkup: block devices not permitted on fs
umount2: Permission denied
umount: /dev/sdb1: not found
umount: /bkup: block devices not permitted on fs
failed.
mount: cannot mount block device /dev/loop2 read-only
Will now halt.
those all look like errors trying to unmount the pve hosts' filesystems.
here is the config file:
Code:
arch: i386
cpulimit: 2
cpuunits: 1024
hostname: sys3-pro4
memory: 1024
net0: name=eth0,hwaddr=66:11:0A:BE:AE:95,bridge=vmbr1,ip=10.1.7.198/24,gw=10.1.7.1,tag=7
onboot: 1
ostype: debian
rootfs: pve:3508/vm-3508-disk-1.raw,size=12G
swap: 1536
lxc.mount.entry: /pve/bkup bkup none bind 0 0
any clues on what setting I need to change in the container or config file?