Skip to content

Commit 7585fb9

Browse files
committed
Made minor tweaks.
1 parent 079bc07 commit 7585fb9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Ansible/snapmirror_report/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ The output of the report is a CSV file with the following columns:
88
- Healthy (true or false)
99
- lag\_time (in "P#DT#H#M#S" format. See below for an explanation)
1010

11-
The lag\_time format always starts with the letter 'P' and if the lag time is more than 24 hours it is followed by
12-
a number and the letter 'D'. The number is the number of days. The next character is always a 'T' and is followed by
13-
a number, letter pairs, where the letter is either an 'H', 'M', or 'S'. If the letter is 'H' then number before it is
14-
the number of hours. If the letter is 'M' then number before it is the number of minutes. If the letter is 'S' then
15-
number before it is the number of seconds. For example, 'P1DT2H3M4S' represents 1 day, 2 hours, 3 minutes, and 4 seconds.
11+
The lag\_time format is an ASCII string that always starts with the letter 'P' and if the lag time is more than 24 hours it is followed by
12+
a number and the letter 'D'. The number represents the number days. The next character is always a 'T' and is followed by
13+
number/letter pairs, where the letter is either an 'H', 'M', or 'S'. If the letter is 'H' then the number before it represents
14+
the number of hours. If the letter is 'M' then the number before it represents the number of minutes. If the letter is 'S' then
15+
the number before it represents the number of seconds. For example, 'P1DT2H3M4S' represents 1 day, 2 hours, 3 minutes, and 4 seconds.
1616

1717
## Requirements
1818
- jq - A lightweight and flexible command-line JSON processor. Installation instructions can be found [here](https://jqlang.github.io/jq/download/)
@@ -31,7 +31,7 @@ The format of the file should be:
3131
```
3232
file_system_id,secret_name
3333
```
34-
NOTE: Do not add any spaces before or after the file\_system\_id or secret\_name.
34+
:warning: **NOTE:** Do not add any spaces before or after the file\_system\_id or secret\_name.
3535

3636
Each secret should have two `keys`:
3737
| Key | Value |

0 commit comments

Comments
 (0)