]> git.proxmox.com Git - pve-container.git/commit
mkfs: make less noisy
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 25 Jan 2021 19:15:24 +0000 (20:15 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 25 Jan 2021 19:15:26 +0000 (20:15 +0100)
commit06c7c7f15f5e5d06148bdf77d0d63050d314fb3d
tree888e86a0dd0a699301a93a651bdc4e9eee7f80f2
parent10937f87a831de5e5ced08c760050dbb979d907a
mkfs: make less noisy

Easiest and cleanest would be to pass the -q quiet parameter, but
that drops also possible relevant information when rescuing such a
filesystem (super block backup positions, UUID, ...)

Will let thorugh something like:

> Creating filesystem with 262144 4k blocks and 65536 inodes
> Filesystem UUID: 3a6f3548-baf6-45fa-93d2-b61212668d23
> Superblock backups stored on blocks:
>  32768, 98304, 163840, 229376

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/LXC.pm