Commit bc1a01c1 authored by Konrad Sztyber's avatar Konrad Sztyber Committed by Tomasz Zawadzki
Browse files

doc/vmd: means to check LED management support



Mention ledctl(8) as a means to verify a platform supports LED
management through VMD.

Change-Id: Iebf01e13b4bee2cb90b9127239d3cbb151e7efa1
Signed-off-by: default avatarKonrad Sztyber <konrad.sztyber@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/477032


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarPaul Luse <paul.e.luse@intel.com>
Reviewed-by: default avatarShuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: default avatarTomasz Zawadzki <tomasz.zawadzki@intel.com>
Community-CI: SPDK CI Jenkins <sys_sgci@intel.com>
parent 87f0dab8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -117,3 +117,6 @@ To support hot plugs spdk_vmd_hotplug_monitor() needs to be called periodically.

VMD LED utility in the [examples/vmd/led](https://github.com/spdk/spdk/tree/master/examples/vmd/led)
could be used to set LED states.

In order to verify that a platform is correctly configured to support LED management, ledctl(8) can
be utilized.  For instructions on how to use it, consult the manual page of this utility.