]> git.proxmox.com Git - pve-storage.git/commit
avoid output of zfs get command on volume import
authorFabian Ebner <f.ebner@proxmox.com>
Thu, 1 Oct 2020 08:11:35 +0000 (10:11 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 28 Oct 2020 13:05:49 +0000 (14:05 +0100)
commit0fd0a6270b265f07109f0555f9d4296fbbf2ee75
tree6e48e8177484a65aa1b9734fa03b9af2572964e4
parent70232472bc08d2d130acb947d4cd6d86a26b8a6b
avoid output of zfs get command on volume import

quiet takes care of both the error and success case.
Without this, there are lines like:
myzpool/vm-4352-disk-0@__replicate_4352-7_1601538554__ name myzpool/vm-4352-disk-0@__replicate_4352-7_1601538554__ -
in the log if the dataset exists, and this information is
already present in more readable form.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
PVE/Storage/ZFSPoolPlugin.pm