Hello Thomas,

2013/11/29 Thomas Scheiblauer <t...@sharkbay.at>:
> 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

The problem is that we will try to use btrfs internal path(foo/snap)
to open the sub-volume, this is not right here, i will send a patch for this,
thanks for reporting.

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

Reply via email to