Hello,
I’m trying to simply move container from one directory storage to another (both on same server, both XFS filesystem). There are already running containers on “new” storage.
I run: incus move vm1 vm1 -s storage2
Rsync copies everything but at the end fails with: rsync_xal_set: lsetxattr("/var/lib/incus/storage-pools/storage2/containers/move-of-11695087510962713635/rootfs/var/log/journal","trusted.SGI_ACL_DEFAULT") failed: Operation not permitted (1)
there is log in dmesg:
audit: type=1400 audit(1748525443.986:1650): apparmor="DENIED" operation="capable" class="cap" profile="incus_rsync-e05184bd-5877-4ac1-913e-9e36d5d23fd9" pid=1035284 comm="rsync" capability=21 capname="sys_admin"
incus --version: 6.12
system: Ubuntu 24.04
I tried to find solution but with no success. Any idea how to solve this issue?
Thank you,
Pavel