#na_ontap_qtree with ntfs security style

1 messages · Page 1 of 1 (latest)

gilded matrix
#

Question: if I create a qtree with security_style of ntfs, do I still need to specify unix_user, unix_group and unix_permissions? In ansible doc, they are not shown as optional, but they don't make difference in ntfs security style.

frank scarab
#

@gilded matrix As per the module, the unix_permissions, unix_user and unix_group fields are mentioned as optional, for ntfs style these options can be omitted.

gilded matrix
#

The doc does not specifically mention they are optional. Just mentioned they are supported with REST.

unix_group 
string

added in netapp.ontap 21.21.0

The group set as owner of the qtree.

Only supported with REST and ONTAP 9.9 or later.

unix_permissions 
string

added in netapp.ontap 2.9.0

File permissions bits of the qtree.

Accepts either octal or string format.

Examples 0777, 777 in octal and —rwxrwxrwx, sstrwxrwxrwx, rwxrwxrwx in string format.

unix_user 
string

added in netapp.ontap 21.21.0

The user set as owner of the qtree.

Only supported with REST and ONTAP 9.9 or later.