mirror of https://github.com/digint/btrbk
btrbk: bugfix: update uuid_cache after btrfs_subvolume_show()
parent
6e997674fc
commit
e3702305e6
1
btrbk
1
btrbk
|
@ -2513,6 +2513,7 @@ sub macro_send_receive(@)
|
||||||
my $detail = btrfs_subvolume_show($source);
|
my $detail = btrfs_subvolume_show($source);
|
||||||
die unless($detail->{uuid});
|
die unless($detail->{uuid});
|
||||||
$source->{node}{uuid} = $detail->{uuid};
|
$source->{node}{uuid} = $detail->{uuid};
|
||||||
|
$uuid_cache{$detail->{uuid}} = $source->{node};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue