Stop printing "Skipping global lock: lockspace not found or started"
for vgchange --lockstart, since it's generally an inherent limitation
that the global lock isn't available until after locking is started.
Update the start delay warning to "a few seconds".
}
if ((lockd_flags & LD_RF_NO_GL_LS) || (lockd_flags & LD_RF_NO_LOCKSPACES)) {
- log_warn("Skipping global lock: lockspace not found or started");
+ log_debug("Skipping global lock: lockspace not found or started");
goto allow;
}
if (!start_opt || !strcmp(start_opt, "auto")) {
if (vp.lock_start_sanlock)
- log_print_unless_silent("Starting locking. Waiting for sanlock may take 20 sec to 3 min...");
+ log_print_unless_silent("Starting locking. Waiting for sanlock may take a few seconds to 3 min...");
else
log_print_unless_silent("Starting locking. Waiting until locks are ready...");
lockd_start_wait(cmd);