From 380cadf02b72a88d0e10dce09c0d93afbdcef90e Mon Sep 17 00:00:00 2001 From: John Spray Date: Tue, 19 Dec 2023 21:45:47 +0000 Subject: [PATCH] Use secondary mode bits in neon_local migration --- pageserver/src/tenant/secondary/downloader.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/pageserver/src/tenant/secondary/downloader.rs b/pageserver/src/tenant/secondary/downloader.rs index ac093ab396..79e75aae44 100644 --- a/pageserver/src/tenant/secondary/downloader.rs +++ b/pageserver/src/tenant/secondary/downloader.rs @@ -654,6 +654,7 @@ impl<'a> TenantDownloader<'a> { timeline.timeline_id, &layer.name, &LayerFileMetadata::from(&layer.metadata), + &self.secondary_state.cancel, ) .await {