エクスポートポリシーがクライアントIPと一致しないため、qtreeをマウントできません
環境
- ONTAP 9以降
- NFS
- CVO
問題
- NFSを使用してqtreeをマウントできず、アクセス拒否エラーを取得しています:
root@ubuntu:~# mount -a -o nfsvers=3 10.216.41.1xx:/test_asa/test_asa_qtree /test1
mount.nfs: access denied by server while mounting 10.216.41.1xx:/test_asa/test_asa_qtree
- qtree、その親、またはルートボリュームに割り当てられたエクスポートポリシー がクライアントにアクセスを提供しない
- export-policy check accessがaccessにdeniedと表示されて失敗する
cdot_vsim6::> export-policy check-access -vserver shruti -volume test_asa -client-ip 10.216.41.xx -authentication-method sys -protocol nfs3 -access-type read-write -qtree test_asa_qtree
Policy Policy Rule
Path Policy Owner Owner Type Index Access
----------------------------- ---------- --------- ---------- ------ ----------
/ test1 shru_svm_root
volume 1 read
/test_asa default test_asa volume 5 read
/test_asa/test_asa_qtree qtree_policy
test_asa_qtree
qtree 0 denied
3 entries were displayed.