Skip to content
Discussion options

You must be logged in to vote

Hey @woodz1024, you could provide your such configurations in the ceph-csi-config ConfigMap and use the desired subvolume groupby specifying the clusterID in the StorageClass.

config.json: |-
    [
      {
        "clusterID": "<cluster-id-1>",
        "rbd": {
           "radosNamespace": "rbd-ns-1",
        },
        "monitors": [
          "<MONValue1>",
        ],
        "cephFS": {
          "subvolumeGroup": "svg-1"
          "radosNamespace": "cephfs-ns-1"
          ....
        }
      },
      {
        "clusterID": "<cluster-id-2>",
        "rbd": {
           "radosNamespace": "rbd-ns-2",
        },
        "monitors": [
          "<MONValue1>",
        ],
        "cephFS": {

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@woodz1024
Comment options

@iPraveenParihar
Comment options

Answer selected by woodz1024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants