Whamcloud - gitweb
LU-10040 nodemap: add nodemap idmap correctly
[fs/lustre-release.git] / lustre / ptlrpc / nrs.c
index 9b627da..43d1a7c 100644 (file)
@@ -1811,6 +1811,10 @@ int ptlrpc_nrs_init(void)
        rc = ptlrpc_nrs_policy_register(&nrs_conf_tbf);
        if (rc != 0)
                GOTO(fail, rc);
+
+       rc = ptlrpc_nrs_policy_register(&nrs_conf_delay);
+       if (rc != 0)
+               GOTO(fail, rc);
 #endif /* HAVE_SERVER_SUPPORT */
 
        RETURN(rc);