Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
NOME
gdcloud compute disks start-async-replication - Avvia la replica asincrona su un disco della macchina virtuale. Questo comando deve essere richiamato sul disco primario e deve essere fornito --secondary-disk.
To start replication from the primary disk 'example-disk-1' in zone us-east1-a to the secondary disk 'example-disk-2' in zone us-west1-a, run:
gdcloud compute disks start-async-replication example-disk-1 \
--project example-project \
--zone us-east1-a \
--secondary-disk example-disk-2 \
--secondary-zone us-west1-a
FLAG OBBLIGATORI
--secondary-zone string Zone of the secondary disk for asynchronous replication.
FLAG FACOLTATIVI
--secondary-disk string Secondary disk for asynchronous replication.
--zone string Zone to use for this invocation. To preset the zone flag for all commands that require it, run: "gdcloud config set core/zone ZONE". The zone flag is available only in multi-zone environments.
GDCLOUD WIDE FLAGS
Questi flag sono disponibili per tutti i comandi: --configuration, --format, --help, --project, --quiet.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-08-19 UTC."],[[["This command `gdcloud compute disks start-async-replication` initiates asynchronous replication for a virtual machine disk, requiring invocation on the primary disk."],["The command mandates the specification of the secondary disk using the `--secondary-disk` flag, along with its corresponding zone via `--secondary-zone`."],["To start replication, the primary disk name, project, primary zone, secondary disk name, and secondary zone must be provided as demonstrated in the example."],["The `--zone` flag is required and specifies the primary zone, while the `--secondary-zone` flag is also required and specifies the secondary zone."],["Common gdcloud flags such as `--configuration`, `--format`, `--help`, `--project`, and `--quiet` are accessible with this command."]]],[]]