rbd: move radosNamespace to RBD section

As radosNamespace is more specific to
RBD not the general ceph configuration. Now
we introduced a new RBD section for RBD specific
options, Moving the radosNamespace to RBD section
and keeping the radosNamespace still under the
global ceph level configration for backward
compatibility.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
(cherry picked from commit b4acbd08a5)
This commit is contained in:
Madhu Rajanna
2022-04-18 11:38:52 +05:30
committed by mergify[bot]
parent 76398d6887
commit f8a19c8cbb
5 changed files with 36 additions and 17 deletions

View File

@ -44,7 +44,9 @@ data:
[
{
"clusterID": "rook-ceph",
"radosNamespace": "<rados-namespace>",
"rbd": {
"radosNamespace": "<rados-namespace>",
},
"monitors": [
"192.168.39.82:6789"
],
@ -54,7 +56,9 @@ data:
},
{
"clusterID": "fs-id",
"radosNamespace": "<rados-namespace>",
"rbd": {
"radosNamespace": "<rados-namespace>",
},
"monitors": [
"192.168.39.83:6789"
],