mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-09 06:22:57 +00:00
storcon: provide an az id in metadata.json from neon local (#8897)
## Problem Neon local set-up does not inject an az id in `metadata.json`. See real change in https://github.com/neondatabase/neon/pull/8852. ## Summary of changes We piggyback on the existing `availability_zone` pageserver configuration in order to avoid making neon local even more complex.
This commit is contained in:
@@ -109,9 +109,6 @@ DEFAULT_STORAGE_CONTROLLER_ALLOWED_ERRORS = [
|
||||
# controller's attempts to notify the endpoint).
|
||||
".*reconciler.*neon_local notification hook failed.*",
|
||||
".*reconciler.*neon_local error.*",
|
||||
# Neon local does not provide pageserver with an AZ
|
||||
# TODO: remove this once neon local does so
|
||||
".*registering without specific availability zone id.*",
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user