diff --git a/scst/src/scst_dlm.c b/scst/src/scst_dlm.c index 65fe76c9f..cc1f7908e 100644 --- a/scst/src/scst_dlm.c +++ b/scst/src/scst_dlm.c @@ -1427,6 +1427,13 @@ static int scst_pr_dlm_init(struct scst_device *dev, const char *cl_dev_id) goto err_free; } + /* + * Instantiate the lockspace such that APTPL registration information + * is also made persistent on this node even if this node does not + * receive any medium or PR SCSI commands. + */ + get_lockspace(dev); + res = 0; out: