dmzadm(8) | System Manager's Manual | dmzadm(8) |
dmzadm - manage zoned block device format for use with the dm-zoned device mapper target
dmzadm -h | --help
dmzadm --version
dmzadm operation [ regular-block-device ] zoned-block-device-0 [ zoned-block-device-1 [...] ] [ options ]
dmzadm is used to format, check and repair block devices used with the dm-zoned device mapper. zoned-block-device-0 specifies the device node of the zoned block device to use (e.g. /dev/sdX).
regular-block-device is an optional device node corresponding to a regular block device to be used together with the zoned block device to store metadata and to act as the conventional zone storage space for the zoned device.
When regular-block-device is used, more than one zoned block device can be specified (zoned-block-device-1 etc). If multiple zoned block devices are specified, all devices must have the same zone size.
operation specifies the action to be taken on the device.
dmzadm returns 0 on success and 1 on failure.
dmzadm defines the following operations.
The following options can be used with all operations.
The following options can be used when the --format operation is specified.
The following options can be used when the --relabel operation is specified.
This version of dmzadm was written by Damien Le Moal <damien.lemoal@wdc.com> and Albert H. Chen <albert.chen@wdc.com> with contributions from Hannes Reinecke <hare@suse.de>.
GNU General Public Licence version 3 or later
(c) 2016-2020 Western Digital Corportation and its affiliates
Manual written by Damien Le Moal <damien.lemoal@wdc.com and by Tj <ubuntu@iam.tj> for Debian and Ubuntu.
dmzadm is available from the dm-zoned-tools project hosted on github at https://github.com/westerndigitalcorporation/dm-zoned-tools
dmsetup(8)
May 20 2020 |