mirror of
https://github.com/ceph/ceph
synced 2025-02-24 19:47:44 +00:00
Merge PR #32246 into master
* refs/pull/32246/head: mgr/cephadm: remove redundant /dev when blinking device light Reviewed-by: Sebastian Wagner <swagner@suse.com>
This commit is contained in:
commit
0f68bec975
@ -908,7 +908,7 @@ class CephadmOrchestrator(MgrModule, orchestrator.Orchestrator):
|
||||
'local-disk-%s-led-%s' % (
|
||||
ident_fault,
|
||||
'on' if on else 'off'),
|
||||
'--path', '/dev/' + dev,
|
||||
'--path', dev,
|
||||
]
|
||||
out, err, code = self._run_cephadm(
|
||||
host, 'osd', 'shell', ['--'] + cmd,
|
||||
|
Loading…
Reference in New Issue
Block a user