Added Ceph RGW conf properties
To meet CNTT certification test requirements, added a few Ceph RGW configuration properties: rgw_max_attr_name_len, rgw_max_attrs_num_in_req, rgw_max_attr_size, rgw_swift_versioning_enabled. Change-Id: Ia92a6f25147270de010cf0feba0cbdabad05459b Signed-off-by: James Gu <james.gu@att.com>
This commit is contained in:
parent
8a8eb3b8ed
commit
2f8ea3977b
@ -372,6 +372,11 @@ conf:
|
||||
debug_ms: "0/0"
|
||||
log_file: /dev/stdout
|
||||
mon_cluster_log_file: /dev/stdout
|
||||
# CNTT certification required fields
|
||||
rgw_max_attr_name_len: 64
|
||||
rgw_max_attrs_num_in_req: 32
|
||||
rgw_max_attr_size: 1024
|
||||
rgw_swift_versioning_enabled: true
|
||||
osd:
|
||||
osd_mkfs_type: xfs
|
||||
osd_mkfs_options_xfs: -f -i size=2048
|
||||
|
Loading…
Reference in New Issue
Block a user