mirror of
git://git.proxmox.com/git/pve-storage.git
synced 2025-02-12 21:57:58 +03:00
iscsidirect : add volume_snapshot_rollback
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
051e85b827
commit
9f02df8359
@ -198,4 +198,9 @@ sub volume_snapshot {
|
|||||||
die "volume snapshot is not possible on iscsi device";
|
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;
|
1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user