]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lsblk: add columns of zoned parameters
authorNaohiro Aota <naohiro.aota@wdc.com>
Mon, 30 Aug 2021 05:52:56 +0000 (14:52 +0900)
committerKarel Zak <kzak@redhat.com>
Tue, 31 Aug 2021 08:24:20 +0000 (10:24 +0200)
commitca5f4bd0d63ec9b10ecb8d94713dd8c0c17ea695
treeb72916bac608a677d64585f5c8a56b6752abee01
parentabb6e8e67a8d14a13cff7582bad4f9c8f3507b77
lsblk: add columns of zoned parameters

Several parameters for zoned devices are missing from lsblk's columns. This
commit introduces them as following.

 ZONE-SZ     zone size
 ZONE-WGRAN  zone write granularity
 ZONE-APP    zone append max bytes
 ZONE-NR     number of zones
 ZONE-OMAX   maximum number of open zones
 ZONE-AMAX   maximum number of active zones

Reviewed-by: Damien Le Moal <damien.lemoal@wdc.com>
Signed-off-by: Naohiro Aota <naohiro.aota@wdc.com>
bash-completion/lsblk
misc-utils/lsblk.c