storage: add rename_snapshot method
Signed-off-by: Alexandre Derumier <alexandre.derumier@groupe-cyllene.com>
This commit is contained in:
committed by
Wolfgang Bumiller
parent
bb21ba381d
commit
5f916079ea
@ -497,6 +497,12 @@ sub rename_volume {
|
||||
die "renaming volumes is not supported for $class\n";
|
||||
}
|
||||
|
||||
sub rename_snapshot {
|
||||
my ($class, $scfg, $storeid, $volname, $source_snap, $target_snap) = @_;
|
||||
|
||||
die "rename_snapshot is not supported for $class";
|
||||
}
|
||||
|
||||
sub volume_export_formats {
|
||||
my ($class, $scfg, $storeid, $volname, $snapshot, $base_snapshot, $with_snapshots) = @_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user