Skip to content

Commit c5dfac1

Browse files
committed
Fix typo in readme
1 parent d157fff commit c5dfac1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

netapp_dataops_traditional/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -259,12 +259,12 @@ The following options/arguments are optional:
259259

260260
##### Storage Space Usage Details Explanation
261261

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.
263263

264264
| Column | Explanation |
265265
|---------------|------------------------------------------------------------------------------------------------------------------------------------|
266266
| Size | The logical size of the volume. |
267-
| 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. |
268268
| Capacity | The logical capacity that is available for users of the volume to store data in. |
269269
| Usage | The combined logical size of all of the files that are stored on the volume. |
270270
| 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(
975975

976976
##### Storage Space Usage Details Explanation
977977

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.
979979

980980
| Field | Explanation |
981981
|---------------|------------------------------------------------------------------------------------------------------------------------------------|
982982
| Size | The logical size of the volume. |
983-
| 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. |
984984
| Capacity | The logical capacity that is available for users of the volume to store data in. |
985985
| Usage | The combined logical size of all of the files that are stored on the volume. |
986986
| 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
993993

994994
##### Return Value
995995

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.
997997

998998
##### Error Handling
999999

0 commit comments

Comments
 (0)