Skip to content

Commit

Permalink
[kvm]: disable pmon daemons on kvm vs platform (#4461)
Browse files Browse the repository at this point in the history
hardware daemons are not supported in kvm vs platform now

admin@vlab-01:/usr/share/sonic/device/x86_64-kvm_x86_64-r0$ docker exec -it pmon bash   
root@vlab-01:/# supervisorctl status
fancontrol                       STOPPED   Not started
lm-sensors                       STOPPED   Not started
rsyslogd                         RUNNING   pid 23, uptime 0:03:09
start.sh                         EXITED    Apr 22 09:07 AM
supervisor-proc-exit-listener    RUNNING   pid 17, uptime 0:03:10

Signed-off-by: Guohan Lu <[email protected]>
  • Loading branch information
lguohan authored Apr 22, 2020
1 parent 43e80f7 commit 45c88d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions device/virtual/x86_64-kvm_x86_64-r0/pmon_daemon_control.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"skip_ledd": true,
"skip_xcvrd": true,
"skip_psud": true,
"skip_syseepromd": true,
"skip_thermalctld": true
}

0 comments on commit 45c88d1

Please sign in to comment.