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

Bug: Azure DataProtectionApplication infinite reconcile loop #634

Closed
1 task done
metalbahamut opened this issue Apr 9, 2022 · 2 comments
Closed
1 task done

Bug: Azure DataProtectionApplication infinite reconcile loop #634

metalbahamut opened this issue Apr 9, 2022 · 2 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@metalbahamut
Copy link

metalbahamut commented Apr 9, 2022

OADP-450

Contact Details

j.sanchezmartinez@zurich.com

Describe bug

DataProtectionApplication definition:

apiVersion: oadp.openshift.io/v1alpha1
kind: DataProtectionApplication
metadata:
  name: cluster
  namespace: openshift-adp
spec:
  backupLocations:
    - velero:
        accessMode: ReadWrite
        backupSyncPeriod: 24h0m0s
        config:
          resourceGroup: AzureBackupRG_westeurope_1
          storageAccount: euwbackups
          storageAccountKeyEnvVar: AZURE_STORAGE_ACCOUNT_ACCESS_KEY
        credential:
          key: credentials
          name: adp-backups-default
        default: true
        objectStorage:
          bucket: adp-backups-default
          prefix: default
        provider: azure
        validationFrequency: 12h0m0s
  configuration:
    restic:
      enable: true
      podConfig:
        resourceAllocations:
          limits:
            cpu: 250m
            memory: 1Gi
          requests:
            cpu: 25m
            memory: 128Mi
        tolerations:
          - effect: NoSchedule
            key: bcn.cps/worker
            operator: Exists
    velero:
      defaultPlugins:
        - openshift
        - azure
      podConfig:
        resourceAllocations:
          limits:
            cpu: 250m
            memory: 1Gi
          requests:
            cpu: 25m
            memory: 512Mi
status:
  conditions:
    - lastTransitionTime: '2022-04-09T08:18:05Z'
      message: Reconcile complete
      reason: Complete
      status: 'True'
      type: Reconciled

What happened?

When deploying a DataProtectionApplication in Azure, the openshift-adp-controller-manager enters in an infinite reconcilation loop.
Velero deployment is updated infinitely (generation > 6000).

OADP Version

1.0.1 (Stable)

OpenShift Version

4.9

Velero pod logs

