fix(xo-server): correct spelling of "across" in migration logic and messages (#10372)

This commit is contained in:
Dan Pollak
2026-09-09 07:21:10 -05:00
committed by GitHub
parent 5cf93b3c3c
commit e50f033361
2 changed files with 4 additions and 4 deletions

View File

@@ -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 =

View File

@@ -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',