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 {