-
Notifications
You must be signed in to change notification settings - Fork 42k
Closed
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.sig/storageCategorizes an issue or PR as relevant to SIG Storage.Categorizes an issue or PR as relevant to SIG Storage.
Description
/kind feature
/sig storage
What happened:
We use CEPH RBD through dynamic PV. Evething is ok,but the dynamic pv's name do not match the rbd image name,I can't clearly see which pod corresponds to which rbd image, which brings great inconvenience to view the capacity usage of each pod, which is inconvenient to operate and maintain.
Here are the dynamic pvs:
root@yksp009027:~/mytest/ceph/rbd/test# kubectl get pv | grep pvc
pvc-65fbc1c0-c55a-11e8-878f-141877468256 100Gi RWO Retain Bound default/accountsystemdbdm cephrbd 22h
pvc-f692f7b1-c55b-11e8-878f-141877468256 100Gi RWO Retain Bound default/amazoninfosysdbdm cephrbd 22h
pvc-f6c6a2a3-c55b-11e8-878f-141877468256 100Gi RWO Retain Bound default/dmclgsdbdm cephrbd 22h
pvc-f6f971c7-c55b-11e8-878f-141877468256 100Gi RWO Retain Bound default/erpcenterdbdm cephrbd 22h
pvc-f72ea03b-c55b-11e8-878f-141877468256 100Gi RWO Retain Bound default/lazadatooldbdm cephrbd 22h
pvc-f75e1c9a-c55b-11e8-878f-141877468256 100Gi RWO Retain Bound default/newordersconverterdbdm cephrbd 22h
pvc-f78e3eae-c55b-11e8-878f-141877468256 100Gi RWO Retain Bound default/yksowdbdm cephrbd 22h
Here are the rbd images:
[root@yksp020114 ~]# rbd ls rbd
kubernetes-dynamic-pvc-6613ab8f-c55a-11e8-b2df-0a58ac1a084e
kubernetes-dynamic-pvc-f6985fc6-c55b-11e8-b2df-0a58ac1a084e
kubernetes-dynamic-pvc-f6cdd9c2-c55b-11e8-b2df-0a58ac1a084e
kubernetes-dynamic-pvc-f711dc1d-c55b-11e8-b2df-0a58ac1a084e
kubernetes-dynamic-pvc-f7c90b57-c55b-11e8-b2df-0a58ac1a084e
kubernetes-dynamic-pvc-f825062d-c55b-11e8-b2df-0a58ac1a084e
kubernetes-dynamic-pvc-f8802d6d-c55b-11e8-b2df-0a58ac1a084e
The name of pv does not match the name of rbd image
What you expected to happen:
What is the mapping or regularity between the name of dynamic pv and the name of rbd image?So that I can master the capacity usage of each pod.
Environment:
- Kubernetes version (v1.9.3):
- OS (Ubuntu16.04):
- Kernel (4.4.0-87-generic):
- Ceph version 10.2.11
xnile, yinwenqin, stubbornrock, ictfox and ejmarten
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.sig/storageCategorizes an issue or PR as relevant to SIG Storage.Categorizes an issue or PR as relevant to SIG Storage.