Add tenant config option to allow timeline_offloading (#9598)

Allow us to enable timeline offloading for single tenants without having
to enable it for the entire pageserver.

Part of #8088.
This commit is contained in:
Arpad Müller
2024-11-04 21:01:18 +01:00
committed by GitHub
parent 1085fe57d3
commit ee68bbf6f5
6 changed files with 34 additions and 1 deletions

View File

@@ -174,6 +174,7 @@ def test_fully_custom_config(positive_env: NeonEnv):
"image_layer_creation_check_threshold": 1,
"lsn_lease_length": "1m",
"lsn_lease_length_for_ts": "5s",
"timeline_offloading": True,
}
vps_http = env.storage_controller.pageserver_api()