Hi,
I am using the following ONTAP API commands to update the export file:
nfs-exportfs-append-rules-2, nfs-exportfs-modify-rule-2, nfs-exportfs-delete-rules
1) 1. Are these commands expensive on the filer (i.e. generate load for instance)? I currently execute them on demand, meaning when someone wants to attach a VM to a qtree, I run either the modify or append command. Should this be done in batch instead such as every 30 minutes to limit the impact (if any)?
2) 2. Have you seen problem with executions of several append and/or modify commands concurrently? Does the API handle it or can the export file be corrupted because of such parallel actions?
Thanks!