-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
None
-
No
-
None
-
Minor Incident
-
rhel-systemd
-
3
-
False
-
False
-
-
None
-
None
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
x86_64
-
None
How to reproduce:
1.open VROC and install RHEL9.6 on server
2. After boot,start ledmon service and then:
use "ledctl locate=/dev/nvme0n1" locate the disk, it failed.
use "ledctl --set-slot --controller-type=vmd --device=/dev/nvmeXn1 --state=locate" locate the disk, it successed.
From ledmon man page, there are two methods to locate the nvme disk, on is "ledctl locate=/dev/nvme0n1", another is "ledctl --set-slot --controller-type=vmd --device=/dev/nvmeXn1 --state=locate", but the first one is invalid, Is this a bug for ledctl?