Need help on mount PVC using static PVC using existing RBD image of external ceph cluster. #6053
-
|
Beta Was this translation helpful? Give feedback.
Replies: 10 comments 1 reply
-
|
described the mounting pod. |
Beta Was this translation helpful? Give feedback.
-
|
@sarwo-star Have you updated the configmap to have this clusterID |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for your response !! ===========================Configmap that contains the clusterID and monitor details================ ==============================rbd Nodeplugin logs===================================== only last 100 lines in logs |
Beta Was this translation helpful? Give feedback.
-
|
please change the clusterID to |
Beta Was this translation helpful? Give feedback.
-
|
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 |
Beta Was this translation helpful? Give feedback.
-
|
mounting is still failing . my PV and PVC creation yaml file mounting yaml : |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
BlockMode volume needs to be specified in the volumeDevices not in volumeMounts, see below |
Beta Was this translation helpful? Give feedback.
-
|
its working !! Now i can the files on RBD image after mounting PVC . Thank you @Madhu-1 @iPraveenParihar |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
BlockMode volume needs to be specified in the volumeDevices not in volumeMounts, see below