Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(GcpNfsVolume) Restore in new Filestore #455

Closed
abalaie opened this issue Aug 8, 2024 · 0 comments · Fixed by #461
Closed

(GcpNfsVolume) Restore in new Filestore #455

abalaie opened this issue Aug 8, 2024 · 0 comments · Fixed by #461
Assignees

Comments

@abalaie
Copy link
Contributor

abalaie commented Aug 8, 2024

Description

In GCP, you can restore a Filestore backup in 3 ways:

  • In place restore: replaces the existing Fileshare of the source Filestore with backup content
  • Out of place restore: replaces the existing Fileshare of an existing Filestore different from the source Filestore with backup content
  • Restore in new Filestore: Creates a new Filestore and as part of the creation, restores an existing backup content to the Fileshare of newly create Filestore.

The request is to implement "Restore in new Filestore" for GCP.

Reasons

GCP doesn't support the restore of a backup of ZONAL, REGIONAL and ENTERPRISE tiers into an existing Filestore, regardless of if it is the source Filestore or another Filestore. For the listed tiers, the only way to do the restore, is to do it as part of new Filestore creation.
Therefore we need to have this feature available otherwise the listed tiers are not practically usable.

Attachments

https://cloud.google.com/filestore/docs/backups#limitations-storage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant