[Bug 1348430] Re: btrfs send does not work for snapshots in subvolumes

2016-08-01 Thread Rolf Leggewie
This should be fixed in utopic and later. Nominating for trusty SRU. ** Also affects: btrfs-tools via http://bugzilla.kernel.org/show_bug.cgi?id=69401 Importance: Unknown Status: Unknown ** Changed in: btrfs-tools (Ubuntu) Status: Confirmed => Fix Released -- You received

[Bug 1348430] Re: btrfs send does not work for snapshots in subvolumes

2015-08-28 Thread Janne Savikko
For me Alan's workaround didn't work. But I found an another one that worked for me for sending @ and @home subvolumes (kernel bug tracker, comment 1 [0]): 1. Make directory for snapshots: mkdir /.snapshots 2. Take snapshot of subvolume, eg. @home: btrfs subvolume snapshot -r /home

[Bug 1348430] Re: btrfs send does not work for snapshots in subvolumes

2015-01-11 Thread rus
** Description changed: If I create a snapshot, of a subvolume and try to use btrfs send it fails with No such file or directory # sudo btrfs sub create /testvol Create subvolume '//testvol' # sudo btrfs - btrfs btrfsck btrfs-debug-treebtrfs-image

[Bug 1348430] Re: btrfs send does not work for snapshots in subvolumes

2014-11-03 Thread Goacid
I have the same bug, and working with btrfs and lxc containers, there is no workaround. Container can't send or reveive snapshot. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1348430 Title: btrfs

[Bug 1348430] Re: btrfs send does not work for snapshots in subvolumes

2014-10-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: btrfs-tools (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1348430 Title:

[Bug 1348430] Re: btrfs send does not work for snapshots in subvolumes

2014-10-01 Thread Alan Mimms
I had this problem as well, and my situation was a little more complicated to use the workaround. My subvolume that was being snapshotted for 'btrfs send' to use was at the top of the hierarchy - there WAS no parent. But BTRFS always has a parent, so there is still a workaround. My situation:

[Bug 1348430] Re: btrfs send does not work for snapshots in subvolumes

2014-08-10 Thread KlausHoller
Current workaround until upstream bug is fixed (works for me): If you mount the btrfs root (without specifying subvol=@...) to e.g. /mnt then you can use btrfs send successfully e.g. btrfs subvolume snapshot -r /mnt/@ /mnt/snapshots/MMDD-HHMMSS-@ btrfs send