Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Auf dieser Seite finden Sie eine Anleitung zum Zurücksetzen eines Volumes aus einem Snapshot.
Hinweise
Sie können die Volume-Rückgängigmachung durchführen, wenn das Volume online ist und von Clients verwendet wird.
Durch das Zurücksetzen können offene Dateien geändert werden, ohne dass die Anwendung benachrichtigt wird. Dies kann zu Datenbeschädigung führen. Um dies zu vermeiden, empfehlen wir, alle wichtigen Anwendungen zu beenden, bevor Sie die Volume-Rücksetzung durchführen. Das Rückgängigmachen dauert einige Minuten.
Volume aus einem Snapshot wiederherstellen
Bei Volumes in einer aktiven Replikationsbeziehung kann nur das Quellvolume zurückgesetzt werden.
Gehen Sie nach der folgenden Anleitung vor, um ein Volume mithilfe derGoogle Cloud Console oder der Google Cloud CLI aus einem Snapshot wiederherzustellen:
Console
Rufen Sie in der Google Cloud Console die Seite NetApp Volumes auf.
Klicken Sie auf more_vertMehr anzeigen, um das Volume zurückzusetzen.
Wählen Sie Zurücksetzen aus, um Informationen zum Volume aufzurufen.
Wählen Sie den Snapshot aus, auf den Sie zurücksetzen möchten.
Prüfen Sie, ob der Snapshot erstellt wurde.
Klicken Sie auf Zurücksetzen.
In einem Dialogfeld wird der Zeitstempel des Snapshots angezeigt, auf den zurückgesetzt werden soll, sowie eine Liste der neueren Snapshots, die verschwinden, wenn Sie mit dem Zurücksetzen des Volumes fortfahren.
Geben Sie den Namen des Volumes in das Feld Name des Volumes ein, um die Rückgängigmachung zu bestätigen.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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)."]]