From de0336b5391199616c25c74d29028d4566c4df6f Mon Sep 17 00:00:00 2001 From: judyjoseph <53951155+judyjoseph@users.noreply.github.com> Date: Sun, 2 Aug 2020 23:07:18 -0700 Subject: [PATCH] Update pmon_multiasic_design.md --- doc/pmon/pmon_multiasic_design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/pmon/pmon_multiasic_design.md b/doc/pmon/pmon_multiasic_design.md index d3e731de62..dc3106d9e0 100644 --- a/doc/pmon/pmon_multiasic_design.md +++ b/doc/pmon/pmon_multiasic_design.md @@ -20,7 +20,7 @@ The design approach taken is as given below, - The **interface related platform tables** like TRANSCEIVER\_INFO **,** TRANSCEIVER\_STATUS etc. will be stored in the STATE\_DB instance of **Asic database** (the database docker running in asic network namespace) -- We are interested in the front-panel interfaces and not in the backplane interfaces between ASIC's. Hence in PMON daemons we will work with namespaces relating to front-panel interfaces. +- In the multi-asic design there are namespaces created for front-end and back-end ASIC's. Since PMON is interested only in the front-panel interfaces (not in the backplane interfaces between ASIC's) it works with the namespaces relating to front-end ASIC's. - The **system wide platform tables** like PSU\_INFO, FAN\_INFO, EEPROM\_INFO etc. will be kept in the STATE\_DB instance of **Global database** (the database docker running in linux host)