- Load-Sharing mirrors only ever benefit NAS volumes. SAN volumes have no need to be mounted into a namespace to function.
- Best to create ONE LS mirror on each
data aggregate in the cluster. Sometimes this is nuts, like having 8 aggregates. At that point, I might defy the practice and maybe do one per node- Looks like it has been a while since I looked at those docs. It does show one per node now. When!
- I personally have never had to utilize the LS mirror. It is tiny (1G per node per data SVM).
- It is really not needed to update the LS mirror every 5 minutes. Even the FlexPod guides set it to 15.
- You could always run a pre-script that does a "manual" snapmirror update-ls-set before any backup job to be safe (agreeing with your example in a way)
- When you use the LS mirror, ONTAP defaults to **only** using the LS mirrors for client access.
- To access the RW version, I think you need to mount: svm:/.admin
- So, having the LS mirror on each node is actually a good thing for the clients. Stick with one LS mirror per node!
- One SVM_root can have many replicas They are managed as a single group. You update one, all get updated. very easy to manage.
Bottom line: stick with one LS mirror per node. It is quote easy to setup (on the CLI, have never seen it able to be done in the GUI, of course, I have never looked either)