commit | ebb16d0d1b326c252fef9f339a7322ee44ed104f | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@toxicpanda.com> | Tue Apr 18 16:22:51 2017 -0400 |
committer | Jens Axboe <axboe@fb.com> | Wed Apr 19 08:16:06 2017 -0600 |
tree | 206d26bf0409d9bec425920f531da67bb659f9c4 | |
parent | 6af3847329191db7716309217bde152c3cacc13d [diff] |
nbd: set the max segment size to UINT_MAX NBD doesn't care about limiting the segment size, let the user push the largest bio's they want. This allows us to control the request size solely through max_sectors_kb. Signed-off-by: Josef Bacik <jbacik@fb.com> Reviewed-by: Ming Lei <ming.lei@redhat.com> Signed-off-by: Jens Axboe <axboe@fb.com>