From: James Nunez Date: Sun, 27 Apr 2014 17:06:42 +0000 (-0400) Subject: staging/lustre/hsm: HSM requests not delivered X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~1147 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e55c447647c26cb666fce054894f9faeb69d21b2;p=pandora-kernel.git staging/lustre/hsm: HSM requests not delivered The total size of an HSM archive request may exceed the desired (LNET) message. When this happens, it can hang the client and not allow the archive request to succeed. Before we know the total size of the hsm_action_items, we need to limit the size of the reguest. Doing this limits the number of items that can be sent in one archive request. We'e reduced the size allowed for the user archive request to MDS_MAXREQSIZE/3. Signed-off-by: James Nunez Reviewed-on: http://review.whamcloud.com/9393 Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-4639 Reviewed-by: John L. Hammond Reviewed-by: Jinshan Xiong Signed-off-by: Oleg Drokin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed