]> git.proxmox.com Git - pve-storage.git/commit - PVE/Storage/ZFSPoolPlugin.pm
zfs: fix unmount request
authorFabian Ebner <f.ebner@proxmox.com>
Thu, 5 Aug 2021 08:33:43 +0000 (10:33 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 12 Aug 2021 09:48:42 +0000 (11:48 +0200)
commitab3516a6d7bce0cf7d269576ac496ecb73b1f005
treea5c51399e4ce43d5a60d8b17e52c6e0aa64d249e
parent04bb277db453440dd8a55b688df5fc23fc536d76
zfs: fix unmount request

by not dying when the dataset is already unmounted. Can be triggered
for a container by doing two rollbacks in a row.

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