You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AttributeError: The 'nas' field has not been set on the Volume. Try refreshing the object by calling get().
91
91
```
92
92
93
-
You may encounter this error if there is a volume within the SVM that you are using that has not been exported as an NFS share (i.e. that has not been mounted to a junction path on the storage system).
93
+
You may encounter this error when using v1.0 of the toolkit if there is a volume within the SVM that you are using that has not been exported as an NFS share (i.e. that has not been mounted to a junction path on the storage system).
94
94
95
95
#### Resolution
96
96
97
-
To resolve this error, you or your storage admin must export the offending volume as an NFS share. This can be performed using the ONTAP CLI as demonstrated in the following example for a volume named 'project1'.
97
+
The easiest solution is to upgrade to v1.1. If you must continue using v1.0, then you or your storage admin must export the offending volume as an NFS share. This can be performed using the ONTAP CLI as demonstrated in the following example for a volume named 'project1'.
98
98
99
99
```sh
100
100
volume mount -volume project1 -junction-path /project1
0 commit comments