This issue is not related to the kernel,

for btrfs-progs v4.15.1 on Bionic, the btrfs send / receive command should be:
  * btrfs send [-ve] [-p <parent>] [-c <clone-src>] [-f <outfile>] <subvol> 
[<subvol>...]
  * btrfs receive [options] <mount>

So the btrfs send in the script should be changed from:
    btrfs send $MNT/snap1 -f $TMP/base.send
To:
    btrfs send -f $TMP/base.send $MNT/snap1

For receive, it should be changed from:
    btrfs receive $MNT -f $TMP/base.send
To:
    btrfs receive -f $TMP/base.send $MNT


This change should be tested across distros, otherwise we need to use different 
command layout for different version of btrfstools.


** Summary changed:

- 29d6d30f5c8aa58b04f40a58442df3bcaae5a1d5 in btrfs_kernel_fixes failed on B
+ btrfs send / receive command with -f argument position in btrfs_kernel_fixes 
is causing failures on B

** Changed in: linux (Ubuntu)
       Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1809872

Title:
  btrfs send / receive command with -f argument position in
  btrfs_kernel_fixes is causing failures on B

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1809872/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to