Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When a pod attempts to access a persistent volume (PV) backed by a file system in the File Storage service, the attempt might fail with a "Permission Denied" message.

This is because the volume is only accessible to processes running as root. As a result, a pod that is not running as root receives the "Permission Denied" message when attempting to access a directory or file in the mounted volume.

To resolve the "Permission Denied”, follow these steps:

...