]> git.proxmox.com Git - pve-storage.git/commit - PVE/Storage/ZFSPlugin.pm
Parse volname where needed
authorDaniel Berteaud <daniel@firewall-services.com>
Wed, 18 Sep 2019 15:15:46 +0000 (17:15 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 23 Sep 2019 14:09:10 +0000 (16:09 +0200)
commitc243be83b4a461c74b08763df46815fb5771ae08
tree1c83a47afa107ae6739d5eb3549b904849d41130
parentb7c8738f17f1eae690fb9e8dd0a35c365632362c
Parse volname where needed

The common ZFSPlugin was missing volume name parsing
in a few places. This was not a problem for standard
volumes, but broke functionnalities (like resize,
snapshot, rollback) with linked clones as the name of
the zvol must be extracted from the entry in the config
(remove base-X-disk-Y prefix)

Signed-off-by: Daniel Berteaud <daniel@firewall-services.com>
PVE/Storage/ZFSPlugin.pm