From: Abutalib Aghayev Date: Wed, 4 Nov 2020 18:56:22 +0000 (-0500) Subject: doc: Update contact email address and documentation for zoned-storage.rst. X-Git-Tag: v16.1.0~676^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=482e274556833a185bef862a0aa3097ee8df9ea2;p=ceph.git doc: Update contact email address and documentation for zoned-storage.rst. Signed-off-by: Abutalib Aghayev --- diff --git a/doc/dev/zoned-storage.rst b/doc/dev/zoned-storage.rst index ebf9a394eaa6..27f592b4c4e7 100644 --- a/doc/dev/zoned-storage.rst +++ b/doc/dev/zoned-storage.rst @@ -34,21 +34,21 @@ Currently we can perform basic RADOS benchmarks on an OSD running on an HM-SMR drives, restart the OSD, and read the written data, and write new data, as can be seen below. -Please contact Abutalib Aghayev for questions. +Please contact Abutalib Aghayev for questions. :: - $ zbc_info /dev/sdc + $ sudo zbd report -i -n /dev/sdc Device /dev/sdc: Vendor ID: ATA HGST HSH721414AL T240 - Zoned block device interface, Host-managed zone model - 27344764928 512-bytes sectors - 3418095616 logical blocks of 4096 B - 3418095616 physical blocks of 4096 B - 14000.520 GB capacity - Read commands are unrestricted - 672 KiB max R/W size - Maximum number of open sequential write required zones: 128 + Zone model: host-managed + Capacity: 14000.520 GB (27344764928 512-bytes sectors) + Logical blocks: 3418095616 blocks of 4096 B + Physical blocks: 3418095616 blocks of 4096 B + Zones: 52156 zones of 256.0 MB + Maximum number of open zones: no limit + Maximum number of active zones: no limit + 52156 / 52156 zones $ MON=1 OSD=1 MDS=0 sudo ../src/vstart.sh --new --localhost --bluestore --bluestore-devs /dev/sdc --bluestore-zoned $ sudo ./bin/ceph osd pool create bench 32 32