Need help on mount PVC using static PVC using existing RBD image of external ceph cluster. #6053
|
Replies: 10 comments 1 reply
|
described the mounting pod. |
|
@sarwo-star Have you updated the configmap to have this clusterID |
|
Thank you for your response !! ===========================Configmap that contains the clusterID and monitor details================ ==============================rbd Nodeplugin logs===================================== only last 100 lines in logs |
|
please change the clusterID to |
|
ReadWriteMany and Filesystem mode PVC is not supported for RBD, i assume it will fail later here. can you have RWX blockmode only for RBD |
|
mounting is still failing . my PV and PVC creation yaml file mounting yaml : |
The error is as i explained above. Please change the PV and PVC to the values you cannot use RBD BlockVolume as Filesystem in the pod. if you are looking for RWX please use cephFS. |
BlockMode volume needs to be specified in the volumeDevices not in volumeMounts, see below |
|
its working !! Now i can the files on RBD image after mounting PVC . Thank you @Madhu-1 @iPraveenParihar |
|
BlockMode volume needs to be specified in the volumeDevices not in volumeMounts, see below