Add replicate as new storage feature.
This feature shows that the storage can send and receive images.
This commit is contained in:
committed by
Wolfgang Bumiller
parent
4bd0b38f53
commit
f189504ccb
@ -700,6 +700,7 @@ sub volume_has_feature {
|
|||||||
template => { current => 1},
|
template => { current => 1},
|
||||||
copy => { base => 1, current => 1},
|
copy => { base => 1, current => 1},
|
||||||
sparseinit => { base => 1, current => 1},
|
sparseinit => { base => 1, current => 1},
|
||||||
|
replicate => { base => 1, current => 1},
|
||||||
};
|
};
|
||||||
|
|
||||||
my ($vtype, $name, $vmid, $basename, $basevmid, $isBase) =
|
my ($vtype, $name, $vmid, $basename, $basevmid, $isBase) =
|
||||||
|
|||||||
Reference in New Issue
Block a user