5
0
mirror of git://git.proxmox.com/git/pve-storage.git synced 2025-02-09 09:57:38 +03:00

iscsidirect : add volume_snapshot_rollback

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
Alexandre Derumier 2012-09-06 10:28:04 +02:00 committed by Dietmar Maurer
parent 051e85b827
commit 9f02df8359

View File

@ -198,4 +198,9 @@ sub volume_snapshot {
die "volume snapshot is not possible on iscsi device";
}
sub volume_snapshot_rollback {
my ($class, $scfg, $storeid, $volname, $snap) = @_;
die "volume snapshot rollback is not possible on iscsi device";
}
1;