Uploaded image for project: 'OpenShift Data Foundation Request For Enhancement'
  1. OpenShift Data Foundation Request For Enhancement
  2. ODFRFE-66

[GSS] ODF - Default rbd pool should be configured to 'ocs-storagecluster-cephblockpool' and not 'rbd'

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • None
    • None
    • False
    • Hide

      None

      Show
      None
    • False

      The default pool is 'rbd' which is annoying to have to keep passing the correct pool 'ocs-storagecluster-cephblockpool'. This is an RFE to default to the odf pool ''ocs-storagecluster-cephblockpool' in internal odf deployments:

      sh-5.1$ rbd ls
      rbd: error opening default pool 'rbd'
      Ensure that the default pool has been created or specify an alternate pool name.
      rbd: listing images failed: (2) No such file or directory
      sh-5.1$ rbd ls --pool ocs-storagecluster-cephblockpool
      csi-vol-a5f1b2d0-f05f-4477-b87e-37eca0cb6c2d
      sh-5.1$ ceph config set client rbd_default_pool ocs-storagecluster-cephblockpool
      sh-5.1$ rbd ls
      csi-vol-a5f1b2d0-f05f-4477-b87e-37eca0cb6c2d

      This also makes working with rbd images a tad bit easier and less complex for everybody

              Unassigned Unassigned
              rhn-support-kelwhite Kelson White
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: