PVE::Storage::storage_can_replicate - hew helper

This commit is contained in:
Dietmar Maurer
2017-06-27 06:17:58 +02:00
parent 864341b853
commit 7118dd916b
4 changed files with 31 additions and 0 deletions

View File

@ -336,6 +336,12 @@ sub volume_snapshot_rollback {
$class->zfs_add_lun_mapping_entry($scfg, $volname);
}
sub storage_can_replicate {
my ($class, $scfg, $storeid, $format) = @_;
return 0;
}
sub volume_has_feature {
my ($class, $scfg, $feature, $storeid, $volname, $snapname, $running) = @_;