Whamcloud - gitweb
LU-13510 lnet: Add lnet_lnd_timeout to lnetctl
[fs/lustre-release.git] / lnet / utils / lnetctl.c
index d600730..b75f684 100644 (file)
@@ -1370,6 +1370,12 @@ static int jt_show_global(int argc, char **argv)
                goto out;
        }
 
+       rc = lustre_lnet_show_lnd_timeout(-1, &show_rc, &err_rc);
+       if (rc != LUSTRE_CFG_RC_NO_ERR) {
+               cYAML_print_tree2file(stderr, err_rc);
+               goto out;
+       }
+
        if (show_rc)
                cYAML_print_tree(show_rc);