mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-10 22:14:48 -05:00
fix(xo-server): correct spelling of "across" in migration logic and messages (#10372)
This commit is contained in:
@@ -949,8 +949,8 @@ export default class Xapi extends XapiBase {
|
||||
const host = hostXapi.getObject(hostId)
|
||||
const targetPool = hostXapi.getObject(host.$pool)
|
||||
|
||||
const accrossPools = vm.$pool !== host.$pool
|
||||
const useStorageMotion = accrossPools || sr !== undefined || !isEmpty(mapVifsNetworks) || !isEmpty(mapVdisSrs)
|
||||
const acrossPools = vm.$pool !== host.$pool
|
||||
const useStorageMotion = acrossPools || sr !== undefined || !isEmpty(mapVifsNetworks) || !isEmpty(mapVdisSrs)
|
||||
|
||||
const defaultMigrationNetworkId = targetPool.other_config['xo:migrationNetwork']
|
||||
const migrationNetwork =
|
||||
|
||||
@@ -653,10 +653,10 @@ const messages = {
|
||||
editJobNotFound: "The job you're trying to edit wasn't found",
|
||||
preferNbd: 'Use NBD to transfer disk if available',
|
||||
preferNbdInformation: 'A network accessible by XO or the proxy must have NBD enabled.',
|
||||
distributeBackups: 'Distribute backups accross backup repositories',
|
||||
distributeBackups: 'Distribute backups across backup repositories',
|
||||
distributeBackupsInformation:
|
||||
'This will write exactly one backup archive of each VM instead of writing one per backup repository',
|
||||
distributeReplications: 'Distribute replications accross the storage repositories',
|
||||
distributeReplications: 'Distribute replications across the storage repositories',
|
||||
distributeReplicationsInformation:
|
||||
'This will write exactly one replication of each VM backup instead of writing one per storage repository',
|
||||
nbdConcurrency: 'Number of NBD connection per disk',
|
||||
|
||||
Reference in New Issue
Block a user