I have a LXC container:
I want to move the rootfs disk to a ZFS pool (Syspool). The Disk is 25G, I have some TB free space on the ZFS pool. I tried via Proxmox UI and it gives me the following error, which I cannot explain:
dmesg on node:
how to solve that?
Code:
arch: amd64
features: nesting=1
hostname: srv-abc
memory: 16384
rootfs: local-lvm:vm-136-disk-0,size=25G
mp0: Datapool:subvol-136-disk-0,mp=/media/SSD,size=250G
net0: name=eth0,bridge=vmbr0,firewall=1,hwaddr=46:64:6F:B5:0B:F1,ip=dhcp,type=veth
onboot: 1
ostype: debian
startup: order=8
swap: 0
tags: needs-ubuntu-upgrade-to-22.04;web
I want to move the rootfs disk to a ZFS pool (Syspool). The Disk is 25G, I have some TB free space on the ZFS pool. I tried via Proxmox UI and it gives me the following error, which I cannot explain:
Code:
mount: /var/lib/lxc/136/.copy-volume-2: /dev/mapper/pve-vm--136--disk--0 already mounted or mount point busy.
dmesg(1) may have more information after failed mount system call.
Specified filename /var/lib/lxc/136/.copy-volume-1 does not exist.
TASK ERROR: command 'mount -o ro /dev/dm-7 /var/lib/lxc/136/.copy-volume-2//' failed: exit code 32
dmesg on node:
Code:
[1152395.992343] dm-7: Can't mount, would change RO state
how to solve that?