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
Copy file name to clipboardExpand all lines: netapp_dataops_traditional/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -259,12 +259,12 @@ The following options/arguments are optional:
259
259
260
260
##### Storage Space Usage Details Explanation
261
261
262
-
If the -s/--include-space-usage-details option is specified, then four additional columns will be included in the output. These columns will be titled 'Snap. Reserve', 'Capacity', 'Usage', and 'Footprint'. These columns and their relation to the 'Size' column are explained in the table below.
262
+
If the -s/--include-space-usage-details option is specified, then four additional columns will be included in the output. These columns will be titled 'Snap Reserve', 'Capacity', 'Usage', and 'Footprint'. These columns and their relation to the 'Size' column are explained in the table below.
| Snap. Reserve | The percentage of the volume's logical size that is reserved for snapshot copies. |
267
+
| Snap Reserve| The percentage of the volume's logical size that is reserved for snapshot copies. |
268
268
| Capacity | The logical capacity that is available for users of the volume to store data in. |
269
269
| Usage | The combined logical size of all of the files that are stored on the volume. |
270
270
| Footprint | The actual on-disk storage space that is being consumed by the volume after all ONTAP storage efficiencies are taken into account. |
@@ -975,12 +975,12 @@ def list_volumes(
975
975
976
976
##### Storage Space Usage Details Explanation
977
977
978
-
If `include_space_usage_details` is set to `True`, then four additional fields will be included in the output. These fields will be labeled with the keys 'Snap. Reserve', 'Capacity', 'Usage', and 'Footprint'. These fields and their relation to the 'Size' field are explained in the table below.
978
+
If `include_space_usage_details` is set to `True`, then four additional fields will be included in the output. These fields will be labeled with the keys 'Snap Reserve', 'Capacity', 'Usage', and 'Footprint'. These fields and their relation to the 'Size' field are explained in the table below.
| Snap. Reserve | The percentage of the volume's logical size that is reserved for snapshot copies. |
983
+
| Snap Reserve| The percentage of the volume's logical size that is reserved for snapshot copies. |
984
984
| Capacity | The logical capacity that is available for users of the volume to store data in. |
985
985
| Usage | The combined logical size of all of the files that are stored on the volume. |
986
986
| Footprint | The actual on-disk storage space that is being consumed by the volume after all ONTAP storage efficiencies are taken into account. |
@@ -993,7 +993,7 @@ Also note that if you are using an ONTAP version earlier than 9.9, then the 'Foo
993
993
994
994
##### Return Value
995
995
996
-
The function returns a list of all existing volumes. Each item in the list will be a dictionary containing details regarding a specific volume. The keys for the values in this dictionary are "Volume Name", "Logical Size", "Type", "NFS Mount Target", "FlexCache" (yes/no), "Clone" (yes/no), "Source Volume", "Source Snapshot". If `check_local_mounts` is set to `True`, then "Local Mountpoint" will also be included as a key in the dictionary. If `include_space_usage_details` is set to `True`, then "Snap. Reserve", "Capacity", "Usage", and "Footprint" will also be included as keys in the dictionary.
996
+
The function returns a list of all existing volumes. Each item in the list will be a dictionary containing details regarding a specific volume. The keys for the values in this dictionary are "Volume Name", "Logical Size", "Type", "NFS Mount Target", "FlexCache" (yes/no), "Clone" (yes/no), "Source Volume", "Source Snapshot". If `check_local_mounts` is set to `True`, then "Local Mountpoint" will also be included as a key in the dictionary. If `include_space_usage_details` is set to `True`, then "Snap Reserve", "Capacity", "Usage", and "Footprint" will also be included as keys in the dictionary.
0 commit comments