After deleting a huge directory tree in my /home subvolume, syncing
snapshots now fails with:

ERROR: rmdir o1952777-157-0 failed. No such file or directory
Error line 156 with status 1

 DIE: Code dump:
   153  if [[ -n "$init" ]]; then
   154      btrfs send "$src_newsnap" | $ssh btrfs receive "$dest_pool/"
   155  else
   156      btrfs send -p "$src_snap" "$src_newsnap" | $ssh btrfs receive 
"$dest_pool/"
   157  fi
   158  
   159  # We make a read-write snapshot in case you want to use it for a chroot


Is there anything useful I can provide before killing my snapshot and doing
a full sync again?

Thanks,
Marc
-- 
"A mouse is a device used to point at the xterm you want to type in" - A.S.R.
Microsoft is to operating systems ....
                                      .... what McDonalds is to gourmet cooking
Home page: http://marc.merlins.org/  
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to