diff options
author | Mohammed Rafi KC <rkavunga@redhat.com> | 2014-12-05 19:46:53 +0530 |
---|---|---|
committer | Raghavendra G <rgowdapp@redhat.com> | 2014-12-07 20:37:43 -0800 |
commit | 92a293220117f896bfcc1950dabd5bb1bfae9965 (patch) | |
tree | 4e2eb055dd05ddcff33d3209a3b42fdef220829e /api/src/glfs-master.c | |
parent | fcdac758ad7b3dda9843f92597a15e4a30a3b746 (diff) |
rdma:vectored write fails for rdma.
For rdma write with payload count greater than one
will fail due to insuffient memory to hold the
buffers in rpc transport layer. It was expecting
only one vector in payload, So it can only able
to decode the first iovec from payload, and the
rest will be discarded.
Thnaks to Raghavendra Gowdappa for fixing the
same.
Change-Id: I82a649a34abe6320d6216c8ce73e69d9b5e99326
BUG: 1171142
Signed-off-by: Mohammed Rafi KC <rkavunga@redhat.com>
Reviewed-on: http://review.gluster.org/9247
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Raghavendra G <rgowdapp@redhat.com>
Tested-by: Raghavendra G <rgowdapp@redhat.com>
Diffstat (limited to 'api/src/glfs-master.c')
0 files changed, 0 insertions, 0 deletions