diff options
author | Javier González <[email protected]> | 2016-11-28 22:39:10 +0100 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2016-11-29 12:12:51 -0700 |
commit | 8e53624d44c1de31b1b0d4f500703669418a4c67 (patch) | |
tree | c4e2e7600ada505ac12b7bd85ba7607c016c9939 /tools | |
parent | 2a02e627c245bfa987b97707123d7747d7b0e486 (diff) |
lightnvm: eliminate nvm_lun abstraction in mm
In order to naturally support multi-target instances on an Open-Channel
SSD, targets should own the LUNs they get blocks from and manage
provisioning internally. This is done in several steps.
Since targets own the LUNs the are instantiated on top of and manage the
free block list internally, there is no need for a LUN abstraction in
the media manager. LUNs are intrinsically managed as in the physical
layout (ch:0,lun:0, ..., ch:0,lun:n, ch:1,lun:0, ch:1,lun:n, ...,
ch:m,lun:0, ch:m,lun:n) and given to the targets based on the target
creation ioctl. This simplifies LUN management and clears the path for a
partition manager to sit directly underneath LightNVM targets.
Signed-off-by: Javier González <[email protected]>
Signed-off-by: Matias Bjørling <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions