mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 01:01:27 +00:00
iscsi-scst: Fix a typo in SCSTTarget RA
Extraneous space in "status" breaks resource monitoring:
<action name="status " timeout="10" interval="10" depth="0" />
Fixes: https://github.com/SCST-project/scst/issues/80
This commit is contained in:
@@ -122,7 +122,7 @@ dependent. Neither the name nor the value may contain whitespace.
|
||||
<actions>
|
||||
<action name="start" timeout="10" />
|
||||
<action name="stop" timeout="180" />
|
||||
<action name="status " timeout="10" interval="10" depth="0" />
|
||||
<action name="status" timeout="10" interval="10" depth="0" />
|
||||
<action name="monitor" timeout="10" interval="10" depth="0" />
|
||||
<action name="meta-data" timeout="5" />
|
||||
<action name="validate-all" timeout="10" />
|
||||
|
||||
Reference in New Issue
Block a user