From bf059935a0a40e9b6ba4e25969017137ed713825 Mon Sep 17 00:00:00 2001 From: John Spray Date: Wed, 1 Nov 2023 21:12:29 +0000 Subject: [PATCH] Use the same local_fs path as tests --- control_plane/src/pageserver.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control_plane/src/pageserver.rs b/control_plane/src/pageserver.rs index 5acf2fb8f9..6a9d717465 100644 --- a/control_plane/src/pageserver.rs +++ b/control_plane/src/pageserver.rs @@ -34,7 +34,7 @@ use crate::local_env::PageServerConf; use crate::{background_process, local_env::LocalEnv}; /// Directory within .neon which will be used by default for LocalFs remote storage. -pub const PAGESERVER_REMOTE_STORAGE_DIR: &str = "remote_storage"; +pub const PAGESERVER_REMOTE_STORAGE_DIR: &str = "local_fs_remote_storage"; #[derive(Error, Debug)] pub enum PageserverHttpError {