Merge "Added more pool keys to ceph broker"

This commit is contained in:
Zuul 2018-05-15 07:46:34 +00:00 committed by Gerrit Code Review
commit 71c1b138f3
1 changed files with 4 additions and 0 deletions

View File

@ -81,6 +81,10 @@ POOL_KEYS = {
"cache_min_flush_age": [int],
"cache_min_evict_age": [int],
"fast_read": [bool],
"allow_ec_overwrites": [bool],
"compression_mode": [str, ["none", "passive", "aggressive", "force"]],
"compression_algorithm": [str, ["lz4", "snappy", "zlib", "zstd"]],
"compression_required_ratio": [float, [0.0, 1.0]],
}
CEPH_BUCKET_TYPES = [