Whamcloud - gitweb
LU-2322 quota: OBD_IDX_READ should be handled during recovery
authorNiu Yawei <niu@whamcloud.com>
Wed, 14 Nov 2012 09:57:04 +0000 (04:57 -0500)
committerOleg Drokin <green@whamcloud.com>
Tue, 20 Nov 2012 22:58:17 +0000 (17:58 -0500)
OBD_IDX_READ should be handled during recovery.

Signed-off-by: Niu Yawei <niu@whamcloud.com>
Change-Id: I509be43b062943e7601fdfc3a38178acb2d150b0
Reviewed-on: http://review.whamcloud.com/4580
Reviewed-by: Johann Lombardi <johann.lombardi@intel.com>
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Fan Yong <yong.fan@whamcloud.com>
lustre/mdt/mdt_handler.c

index 0eae56f..83056b6 100644 (file)
@@ -2973,6 +2973,7 @@ static int mdt_filter_recovery_request(struct ptlrpc_request *req,
         case OST_CONNECT: /* This will never get here, but for completeness. */
         case MDS_DISCONNECT:
         case OST_DISCONNECT:
+       case OBD_IDX_READ:
                *process = 1;
                RETURN(0);