Start a Conversation

Solved!

Go to Solution

928

September 6th, 2021 06:00

Access denied in Pods with CSI/PowerScale

So, I have set up the driver and all PVCs create and bind as expected. But all the pods that are provisioned to use those PVCs end up with having access denied when trying to write to the PV or do any kind of operation.

Running the latest operator with the 1.6.0 PowerScale driver towards OneFS 9.1.0.9

Anyone stumbled upon something similar? 

2 Intern

 • 

166 Posts

September 13th, 2021 01:00

Hi @swull,

Is it possible to check the permission of the created directory on the Isilon side with something like :

ls -led /ifs/[basepath for the CSI driver]/

ls -led /ifs/[basepath for the CSI driver]/[csi created directory]

If the permission of the [csi created directory] is not 777, it is possible you have an ACL that revert the default POSIX permission.

Let us know

7 Posts

September 13th, 2021 02:00

Bingo, there it is. There is some kind of ACL screwing this up for me. Which is not set in the test instance/AZ I have on the same powerscale cluster.
Thanks!

No Events found!

Top