linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* btrfs send/receive symlink bug
@ 2012-11-14 22:34 David Arendt
  2012-11-15  4:21 ` Marios Titas
  0 siblings, 1 reply; 3+ messages in thread
From: David Arendt @ 2012-11-14 22:34 UTC (permalink / raw)
  To: linux-btrfs

Hi,

I am using kernel 3.7.0-rc5 and latest btrfs-progs git.

I am trying btrfs send/receive. When I have a filesystem containing a
symlink pointing to a nonexistent destination or a destination created
after the symlink was created, btrfs receive aborts with: ERROR: chown
link1.txt failed. No such file or directory.

Steps to reproduce (/dev/loop0 and /dev/loop1 are test images):

mkfs.btrfs /dev/loop0
mount /dev/loop0 /u00
btrfs subvolume create /u00/test
cd /u00/test
ln -s test1.txt link1.txt
btrfs subvolume snapshot -r /u00/test /u00/test.snapshot
mkfs.btrfs /dev/loop1
mount /dev/loop1 /u01
btrfs send /u00/test.snapshot | btrfs receive /u01
ERROR: chown link1.txt failed. No such file or directory

Bye,
David Arendt


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-11-15  5:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-14 22:34 btrfs send/receive symlink bug David Arendt
2012-11-15  4:21 ` Marios Titas
2012-11-15  5:59   ` David Arendt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).