- 
    Feature Request 
- 
    Resolution: Unresolved
- 
    Minor 
- 
    None
- 
    None
- 
    None
- 
        False
- 
        
- 
        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 