time="2022-04-09T08:18:12Z" level=info msg="setting log-level to INFO" logSource="pkg/cmd/server/server.go:175"
time="2022-04-09T08:18:12Z" level=info msg="Starting Velero server v1.7.1-OADP (-)" logSource="pkg/cmd/server/server.go:177"
time="2022-04-09T08:18:12Z" level=info msg="No feature flags enabled" logSource="pkg/cmd/server/server.go:181"
time="2022-04-09T08:18:12Z" level=info msg="registering plugin" command=/velero kind=BackupItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/crd-remap-version
time="2022-04-09T08:18:12Z" level=info msg="registering plugin" command=/velero kind=BackupItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/pod
time="2022-04-09T08:18:12Z" level=info msg="registering plugin" command=/velero kind=BackupItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/pv
time="2022-04-09T08:18:12Z" level=info msg="registering plugin" command=/velero kind=BackupItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/service-account
time="2022-04-09T08:18:12Z" level=info msg="registering plugin" command=/velero kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/add-pv-from-pvc
time="2022-04-09T08:18:12Z" level=info msg="registering plugin" command=/velero kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/add-pvc-from-pod
time="2022-04-09T08:18:12Z" level=info msg="registering plugin" command=/velero kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/apiservice
time="2022-04-09T08:18:12Z" level=info msg="registering plugin" command=/velero kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/change-pvc-node-selector
time="2022-04-09T08:18:12Z" level=info msg="registering plugin" command=/velero kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/change-storage-class
time="2022-04-09T08:18:12Z" level=info msg="registering plugin" command=/velero kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/cluster-role-bindings
time="2022-04-09T08:18:12Z" level=info msg="registering plugin" command=/velero kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/crd-preserve-fields
time="2022-04-09T08:18:12Z" level=info msg="registering plugin" command=/velero kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/init-restore-hook
time="2022-04-09T08:18:12Z" level=info msg="registering plugin" command=/velero kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/job
time="2022-04-09T08:18:12Z" level=info msg="registering plugin" command=/velero kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/pod
time="2022-04-09T08:18:12Z" level=info msg="registering plugin" command=/velero kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/restic
time="2022-04-09T08:18:12Z" level=info msg="registering plugin" command=/velero kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/role-bindings
time="2022-04-09T08:18:12Z" level=info msg="registering plugin" command=/velero kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/service
time="2022-04-09T08:18:12Z" level=info msg="registering plugin" command=/velero kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/service-account
time="2022-04-09T08:18:12Z" level=info msg="registering plugin" command=/plugins/velero-plugin-for-microsoft-azure kind=VolumeSnapshotter logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/azure
time="2022-04-09T08:18:12Z" level=info msg="registering plugin" command=/plugins/velero-plugin-for-microsoft-azure kind=ObjectStore logSource="pkg/plugin/clientmgmt/registry.go:100" name=velero.io/azure
time="2022-04-09T08:18:13Z" level=info msg="registering plugin" command=/plugins/velero-plugins kind=BackupItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=openshift.io/01-common-backup-plugin
time="2022-04-09T08:18:13Z" level=info msg="registering plugin" command=/plugins/velero-plugins kind=BackupItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=openshift.io/02-serviceaccount-backup-plugin
time="2022-04-09T08:18:13Z" level=info msg="registering plugin" command=/plugins/velero-plugins kind=BackupItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=openshift.io/03-pv-backup-plugin
time="2022-04-09T08:18:13Z" level=info msg="registering plugin" command=/plugins/velero-plugins kind=BackupItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=openshift.io/04-imagestreamtag-backup-plugin
time="2022-04-09T08:18:13Z" level=info msg="registering plugin" command=/plugins/velero-plugins kind=BackupItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=openshift.io/09-replicationcontroller-backup-plugin
time="2022-04-09T08:18:13Z" level=info msg="registering plugin" command=/plugins/velero-plugins kind=BackupItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=openshift.io/12-replicaset-backup-plugin
time="2022-04-09T08:18:13Z" level=info msg="registering plugin" command=/plugins/velero-plugins kind=BackupItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=openshift.io/19-is-backup-plugin
time="2022-04-09T08:18:13Z" level=info msg="registering plugin" command=/plugins/velero-plugins kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=openshift.io/01-common-restore-plugin
time="2022-04-09T08:18:13Z" level=info msg="registering plugin" command=/plugins/velero-plugins kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=openshift.io/02-serviceaccount-restore-plugin
time="2022-04-09T08:18:13Z" level=info msg="registering plugin" command=/plugins/velero-plugins kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=openshift.io/03-pv-restore-plugin
time="2022-04-09T08:18:13Z" level=info msg="registering plugin" command=/plugins/velero-plugins kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=openshift.io/04-imagestreamtag-restore-plugin
time="2022-04-09T08:18:13Z" level=info msg="registering plugin" command=/plugins/velero-plugins kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=openshift.io/04-pvc-restore-plugin
time="2022-04-09T08:18:13Z" level=info msg="registering plugin" command=/plugins/velero-plugins kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=openshift.io/05-route-restore-plugin
time="2022-04-09T08:18:13Z" level=info msg="registering plugin" command=/plugins/velero-plugins kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=openshift.io/06-build-restore-plugin
time="2022-04-09T08:18:13Z" level=info msg="registering plugin" command=/plugins/velero-plugins kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=openshift.io/07-pod-restore-plugin
time="2022-04-09T08:18:13Z" level=info msg="registering plugin" command=/plugins/velero-plugins kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=openshift.io/08-deploymentconfig-restore-plugin
time="2022-04-09T08:18:13Z" level=info msg="registering plugin" command=/plugins/velero-plugins kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=openshift.io/09-replicationcontroller-restore-plugin
time="2022-04-09T08:18:13Z" level=info msg="registering plugin" command=/plugins/velero-plugins kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=openshift.io/10-job-restore-plugin
time="2022-04-09T08:18:13Z" level=info msg="registering plugin" command=/plugins/velero-plugins kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=openshift.io/11-daemonset-restore-plugin
time="2022-04-09T08:18:13Z" level=info msg="registering plugin" command=/plugins/velero-plugins kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=openshift.io/12-replicaset-restore-plugin
time="2022-04-09T08:18:13Z" level=info msg="registering plugin" command=/plugins/velero-plugins kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=openshift.io/13-deployment-restore-plugin
time="2022-04-09T08:18:13Z" level=info msg="registering plugin" command=/plugins/velero-plugins kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=openshift.io/14-statefulset-restore-plugin
time="2022-04-09T08:18:13Z" level=info msg="registering plugin" command=/plugins/velero-plugins kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=openshift.io/15-service-restore-plugin
time="2022-04-09T08:18:13Z" level=info msg="registering plugin" command=/plugins/velero-plugins kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=openshift.io/16-cronjob-restore-plugin
time="2022-04-09T08:18:13Z" level=info msg="registering plugin" command=/plugins/velero-plugins kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=openshift.io/17-buildconfig-restore-plugin
time="2022-04-09T08:18:13Z" level=info msg="registering plugin" command=/plugins/velero-plugins kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=openshift.io/18-secret-restore-plugin
time="2022-04-09T08:18:13Z" level=info msg="registering plugin" command=/plugins/velero-plugins kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=openshift.io/19-is-restore-plugin
time="2022-04-09T08:18:13Z" level=info msg="registering plugin" command=/plugins/velero-plugins kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=openshift.io/20-SCC-restore-plugin
time="2022-04-09T08:18:13Z" level=info msg="registering plugin" command=/plugins/velero-plugins kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=openshift.io/21-role-bindings-restore-plugin
time="2022-04-09T08:18:13Z" level=info msg="registering plugin" command=/plugins/velero-plugins kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=openshift.io/22-cluster-role-bindings-restore-plugin
time="2022-04-09T08:18:13Z" level=info msg="registering plugin" command=/plugins/velero-plugins kind=RestoreItemAction logSource="pkg/plugin/clientmgmt/registry.go:100" name=openshift.io/23-imagetag-restore-plugin
I0409 08:18:14.099737       1 request.go:665] Waited for 1.030481908s due to client-side throttling, not priority and fairness, request: GET:https://172.30.0.1:443/apis/operators.coreos.com/v1alpha2?timeout=32s
time="2022-04-09T08:18:16Z" level=info msg="Checking existence of namespace." logSource="pkg/cmd/server/server.go:385" namespace=openshift-adp
time="2022-04-09T08:18:16Z" level=info msg="Namespace exists" logSource="pkg/cmd/server/server.go:391" namespace=openshift-adp
I0409 08:18:24.110494       1 request.go:665] Waited for 3.247117518s due to client-side throttling, not priority and fairness, request: GET:https://172.30.0.1:443/apis/security.internal.openshift.io/v1?timeout=32s
time="2022-04-09T08:18:26Z" level=info msg="Checking existence of Velero custom resource definitions" logSource="pkg/cmd/server/server.go:420"
time="2022-04-09T08:18:26Z" level=info msg="All Velero custom resource definitions exist" logSource="pkg/cmd/server/server.go:454"
time="2022-04-09T08:18:26Z" level=info msg="Starting controllers" logSource="pkg/cmd/server/server.go:564"
time="2022-04-09T08:18:26Z" level=info msg="Starting metric server at address [:8085]" logSource="pkg/cmd/server/server.go:571"
time="2022-04-09T08:18:26Z" level=info msg="Backup sync period is 1m0s" logSource="pkg/controller/backup_sync_controller.go:77"
time="2022-04-09T08:18:26Z" level=info msg="Waiting for informer caches to sync" logSource="pkg/cmd/server/server.go:810"
time="2022-04-09T08:18:26Z" level=info msg="Done waiting for informer caches to sync" logSource="pkg/cmd/server/server.go:813"
time="2022-04-09T08:18:26Z" level=info msg="Informer cache synced" informer="*v1.VolumeSnapshotLocation" logSource="pkg/cmd/server/server.go:824"
time="2022-04-09T08:18:26Z" level=info msg="Informer cache synced" informer="*v1.Schedule" logSource="pkg/cmd/server/server.go:824"
time="2022-04-09T08:18:26Z" level=info msg="Informer cache synced" informer="*v1.DeleteBackupRequest" logSource="pkg/cmd/server/server.go:824"
time="2022-04-09T08:18:26Z" level=info msg="Informer cache synced" informer="*v1.Restore" logSource="pkg/cmd/server/server.go:824"
time="2022-04-09T08:18:26Z" level=info msg="Informer cache synced" informer="*v1.PodVolumeBackup" logSource="pkg/cmd/server/server.go:824"
time="2022-04-09T08:18:26Z" level=info msg="Informer cache synced" informer="*v1.ResticRepository" logSource="pkg/cmd/server/server.go:824"
time="2022-04-09T08:18:26Z" level=info msg="Informer cache synced" informer="*v1.Backup" logSource="pkg/cmd/server/server.go:824"
time="2022-04-09T08:18:26Z" level=info msg="Server starting..." logSource="pkg/cmd/server/server.go:882"
time="2022-04-09T08:18:26Z" level=info msg="Starting controller" controller=restic-repo logSource="pkg/controller/generic_controller.go:76"
time="2022-04-09T08:18:26Z" level=info msg="Starting controller" controller=backup-sync logSource="pkg/controller/generic_controller.go:76"
time="2022-04-09T08:18:26Z" level=info msg="Starting controller" controller=backup logSource="pkg/controller/generic_controller.go:76"
time="2022-04-09T08:18:26Z" level=info msg="Starting controller" controller=schedule logSource="pkg/controller/generic_controller.go:76"
time="2022-04-09T08:18:26Z" level=info msg="Starting controller" controller=gc logSource="pkg/controller/generic_controller.go:76"
time="2022-04-09T08:18:26Z" level=info msg="Starting controller" controller=backup-deletion logSource="pkg/controller/generic_controller.go:76"
time="2022-04-09T08:18:26Z" level=info msg="Checking for expired DeleteBackupRequests" controller=backup-deletion logSource="pkg/controller/backup_deletion_controller.go:502"
time="2022-04-09T08:18:26Z" level=info msg="Done checking for expired DeleteBackupRequests" controller=backup-deletion logSource="pkg/controller/backup_deletion_controller.go:530"
time="2022-04-09T08:18:26Z" level=info msg="Starting controller" controller=restore logSource="pkg/controller/generic_controller.go:76"
time="2022-04-09T08:18:26Z" level=info msg="Validating backup storage location" backup-storage-location=cluster-1 controller=backup-storage-location logSource="pkg/controller/backup_storage_location_controller.go:114"
time="2022-04-09T08:18:27Z" level=info msg="Backup storage location valid, marking as available" backup-storage-location=cluster-1 controller=backup-storage-location logSource="pkg/controller/backup_storage_location_controller.go:121"
I0409 08:18:34.159166       1 request.go:665] Waited for 2.096315168s due to client-side throttling, not priority and fairness, request: GET:https://172.30.0.1:443/apis/imageregistry.operator.openshift.io/v1?timeout=32s
I0409 08:23:38.511324       1 request.go:665] Waited for 1.038712493s due to client-side throttling, not priority and fairness, request: GET:https://172.30.0.1:443/apis/snapshot.storage.k8s.io/v1?timeout=32s

