]> git.proxmox.com Git - pve-storage.git/commit - PVE/Storage.pm
Storage: add method volume_rollback_is_possible
authorWolfgang Link <w.link@proxmox.com>
Thu, 12 Feb 2015 07:41:35 +0000 (08:41 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 12 Feb 2015 08:15:02 +0000 (09:15 +0100)
commit1597f1f9ad010b7da09ce3535e217e457d1e8744
treeb9148382418f26d74179cfec1e1018572668adec
parenta4034b9f195141ed5c44201af1d29602bf91938e
Storage: add method volume_rollback_is_possible

add method volume_rollback_is_possible and redactor
Improve error handling
If snapshot is not reversible catch it before vm will lock and shutdown.
This is the case if zfs has an younger snapshot.

Signed-off-by: Wolfgang Link <w.link@proxmox.com>
PVE/Storage.pm
PVE/Storage/Plugin.pm
PVE/Storage/ZFSPlugin.pm
PVE/Storage/ZFSPoolPlugin.pm