f06f65dcba
Currently when create a mongodb cluster, mongos and configsvr use the volume_size of replica-set node. But mongos and configvr are not data node, they don't need volume space as large as data node. This patch attend to help user specify the number, the volume size and the volume type of mongos/configserver with extended_properties[1] argument when creating mongodb. Currently, the supported parameters are, num_configsvr, num_mongos, configsvr_volume_size, configsvr_volume_type, mongos_volume_size and mongos_volume_type. [1] https://review.openstack.org/#/c/206931/ Closes-Bug: #1734907 Signed-off-by: zhanggang <zhanggang@cmss.chinamobile.com> Change-Id: Ie48f3961b21f926f983c6713a76b0492952cf4c7
9 lines
324 B
YAML
9 lines
324 B
YAML
---
|
|
features:
|
|
- |
|
|
User can specify the number and volume of mongos/configserver with
|
|
extended_properties argument when creating mongodb cluster. Currently,
|
|
the supported parameters are, num_configsvr, num_mongos,
|
|
configsvr_volume_size, configsvr_volume_type, mongos_volume_size
|
|
and mongos_volume_type.
|