[Bug 1689621] Re: fix empty subvolume send and receive
Stéphane Graber
stgraber at stgraber.org
Tue May 9 19:16:47 UTC 2017
** Also affects: btrfs (Ubuntu Zesty)
Importance: Undecided
Status: New
** Package changed: btrfs (Ubuntu) => btrfs-progs (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to btrfs-progs in Ubuntu.
https://bugs.launchpad.net/bugs/1689621
Title:
fix empty subvolume send and receive
Status in btrfs-progs package in Ubuntu:
New
Status in btrfs-progs source package in Zesty:
New
Bug description:
The original report can be found here:
https://bugzilla.kernel.org/show_bug.cgi?id=195597
The reproducer for this issue is:
truncate -s 10GB pool.btrfs
mkfs.btrfs pool.btrfs
mount -t btrfs pool.btrfs /mnt
btrfs subvolume create /mnt/a
btrfs subvolume snapshot /mnt/a /mnt/snap-a
btrfs send /mnt/snap-a | btrfs receive /mnt/a
should incorrectly fail with
ERROR: empty stream is not considered valid
whereas it should actually succeed. I've pushed a patch
for this to btrfs upstream (https://bugzilla.kernel.org/attachment.cgi?id=256157)
which is already merged. We should SRU it.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/btrfs-progs/+bug/1689621/+subscriptions
More information about the foundations-bugs
mailing list