Whamcloud - gitweb
LU-2149 llog: lctl to work with llogs from command line
[fs/lustre-release.git] / lustre / mgs / mgs_handler.c
index 1b5f2e0..50385c3 100644 (file)
@@ -803,6 +803,9 @@ out_free:
                break;
         }
 
+       case OBD_IOC_CATLOGLIST:
+               rc = mgs_list_logs(&env, mgs, data);
+               break;
        case OBD_IOC_LLOG_CANCEL:
        case OBD_IOC_LLOG_REMOVE:
         case OBD_IOC_LLOG_CHECK: