Whamcloud - gitweb
LU-4639 hsm: HSM requests not delivered 93/9393/3
authorJames Nunez <james.a.nunez@intel.com>
Tue, 25 Feb 2014 22:34:46 +0000 (15:34 -0700)
committerJames Nunez <james.a.nunez@intel.com>
Thu, 27 Feb 2014 17:21:45 +0000 (17:21 +0000)
commita23e0fe42f26cd54384058d927bcf42330174e7b
treea3fce95fc0fe1f52df74f19acd52f605d528e77c
parent11317196203c26f8c9e4d2a8261859b1c7a76c9d
LU-4639 hsm: HSM requests not delivered

The total size of an HSM archive request may exceed the
desired message. When this happens, it can hang the client
and not allow the archive request to succeed.

We’ve reduced the size allowed for the user archive request
to MDS_MAXREQSIZE/4.

Signed-off-by: James Nunez <james.a.nunez@intel.com>
Change-Id: I3c19851b7fedf62854a5a1b4a8f27b9c49d8b313
lustre/llite/dir.c