hpe-storage / python-hpedockerplugin

HPE Native Docker Plugin
Apache License 2.0
36 stars 64 forks source link

File Persona: legacyvolumeplugin: ACLs:Share created for the user and group with valid type, flag, and invalid permissions #633

Closed sandesh-desai closed 5 years ago

sandesh-desai commented 5 years ago

File Persona: legacyvolumeplugin: ACLs:Share created for the user and group with valid type, flag, and invalid permissions.

Steps as follows:

1) Create a share with fsMode and fsOwner with valid type, flag, and invalid permissions. docker volume create -d hpe --name Default_Share10 -o filePersona -o fsOwner="1000:1000" -o fsMode="A:p:rwxcTtC,A:fdg:rwax,D:fdS:BZ" 2) Inspect the share docker volume inspect Default_Share10 [ { "Driver": "hpe", "Labels": {}, "Mountpoint": "/opt/hpe/data/hpedocker-Default_Share10", "Name": "Default_Share10", "Options": { "filePersona": "", "fsMode": "A:p:rwxcTtC,A:fdg:rwax,D:fdS:BZ", "fsOwner": "1000:1000" }, "Scope": "global", "Status": { "backend": "DEFAULT_FILE", "clientIPs": [], "cpg": "Sandesh", "docker_managed": false, "fpg": "DockerFpg_1", "fsMode": "A:p:rwxcTtC,A:fdg:rwax,D:fdS:BZ", "fsOwner": "1000:1000", "name": "Default_Share10", "protocol": "nfs", "sharePath": "192.168.70.12:/DockerFpg_1/DockerVfs_1/Default_Share8", "size": "1024 GiB", "status": "AVAILABLE", "vfs": "DockerVfs_1", "vfsIPs": [ [ "192.168.70.12", "255.255.192.0" ] ] } } ] Attaching the logs : Docker and 3PAR data.txt 3pardcv_log.txt

sandesh-desai commented 5 years ago

Closing this issue as FIXED. Attaching the logs. Docker output.txt