linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* btrfs send -c: ERROR: parent determination failed for 330
@ 2021-06-01  7:13 Sampson Fung
  2021-06-01  7:18 ` Sampson Fung
  0 siblings, 1 reply; 2+ messages in thread
From: Sampson Fung @ 2021-06-01  7:13 UTC (permalink / raw)
  To: linux-btrfs

My full test setup is post at
https://ask.fedoraproject.org/t/can-i-continue-incremental-send-after-subvol-is-split/14597?u=sampsonf

In short:

1.  create a new subvol A
2.  create 8 new files in A
3.  create readonly snapshot as A0
4.  send over by btrfs send /source/A0 | btrfs receive .
5.  split A into two subvols A & B, and move 4 files over
A/file1-file4
A/B/file5-file8
6.  create readonly snapshot.  A as A10 & B as B10
7.  send A10 over by btrfs -p A1 A10
8.  send B10 over by btrfs -c A1 B10, then error

Why was that?  What is the most efficient way to send over B10?

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

* Re: btrfs send -c: ERROR: parent determination failed for 330
  2021-06-01  7:13 btrfs send -c: ERROR: parent determination failed for 330 Sampson Fung
@ 2021-06-01  7:18 ` Sampson Fung
  0 siblings, 0 replies; 2+ messages in thread
From: Sampson Fung @ 2021-06-01  7:18 UTC (permalink / raw)
  To: linux-btrfs

Typos in 7 & 8.  Should be:

7. send A10 over by trfs -p A0 A10
8. send B10 over by btrfs -c A0 B10, then error

On Tue, Jun 1, 2021 at 3:13 PM Sampson Fung <sampsonfung@gmail.com> wrote:
>
> My full test setup is post at
> https://ask.fedoraproject.org/t/can-i-continue-incremental-send-after-subvol-is-split/14597?u=sampsonf
>
> In short:
>
> 1.  create a new subvol A
> 2.  create 8 new files in A
> 3.  create readonly snapshot as A0
> 4.  send over by btrfs send /source/A0 | btrfs receive .
> 5.  split A into two subvols A & B, and move 4 files over
> A/file1-file4
> A/B/file5-file8
> 6.  create readonly snapshot.  A as A10 & B as B10
> 7.  send A10 over by btrfs -p A1 A10
> 8.  send B10 over by btrfs -c A1 B10, then error
>
> Why was that?  What is the most efficient way to send over B10?

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

end of thread, other threads:[~2021-06-01  7:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-01  7:13 btrfs send -c: ERROR: parent determination failed for 330 Sampson Fung
2021-06-01  7:18 ` Sampson Fung

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).