[BUG] btrfs-progs: btrfs send does not work inside mounted non root subvolume

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



When operating from inside a mounted btrfs subvolume which is not the
root subvolume "btrfs send" exits with the error:
ERROR: open <subvolume path> failed. No such file or directory

Steps to reproduce:
     1. mkfs.btrfs /dev/sda1
     2. mount /dev/sda1 /mnt
     3. btrfs subvolume create /mnt/foo
     4. umount /mnt
     5. mount -o subvol=foo /dev/sda1 /mnt
     6. btrfs subvolume snapshot -r /mnt /mnt/snap
     7. btrfs send /mnt/snap > /dev/null
-> ERROR: open foo/snap failed. No such file or directory



--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Filesystem Development]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux