feat(vm.deltaCopy): add *Continuous Replication* tag to copies (#617)
Fixes vatesfr/xo-web#2473
This commit is contained in:
committed by
Julien Fontanet
parent
8ec30ec76d
commit
8dd5428ef6
@@ -432,6 +432,7 @@ export default class {
|
||||
delta.vm.name_label += ` (${date})`
|
||||
delta.vm.other_config[TAG_SOURCE_VM] = uuid
|
||||
delta.vm.other_config[TAG_EXPORT_TIME] = date
|
||||
delta.vm.tags = [ ...delta.vm.tags, 'Continuous Replication' ]
|
||||
|
||||
const { streams } = delta
|
||||
forEach(delta.vdis, (vdi, key) => {
|
||||
|
||||
Reference in New Issue
Block a user