Hello!
I use node directories for storing my LXC container data. This allows me to use the full disk space of the node more effectively (instead of carving out a part of it that might not be used fully).
Here is the config of one of the LXC's:
Recently I've started playing with Proxmox clusters and noticed that I can't migrate these kind of LXCs between nodes. When I try to, I get this error:
I understand that directory based storage is an edge case, but perhaps it's possible to add this feature to the roadmap?
Thank you for your consideration.
I use node directories for storing my LXC container data. This allows me to use the full disk space of the node more effectively (instead of carving out a part of it that might not be used fully).
Here is the config of one of the LXC's:
Code:
arch: amd64
features: fuse=1,nesting=1
hostname: w10
memory: 7196
net0: name=eth0,bridge=vmbr0,gw=10.0.0.1,hwaddr=1A:B4:61:97:FC:8B,ip=10.0.0.10/24,type=veth
onboot: 1
ostype: centos
rootfs: /var/lib/lxc/201
swap: 1024
Recently I've started playing with Proxmox clusters and noticed that I can't migrate these kind of LXCs between nodes. When I try to, I get this error:
2020-11-24 04:20:00 ERROR: migration aborted (duration 00:00:00): cannot migrate local bind mount point 'rootfs'
TASK ERROR: migration aborted
I understand that directory based storage is an edge case, but perhaps it's possible to add this feature to the roadmap?
Thank you for your consideration.
Last edited: