diff --git a/scst/README.dlm b/scst/README.dlm index 56597a149..698602907 100644 --- a/scst/README.dlm +++ b/scst/README.dlm @@ -85,8 +85,9 @@ Startup and Shutdown -------------------- The startup sequence is as follows: -* Load and configure SCST with cluster_mode = 0 and with all target ports - disabled. +* Load the DLM kernel module. If not loaded explicitly, "modprobe scst" will + load the DLM kernel module implicitly. +* Load and configure SCST with all target ports disabled. * Enable cluster mode for all SCST devices that can be accessed through more than one cluster node: for x in /sys/kernel/scst_tgt/handlers/*/*/; do @@ -103,10 +104,17 @@ The startup sequence is as follows: crmadmin -S "$dc" 2>/dev/null | sed 's/^Status of crmd@[^[:blank:]]*:[[:blank:]]\([^[:blank:]]*\).*/\1/' } - for ((i=0;i<300;i++)); do - [ "$(pacemaker_dc_status)" = "S_IDLE" ] && break + timeout=300 + for ((i=0;i