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:
Gleb Chesnokov
2022-08-26 18:56:08 +03:00
parent 84bd33f9a1
commit 4f1003104f

View File

@@ -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" />