The platform supports filling in optimization parameters in Ceph configuration file format when creating a storage cluster, but does not provide a way to modify them through the interface after creation. You need to manually update them according to the following steps.
First, update the storage optimization parameters to the Configmap named rook-config-override-user
, replace the .data.config
field, and set the value of the .metadata.annotations[rook.cpaas.io/need-sync]
field to true
. For example:
Execute ceph tell [mon|osd|mgr|mds|rgw].* config set [key] [value]
in the Pod of rook-ceph-tools to apply the configuration in real time.
To start the Pod of tools, edit the ClusterServiceVersion (CSV) under the rook-ceph namespace and set the replicas value of rook-ceph-tools in the Deployments section to 1.