Restic pod logs

time="2022-04-09T08:18:10Z" level=info msg="Setting log-level to INFO"
time="2022-04-09T08:18:10Z" level=info msg="Starting Velero restic server v1.7.1-OADP (-)" logSource="pkg/cmd/cli/restic/server.go:87"
I0409 08:18:11.614297       1 request.go:665] Waited for 1.114914814s due to client-side throttling, not priority and fairness, request: GET:https://172.30.0.1:443/apis/bitnami.com/v1alpha1?timeout=32s
2022-04-09T08:18:11.817Z	INFO	controller-runtime.metrics	metrics server is starting to listen	{"addr": ":8080"}
time="2022-04-09T08:18:11Z" level=info msg="Starting controllers" logSource="pkg/cmd/cli/restic/server.go:198"
time="2022-04-09T08:18:11Z" level=info msg="Starting metric server for restic at address [:8085]" logSource="pkg/cmd/cli/restic/server.go:189"
time="2022-04-09T08:18:11Z" level=info msg="Controllers starting..." logSource="pkg/cmd/cli/restic/server.go:249"
2022-04-09T08:18:11.872Z	INFO	starting metrics server	{"path": "/metrics"}
time="2022-04-09T08:18:11Z" level=info msg="Starting controller" controller=pod-volume-backup logSource="pkg/controller/generic_controller.go:76"
time="2022-04-09T08:18:11Z" level=info msg="Waiting for caches to sync" controller=pod-volume-backup logSource="pkg/controller/generic_controller.go:81"
time="2022-04-09T08:18:11Z" level=info msg="Starting controller" controller=pod-volume-restore logSource="pkg/controller/generic_controller.go:76"
time="2022-04-09T08:18:11Z" level=info msg="Waiting for caches to sync" controller=pod-volume-restore logSource="pkg/controller/generic_controller.go:81"
time="2022-04-09T08:18:12Z" level=info msg="Caches are synced" controller=pod-volume-restore logSource="pkg/controller/generic_controller.go:85"
time="2022-04-09T08:18:12Z" level=info msg="Caches are synced" controller=pod-volume-backup logSource="pkg/controller/generic_controller.go:85"

Operator pod logs

