doc/ftl: Fix font alignment
Change-Id: If4d06a558875a9289b0716be9c812730779ba27c Signed-off-by: Wojciech Malikowski <wojciech.malikowski@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/646 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
This commit is contained in:
parent
93bb4fe598
commit
b04b812e0d
@ -268,7 +268,7 @@ $ scripts/rpc.py bdev_ftl_create -b ftl0 -d nvme0n1
|
||||
Zone block bdev is a bdev adapter between regular `bdev` and `bdev_zone`. It emulates a zoned
|
||||
interface on top of a regular block device.
|
||||
|
||||
In order to create FTL on to of a regular bdev:
|
||||
In order to create FTL on top of a regular bdev:
|
||||
1) Create regular bdev e.g. `bdev_nvme`, `bdev_null`, `bdev_malloc`
|
||||
2) Create zone block bdev on top of a regular bdev created in step 1 (user could specify zone capacity
|
||||
and optimal number of open zones)
|
||||
|
Loading…
Reference in New Issue
Block a user