Skip to content

Commit

Permalink
Updated the files for double braces error (#975)
Browse files Browse the repository at this point in the history
Updated the files for double braces error as suggested by [PR#942](docker/docs#942)
  • Loading branch information
kannankvs authored Apr 6, 2022
1 parent 0e86e9f commit 3e00c1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/DUT_monitor_HLD.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ Display output of the following commands:

+ df -h --total /*
+ ps aux --sort rss
+ docker stats --all --format "table {{.Name}}\t{{.CPUPerc}}\t{{.MemUsage}}"
+ docker stats --all --format {% raw %} "table {{.Name}}\t{{.CPUPerc}}\t{{.MemUsage}}" {% endraw %}

### Commands to fetch monitoring data

Expand Down
2 changes: 2 additions & 0 deletions doc/SAI_failure_handling/SAI_failure_handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ An ERROR_DB will be introduced to escalate the failures from orchagent to upper
The schema of ERROR_DB is designed as follows:

```
{% raw %}
ERROR_{{DB_TYPE}}_{{TABLE_TYPE}}_TABLE|entry
"failed_orch": {{failed orch type}}
"failed_SAI": {{failed SAI type}}
Expand All @@ -76,6 +77,7 @@ ERROR_{{DB_TYPE}}_{{TABLE_TYPE}}_TABLE|entry
"attributes": "attr_type0,attr_type1,..." (Optional)
"attr_values": "attr_value0,attr_value1,..." (Optional)
"counter": {{count}}
{% endraw %}
```

The table and key in ERROR_DB correspond to the DB, table, and key where SAI failures happen (e.g., SAI failure happens when conducting operations for APPL_DB entry `ROUTE_TABLE:0.0.0.0/0`, the corresponding key in ERROR_DB should be `ERROR_APPL_ROUTE_TABLE:0.0.0.0/0`).
Expand Down

0 comments on commit 3e00c1e

Please sign in to comment.