IBM / k8s-storage-tests

Playbooks for validating a Kubernetes persistent storage for IBM Cloud Paks
Apache License 2.0
16 stars 12 forks source link

Testing to Capture Multiple UIDs Writing to File System #9

Closed jrhee12 closed 2 years ago

jrhee12 commented 2 years ago

Main Issue: If two processes with different non-root UIDs write to an EFS mount, the file ownership of one of the UIDs doesn't get maintained. It will result in one UID always be recorded in the file system. This has been observed during the EFS CSI driver certification process for Db2.

Request: EFS CSI driver needs to support two userIDs writing to a file system. The request is to include a testing feature that tests for the ability to handle maintaining mulitple UIDs in this scenario.

parthakom2 commented 2 years ago

it is captured in the test with this PR - https://github.com/IBM/k8s-storage-tests/pull/10