vb_playtech

updated

2 months ago

V

vb_playtech

1 Rookie

10 Posts

31 Points

0

564

June 2nd, 2026 07:45

[Qualification]: Support Confirmation for sci-unity version 2.15.0 on Kubernetes v1.32.9+rke2r1

  • OS: RHEL 8.10

  • Orchestrator: RKE2 v1.32.9+rke2r1

  • Storage Platform: EMC Unity 480F

  • Attachments: How to upload files?

  • Additional details: both kubernetes e2e and csi-cert have been ran

Documented Test Exclusions & Configurations

Due to our specific infrastructure requirements and known driver bugs, several standard cert-csi tests have been explicitly disabled:

  1. Volume Cloning & Snapshots (clone: falsesnapshot: false):

    • Reason: Skipped due to our strict company policy requiring Thick Provisioning (thinProvisioned: "false"). Dell Unity's CSI Volume Cloning and Snapshot capabilities fundamentally require underlying array-level snapshots, which mandate Thin Provisioning. Testing thick clones will always result in array-level rejection.

  2. NFS Suites:

    • Reason: Skipped (the nfs-storage block was removed from the config). Our environment exclusively uses Fibre Channel (FC). Leaving the default NFS template in the configuration will cause the EphemeralVolumeSuite to time out and fail.

  3. Raw Block Expansion (Potential Issue):

    • Reason: While standard filesystem expansion is supported, expanding Raw Block volumes may fail with a NodeResizeError. This is an OS-integration bug where the Dell Unity CSI Node Plugin attempts to execute multipathd resize map using the raw WWN, but fails to prepend the required NAA 3 prefix that RHEL expects.

References for Excluded Raw Block Tests:
The multipathd resize map failure during raw block expansion is caused by the CSI Node Plugin omitting the SCSI NAA designator prefix (3) from the Unity WWN.

  • Dell Host Connectivity Guide: Acknowledges that RHEL identifies Unity LUNs with the 3 prepended to the WWN (See: Dell Unity XT Linux Setup).

  • RHEL/Linux Storage Standards: Documents that scsi_id prepends the 3 to comply with the NAA designator type in VPD page 0x83 (See: Persistent Identifiers for Storage).

  • anandrajak

    Moderator

    16 Posts

    40 Points

    0

    0

    Posted June 17th, 2026 14:29

    Thanks for sharing the test results—they look good. We’ll include this information in the documentation.

    #iwork4Dell

  • vb_playtech

    1 Rookie

    10 Posts

    31 Points

    0

    0

    Posted June 2nd, 2026 15:13

    i'm not able to add any comment there, it immediately gives Access Denied after i press post and refresh the page...

    also, why i can't upload zip archives here?

  • Dell-Jacob G

    1 Rookie

    2 Posts

    8 Points

    0

    0

    Posted June 5th, 2026 12:55

    Hello
    For comments and zip archieves not working- sorry I don't know what the issue is there. 
    For the test results: michpg-cert-csi-kubernetes-e2e-report.xml.zip
    Were the fsgroup tests ran? When we run k8s e2e , we set

    # Volume ownership via fsGroup
     fsGroup: true

    #iwork4Dell

    Dell-Jacob G

    #IWork4Dell

  • vb_playtech

    1 Rookie

    10 Posts

    31 Points

    0

    0

    Posted June 5th, 2026 13:51

    hello,

    we used the following config:

    ```

    DriverInfo:
      Name: csi-unity.dellemc.com
      # Define the filesystems you support
      SupportedFsType:
        ext4: {}
        xfs: {}
      # Explicitly enable advanced tests to match cert-csi
      Capabilities:
        block: true            # Enables Raw Block tests
        exec: true             # Allows the framework to execute commands in pods to verify data
        multipath: true        # Enables multiple pod attachment tests (if RWX)
        pvcDataSource: false   # Enables Volume Cloning tests
        volumeExpansion: true  # Enables Volume Resizing tests
      
      # (Optional) Enable stress/scaling tests similar to cert-csi "scaling" suite
      StressTestOptions:
        NumPods: 10
        NumRestarts: 1StorageClass:
      FromExistingClassName: unity-ext4
    SnapshotClass:
      FromName: true 
    ```
  • Dell-Jacob G

    1 Rookie

    2 Posts

    8 Points

    0

    0

    Posted June 5th, 2026 14:16

    Can you try with 

    fsGroup: true

    Under Capabilities? 


    #iwork4Dell

    Dell-Jacob G

    #IWork4Dell

  • vb_playtech

    1 Rookie

    10 Posts

    31 Points

    0

    0

    Posted June 5th, 2026 14:31

    sure, where i can send results after test gets completed?

  • anandrajak

    Moderator

    16 Posts

    40 Points

    0

    0

    Posted June 5th, 2026 15:07

    @vb_playtech  - Thanks for the response. Cindy will reach-out to you via email. 

    #IWork4Dell

    #iwork4Dell

  • AlikSaring

    7 Practitioner

    2 Posts

    6 Points

    0

    0

    Posted June 8th, 2026 17:01

    @vb_playtech can you select option {;} and load the content of log file as html/xml?

    #IWork4Dell

  • vb_playtech

    1 Rookie

    10 Posts

    31 Points

    0

    0

    Posted June 9th, 2026 07:10

    @AlikSaring​ unfortunately no, after pressing post and refresh the page, got access denied

  • anandrajak

    Moderator

    16 Posts

    40 Points

    0

    0

    Posted June 9th, 2026 16:48

    @vb_playtech - Can you please give a try? You should able to upload the test results now.

    #IWork4Dell

    (edited)

    #iwork4Dell