Skip to content

Commit 67316de

Browse files
authored
Update troubleshooting page to reflect bugfix
1 parent 95dfbb1 commit 67316de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

troubleshooting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@ vserver modify -vserver ai_data -aggr-list ai_vsim97_01_FC_1
9090
AttributeError: The 'nas' field has not been set on the Volume. Try refreshing the object by calling get().
9191
```
9292

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).
9494

9595
#### Resolution
9696

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'.
9898

9999
```sh
100100
volume mount -volume project1 -junction-path /project1
101-
```
101+
```

0 commit comments

Comments
 (0)