The following is a list of known behaviors encountered when attempting to run some concurrent operations.
Concurrent backup operations
Backup
delete
operations associated with the same source instance must be performed one at a time.Bulk backup
delete
operations within a backup chain are not supported. While adelete
operation is pending, any newdelete
operations within the same backup chain return aRESOURCE_EXHAUSTED
error. This is regardless of whether the source instance has been deleted.If the source instance has been deleted, users receive a similar
FAILED_PRECONDITION
error.This limitation applies to every service tier but basic SSD and basic HDD.
Note that Filestore does support concurrent backup
delete
operations when backups reference separate source instances.For example, an instance labeled
Source1
has backup data referenced inBackup1
andBackup2
.Source2
has backup data referenced inBackup3
andBackup4
.Backup1
andBackup2
can't be deleted in parallel, however,Backup2
andBackup3
can.
Backup
create
and backupdelete
operations initiated within the same backup chain can run concurrently. However, users can't complete a backupcreate
operation while the most recent backup is being deleted.- If the user attempts to create a new backup of the instance while the most
recent backup is being deleted, they will receive a
FAILED_PRECONDITION
error. For example, ifSource1
has a backup chain composed ofBackup1
andBackup2
, and the user begins acreate
operation forBackup3
, they won't be able to deleteBackup2
until thecreate
operation completes. This is because the most recent backup contains the most critical data needed to successfully complete the backupcreate
operation.
- If the user attempts to create a new backup of the instance while the most
recent backup is being deleted, they will receive a
The following backups operations have a rate limit of once per 10 minutes in the steady state:
- Creating a backup of Filestore instance
- Restoring a Filestore instance from a backup (in-place restore)
- Creating a new Filestore instance from a backup
For more information, see Rate limits for backups.