commit | 1cc1f17aab7e596d0a7373fc1ed11dbddfa82bc9 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@toxicpanda.com> | Thu Apr 20 15:47:01 2017 -0400 |
committer | Jens Axboe <axboe@fb.com> | Thu Apr 20 19:53:24 2017 -0600 |
tree | 49992c745eb4b25f4e6e2831ddcf3e6784b9e33f | |
parent | 246665db3bcdb36dbba91a64b1e560dcf948a994 [diff] |
nbd: set the max segments to USHRT_MAX I lack the basic understanding of what segments mean, so we were being limited to 512kib requests even with higher max_sectors sizes set. Setting the maximum number of segments to unlimited allows us to actually have arbitrarily large IO's go through NBD. Signed-off-by: Josef Bacik <jbacik@fb.com> Signed-off-by: Jens Axboe <axboe@fb.com>