btrfs-clone icon indicating copy to clipboard operation
btrfs-clone copied to clipboard

Use -f when changing received subvol from ro to rw

Open martinvl opened this issue 3 years ago • 0 comments

As of oct 21 btrfs-progs will not change a subvol from ro to rw if received_uuid is set, unless called with -f. See details here: https://www.spinics.net/lists/linux-btrfs/msg117323.html

We must therefore use -f when changing the received subvols from ro back to rw.

Fixes #14
Fixes #18 Fixes #19

martinvl avatar Apr 09 '22 10:04 martinvl