iscsidirect : add volume_snapshot
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
committed by
Dietmar Maurer
parent
33818d1604
commit
ec409fb48b
@ -193,4 +193,9 @@ sub volume_resize {
|
|||||||
die "volume resize is not possible on iscsi device";
|
die "volume resize is not possible on iscsi device";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sub volume_snapshot {
|
||||||
|
my ($class, $scfg, $storeid, $volname, $snap, $running) = @_;
|
||||||
|
die "volume snapshot is not possible on iscsi device";
|
||||||
|
}
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|||||||
Reference in New Issue
Block a user