Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Nesta página, fornecemos instruções sobre como reverter um volume de um snapshot.
Antes de começar
É possível fazer a reversão de volume quando ele está on-line e em uso pelos clientes.
A reversão pode mudar arquivos abertos sem notificar o aplicativo e causar possível corrupção de dados. Para evitar isso, recomendamos que você pare todos os
aplicativos críticos antes de fazer a reversão de volume. A reversão leva alguns
minutos.
Reverter um volume de um snapshot
Para volumes em uma relação de replicação ativa, somente o volume de origem pode ser revertido.
Use as instruções a seguir para reverter um volume de um snapshot usando o
consoleGoogle Cloud ou a Google Cloud CLI:
Console
Acesse a página do NetApp Volumes no console do Google Cloud .
Clique em more_vertMostrar mais para reverter o volume.
Selecione Reverter para mostrar informações sobre o volume.
Selecione o snapshot para reverter.
Verifique a criação do snapshot.
Clique em Reverter.
Uma caixa de diálogo aparece mostrando o carimbo de data/hora do snapshot a ser revertido e
uma lista dos snapshots mais recentes que vão desaparecer se você continuar com a reversão
do volume.
Insira o nome do volume no campo Nome do volume para confirmar a operação de reversão.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-09-04 UTC."],[],[],null,["# Revert a volume from a snapshot\n\nThis page provides instructions on how to revert a volume from a snapshot.\n\nBefore you begin\n----------------\n\nYou can perform volume reversion when the volume is online and in use by clients.\nReversion can change open files without any notification to the application and\ncause potential data corruption. To avoid this, we recommend that you stop all\ncritical applications before you perform volume reversion. Reverting takes a few\nminutes.\n\nRevert a volume from a snapshot\n-------------------------------\n\nFor volumes in an active replication relationship, only the source volume can be\nreverted.\n\nUse the following instructions to revert a volume from a snapshot using the\nGoogle Cloud console or Google Cloud CLI: \n\n### Console\n\n1. Go to the **NetApp Volumes page** in the Google Cloud console.\n\n[Go to NetApp Volumes](https://console.cloud.google.com/netapp/volumes)\n\n1. Click **Volumes**.\n\n2. Click more_vert **Show more**\n to revert the volume.\n\n3. Select **Revert** to display information about the volume.\n\n4. Select the snapshot to revert.\n\n5. Verify the creation of the snapshot.\n\n6. Click **Revert**.\n\n A dialog appears that displays the timestamp of the snapshot to revert and\n a list of the newer snapshots that disappear if you proceed with volume\n reversion.\n7. Enter the volume name in the **Volume name** field to confirm the revert\n operation.\n\n8. Click **Revert**.\n\n### gcloud\n\nRevert the volume to a snapshot: \n\n```bash\ngcloud netapp volumes revert VOLUME_NAME \\\n --project=PROJECT_ID \\\n --location=LOCATION \\\n --snapshot=SNAPSHOT\n```\n\nReplace the following information:\n\n- \u003cvar translate=\"no\"\u003eVOLUME_NAME\u003c/var\u003e: the name of the volume that you want\n to revert to a specific snapshot point-in-time.\n\n- \u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e: the name of the project you want to\n revert the volume in.\n\n- \u003cvar translate=\"no\"\u003eLOCATION\u003c/var\u003e: the location of the volume you want to\n revert.\n\n- \u003cvar translate=\"no\"\u003eSNAPSHOT\u003c/var\u003e: the name of the snapshot used in order\n to revert the volume.\n\nFor more options, see [Google Cloud SDK documentation for NetApp Volumes volume snapshots](/sdk/gcloud/reference/netapp/volumes/snapshots).\n\nWhat's next\n-----------\n\n[Create a new volume from a snapshot](/netapp/volumes/docs/configure-and-use/volume-snapshots/new-volume-from-snapshot)."]]