commit | 6732c7401035c8464fd4ab5ff2e1bf86e5fcd74c | [log] [tgz] |
---|---|---|
author | Matias Bjørling <matias@cnexlabs.com> | Wed Feb 15 16:25:33 2017 +0100 |
committer | Jens Axboe <axboe@fb.com> | Wed Feb 15 08:27:21 2017 -0700 |
tree | ae0e66667ced2d480defc9a0d87089d35f3799dc | |
parent | 0e5ffd1cb5f7ce19f23cc829d5dc3ebb1491570f [diff] |
lightnvm: set default lun range when no luns are specified The create target ioctl takes a lun begin and lun end parameter, which defines the range of luns to initialize a target with. If the user does not set the parameters, it default to only using lun 0. Instead, defaults to use all luns in the OCSSD, as it is the usual behaviour users want. Signed-off-by: Matias Bjørling <matias@cnexlabs.com> Signed-off-by: Jens Axboe <axboe@fb.com>