Package: btrfs-progs
Version: 5.18.1-1

After upgrading from btrfs-progs 5.14.1-1 with Linux kernel 5.14.9 to
btrfs-progs 5.18.1-1 with Linux kernel 5.18.16 (from current testing)
I see the following new error when trying to clear the read-only
property of a freshly received snapshot:

btrfs property set -ts /btrfs/test/mysubvol ro false
ERROR: cannot flip ro->rw with received_uuid set, use force if you really want 
that

The subvolume is sent/received using the following command:

sudo btrfs send mysubvol | ssh user@host sudo btrfs receive /btrfs/test/

Adding the -f flag as suggested by the error message helps but it's not
clear what the implication of this are. I tried to search the internet
for this error but only found instances of others running into it with
no insight into what it means.

Reply via email to