Skip to content

Commit a91bf31

Browse files
committed
Initial Version
1 parent 2d3fdb1 commit a91bf31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Ansible/snapmirror_report/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The output of the report is a CSV file with the following columns:
66
- Destination Path (svm:volume)
77
- State (e.g. snapmirrored, broken-off)
88
- Healthy (true or false)
9-
- lag\_time (in "P#DT#H#M#S" format)
9+
- lag\_time (in "P#DT#H#M#S" format, where 'P' and 'T' are fixed characters, and the number before the other letters specify how many Days, Hours, Minutes and Seconds have transpired)
1010

1111
## Requirements
1212
- Ansible 2.9 or later
@@ -18,7 +18,7 @@ There are three files used to create the report:
1818
- `processs_region.yaml`: A collection of tasks that will process all the FSxNs in a region.
1919
- `get_all_fsxn_regions.yaml`: A collection of tasks that retrieves all the regions, that are enabled for the account, where FSx for ONTAP is available.
2020

21-
You will also need to create a file named (by default) `secrets_list.csv` that list the secret name for each FSx file system.
21+
You will also need to create a file named (by default) `secrets_list.csv` that list the secret name for each FSx file systems.
2222
The format of the file should be:
2323
```
2424
file_system_id,secret_name

0 commit comments

Comments
 (0)