Hi,
0x210000000904 Failed to backupCloud machine
Description
On
the eBackup node ([Node_Ip]) execute backuping cloud
machine([Machine_Id]) task([Task_Id]) to product environment([Env_Ip])
failed.
Possible Causes
Procedure
1. May cause 1: network interruption.
a. To log in to the production environment, please use the ping command to test the network connectivity.
2. May cause 2: production site is faulty.
a. Log in to the production environment.
b. Run the cinder quota-usage <tenant-id>
command to view the tenant's quota usage. If the value of in-use in the
snapshots line is the same as that of limit, the snapshot quota of the
tenant is insufficient, use the command 'cinder quota-update --snapshots snapshots tenant_id' to update the value.
c. Run the cinder quota-usage <tenant-id>
command to view the tenant's quota usage. If the backup image size (GB)
of the current volume + the value of in-use in the backup_gigabytes
line is greater than the value of limit, or the value of in-use in the
backups line is the same as that of limit, the backup image quota of the
tenant is insufficient, use the command 'cinder quota-update --backups backups tenant_id' to update the value.
d. Notify the tenant services resume operation again.
I hope it helps.