How to create an RWX NAS PV with setuid bit for group using Trident backend
Applies to
Trident for Kubernetes and Openshift
Description
Although Trident does document the usage of unixPermissions in the defaults section of the backend, it's only shown with octal numeric three-digit settings.
Additionally, it does not appear to take a setting with setuid bits, like 1777 or 2777 on octal,and filter these out automatically.
Note: For RWO PVs it's normal that fsGroup definition in the POD will cause this, but these PVs are only accessible by one POD/node.
