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
@@ -91,7 +91,7 @@ This error occurs when the export policy isn't defined with a unique index. When
91
91
* Cause:
92
92
The defined export policy doesn't meet the requirement for export policy rules. You must have one export policy rule at the minimum and five export policy rules at the maximum.
93
93
* Solution:
94
-
Make sure that the index isn't already used and that it is in the range from 1 to 5.
94
+
Make sure that the index isn't already used and that it's in the range from 1 to 5.
95
95
* Workaround:
96
96
Use a different index for the rule that you're trying to set.
97
97
@@ -113,7 +113,7 @@ This error occurs when the file path contains unsupported characters, for exampl
113
113
* Cause:
114
114
The file path contains unsupported characters, for example, a period ("."), comma (","), underscore ("_"), or dollar sign ("$").
115
115
* Solution:
116
-
Remove characters that are not alphabetical letters, numbers, or hyphens ("-") from the file path you entered.
116
+
Remove all characters other than alphabetical letters, numbers, or hyphens ("-") from the file path you entered.
117
117
* Workaround:
118
118
You can replace an underscore with a hyphen or use capitalization instead of spaces to indicate the beginning of new words. For example, use "NewVolume" instead of "new volume".
119
119
@@ -261,7 +261,7 @@ Wait a few minutes and check if the problem persists.
261
261
262
262
***Not allowed to mix protocol types CIFS and NFS***
263
263
264
-
This error occurs when you're trying to create a Volume and there are both the CIFS (SMB) and NFS protocol types in the volume properties.
264
+
This error occurs when you're trying to create a volume that has both the CIFS (SMB) and NFS protocol types in the volume properties.
265
265
266
266
* Cause:
267
267
Both the CIFS (SMB) and NFS protocol types are used in the volume properties.
@@ -299,7 +299,7 @@ This error indicates that the operation isn't available for the active subscript
299
299
* Cause:
300
300
The operation isn't available for the subscription or resource.
301
301
* Solution:
302
-
Make sure that the operation is entered correctly and that it is available for the resource and subscription that you're using.
302
+
Make sure that the operation is entered correctly. The operation should be available for the resource and subscription that you're using.
303
303
304
304
***OwnerId cannot be changed***
305
305
@@ -317,14 +317,14 @@ This error occurs when you try to create a volume and the capacity pool in which
317
317
* Cause:
318
318
The capacity pool where the volume is being created isn't found.
319
319
* Solution:
320
-
Most likely the pool was not fully created or was already deleted at the time of the volume creation.
320
+
Most likely the pool wasn't fully created or was already deleted at the time of the volume creation.
321
321
322
322
***Patch operation is not supported for this resource type.***
323
323
324
324
This error occurs when you try to change the mount target or snapshot.
325
325
326
326
* Cause:
327
-
The mount target is defined when it is created, and it can't be changed subsequently.
327
+
The mount target is defined when it's created, and it can't be changed subsequently.
328
328
The snapshots don’t contain any properties that can be changed.
329
329
* Solution:
330
330
None. Those resources don't have any properties that can be changed.
@@ -407,7 +407,7 @@ This error occurs when you try to reference a nonexistent resource, for example,
407
407
* Cause:
408
408
You're trying to reference a nonexistent resource (for example, a volume or snapshot) that has already been deleted or has a misspelled resource name.
409
409
* Solution:
410
-
Check the request for spelling errors to make sure that it is correctly referenced.
410
+
Check the request for spelling errors to make sure that it's correctly referenced.
411
411
* Workaround:
412
412
See the Solution section above.
413
413
@@ -495,7 +495,7 @@ This error occurs when nonexistent properties are provided for a resource such a
495
495
* Cause:
496
496
The request has a set of properties that can be used with each resource. You can't include any nonexistent properties in the request.
497
497
* Solution:
498
-
Make sure that all property names are spelled correctly and that the properties are available for the subscription and resource.
498
+
Make sure all property names are spelled correctly. Make sure the properties are available for the subscription and resource.
499
499
* Workaround:
500
500
Reduce the number of properties defined in the request to eliminate the property that is causing the error.
501
501
@@ -534,7 +534,7 @@ See the solution above.
534
534
535
535
***Volume is being deleted and cannot be deleted at the moment.***
536
536
537
-
This error occurs when you try to delete a volume when it is already being deleted.
537
+
This error occurs when you try to delete a volume when it's already being deleted.
538
538
539
539
* Cause:
540
540
A volume is already being deleted when you try to delete the volume.
@@ -635,7 +635,7 @@ This error occurs when you try to create an SMB volume, but a DNS server (specif
635
635
* Cause:
636
636
You're trying to create an SMB volume, but a DNS server (specified in your Active Directory configuration) is unreachable.
637
637
* Solution:
638
-
Review your Active Directory configuration and make sure that the DNS server IP addresses are correct and reachable.
638
+
Review your Active Directory configuration. Make sure that the DNS server IP addresses are correct and reachable.
639
639
If there’s no issues with the DNS server IP addresses, then verify that no firewalls are blocking the access.
0 commit comments