]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
zpool: use tab to intend continuation from removal status
authorThomas Lamprecht <guggentom@hotmail.de>
Fri, 5 Mar 2021 20:15:35 +0000 (21:15 +0100)
committerGitHub <noreply@github.com>
Fri, 5 Mar 2021 20:15:35 +0000 (12:15 -0800)
commitfd1c366f822ecadc3a011340133e2f481803009f
tree6ec9169901d67c9f8769673e3669004129028749
parent92fb29b9f95522d1083f4467e9aab9f8f1e7d0ba
zpool: use tab to intend continuation from removal status

Bring the output of the removal status in line with the other
"fields" that zpool status outputs, and thus allows an parser to
easier detect this as continuation of the 'remove:' output.

Before:
remove: Removal of vdev 0 copied 282G in 0h9m, completed on [...]
    776K memory used for removed device mappings

Now:
remove: Removal of vdev 0 copied 282G in 0h9m, completed on [...]
776K memory used for removed device mappings

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Closes #11674
cmd/zpool/zpool_main.c