I0409 08:12:25.801404       1 request.go:665] Waited for 1.042746515s due to client-side throttling, not priority and fairness, request: GET:https://172.30.0.1:443/apis/operator.gatekeeper.sh/v1alpha1?timeout=32s
2022-04-09T08:12:28.602Z	INFO	controller-runtime.metrics	Metrics server is starting to listen	{"addr": ":8080"}
2022-04-09T08:12:28.603Z	INFO	setup	starting manager
I0409 08:12:28.603820       1 leaderelection.go:248] attempting to acquire leader lease openshift-adp/8b4defce.openshift.io...
2022-04-09T08:12:28.603Z	INFO	Starting metrics server	{"path": "/metrics"}
I0409 08:12:44.792253       1 leaderelection.go:258] successfully acquired lease openshift-adp/8b4defce.openshift.io
2022-04-09T08:12:44.792Z	INFO	controller.dataprotectionapplication	Starting EventSource	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "source": "kind source: *v1alpha1.DataProtectionApplication"}
2022-04-09T08:12:44.792Z	INFO	controller.dataprotectionapplication	Starting EventSource	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "source": "kind source: *v1.Deployment"}
2022-04-09T08:12:44.792Z	INFO	controller.cloudstorage	Starting EventSource	{"reconciler group": "oadp.openshift.io", "reconciler kind": "CloudStorage", "source": "kind source: *v1alpha1.CloudStorage"}
2022-04-09T08:12:44.792Z	INFO	controller.dataprotectionapplication	Starting EventSource	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "source": "kind source: *v1.BackupStorageLocation"}
2022-04-09T08:12:44.792Z	INFO	controller.dataprotectionapplication	Starting EventSource	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "source": "kind source: *v1.VolumeSnapshotLocation"}
2022-04-09T08:12:44.792Z	INFO	controller.cloudstorage	Starting Controller	{"reconciler group": "oadp.openshift.io", "reconciler kind": "CloudStorage"}
2022-04-09T08:12:44.792Z	INFO	controller.dataprotectionapplication	Starting EventSource	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "source": "kind source: *v1.DaemonSet"}
2022-04-09T08:12:44.792Z	INFO	controller.dataprotectionapplication	Starting EventSource	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "source": "kind source: *v1.SecurityContextConstraints"}
2022-04-09T08:12:44.792Z	INFO	controller.dataprotectionapplication	Starting EventSource	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "source": "kind source: *v1.Service"}
2022-04-09T08:12:44.792Z	INFO	controller.dataprotectionapplication	Starting EventSource	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "source": "kind source: *v1.Route"}
2022-04-09T08:12:44.792Z	INFO	controller.dataprotectionapplication	Starting EventSource	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "source": "kind source: *v1.ConfigMap"}
2022-04-09T08:12:44.792Z	INFO	controller.dataprotectionapplication	Starting EventSource	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "source": "kind source: *v1.Secret"}
2022-04-09T08:12:44.792Z	INFO	controller.dataprotectionapplication	Starting Controller	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication"}
2022-04-09T08:12:44.792Z	DEBUG	events	Normal	{"object": {"kind":"ConfigMap","namespace":"openshift-adp","name":"8b4defce.openshift.io","uid":"f6d7a44e-eef1-44da-9eef-2573b786dca6","apiVersion":"v1","resourceVersion":"709035083"}, "reason": "LeaderElection", "message": "openshift-adp-controller-manager-64c795c5cf-d8lc8_d8a12263-6ae1-4ddd-ab8e-92bd05f5e5a6 became leader"}
2022-04-09T08:12:44.792Z	DEBUG	events	Normal	{"object": {"kind":"Lease","namespace":"openshift-adp","name":"8b4defce.openshift.io","uid":"e3d59e1b-f59a-4c18-8889-44680ddc2ef4","apiVersion":"coordination.k8s.io/v1","resourceVersion":"709035084"}, "reason": "LeaderElection", "message": "openshift-adp-controller-manager-64c795c5cf-d8lc8_d8a12263-6ae1-4ddd-ab8e-92bd05f5e5a6 became leader"}
2022-04-09T08:12:44.893Z	INFO	controller.cloudstorage	Starting workers	{"reconciler group": "oadp.openshift.io", "reconciler kind": "CloudStorage", "worker count": 1}
2022-04-09T08:12:44.894Z	INFO	controller.dataprotectionapplication	Starting workers	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "worker count": 1}
2022-04-09T08:12:44.895Z	INFO	controller.dataprotectionapplication	got provider secret name: cloud-credentials-azure	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "name": "cluster", "namespace": "openshift-adp"}
2022-04-09T08:12:45.006Z	DEBUG	events	Normal	{"object": {"kind":"Deployment","namespace":"openshift-adp","name":"velero","uid":"5d551a8b-e079-4d33-867d-1422c8880c1c","apiVersion":"apps/v1","resourceVersion":"709035090"}, "reason": "VeleroDeploymentReconciled", "message": "performed updated on velero deployment openshift-adp/velero"}
2022-04-09T08:12:45.022Z	DEBUG	events	Normal	{"object": {"kind":"DaemonSet","namespace":"openshift-adp","name":"restic","uid":"c2a221fb-16da-4589-82f5-7640aa5ec265","apiVersion":"apps/v1","resourceVersion":"709022278"}, "reason": "ResticDaemonsetReconciled", "message": "performed updated on restic deployment openshift-adp/restic"}
2022-04-09T08:12:45.139Z	DEBUG	events	Normal	{"object": {"kind":"Service","namespace":"openshift-adp","name":"openshift-adp-velero-metrics-svc","uid":"c2aee07e-d685-441e-9522-eb2a03e32d97","apiVersion":"v1","resourceVersion":"709021530"}, "reason": "VeleroMetricsServiceReconciled", "message": "performed updated on dpa metrics service openshift-adp/openshift-adp-velero-metrics-svc"}
2022-04-09T08:12:45.153Z	INFO	controller.dataprotectionapplication	got provider secret name: cloud-credentials-azure	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "name": "cluster", "namespace": "openshift-adp"}
2022-04-09T08:12:45.162Z	DEBUG	events	Normal	{"object": {"kind":"Deployment","namespace":"openshift-adp","name":"velero","uid":"5d551a8b-e079-4d33-867d-1422c8880c1c","apiVersion":"apps/v1","resourceVersion":"709035101"}, "reason": "VeleroDeploymentReconciled", "message": "performed updated on velero deployment openshift-adp/velero"}
2022-04-09T08:12:45.172Z	DEBUG	events	Normal	{"object": {"kind":"DaemonSet","namespace":"openshift-adp","name":"restic","uid":"c2a221fb-16da-4589-82f5-7640aa5ec265","apiVersion":"apps/v1","resourceVersion":"709022278"}, "reason": "ResticDaemonsetReconciled", "message": "performed updated on restic deployment openshift-adp/restic"}
2022-04-09T08:12:45.185Z	DEBUG	events	Normal	{"object": {"kind":"Service","namespace":"openshift-adp","name":"openshift-adp-velero-metrics-svc","uid":"c2aee07e-d685-441e-9522-eb2a03e32d97","apiVersion":"v1","resourceVersion":"709021530"}, "reason": "VeleroMetricsServiceReconciled", "message": "performed updated on dpa metrics service openshift-adp/openshift-adp-velero-metrics-svc"}
2022-04-09T08:12:45.191Z	INFO	controller.dataprotectionapplication	got provider secret name: cloud-credentials-azure	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "name": "cluster", "namespace": "openshift-adp"}
2022-04-09T08:12:45.201Z	DEBUG	events	Normal	{"object": {"kind":"Deployment","namespace":"openshift-adp","name":"velero","uid":"5d551a8b-e079-4d33-867d-1422c8880c1c","apiVersion":"apps/v1","resourceVersion":"709035107"}, "reason": "VeleroDeploymentReconciled", "message": "performed updated on velero deployment openshift-adp/velero"}
2022-04-09T08:12:45.212Z	DEBUG	events	Normal	{"object": {"kind":"DaemonSet","namespace":"openshift-adp","name":"restic","uid":"c2a221fb-16da-4589-82f5-7640aa5ec265","apiVersion":"apps/v1","resourceVersion":"709022278"}, "reason": "ResticDaemonsetReconciled", "message": "performed updated on restic deployment openshift-adp/restic"}
2022-04-09T08:12:45.223Z	DEBUG	events	Normal	{"object": {"kind":"Service","namespace":"openshift-adp","name":"openshift-adp-velero-metrics-svc","uid":"c2aee07e-d685-441e-9522-eb2a03e32d97","apiVersion":"v1","resourceVersion":"709021530"}, "reason": "VeleroMetricsServiceReconciled", "message": "performed updated on dpa metrics service openshift-adp/openshift-adp-velero-metrics-svc"}
2022-04-09T08:12:45.233Z	INFO	controller.dataprotectionapplication	got provider secret name: cloud-credentials-azure	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "name": "cluster", "namespace": "openshift-adp"}
2022-04-09T08:12:45.255Z	DEBUG	events	Normal	{"object": {"kind":"Deployment","namespace":"openshift-adp","name":"velero","uid":"5d551a8b-e079-4d33-867d-1422c8880c1c","apiVersion":"apps/v1","resourceVersion":"709035113"}, "reason": "VeleroDeploymentReconciled", "message": "performed updated on velero deployment openshift-adp/velero"}
2022-04-09T08:12:45.265Z	DEBUG	events	Normal	{"object": {"kind":"DaemonSet","namespace":"openshift-adp","name":"restic","uid":"c2a221fb-16da-4589-82f5-7640aa5ec265","apiVersion":"apps/v1","resourceVersion":"709022278"}, "reason": "ResticDaemonsetReconciled", "message": "performed updated on restic deployment openshift-adp/restic"}
2022-04-09T08:12:45.280Z	DEBUG	events	Normal	{"object": {"kind":"Service","namespace":"openshift-adp","name":"openshift-adp-velero-metrics-svc","uid":"c2aee07e-d685-441e-9522-eb2a03e32d97","apiVersion":"v1","resourceVersion":"709021530"}, "reason": "VeleroMetricsServiceReconciled", "message": "performed updated on dpa metrics service openshift-adp/openshift-adp-velero-metrics-svc"}
2022-04-09T08:12:45.290Z	INFO	controller.dataprotectionapplication	got provider secret name: cloud-credentials-azure	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "name": "cluster", "namespace": "openshift-adp"}
2022-04-09T08:12:45.310Z	DEBUG	events	Normal	{"object": {"kind":"Deployment","namespace":"openshift-adp","name":"velero","uid":"5d551a8b-e079-4d33-867d-1422c8880c1c","apiVersion":"apps/v1","resourceVersion":"709035120"}, "reason": "VeleroDeploymentReconciled", "message": "performed updated on velero deployment openshift-adp/velero"}
2022-04-09T08:12:45.318Z	DEBUG	events	Normal	{"object": {"kind":"DaemonSet","namespace":"openshift-adp","name":"restic","uid":"c2a221fb-16da-4589-82f5-7640aa5ec265","apiVersion":"apps/v1","resourceVersion":"709022278"}, "reason": "ResticDaemonsetReconciled", "message": "performed updated on restic deployment openshift-adp/restic"}
2022-04-09T08:12:45.334Z	DEBUG	events	Normal	{"object": {"kind":"Service","namespace":"openshift-adp","name":"openshift-adp-velero-metrics-svc","uid":"c2aee07e-d685-441e-9522-eb2a03e32d97","apiVersion":"v1","resourceVersion":"709021530"}, "reason": "VeleroMetricsServiceReconciled", "message": "performed updated on dpa metrics service openshift-adp/openshift-adp-velero-metrics-svc"}
2022-04-09T08:12:45.343Z	INFO	controller.dataprotectionapplication	got provider secret name: cloud-credentials-azure	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "name": "cluster", "namespace": "openshift-adp"}
2022-04-09T08:12:45.353Z	DEBUG	events	Normal	{"object": {"kind":"Deployment","namespace":"openshift-adp","name":"velero","uid":"5d551a8b-e079-4d33-867d-1422c8880c1c","apiVersion":"apps/v1","resourceVersion":"709035126"}, "reason": "VeleroDeploymentReconciled", "message": "performed updated on velero deployment openshift-adp/velero"}
2022-04-09T08:12:45.363Z	DEBUG	events	Normal	{"object": {"kind":"DaemonSet","namespace":"openshift-adp","name":"restic","uid":"c2a221fb-16da-4589-82f5-7640aa5ec265","apiVersion":"apps/v1","resourceVersion":"709022278"}, "reason": "ResticDaemonsetReconciled", "message": "performed updated on restic deployment openshift-adp/restic"}
2022-04-09T08:12:45.388Z	INFO	controller.dataprotectionapplication	got provider secret name: cloud-credentials-azure	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "name": "cluster", "namespace": "openshift-adp"}
2022-04-09T08:12:45.390Z	DEBUG	events	Normal	{"object": {"kind":"Service","namespace":"openshift-adp","name":"openshift-adp-velero-metrics-svc","uid":"c2aee07e-d685-441e-9522-eb2a03e32d97","apiVersion":"v1","resourceVersion":"709021530"}, "reason": "VeleroMetricsServiceReconciled", "message": "performed updated on dpa metrics service openshift-adp/openshift-adp-velero-metrics-svc"}
2022-04-09T08:12:45.399Z	DEBUG	events	Normal	{"object": {"kind":"Deployment","namespace":"openshift-adp","name":"velero","uid":"5d551a8b-e079-4d33-867d-1422c8880c1c","apiVersion":"apps/v1","resourceVersion":"709035133"}, "reason": "VeleroDeploymentReconciled", "message": "performed updated on velero deployment openshift-adp/velero"}
2022-04-09T08:12:45.409Z	DEBUG	events	Normal	{"object": {"kind":"DaemonSet","namespace":"openshift-adp","name":"restic","uid":"c2a221fb-16da-4589-82f5-7640aa5ec265","apiVersion":"apps/v1","resourceVersion":"709022278"}, "reason": "ResticDaemonsetReconciled", "message": "performed updated on restic deployment openshift-adp/restic"}
2022-04-09T08:12:45.418Z	DEBUG	events	Normal	{"object": {"kind":"Service","namespace":"openshift-adp","name":"openshift-adp-velero-metrics-svc","uid":"c2aee07e-d685-441e-9522-eb2a03e32d97","apiVersion":"v1","resourceVersion":"709021530"}, "reason": "VeleroMetricsServiceReconciled", "message": "performed updated on dpa metrics service openshift-adp/openshift-adp-velero-metrics-svc"}
2022-04-09T08:12:45.431Z	INFO	controller.dataprotectionapplication	got provider secret name: cloud-credentials-azure	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "name": "cluster", "namespace": "openshift-adp"}
2022-04-09T08:12:45.440Z	DEBUG	events	Normal	{"object": {"kind":"Deployment","namespace":"openshift-adp","name":"velero","uid":"5d551a8b-e079-4d33-867d-1422c8880c1c","apiVersion":"apps/v1","resourceVersion":"709035139"}, "reason": "VeleroDeploymentReconciled", "message": "performed updated on velero deployment openshift-adp/velero"}
2022-04-09T08:12:45.445Z	DEBUG	events	Normal	{"object": {"kind":"DaemonSet","namespace":"openshift-adp","name":"restic","uid":"c2a221fb-16da-4589-82f5-7640aa5ec265","apiVersion":"apps/v1","resourceVersion":"709022278"}, "reason": "ResticDaemonsetReconciled", "message": "performed updated on restic deployment openshift-adp/restic"}
2022-04-09T08:12:45.458Z	DEBUG	events	Normal	{"object": {"kind":"Service","namespace":"openshift-adp","name":"openshift-adp-velero-metrics-svc","uid":"c2aee07e-d685-441e-9522-eb2a03e32d97","apiVersion":"v1","resourceVersion":"709021530"}, "reason": "VeleroMetricsServiceReconciled", "message": "performed updated on dpa metrics service openshift-adp/openshift-adp-velero-metrics-svc"}
2022-04-09T08:12:45.469Z	INFO	controller.dataprotectionapplication	got provider secret name: cloud-credentials-azure	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "name": "cluster", "namespace": "openshift-adp"}
2022-04-09T08:12:45.485Z	DEBUG	events	Normal	{"object": {"kind":"Deployment","namespace":"openshift-adp","name":"velero","uid":"5d551a8b-e079-4d33-867d-1422c8880c1c","apiVersion":"apps/v1","resourceVersion":"709035148"}, "reason": "VeleroDeploymentReconciled", "message": "performed updated on velero deployment openshift-adp/velero"}
2022-04-09T08:12:45.495Z	DEBUG	events	Normal	{"object": {"kind":"DaemonSet","namespace":"openshift-adp","name":"restic","uid":"c2a221fb-16da-4589-82f5-7640aa5ec265","apiVersion":"apps/v1","resourceVersion":"709022278"}, "reason": "ResticDaemonsetReconciled", "message": "performed updated on restic deployment openshift-adp/restic"}
2022-04-09T08:12:45.507Z	DEBUG	events	Normal	{"object": {"kind":"Service","namespace":"openshift-adp","name":"openshift-adp-velero-metrics-svc","uid":"c2aee07e-d685-441e-9522-eb2a03e32d97","apiVersion":"v1","resourceVersion":"709021530"}, "reason": "VeleroMetricsServiceReconciled", "message": "performed updated on dpa metrics service openshift-adp/openshift-adp-velero-metrics-svc"}
2022-04-09T08:12:45.523Z	INFO	controller.dataprotectionapplication	got provider secret name: cloud-credentials-azure	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "name": "cluster", "namespace": "openshift-adp"}
2022-04-09T08:12:45.532Z	DEBUG	events	Normal	{"object": {"kind":"Deployment","namespace":"openshift-adp","name":"velero","uid":"5d551a8b-e079-4d33-867d-1422c8880c1c","apiVersion":"apps/v1","resourceVersion":"709035156"}, "reason": "VeleroDeploymentReconciled", "message": "performed updated on velero deployment openshift-adp/velero"}
2022-04-09T08:12:45.540Z	DEBUG	events	Normal	{"object": {"kind":"DaemonSet","namespace":"openshift-adp","name":"restic","uid":"c2a221fb-16da-4589-82f5-7640aa5ec265","apiVersion":"apps/v1","resourceVersion":"709022278"}, "reason": "ResticDaemonsetReconciled", "message": "performed updated on restic deployment openshift-adp/restic"}
2022-04-09T08:12:45.553Z	DEBUG	events	Normal	{"object": {"kind":"Service","namespace":"openshift-adp","name":"openshift-adp-velero-metrics-svc","uid":"c2aee07e-d685-441e-9522-eb2a03e32d97","apiVersion":"v1","resourceVersion":"709021530"}, "reason": "VeleroMetricsServiceReconciled", "message": "performed updated on dpa metrics service openshift-adp/openshift-adp-velero-metrics-svc"}
2022-04-09T08:12:45.560Z	INFO	controller.dataprotectionapplication	got provider secret name: cloud-credentials-azure	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "name": "cluster", "namespace": "openshift-adp"}
2022-04-09T08:12:45.570Z	DEBUG	events	Normal	{"object": {"kind":"Deployment","namespace":"openshift-adp","name":"velero","uid":"5d551a8b-e079-4d33-867d-1422c8880c1c","apiVersion":"apps/v1","resourceVersion":"709035161"}, "reason": "VeleroDeploymentReconciled", "message": "performed updated on velero deployment openshift-adp/velero"}
2022-04-09T08:12:45.579Z	DEBUG	events	Normal	{"object": {"kind":"DaemonSet","namespace":"openshift-adp","name":"restic","uid":"c2a221fb-16da-4589-82f5-7640aa5ec265","apiVersion":"apps/v1","resourceVersion":"709022278"}, "reason": "ResticDaemonsetReconciled", "message": "performed updated on restic deployment openshift-adp/restic"}
2022-04-09T08:12:45.608Z	DEBUG	events	Normal	{"object": {"kind":"Service","namespace":"openshift-adp","name":"openshift-adp-velero-metrics-svc","uid":"c2aee07e-d685-441e-9522-eb2a03e32d97","apiVersion":"v1","resourceVersion":"709021530"}, "reason": "VeleroMetricsServiceReconciled", "message": "performed updated on dpa metrics service openshift-adp/openshift-adp-velero-metrics-svc"}
2022-04-09T08:12:45.618Z	INFO	controller.dataprotectionapplication	got provider secret name: cloud-credentials-azure	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "name": "cluster", "namespace": "openshift-adp"}
2022-04-09T08:12:45.629Z	DEBUG	events	Normal	{"object": {"kind":"Deployment","namespace":"openshift-adp","name":"velero","uid":"5d551a8b-e079-4d33-867d-1422c8880c1c","apiVersion":"apps/v1","resourceVersion":"709035169"}, "reason": "VeleroDeploymentReconciled", "message": "performed updated on velero deployment openshift-adp/velero"}
2022-04-09T08:12:45.637Z	DEBUG	events	Normal	{"object": {"kind":"DaemonSet","namespace":"openshift-adp","name":"restic","uid":"c2a221fb-16da-4589-82f5-7640aa5ec265","apiVersion":"apps/v1","resourceVersion":"709022278"}, "reason": "ResticDaemonsetReconciled", "message": "performed updated on restic deployment openshift-adp/restic"}
2022-04-09T08:12:45.648Z	DEBUG	events	Normal	{"object": {"kind":"Service","namespace":"openshift-adp","name":"openshift-adp-velero-metrics-svc","uid":"c2aee07e-d685-441e-9522-eb2a03e32d97","apiVersion":"v1","resourceVersion":"709021530"}, "reason": "VeleroMetricsServiceReconciled", "message": "performed updated on dpa metrics service openshift-adp/openshift-adp-velero-metrics-svc"}
2022-04-09T08:12:45.658Z	INFO	controller.dataprotectionapplication	got provider secret name: cloud-credentials-azure	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "name": "cluster", "namespace": "openshift-adp"}
2022-04-09T08:12:45.669Z	DEBUG	events	Normal	{"object": {"kind":"Deployment","namespace":"openshift-adp","name":"velero","uid":"5d551a8b-e079-4d33-867d-1422c8880c1c","apiVersion":"apps/v1","resourceVersion":"709035175"}, "reason": "VeleroDeploymentReconciled", "message": "performed updated on velero deployment openshift-adp/velero"}
2022-04-09T08:12:45.680Z	DEBUG	events	Normal	{"object": {"kind":"DaemonSet","namespace":"openshift-adp","name":"restic","uid":"c2a221fb-16da-4589-82f5-7640aa5ec265","apiVersion":"apps/v1","resourceVersion":"709022278"}, "reason": "ResticDaemonsetReconciled", "message": "performed updated on restic deployment openshift-adp/restic"}
2022-04-09T08:12:45.690Z	DEBUG	events	Normal	{"object": {"kind":"Service","namespace":"openshift-adp","name":"openshift-adp-velero-metrics-svc","uid":"c2aee07e-d685-441e-9522-eb2a03e32d97","apiVersion":"v1","resourceVersion":"709021530"}, "reason": "VeleroMetricsServiceReconciled", "message": "performed updated on dpa metrics service openshift-adp/openshift-adp-velero-metrics-svc"}
2022-04-09T08:12:45.703Z	INFO	controller.dataprotectionapplication	got provider secret name: cloud-credentials-azure	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "name": "cluster", "namespace": "openshift-adp"}
2022-04-09T08:12:45.711Z	DEBUG	events	Normal	{"object": {"kind":"Deployment","namespace":"openshift-adp","name":"velero","uid":"5d551a8b-e079-4d33-867d-1422c8880c1c","apiVersion":"apps/v1","resourceVersion":"709035182"}, "reason": "VeleroDeploymentReconciled", "message": "performed updated on velero deployment openshift-adp/velero"}
2022-04-09T08:12:45.723Z	DEBUG	events	Normal	{"object": {"kind":"DaemonSet","namespace":"openshift-adp","name":"restic","uid":"c2a221fb-16da-4589-82f5-7640aa5ec265","apiVersion":"apps/v1","resourceVersion":"709022278"}, "reason": "ResticDaemonsetReconciled", "message": "performed updated on restic deployment openshift-adp/restic"}
2022-04-09T08:12:45.743Z	DEBUG	events	Normal	{"object": {"kind":"Service","namespace":"openshift-adp","name":"openshift-adp-velero-metrics-svc","uid":"c2aee07e-d685-441e-9522-eb2a03e32d97","apiVersion":"v1","resourceVersion":"709021530"}, "reason": "VeleroMetricsServiceReconciled", "message": "performed updated on dpa metrics service openshift-adp/openshift-adp-velero-metrics-svc"}
2022-04-09T08:12:45.749Z	INFO	controller.dataprotectionapplication	got provider secret name: cloud-credentials-azure	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "name": "cluster", "namespace": "openshift-adp"}
2022-04-09T08:12:45.762Z	DEBUG	events	Normal	{"object": {"kind":"Deployment","namespace":"openshift-adp","name":"velero","uid":"5d551a8b-e079-4d33-867d-1422c8880c1c","apiVersion":"apps/v1","resourceVersion":"709035190"}, "reason": "VeleroDeploymentReconciled", "message": "performed updated on velero deployment openshift-adp/velero"}
2022-04-09T08:12:45.771Z	DEBUG	events	Normal	{"object": {"kind":"DaemonSet","namespace":"openshift-adp","name":"restic","uid":"c2a221fb-16da-4589-82f5-7640aa5ec265","apiVersion":"apps/v1","resourceVersion":"709022278"}, "reason": "ResticDaemonsetReconciled", "message": "performed updated on restic deployment openshift-adp/restic"}
2022-04-09T08:12:45.786Z	DEBUG	events	Normal	{"object": {"kind":"Service","namespace":"openshift-adp","name":"openshift-adp-velero-metrics-svc","uid":"c2aee07e-d685-441e-9522-eb2a03e32d97","apiVersion":"v1","resourceVersion":"709021530"}, "reason": "VeleroMetricsServiceReconciled", "message": "performed updated on dpa metrics service openshift-adp/openshift-adp-velero-metrics-svc"}
2022-04-09T08:12:45.793Z	INFO	controller.dataprotectionapplication	got provider secret name: cloud-credentials-azure	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "name": "cluster", "namespace": "openshift-adp"}
2022-04-09T08:12:45.806Z	DEBUG	events	Normal	{"object": {"kind":"Deployment","namespace":"openshift-adp","name":"velero","uid":"5d551a8b-e079-4d33-867d-1422c8880c1c","apiVersion":"apps/v1","resourceVersion":"709035196"}, "reason": "VeleroDeploymentReconciled", "message": "performed updated on velero deployment openshift-adp/velero"}
2022-04-09T08:12:45.819Z	DEBUG	events	Normal	{"object": {"kind":"DaemonSet","namespace":"openshift-adp","name":"restic","uid":"c2a221fb-16da-4589-82f5-7640aa5ec265","apiVersion":"apps/v1","resourceVersion":"709022278"}, "reason": "ResticDaemonsetReconciled", "message": "performed updated on restic deployment openshift-adp/restic"}
2022-04-09T08:12:45.828Z	DEBUG	events	Normal	{"object": {"kind":"Service","namespace":"openshift-adp","name":"openshift-adp-velero-metrics-svc","uid":"c2aee07e-d685-441e-9522-eb2a03e32d97","apiVersion":"v1","resourceVersion":"709021530"}, "reason": "VeleroMetricsServiceReconciled", "message": "performed updated on dpa metrics service openshift-adp/openshift-adp-velero-metrics-svc"}
2022-04-09T08:12:45.839Z	INFO	controller.dataprotectionapplication	got provider secret name: cloud-credentials-azure	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "name": "cluster", "namespace": "openshift-adp"}
2022-04-09T08:12:45.853Z	DEBUG	events	Normal	{"object": {"kind":"Deployment","namespace":"openshift-adp","name":"velero","uid":"5d551a8b-e079-4d33-867d-1422c8880c1c","apiVersion":"apps/v1","resourceVersion":"709035200"}, "reason": "VeleroDeploymentReconciled", "message": "performed updated on velero deployment openshift-adp/velero"}
2022-04-09T08:12:45.861Z	DEBUG	events	Normal	{"object": {"kind":"DaemonSet","namespace":"openshift-adp","name":"restic","uid":"c2a221fb-16da-4589-82f5-7640aa5ec265","apiVersion":"apps/v1","resourceVersion":"709022278"}, "reason": "ResticDaemonsetReconciled", "message": "performed updated on restic deployment openshift-adp/restic"}
2022-04-09T08:12:45.869Z	DEBUG	events	Normal	{"object": {"kind":"Service","namespace":"openshift-adp","name":"openshift-adp-velero-metrics-svc","uid":"c2aee07e-d685-441e-9522-eb2a03e32d97","apiVersion":"v1","resourceVersion":"709021530"}, "reason": "VeleroMetricsServiceReconciled", "message": "performed updated on dpa metrics service openshift-adp/openshift-adp-velero-metrics-svc"}
2022-04-09T08:12:45.879Z	INFO	controller.dataprotectionapplication	got provider secret name: cloud-credentials-azure	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "name": "cluster", "namespace": "openshift-adp"}
2022-04-09T08:12:45.890Z	DEBUG	events	Normal	{"object": {"kind":"Deployment","namespace":"openshift-adp","name":"velero","uid":"5d551a8b-e079-4d33-867d-1422c8880c1c","apiVersion":"apps/v1","resourceVersion":"709035204"}, "reason": "VeleroDeploymentReconciled", "message": "performed updated on velero deployment openshift-adp/velero"}
2022-04-09T08:12:45.903Z	DEBUG	events	Normal	{"object": {"kind":"DaemonSet","namespace":"openshift-adp","name":"restic","uid":"c2a221fb-16da-4589-82f5-7640aa5ec265","apiVersion":"apps/v1","resourceVersion":"709022278"}, "reason": "ResticDaemonsetReconciled", "message": "performed updated on restic deployment openshift-adp/restic"}
2022-04-09T08:12:45.913Z	DEBUG	events	Normal	{"object": {"kind":"Service","namespace":"openshift-adp","name":"openshift-adp-velero-metrics-svc","uid":"c2aee07e-d685-441e-9522-eb2a03e32d97","apiVersion":"v1","resourceVersion":"709021530"}, "reason": "VeleroMetricsServiceReconciled", "message": "performed updated on dpa metrics service openshift-adp/openshift-adp-velero-metrics-svc"}
2022-04-09T08:12:45.920Z	INFO	controller.dataprotectionapplication	got provider secret name: cloud-credentials-azure	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "name": "cluster", "namespace": "openshift-adp"}
2022-04-09T08:12:45.930Z	DEBUG	events	Normal	{"object": {"kind":"Deployment","namespace":"openshift-adp","name":"velero","uid":"5d551a8b-e079-4d33-867d-1422c8880c1c","apiVersion":"apps/v1","resourceVersion":"709035213"}, "reason": "VeleroDeploymentReconciled", "message": "performed updated on velero deployment openshift-adp/velero"}
2022-04-09T08:12:45.938Z	DEBUG	events	Normal	{"object": {"kind":"DaemonSet","namespace":"openshift-adp","name":"restic","uid":"c2a221fb-16da-4589-82f5-7640aa5ec265","apiVersion":"apps/v1","resourceVersion":"709022278"}, "reason": "ResticDaemonsetReconciled", "message": "performed updated on restic deployment openshift-adp/restic"}
2022-04-09T08:12:45.951Z	DEBUG	events	Normal	{"object": {"kind":"Service","namespace":"openshift-adp","name":"openshift-adp-velero-metrics-svc","uid":"c2aee07e-d685-441e-9522-eb2a03e32d97","apiVersion":"v1","resourceVersion":"709021530"}, "reason": "VeleroMetricsServiceReconciled", "message": "performed updated on dpa metrics service openshift-adp/openshift-adp-velero-metrics-svc"}
2022-04-09T08:12:45.958Z	INFO	controller.dataprotectionapplication	got provider secret name: cloud-credentials-azure	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "name": "cluster", "namespace": "openshift-adp"}
2022-04-09T08:12:45.969Z	DEBUG	events	Normal	{"object": {"kind":"Deployment","namespace":"openshift-adp","name":"velero","uid":"5d551a8b-e079-4d33-867d-1422c8880c1c","apiVersion":"apps/v1","resourceVersion":"709035218"}, "reason": "VeleroDeploymentReconciled", "message": "performed updated on velero deployment openshift-adp/velero"}
2022-04-09T08:12:45.978Z	DEBUG	events	Normal	{"object": {"kind":"DaemonSet","namespace":"openshift-adp","name":"restic","uid":"c2a221fb-16da-4589-82f5-7640aa5ec265","apiVersion":"apps/v1","resourceVersion":"709022278"}, "reason": "ResticDaemonsetReconciled", "message": "performed updated on restic deployment openshift-adp/restic"}
2022-04-09T08:12:46.008Z	DEBUG	events	Normal	{"object": {"kind":"Service","namespace":"openshift-adp","name":"openshift-adp-velero-metrics-svc","uid":"c2aee07e-d685-441e-9522-eb2a03e32d97","apiVersion":"v1","resourceVersion":"709021530"}, "reason": "VeleroMetricsServiceReconciled", "message": "performed updated on dpa metrics service openshift-adp/openshift-adp-velero-metrics-svc"}
2022-04-09T08:12:46.015Z	INFO	controller.dataprotectionapplication	got provider secret name: cloud-credentials-azure	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "name": "cluster", "namespace": "openshift-adp"}
2022-04-09T08:12:46.025Z	DEBUG	events	Normal	{"object": {"kind":"Deployment","namespace":"openshift-adp","name":"velero","uid":"5d551a8b-e079-4d33-867d-1422c8880c1c","apiVersion":"apps/v1","resourceVersion":"709035222"}, "reason": "VeleroDeploymentReconciled", "message": "performed updated on velero deployment openshift-adp/velero"}
2022-04-09T08:12:46.039Z	DEBUG	events	Normal	{"object": {"kind":"DaemonSet","namespace":"openshift-adp","name":"restic","uid":"c2a221fb-16da-4589-82f5-7640aa5ec265","apiVersion":"apps/v1","resourceVersion":"709022278"}, "reason": "ResticDaemonsetReconciled", "message": "performed updated on restic deployment openshift-adp/restic"}
2022-04-09T08:12:46.052Z	DEBUG	events	Normal	{"object": {"kind":"Service","namespace":"openshift-adp","name":"openshift-adp-velero-metrics-svc","uid":"c2aee07e-d685-441e-9522-eb2a03e32d97","apiVersion":"v1","resourceVersion":"709021530"}, "reason": "VeleroMetricsServiceReconciled", "message": "performed updated on dpa metrics service openshift-adp/openshift-adp-velero-metrics-svc"}
2022-04-09T08:12:46.059Z	INFO	controller.dataprotectionapplication	got provider secret name: cloud-credentials-azure	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "name": "cluster", "namespace": "openshift-adp"}
2022-04-09T08:12:46.068Z	DEBUG	events	Normal	{"object": {"kind":"Deployment","namespace":"openshift-adp","name":"velero","uid":"5d551a8b-e079-4d33-867d-1422c8880c1c","apiVersion":"apps/v1","resourceVersion":"709035227"}, "reason": "VeleroDeploymentReconciled", "message": "performed updated on velero deployment openshift-adp/velero"}
2022-04-09T08:12:46.077Z	DEBUG	events	Normal	{"object": {"kind":"DaemonSet","namespace":"openshift-adp","name":"restic","uid":"c2a221fb-16da-4589-82f5-7640aa5ec265","apiVersion":"apps/v1","resourceVersion":"709022278"}, "reason": "ResticDaemonsetReconciled", "message": "performed updated on restic deployment openshift-adp/restic"}
2022-04-09T08:12:46.088Z	DEBUG	events	Normal	{"object": {"kind":"Service","namespace":"openshift-adp","name":"openshift-adp-velero-metrics-svc","uid":"c2aee07e-d685-441e-9522-eb2a03e32d97","apiVersion":"v1","resourceVersion":"709021530"}, "reason": "VeleroMetricsServiceReconciled", "message": "performed updated on dpa metrics service openshift-adp/openshift-adp-velero-metrics-svc"}
2022-04-09T08:12:46.095Z	INFO	controller.dataprotectionapplication	got provider secret name: cloud-credentials-azure	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "name": "cluster", "namespace": "openshift-adp"}
2022-04-09T08:12:46.105Z	DEBUG	events	Normal	{"object": {"kind":"Deployment","namespace":"openshift-adp","name":"velero","uid":"5d551a8b-e079-4d33-867d-1422c8880c1c","apiVersion":"apps/v1","resourceVersion":"709035231"}, "reason": "VeleroDeploymentReconciled", "message": "performed updated on velero deployment openshift-adp/velero"}
2022-04-09T08:12:46.113Z	DEBUG	events	Normal	{"object": {"kind":"DaemonSet","namespace":"openshift-adp","name":"restic","uid":"c2a221fb-16da-4589-82f5-7640aa5ec265","apiVersion":"apps/v1","resourceVersion":"709022278"}, "reason": "ResticDaemonsetReconciled", "message": "performed updated on restic deployment openshift-adp/restic"}
2022-04-09T08:12:46.123Z	DEBUG	events	Normal	{"object": {"kind":"Service","namespace":"openshift-adp","name":"openshift-adp-velero-metrics-svc","uid":"c2aee07e-d685-441e-9522-eb2a03e32d97","apiVersion":"v1","resourceVersion":"709021530"}, "reason": "VeleroMetricsServiceReconciled", "message": "performed updated on dpa metrics service openshift-adp/openshift-adp-velero-metrics-svc"}
2022-04-09T08:12:46.130Z	INFO	controller.dataprotectionapplication	got provider secret name: cloud-credentials-azure	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "name": "cluster", "namespace": "openshift-adp"}
2022-04-09T08:12:46.140Z	DEBUG	events	Normal	{"object": {"kind":"Deployment","namespace":"openshift-adp","name":"velero","uid":"5d551a8b-e079-4d33-867d-1422c8880c1c","apiVersion":"apps/v1","resourceVersion":"709035234"}, "reason": "VeleroDeploymentReconciled", "message": "performed updated on velero deployment openshift-adp/velero"}
2022-04-09T08:12:46.148Z	DEBUG	events	Normal	{"object": {"kind":"DaemonSet","namespace":"openshift-adp","name":"restic","uid":"c2a221fb-16da-4589-82f5-7640aa5ec265","apiVersion":"apps/v1","resourceVersion":"709022278"}, "reason": "ResticDaemonsetReconciled", "message": "performed updated on restic deployment openshift-adp/restic"}
2022-04-09T08:12:46.157Z	DEBUG	events	Normal	{"object": {"kind":"Service","namespace":"openshift-adp","name":"openshift-adp-velero-metrics-svc","uid":"c2aee07e-d685-441e-9522-eb2a03e32d97","apiVersion":"v1","resourceVersion":"709021530"}, "reason": "VeleroMetricsServiceReconciled", "message": "performed updated on dpa metrics service openshift-adp/openshift-adp-velero-metrics-svc"}
2022-04-09T08:12:46.167Z	INFO	controller.dataprotectionapplication	got provider secret name: cloud-credentials-azure	{"reconciler group": "oadp.openshift.io", "reconciler kind": "DataProtectionApplication", "name": "cluster", "namespace": "openshift-adp"}
2022-04-09T08:12:46.178Z	DEBUG	events	Normal	{"object": {"kind":"Deployment","namespace":"openshift-adp","name":"velero","uid":"5d551a8b-e079-4d33-867d-1422c8880c1c","apiVersion":"apps/v1","resourceVersion":"709035238"}, "reason": "VeleroDeploymentReconciled", "message": "performed updated on velero deployment openshift-adp/velero"}
2022-04-09T08:12:46.193Z	DEBUG	events	Normal	{"object": {"kind":"DaemonSet","namespace":"openshift-adp","name":"restic","uid":"c2a221fb-16da-4589-82f5-7640aa5ec265","apiVersion":"apps/v1","resourceVersion":"709022278"}, "reason": "ResticDaemonsetReconciled", "message": "performed updated on restic deployment openshift-adp/restic"}

New issue

  • This issue is new
@metalbahamut metalbahamut added the kind/bug Categorizes issue or PR as related to a bug. label Apr 9, 2022
@kaovilai
Copy link
Member

This issue is fixed in #584 but the changes haven't been pulled into any released version.

@kaovilai
Copy link
Member

Per https://issues.redhat.com/browse/OADP-450 this issue is being released in OADP 1.0.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants