Bug 1962415 - duplicate zone information for in-tree PV after enabling migration
Summary: duplicate zone information for in-tree PV after enabling migration
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Storage
Version: 4.8
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 4.8.0
Assignee: melbeher
QA Contact: Wei Duan
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-05-20 02:10 UTC by Hemant Kumar
Modified: 2021-07-27 23:09 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-07-27 23:09:14 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift aws-ebs-csi-driver pull 187 0 None open Bug 1962415: Rebase v1.1.0 2021-06-04 15:31:21 UTC
Red Hat Product Errata RHSA-2021:2438 0 None None None 2021-07-27 23:09:36 UTC

Comment 2 Jan Safranek 2021-05-20 13:19:31 UTC
Checked on AWS, AWS EBS CSI driver returns two topology segments:

I0520 12:19:17.666181       1 connection.go:185] GRPC response: {"volume":{"accessible_topology":[{"segments":{"topology.ebs.csi.aws.com/zone":"us-east-1b","topology.kubernetes.io/zone":"us-east-1b"}}],"capacity_bytes":1073741824,"volume_id":"vol-0df87601e5f389076"}}

PV provisioned directly as CSI (with CSI storage class) has the same issue:


    csi:
      driver: ebs.csi.aws.com
      fsType: ext4
      volumeAttributes:
        storage.kubernetes.io/csiProvisionerIdentity: 1621513076004-8081-ebs.csi.aws.com
      volumeHandle: vol-0560a74a5ed60d676
    nodeAffinity:
      required:
        nodeSelectorTerms:
        - matchExpressions:
          - key: topology.kubernetes.io/zone
            operator: In
            values:
            - us-east-1b
          - key: topology.ebs.csi.aws.com/zone
            operator: In
            values:
            - us-east-1b


CSI translation won't make it worse (or better).

Comment 3 Jan Safranek 2021-05-20 13:21:24 UTC
Correction: the CSI volume topology is weird, it uses both topology.ebs.csi.aws.com/zone and topology.kubernetes.io/zone.

Comment 4 Jan Safranek 2021-05-20 13:40:38 UTC
Reading upstream PRs, adding topology.kubernetes.io/zone is intentional:

https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/773
https://github.com/kubernetes-sigs/aws-ebs-csi-driver/issues/729

Comment 5 Jan Safranek 2021-05-21 13:48:20 UTC
We can fix the CSI translation library - when it translates nodeAffinity from CSI to in-tree, it should merge the two redundant nodeSelectorTerms into one, i.e. somewhere in https://github.com/kubernetes/kubernetes/blob/fed3a4520d99a2d99fd4ed0f7edf1ac79e7253e7/staging/src/k8s.io/csi-translation-lib/plugins/aws_ebs.go#L157

Comment 8 Jan Safranek 2021-05-24 10:33:34 UTC
Good point. Would you mind filing an issue upstream, so we can discuss there if it makes sense to squash the duplicities?

Comment 10 Wei Duan 2021-06-09 11:57:22 UTC
Verified on 4.8.0-0.nightly-2021-06-09-023740


$ oc get pv pvc-07a7f7ba-ccfb-431c-bf51-d9104db14f42
NAME                                       CAPACITY   ACCESS MODES   RECLAIM POLICY   STATUS   CLAIM                        STORAGECLASS   REASON   AGE
pvc-07a7f7ba-ccfb-431c-bf51-d9104db14f42   1Gi        RWO            Delete           Bound    wduan-csi/mypvc-default-sc   gp2                     5m35s

$ oc get pv pvc-07a7f7ba-ccfb-431c-bf51-d9104db14f42 -o yaml
metadata:
  annotations:
    pv.kubernetes.io/provisioned-by: ebs.csi.aws.com
...
  nodeAffinity:
    required:
      nodeSelectorTerms:
      - matchExpressions:
        - key: topology.kubernetes.io/zone
          operator: In
          values:
          - us-east-2b
        - key: topology.kubernetes.io/region
          operator: In
          values:
          - us-east-2

Comment 13 errata-xmlrpc 2021-07-27 23:09:14 UTC
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 (Moderate: OpenShift Container Platform 4.8.2 bug fix and security update), 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/RHSA-2021:2438


Note You need to log in before you can comment on or make changes to this bug.