Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use appropriate {public,cluster}_network examples
{public,cluster}_network values passed to microceph will be written to the Ceph config database as {public,cluster}_network as is. That means the values are used as cluster wide setting instead of per-node config. According to the upstream configuration reference[1], the previous example doesn't make sense as 10.5.2.165 looks like a real IP address of a node instead of a network address. Let's use a network address and be clearer about the reset step too. ``` $ sudo microceph cluster config set cluster_network 192.168.102.0/24 $ sudo microceph.ceph config dump WHO MASK LEVEL OPTION VALUE RO global advanced cluster_network 192.168.102.0/24 * ``` [1] https://docs.ceph.com/en/latest/rados/configuration/network-config-ref/#confval-cluster_network Signed-off-by: Nobuto Murata <nobuto.murata@canonical.com>
- Loading branch information