azure-service-operator icon indicating copy to clipboard operation
azure-service-operator copied to clipboard

Bug: BackupVaultBackupInstance resource comes to ready state inside cluster even when the protection state is "configuring protection"

Open mayankagg9722 opened this issue 9 months ago • 2 comments

ASO V2 - v2.7.0

Resource Provider: Microsoft.DataProtection

Describe the bug BackupVaultBackupInstance resource comes to ready state inside cluster even when the protection state is "configuring protection" in Azure. Also when protection state changes to "protection configured", the YAML of the resource is not refreshed and took long time before it shows the right updated details that is shown in Azure portal. This might cause confusion for the customers.

To Reproduce Steps to reproduce the behavior:

  1. Post performing all the prerequisutes create the BackupVaultBackupInstance resource in the cluster using ASO.
  2. BackupVaultBackupInstance will come to ready state immediately, but the protection state is configuring protection.

Expected behavior BackupVaultBackupInstance resource should be in waiting state (or show some message along with ready state) until the protection state changes from configuring protection to protection configured. Also, the refresh/fetch rate should be immediate so that misinformation is not communicated to customers from Azure portal and in ASO resource YAML.

Screenshots image image image image

mayankagg9722 avatar May 01 '24 08:05 mayankagg9722