NetApp / netappdvp

A Docker volume plugin for NetApp storage
96 stars 33 forks source link

Security style #50

Closed olivibernard closed 7 years ago

olivibernard commented 7 years ago

Hi,

When I create a volume, I can not specify the security_style option. I tried something like this :

docker volume create -d netapp  --name vol1 -o security-style=unix
docker volume create -d netapp  --name vol2 -o securityStyle=unix

None of them works.

I read the azgo/volume-create.go file. This source seems to use but I can not figue out what to use in the command line.

The problem is the volume is created, but the security_style is NTFS instead of UNIX. I get the default value which is configured by the netapp admin guy. The result is I can mount the created volume in a container, but I can not read/write it.

Is there a way to force this option (UNIX) in docker volume create options ?

ntap-rippy commented 7 years ago

Need to add a securityStyle parameter and function call here apis/ontap/ontap.go#VolumeCreate

Need to add the securityStyle option here storage_drivers/ontap_nas.go#Create

adkerr commented 7 years ago

Internally tracked by US2201

innergy commented 7 years ago

Fixed in 17.04.0