Advertisement
peetaur

btrfs broken --reflink=always

Apr 29th, 2013
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. ( strace cp -a --reflink=always xen-4.1.4 xen-4.1.4-brokenreflink 2>&1 ) > brokenreflink.log
  2.  
  3. An excerpt from the log:
  4.  
  5. lstat("xen-4.1.4/buildconfigs/mk.linux-2.6-xen", {st_mode=S_IFREG|0644, st_size=116, ...}) = 0
  6. open("xen-4.1.4/buildconfigs/mk.linux-2.6-xen", O_RDONLY|O_NOFOLLOW) = 3
  7. fstat(3, {st_mode=S_IFREG|0644, st_size=116, ...}) = 0
  8. open("xen-4.1.4-brokenreflink/buildconfigs/mk.linux-2.6-xen", O_WRONLY|O_CREAT|O_EXCL, 0600) = 4
  9. fstat(4, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
  10. ioctl(4, 0x40049409, 0x3) = -1 EINVAL (Invalid argument)
  11. write(2, "cp: ", 4cp: ) = 4
  12. write(2, "failed to clone \342\200\230xen-4.1.4-bro"..., 126failed to clone ‘xen-4.1.4-brokenreflink/buildconfigs/mk.linux-2.6-xen’ from ‘xen-4.1.4/buildconfigs/mk.linux-2.6-xen’) = 126
  13. write(2, ": Invalid argument", 18: Invalid argument) = 18
  14. write(2, "\n", 1
  15. ) = 1
  16. close(4) = 0
  17. close(3) = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement