From a4b107b1dea1b16bbb000dfd7acaa335cd8e604f Mon Sep 17 00:00:00 2001 From: Ciju Rajan K Date: Wed, 18 Dec 2019 01:23:53 +0530 Subject: [PATCH] [Juniper][QFX5210] Skip starting 'ledd' (#3920) There is no ledd in qfx5210 platform. This patch skip starting ledd in pmon container. This also will help in fixing the pmon container not getting started if there is no ledd running. Signed-off-by: Ciju Rajan K --- .../juniper/x86_64-juniper_qfx5210-r0/pmon_daemon_control.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 device/juniper/x86_64-juniper_qfx5210-r0/pmon_daemon_control.json diff --git a/device/juniper/x86_64-juniper_qfx5210-r0/pmon_daemon_control.json b/device/juniper/x86_64-juniper_qfx5210-r0/pmon_daemon_control.json new file mode 100644 index 0000000000..94592fa8ce --- /dev/null +++ b/device/juniper/x86_64-juniper_qfx5210-r0/pmon_daemon_control.json @@ -0,0 +1,3 @@ +{ + "skip_ledd": true +}