Description of problem: Did not get the info FSType when using `oc describe pv` Version-Release number of selected component (if applicable): 4.2.0-0.nightly-2019-09-15-052022 How reproducible: Always Steps to Reproduce: 1. oc describe pv pvc-98ad96dd-d84a-11e9-ad16-06382b3fda86 Name: pvc-98ad96dd-d84a-11e9-ad16-06382b3fda86 Labels: <none> Annotations: pv.kubernetes.io/provisioned-by: ebs.csi.aws.com Finalizers: [kubernetes.io/pv-protection external-attacher/ebs-csi-aws-com] StorageClass: foo Status: Bound Claim: csi/www-test-0 Reclaim Policy: Delete Access Modes: RWO VolumeMode: Filesystem Capacity: 1Gi Node Affinity: Required Terms: Term 0: topology.ebs.csi.aws.com/zone in [us-east-2b] Message: Source: Type: CSI (a Container Storage Interface (CSI) volume source) Driver: ebs.csi.aws.com VolumeHandle: vol-05a9029b04088c559 ReadOnly: false VolumeAttributes: storage.kubernetes.io/csiProvisionerIdentity=1568603135870-8081-ebs.csi.aws.com Events: <none> Actual results: Did not get the info FSType when using `oc describe pv` Expected results: Should add the FSType when using `oc describe pv` Master Log: Node Log (of failed PODs): PV Dump: PVC Dump: StorageClass Dump (if StorageClass used by PV/PVC): Additional info:
I've submitted a PR [1] upstream to include the FSType when describing CSI volumes. [1] https://github.com/kubernetes/kubernetes/pull/85293
The upstream PR [1] has been merged. I've submitted a PR to origin [2] that includes these fixes in OpenShift. [1] https://github.com/kubernetes/kubernetes/pull/85293 [2] https://github.com/openshift/origin/pull/24255
This was merged into the openshift/kubernetes-kubectl repo with [1], and will be pulled into openshift/oc as a result. Setting bug to MODIFIED, as this PR is already merged. [1] https://github.com/openshift/kubernetes-kubectl/pull/8
Passed on Server Version: 4.4.0-0.nightly-2020-02-02-201619 Kubernetes Version: v1.17.1 oc describe pv pvc-4c0af8f1-8e5c-41df-bb0b-6169ff16af69 Name: pvc-4c0af8f1-8e5c-41df-bb0b-6169ff16af69 Labels: <none> Annotations: pv.kubernetes.io/provisioned-by: ebs.csi.aws.com Finalizers: [kubernetes.io/pv-protection] StorageClass: sc-resize Status: Bound Claim: kube-system/pvc2 Reclaim Policy: Delete Access Modes: RWO VolumeMode: Filesystem Capacity: 1Gi Node Affinity: Required Terms: Term 0: topology.ebs.csi.aws.com/zone in [us-east-2b] Message: Source: Type: CSI (a Container Storage Interface (CSI) volume source) Driver: ebs.csi.aws.com FSType: ext4 VolumeHandle: vol-0db4364f6e03a1514 ReadOnly: false VolumeAttributes: storage.kubernetes.io/csiProvisionerIdentity=1580800561050-8081-ebs.csi.aws.com Events: <none>
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:0581