Skip to content

Instantly share code, notes, and snippets.

@adampetrovic
Last active March 9, 2024 23:04
Show Gist options
  • Save adampetrovic/6e71dfae48b5a48bf74eb573ec8d3875 to your computer and use it in GitHub Desktop.
Save adampetrovic/6e71dfae48b5a48bf74eb573ec8d3875 to your computer and use it in GitHub Desktop.
Example Restic Setup
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: "debug"
spec:
accessModes: ["ReadWriteOnce"]
dataSourceRef:
kind: ReplicationDestination
apiGroup: volsync.backube
name: "debug-dst"
resources:
requests:
storage: "50Mi"
storageClassName: "ceph-block"
---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/external-secrets.io/externalsecret_v1beta1.json
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: "debug-volsync"
spec:
secretStoreRef:
kind: ClusterSecretStore
name: onepassword-connect
target:
name: "debug-volsync-secret"
template:
engineVersion: v2
data:
RESTIC_REPOSITORY: "{{ .REPOSITORY_TEMPLATE }}/debug"
RESTIC_PASSWORD: "{{ .RESTIC_PASSWORD }}"
AWS_ACCESS_KEY_ID: "{{ .MINIO_ROOT_USER }}"
AWS_SECRET_ACCESS_KEY: "{{ .MINIO_ROOT_PASSWORD }}"
dataFrom:
- extract:
key: minio
- extract:
key: volsync-minio-template
---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/volsync.backube/replicationsource_v1alpha1.json
apiVersion: volsync.backube/v1alpha1
kind: ReplicationSource
metadata:
name: "debug"
spec:
sourcePVC: "debug"
trigger:
schedule: "0 * * * *"
restic:
copyMethod: "Snapshot"
pruneIntervalDays: 7
repository: "debug-volsync-secret"
volumeSnapshotClassName: "csi-ceph-blockpool"
cacheCapacity: "4Gi"
cacheStorageClassName: "openebs-hostpath"
cacheAccessModes: ["ReadWriteOnce"]
storageClassName: "ceph-block"
accessModes: ["ReadWriteOnce"]
moverSecurityContext:
runAsUser: 568
runAsGroup: 568
fsGroup: 568
retain:
hourly: 24
daily: 7
weekly: 5
---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/volsync.backube/replicationdestination_v1alpha1.json
apiVersion: volsync.backube/v1alpha1
kind: ReplicationDestination
metadata:
name: "debug-dst"
spec:
trigger:
manual: restore-once
restic:
repository: "debug-volsync-secret"
copyMethod: Snapshot # must be Snapshot
volumeSnapshotClassName: "csi-ceph-blockpool"
cacheStorageClassName: "openebs-hostpath"
cacheAccessModes: ["ReadWriteOnce"]
cacheCapacity: "8Gi"
storageClassName: "ceph-block"
accessModes: ["ReadWriteOnce"]
capacity: "50Mi"
moverSecurityContext:
runAsUser: 568
runAsGroup: 568
fsGroup: 568

Volsync v0.8.0

2024-03-09T04:30:33.134Z INFO setup Mover Status Log {"log max bytes": 1024, "tail lines": -1, "debug": false}
2024-03-09T22:56:28.914Z ERROR controllers.VolumePopulator Unable to populate volume - replicationdestination not found {"pvc": {"name":"debug","namespace":"default"}, "name": "debug-dst", "namespace": "default", "error": "ReplicationDestination.volsync.backube \"debug-dst\" not found"}
2024-03-09T22:56:28.914Z ERROR controllers.VolumePopulator ReplicationDestination not found, cannot populate volume yet {"pvc": {"name":"debug","namespace":"default"}, "error": "ReplicationDestination.volsync.backube \"debug-dst\" not found"}
2024-03-09T22:56:28.914Z DEBUG events Unable to populate volume: ReplicationDestination.volsync.backube "debug-dst" not found {"type": "Warning", "object": {"kind":"PersistentVolumeClaim","namespace":"default","name":"debug","uid":"7181068e-49bf-45ae-9e17-8bd7940dda81","apiVersion":"v1","resourceVersion":"6213074"}, "reason": "VolSyncPopulatorReplicationDestinationMissing"}
2024-03-09T22:56:28.944Z ERROR controllers.VolumePopulator Unable to populate volume - replicationdestination not found {"pvc": {"name":"debug","namespace":"default"}, "name": "debug-dst", "namespace": "default", "error": "ReplicationDestination.volsync.backube \"debug-dst\" not found"}
2024-03-09T22:56:28.944Z ERROR controllers.VolumePopulator ReplicationDestination not found, cannot populate volume yet {"pvc": {"name":"debug","namespace":"default"}, "error": "ReplicationDestination.volsync.backube \"debug-dst\" not found"}
2024-03-09T22:56:28.944Z DEBUG events Unable to populate volume: ReplicationDestination.volsync.backube "debug-dst" not found {"type": "Warning", "object": {"kind":"PersistentVolumeClaim","namespace":"default","name":"debug","uid":"7181068e-49bf-45ae-9e17-8bd7940dda81","apiVersion":"v1","resourceVersion":"6213077"}, "reason": "VolSyncPopulatorReplicationDestinationMissing"}
2024-03-09T22:56:28.953Z INFO controllers.ReplicationSource Namespace allows volsync privileged movers {"replicationsource": {"name":"debug","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:28.954Z DEBUG controllers.ReplicationSource transitioning to synchronization state {"replicationsource": {"name":"debug","namespace":"default"}}
2024-03-09T22:56:28.971Z INFO controllers.ReplicationSource Namespace allows volsync privileged movers {"replicationsource": {"name":"debug","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:28.985Z DEBUG controllers.ReplicationSource waiting for snapshot to be bound {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "snapshot": {"name":"volsync-debug-src","namespace":"default"}}
2024-03-09T22:56:28.986Z DEBUG events created VolumeSnapshot/volsync-debug-src from PersistentVolumeClaim/debug {"type": "Normal", "object": {"kind":"ReplicationSource","namespace":"default","name":"debug","uid":"3d9ca5e6-3376-4624-ada0-43a6b0b27757","apiVersion":"volsync.backube/v1alpha1","resourceVersion":"6213083"}, "reason": "VolumeSnapshotCreated"}
2024-03-09T22:56:28.994Z INFO controllers.ReplicationSource Namespace allows volsync privileged movers {"replicationsource": {"name":"debug","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:28.994Z DEBUG controllers.ReplicationSource waiting for snapshot to be bound {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "snapshot": {"name":"volsync-debug-src","namespace":"default"}}
2024-03-09T22:56:29.006Z INFO controllers.ReplicationDestination Namespace allows volsync privileged movers {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:29.006Z DEBUG controllers.ReplicationDestination transitioning to synchronization state {"replicationdestination": {"name":"debug-dst","namespace":"default"}}
2024-03-09T22:56:29.006Z INFO controllers.VolumePopulator ReplicationDestination has no latestImage, cannot populate volume yet {"pvc": {"name":"debug","namespace":"default"}, "replication destination name": "debug-dst", "namespace": "default"}
2024-03-09T22:56:29.006Z DEBUG events Unable to populate volume, waiting for replicationdestination to have latestImage {"type": "Warning", "object": {"kind":"PersistentVolumeClaim","namespace":"default","name":"debug","uid":"7181068e-49bf-45ae-9e17-8bd7940dda81","apiVersion":"v1","resourceVersion":"6213077"}, "reason": "VolSyncPopulatorReplicationDestinationNoLatestImage"}
2024-03-09T22:56:29.009Z INFO controllers.ReplicationSource Namespace allows volsync privileged movers {"replicationsource": {"name":"debug","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:29.009Z DEBUG controllers.ReplicationSource waiting for snapshot to be bound {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "snapshot": {"name":"volsync-debug-src","namespace":"default"}}
2024-03-09T22:56:29.022Z INFO controllers.VolumePopulator ReplicationDestination has no latestImage, cannot populate volume yet {"pvc": {"name":"debug","namespace":"default"}, "replication destination name": "debug-dst", "namespace": "default"}
2024-03-09T22:56:29.022Z DEBUG events Unable to populate volume, waiting for replicationdestination to have latestImage {"type": "Warning", "object": {"kind":"PersistentVolumeClaim","namespace":"default","name":"debug","uid":"7181068e-49bf-45ae-9e17-8bd7940dda81","apiVersion":"v1","resourceVersion":"6213077"}, "reason": "VolSyncPopulatorReplicationDestinationNoLatestImage"}
2024-03-09T22:56:29.022Z INFO controllers.ReplicationDestination Namespace allows volsync privileged movers {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:29.027Z INFO controllers.VolumePopulator ReplicationDestination has no latestImage, cannot populate volume yet {"pvc": {"name":"debug","namespace":"default"}, "replication destination name": "debug-dst", "namespace": "default"}
2024-03-09T22:56:29.027Z DEBUG events Unable to populate volume, waiting for replicationdestination to have latestImage {"type": "Warning", "object": {"kind":"PersistentVolumeClaim","namespace":"default","name":"debug","uid":"7181068e-49bf-45ae-9e17-8bd7940dda81","apiVersion":"v1","resourceVersion":"6213092"}, "reason": "VolSyncPopulatorReplicationDestinationNoLatestImage"}
2024-03-09T22:56:29.044Z DEBUG controllers.ReplicationDestination PVC reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-dest", "operation": "created"}
2024-03-09T22:56:29.044Z INFO controllers.ReplicationDestination allocating cache volume {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-cache"}
2024-03-09T22:56:29.044Z DEBUG events created PersistentVolumeClaim/volsync-debug-dst-dest to receive incoming data {"type": "Normal", "object": {"kind":"ReplicationDestination","namespace":"default","name":"debug-dst","uid":"2cc292a5-5663-460c-b672-fefdf6dc3002","apiVersion":"volsync.backube/v1alpha1","resourceVersion":"6213090"}, "reason": "PersistentVolumeClaimCreated"}
2024-03-09T22:56:29.056Z INFO controllers.ReplicationSource Namespace allows volsync privileged movers {"replicationsource": {"name":"debug","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:29.056Z DEBUG controllers.ReplicationSource waiting for snapshot to be bound {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "snapshot": {"name":"volsync-debug-src","namespace":"default"}}
2024-03-09T22:56:29.059Z DEBUG controllers.ReplicationDestination PVC reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-cache", "operation": "created"}
2024-03-09T22:56:29.059Z DEBUG events created PersistentVolumeClaim/volsync-debug-dst-cache to receive incoming data {"type": "Normal", "object": {"kind":"ReplicationDestination","namespace":"default","name":"debug-dst","uid":"2cc292a5-5663-460c-b672-fefdf6dc3002","apiVersion":"volsync.backube/v1alpha1","resourceVersion":"6213090"}, "reason": "PersistentVolumeClaimCreated"}
2024-03-09T22:56:29.077Z DEBUG controllers.ReplicationDestination ServiceAccount reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "ServiceAccount": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "created"}
2024-03-09T22:56:29.125Z DEBUG controllers.ReplicationDestination Role reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "Role": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "created"}
2024-03-09T22:56:29.161Z DEBUG controllers.ReplicationDestination RoleBinding reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "RoleBinding": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "created"}
2024-03-09T22:56:29.161Z INFO controllers.ReplicationDestination job actions {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "job": {"name":"volsync-dst-debug-dst","namespace":"default"}, "actions": ["restore"]}
2024-03-09T22:56:29.186Z INFO controllers.ReplicationDestination Namespace allows volsync privileged movers {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:29.186Z DEBUG controllers.ReplicationDestination PVC reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-dest", "operation": "unchanged"}
2024-03-09T22:56:29.186Z INFO controllers.ReplicationDestination allocating cache volume {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-cache"}
2024-03-09T22:56:29.186Z DEBUG controllers.ReplicationDestination PVC reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-cache", "operation": "unchanged"}
2024-03-09T22:56:29.186Z DEBUG controllers.ReplicationDestination ServiceAccount reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "ServiceAccount": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:29.186Z DEBUG controllers.ReplicationDestination Role reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "Role": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:29.187Z DEBUG controllers.ReplicationDestination RoleBinding reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "RoleBinding": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:29.187Z INFO controllers.ReplicationDestination job actions {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "job": {"name":"volsync-dst-debug-dst","namespace":"default"}, "actions": ["restore"]}
2024-03-09T22:56:29.223Z INFO controllers.ReplicationDestination Namespace allows volsync privileged movers {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:29.223Z DEBUG controllers.ReplicationDestination PVC reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-dest", "operation": "unchanged"}
2024-03-09T22:56:29.223Z INFO controllers.ReplicationDestination allocating cache volume {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-cache"}
2024-03-09T22:56:29.223Z DEBUG controllers.ReplicationDestination PVC reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-cache", "operation": "unchanged"}
2024-03-09T22:56:29.223Z DEBUG controllers.ReplicationDestination ServiceAccount reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "ServiceAccount": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:29.223Z DEBUG controllers.ReplicationDestination Role reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "Role": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:29.223Z DEBUG controllers.ReplicationDestination RoleBinding reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "RoleBinding": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:29.224Z INFO controllers.ReplicationDestination job actions {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "job": {"name":"volsync-dst-debug-dst","namespace":"default"}, "actions": ["restore"]}
2024-03-09T22:56:29.261Z INFO controllers.ReplicationDestination Namespace allows volsync privileged movers {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:29.261Z DEBUG controllers.ReplicationDestination PVC reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-dest", "operation": "unchanged"}
2024-03-09T22:56:29.261Z INFO controllers.ReplicationDestination allocating cache volume {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-cache"}
2024-03-09T22:56:29.261Z DEBUG controllers.ReplicationDestination PVC reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-cache", "operation": "unchanged"}
2024-03-09T22:56:29.261Z DEBUG controllers.ReplicationDestination ServiceAccount reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "ServiceAccount": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:29.261Z DEBUG controllers.ReplicationDestination Role reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "Role": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:29.261Z DEBUG controllers.ReplicationDestination RoleBinding reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "RoleBinding": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:29.261Z INFO controllers.ReplicationDestination job actions {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "job": {"name":"volsync-dst-debug-dst","namespace":"default"}, "actions": ["restore"]}
2024-03-09T22:56:29.279Z INFO controllers.ReplicationDestination Namespace allows volsync privileged movers {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:29.279Z DEBUG controllers.ReplicationDestination PVC reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-dest", "operation": "unchanged"}
2024-03-09T22:56:29.279Z INFO controllers.ReplicationDestination allocating cache volume {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-cache"}
2024-03-09T22:56:29.279Z DEBUG controllers.ReplicationDestination PVC reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-cache", "operation": "unchanged"}
2024-03-09T22:56:29.279Z DEBUG controllers.ReplicationDestination ServiceAccount reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "ServiceAccount": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:29.279Z DEBUG controllers.ReplicationDestination Role reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "Role": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:29.279Z DEBUG controllers.ReplicationDestination RoleBinding reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "RoleBinding": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:29.279Z INFO controllers.ReplicationDestination job actions {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "job": {"name":"volsync-dst-debug-dst","namespace":"default"}, "actions": ["restore"]}
2024-03-09T22:56:30.246Z INFO controllers.ReplicationDestination Namespace allows volsync privileged movers {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:30.246Z DEBUG controllers.ReplicationDestination PVC reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-dest", "operation": "unchanged"}
2024-03-09T22:56:30.246Z INFO controllers.ReplicationDestination allocating cache volume {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-cache"}
2024-03-09T22:56:30.246Z DEBUG controllers.ReplicationDestination PVC reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-cache", "operation": "unchanged"}
2024-03-09T22:56:30.246Z DEBUG controllers.ReplicationDestination ServiceAccount reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "ServiceAccount": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:30.246Z DEBUG controllers.ReplicationDestination Role reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "Role": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:30.246Z DEBUG controllers.ReplicationDestination RoleBinding reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "RoleBinding": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:30.246Z INFO controllers.ReplicationDestination job actions {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "job": {"name":"volsync-dst-debug-dst","namespace":"default"}, "actions": ["restore"]}
2024-03-09T22:56:30.269Z INFO controllers.ReplicationDestination Namespace allows volsync privileged movers {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:30.269Z DEBUG controllers.ReplicationDestination PVC reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-dest", "operation": "unchanged"}
2024-03-09T22:56:30.269Z INFO controllers.ReplicationDestination allocating cache volume {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-cache"}
2024-03-09T22:56:30.269Z DEBUG controllers.ReplicationDestination PVC reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-cache", "operation": "unchanged"}
2024-03-09T22:56:30.269Z DEBUG controllers.ReplicationDestination ServiceAccount reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "ServiceAccount": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:30.269Z DEBUG controllers.ReplicationDestination Role reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "Role": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:30.269Z DEBUG controllers.ReplicationDestination RoleBinding reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "RoleBinding": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:30.269Z INFO controllers.ReplicationDestination job actions {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "job": {"name":"volsync-dst-debug-dst","namespace":"default"}, "actions": ["restore"]}
2024-03-09T22:56:33.375Z INFO controllers.ReplicationDestination Namespace allows volsync privileged movers {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:33.375Z DEBUG controllers.ReplicationDestination PVC reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-dest", "operation": "unchanged"}
2024-03-09T22:56:33.375Z INFO controllers.ReplicationDestination allocating cache volume {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-cache"}
2024-03-09T22:56:33.375Z DEBUG controllers.ReplicationDestination PVC reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-cache", "operation": "unchanged"}
2024-03-09T22:56:33.375Z DEBUG controllers.ReplicationDestination ServiceAccount reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "ServiceAccount": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:33.375Z DEBUG controllers.ReplicationDestination Role reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "Role": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:33.375Z DEBUG controllers.ReplicationDestination RoleBinding reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "RoleBinding": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:33.375Z INFO controllers.ReplicationDestination job actions {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "job": {"name":"volsync-dst-debug-dst","namespace":"default"}, "actions": ["restore"]}
2024-03-09T22:56:33.395Z INFO controllers.ReplicationDestination Namespace allows volsync privileged movers {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:33.395Z DEBUG controllers.ReplicationDestination PVC reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-dest", "operation": "unchanged"}
2024-03-09T22:56:33.395Z INFO controllers.ReplicationDestination allocating cache volume {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-cache"}
2024-03-09T22:56:33.395Z DEBUG controllers.ReplicationDestination PVC reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-cache", "operation": "unchanged"}
2024-03-09T22:56:33.395Z DEBUG controllers.ReplicationDestination ServiceAccount reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "ServiceAccount": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:33.395Z DEBUG controllers.ReplicationDestination Role reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "Role": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:33.395Z DEBUG controllers.ReplicationDestination RoleBinding reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "RoleBinding": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:33.395Z INFO controllers.ReplicationDestination job actions {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "job": {"name":"volsync-dst-debug-dst","namespace":"default"}, "actions": ["restore"]}
2024-03-09T22:56:45.119Z INFO controllers.ReplicationDestination Namespace allows volsync privileged movers {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:45.119Z DEBUG controllers.ReplicationDestination PVC reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-dest", "operation": "unchanged"}
2024-03-09T22:56:45.119Z INFO controllers.ReplicationDestination allocating cache volume {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-cache"}
2024-03-09T22:56:45.119Z DEBUG controllers.ReplicationDestination PVC reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-cache", "operation": "unchanged"}
2024-03-09T22:56:45.119Z DEBUG controllers.ReplicationDestination ServiceAccount reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "ServiceAccount": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:45.119Z DEBUG controllers.ReplicationDestination Role reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "Role": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:45.120Z DEBUG controllers.ReplicationDestination RoleBinding reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "RoleBinding": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:45.120Z INFO controllers.ReplicationDestination job actions {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "job": {"name":"volsync-dst-debug-dst","namespace":"default"}, "actions": ["restore"]}
2024-03-09T22:56:45.149Z INFO controllers.ReplicationDestination Namespace allows volsync privileged movers {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:45.149Z DEBUG controllers.ReplicationDestination PVC reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-dest", "operation": "unchanged"}
2024-03-09T22:56:45.149Z INFO controllers.ReplicationDestination allocating cache volume {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-cache"}
2024-03-09T22:56:45.149Z DEBUG controllers.ReplicationDestination PVC reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-cache", "operation": "unchanged"}
2024-03-09T22:56:45.149Z DEBUG controllers.ReplicationDestination ServiceAccount reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "ServiceAccount": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:45.149Z DEBUG controllers.ReplicationDestination Role reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "Role": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:45.149Z DEBUG controllers.ReplicationDestination RoleBinding reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "RoleBinding": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:45.149Z INFO controllers.ReplicationDestination job actions {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "job": {"name":"volsync-dst-debug-dst","namespace":"default"}, "actions": ["restore"]}
2024-03-09T22:56:45.164Z INFO controllers.ReplicationDestination job completed {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "job": {"name":"volsync-dst-debug-dst","namespace":"default"}}
2024-03-09T22:56:45.169Z INFO controllers.ReplicationDestination Getting logs for pod {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "jobName": "volsync-dst-debug-dst", "podName": "volsync-dst-debug-dst-z5t26", "pod": {"namespace": "default", "name": "volsync-dst-debug-dst-z5t26"}}
2024-03-09T22:56:45.192Z DEBUG controllers.ReplicationDestination Snapshot reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "snapshot": "volsync-debug-dst-dest-20240309225645", "operation": "created"}
2024-03-09T22:56:45.193Z DEBUG events created VolumeSnapshot/volsync-debug-dst-dest-20240309225645 from PersistentVolumeClaim/volsync-debug-dst-dest {"type": "Normal", "object": {"kind":"ReplicationDestination","namespace":"default","name":"debug-dst","uid":"2cc292a5-5663-460c-b672-fefdf6dc3002","apiVersion":"volsync.backube/v1alpha1","resourceVersion":"6213090"}, "reason": "VolumeSnapshotCreated"}
2024-03-09T22:56:45.203Z INFO controllers.VolumePopulator ReplicationDestination has no latestImage, cannot populate volume yet {"pvc": {"name":"debug","namespace":"default"}, "replication destination name": "debug-dst", "namespace": "default"}
2024-03-09T22:56:45.203Z DEBUG events Unable to populate volume, waiting for replicationdestination to have latestImage {"type": "Warning", "object": {"kind":"PersistentVolumeClaim","namespace":"default","name":"debug","uid":"7181068e-49bf-45ae-9e17-8bd7940dda81","apiVersion":"v1","resourceVersion":"6213092"}, "reason": "VolSyncPopulatorReplicationDestinationNoLatestImage"}
2024-03-09T22:56:45.203Z INFO controllers.ReplicationDestination Namespace allows volsync privileged movers {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:45.203Z DEBUG controllers.ReplicationDestination PVC reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-dest", "operation": "unchanged"}
2024-03-09T22:56:45.203Z INFO controllers.ReplicationDestination allocating cache volume {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-cache"}
2024-03-09T22:56:45.203Z DEBUG controllers.ReplicationDestination PVC reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-cache", "operation": "unchanged"}
2024-03-09T22:56:45.203Z DEBUG controllers.ReplicationDestination ServiceAccount reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "ServiceAccount": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:45.203Z DEBUG controllers.ReplicationDestination Role reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "Role": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:45.203Z DEBUG controllers.ReplicationDestination RoleBinding reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "RoleBinding": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:45.203Z INFO controllers.ReplicationDestination job actions {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "job": {"name":"volsync-dst-debug-dst","namespace":"default"}, "actions": ["restore"]}
2024-03-09T22:56:45.214Z INFO controllers.ReplicationDestination job completed {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "job": {"name":"volsync-dst-debug-dst","namespace":"default"}}
2024-03-09T22:56:45.218Z INFO controllers.ReplicationDestination Getting logs for pod {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "jobName": "volsync-dst-debug-dst", "podName": "volsync-dst-debug-dst-z5t26", "pod": {"namespace": "default", "name": "volsync-dst-debug-dst-z5t26"}}
2024-03-09T22:56:45.226Z DEBUG controllers.ReplicationDestination Snapshot reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "snapshot": "volsync-debug-dst-dest-20240309225645", "operation": "unchanged"}
2024-03-09T22:56:45.234Z INFO controllers.ReplicationDestination Namespace allows volsync privileged movers {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:45.234Z DEBUG controllers.ReplicationDestination PVC reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-dest", "operation": "unchanged"}
2024-03-09T22:56:45.234Z INFO controllers.ReplicationDestination allocating cache volume {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-cache"}
2024-03-09T22:56:45.234Z DEBUG controllers.ReplicationDestination PVC reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-dst-cache", "operation": "unchanged"}
2024-03-09T22:56:45.234Z DEBUG controllers.ReplicationDestination ServiceAccount reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "ServiceAccount": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:45.234Z DEBUG controllers.ReplicationDestination Role reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "Role": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:45.234Z DEBUG controllers.ReplicationDestination RoleBinding reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "RoleBinding": {"name":"volsync-dst-debug-dst","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:45.234Z INFO controllers.ReplicationDestination job actions {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "job": {"name":"volsync-dst-debug-dst","namespace":"default"}, "actions": ["restore"]}
2024-03-09T22:56:45.242Z INFO controllers.ReplicationDestination job completed {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "job": {"name":"volsync-dst-debug-dst","namespace":"default"}}
2024-03-09T22:56:45.246Z INFO controllers.ReplicationDestination Getting logs for pod {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "jobName": "volsync-dst-debug-dst", "podName": "volsync-dst-debug-dst-z5t26", "pod": {"namespace": "default", "name": "volsync-dst-debug-dst-z5t26"}}
2024-03-09T22:56:45.255Z DEBUG controllers.ReplicationDestination Snapshot reconciled {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "snapshot": "volsync-debug-dst-dest-20240309225645", "operation": "unchanged"}
2024-03-09T22:56:45.255Z DEBUG controllers.ReplicationDestination transitioning to cleanup state {"replicationdestination": {"name":"debug-dst","namespace":"default"}}
2024-03-09T22:56:45.262Z INFO controllers.ReplicationDestination Namespace allows volsync privileged movers {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:45.263Z DEBUG controllers.ReplicationDestination removing snapshot annotations from pvc {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic"}
2024-03-09T22:56:45.271Z INFO controllers.ReplicationDestination deleting temporary objects {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "owned-by": "2cc292a5-5663-460c-b672-fefdf6dc3002"}
2024-03-09T22:56:45.272Z INFO controllers.VolumePopulator Creating temp populator pvc from snapshot {"pvc": {"name":"debug","namespace":"default"}, "replication destination name": "debug-dst", "namespace": "default", "volpop pvc name": "vs-prime-7181068e-49bf-45ae-9e17-8bd7940dda81"}
2024-03-09T22:56:45.277Z DEBUG events Populator pvc created from snapshot volsync-debug-dst-dest-20240309225645 {"type": "Normal", "object": {"kind":"PersistentVolumeClaim","namespace":"default","name":"debug","uid":"7181068e-49bf-45ae-9e17-8bd7940dda81","apiVersion":"v1","resourceVersion":"6213092"}, "reason": "VolSyncPopulatorPVCCreated"}
2024-03-09T22:56:45.301Z INFO controllers.ReplicationDestination Namespace allows volsync privileged movers {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:45.301Z DEBUG controllers.ReplicationDestination removing snapshot annotations from pvc {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic"}
2024-03-09T22:56:45.310Z INFO controllers.ReplicationDestination deleting temporary objects {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "owned-by": "2cc292a5-5663-460c-b672-fefdf6dc3002"}
2024-03-09T22:56:46.817Z INFO controllers.ReplicationDestination Namespace allows volsync privileged movers {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:46.817Z DEBUG controllers.ReplicationDestination removing snapshot annotations from pvc {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic"}
2024-03-09T22:56:46.829Z ERROR controllers.ReplicationDestination unable to remove snapshot annotation from PVC {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "pvc": {"apiVersion": "v1", "kind": "PersistentVolumeClaim", "namespace": "default", "name": "volsync-debug-dst-dest"}, "error": "Operation cannot be fulfilled on persistentvolumeclaims \"volsync-debug-dst-dest\": the object has been modified; please apply your changes to the latest version and try again"}
2024-03-09T22:56:46.841Z ERROR Reconciler error {"controller": "replicationdestination", "controllerGroup": "volsync.backube", "controllerKind": "ReplicationDestination", "ReplicationDestination": {"name":"debug-dst","namespace":"default"}, "namespace": "default", "name": "debug-dst", "reconcileID": "b28db11a-5b09-4e03-83b0-7330c7f8a767", "error": "Operation cannot be fulfilled on persistentvolumeclaims \"volsync-debug-dst-dest\": the object has been modified; please apply your changes to the latest version and try again"}
2024-03-09T22:56:46.841Z INFO controllers.ReplicationDestination Namespace allows volsync privileged movers {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:46.841Z DEBUG controllers.ReplicationDestination removing snapshot annotations from pvc {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic"}
2024-03-09T22:56:46.846Z INFO controllers.ReplicationDestination deleting temporary objects {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "owned-by": "2cc292a5-5663-460c-b672-fefdf6dc3002"}
2024-03-09T22:56:46.861Z ERROR Reconciler error {"controller": "replicationdestination", "controllerGroup": "volsync.backube", "controllerKind": "ReplicationDestination", "ReplicationDestination": {"name":"debug-dst","namespace":"default"}, "namespace": "default", "name": "debug-dst", "reconcileID": "8bd810e3-9542-498a-bea7-3fa1ef3dc83e", "error": "Operation cannot be fulfilled on replicationdestinations.volsync.backube \"debug-dst\": the object has been modified; please apply your changes to the latest version and try again"}
2024-03-09T22:56:46.861Z INFO controllers.ReplicationDestination Namespace allows volsync privileged movers {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:46.861Z DEBUG controllers.ReplicationDestination removing snapshot annotations from pvc {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic"}
2024-03-09T22:56:46.866Z INFO controllers.ReplicationDestination deleting temporary objects {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "owned-by": "2cc292a5-5663-460c-b672-fefdf6dc3002"}
2024-03-09T22:56:46.887Z INFO controllers.ReplicationDestination Namespace allows volsync privileged movers {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:46.887Z DEBUG controllers.ReplicationDestination removing snapshot annotations from pvc {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic"}
2024-03-09T22:56:46.893Z INFO controllers.ReplicationDestination deleting temporary objects {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "owned-by": "2cc292a5-5663-460c-b672-fefdf6dc3002"}
2024-03-09T22:56:46.909Z ERROR Reconciler error {"controller": "replicationdestination", "controllerGroup": "volsync.backube", "controllerKind": "ReplicationDestination", "ReplicationDestination": {"name":"debug-dst","namespace":"default"}, "namespace": "default", "name": "debug-dst", "reconcileID": "c80b92e0-c864-40ca-883e-06a422c17fcc", "error": "Operation cannot be fulfilled on replicationdestinations.volsync.backube \"debug-dst\": the object has been modified; please apply your changes to the latest version and try again"}
2024-03-09T22:56:46.909Z INFO controllers.ReplicationDestination Namespace allows volsync privileged movers {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:46.909Z DEBUG controllers.ReplicationDestination removing snapshot annotations from pvc {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic"}
2024-03-09T22:56:46.914Z INFO controllers.ReplicationDestination deleting temporary objects {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "owned-by": "2cc292a5-5663-460c-b672-fefdf6dc3002"}
2024-03-09T22:56:46.927Z INFO controllers.ReplicationDestination Namespace allows volsync privileged movers {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:46.927Z DEBUG controllers.ReplicationDestination removing snapshot annotations from pvc {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic"}
2024-03-09T22:56:46.930Z INFO controllers.ReplicationDestination deleting temporary objects {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "owned-by": "2cc292a5-5663-460c-b672-fefdf6dc3002"}
2024-03-09T22:56:47.331Z INFO controllers.VolumePopulator Patching PV claim {"pvc": {"name":"debug","namespace":"default"}, "pv name": "pvc-b760360d-55ad-4f3e-8263-18acd42e2077"}
2024-03-09T22:56:47.345Z INFO controllers.VolumePopulator Waiting for pv rebind {"pvc": {"name":"debug","namespace":"default"}, "from pvc": "vs-prime-7181068e-49bf-45ae-9e17-8bd7940dda81", "to pvc": "debug"}
2024-03-09T22:56:47.355Z INFO controllers.VolumePopulator Waiting for pv rebind {"pvc": {"name":"debug","namespace":"default"}, "from pvc": "vs-prime-7181068e-49bf-45ae-9e17-8bd7940dda81", "to pvc": "debug"}
2024-03-09T22:56:47.365Z INFO controllers.VolumePopulator Waiting for pv rebind {"pvc": {"name":"debug","namespace":"default"}, "from pvc": "vs-prime-7181068e-49bf-45ae-9e17-8bd7940dda81", "to pvc": "debug"}
2024-03-09T22:56:54.063Z INFO controllers.ReplicationSource Namespace allows volsync privileged movers {"replicationsource": {"name":"debug","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:54.063Z DEBUG controllers.ReplicationSource waiting for snapshot to be ready {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "snapshot": {"name":"volsync-debug-src","namespace":"default"}}
2024-03-09T22:56:54.071Z INFO controllers.ReplicationSource Namespace allows volsync privileged movers {"replicationsource": {"name":"debug","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:54.071Z DEBUG controllers.ReplicationSource waiting for snapshot to be ready {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "snapshot": {"name":"volsync-debug-src","namespace":"default"}}
2024-03-09T22:56:55.974Z INFO controllers.ReplicationSource Namespace allows volsync privileged movers {"replicationsource": {"name":"debug","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:55.974Z DEBUG controllers.ReplicationSource temporary snapshot reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "snapshot": {"name":"volsync-debug-src","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:55.983Z INFO controllers.VolumePopulator Waiting for pv rebind {"pvc": {"name":"debug","namespace":"default"}, "from pvc": "vs-prime-7181068e-49bf-45ae-9e17-8bd7940dda81", "to pvc": "debug"}
2024-03-09T22:56:55.987Z DEBUG controllers.ReplicationSource pvc from snap reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "pvc": {"name":"volsync-debug-src","namespace":"default"}, "operation": "created"}
2024-03-09T22:56:55.987Z INFO controllers.ReplicationSource allocating cache volume {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-cache"}
2024-03-09T22:56:55.987Z DEBUG events created PersistentVolumeClaim/volsync-debug-src from VolumeSnapshot/volsync-debug-src {"type": "Normal", "object": {"kind":"ReplicationSource","namespace":"default","name":"debug","uid":"3d9ca5e6-3376-4624-ada0-43a6b0b27757","apiVersion":"volsync.backube/v1alpha1","resourceVersion":"6213083"}, "reason": "PersistentVolumeClaimCreated"}
2024-03-09T22:56:56.000Z DEBUG controllers.ReplicationSource PVC reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-cache", "operation": "created"}
2024-03-09T22:56:56.000Z DEBUG events created PersistentVolumeClaim/volsync-debug-cache to receive incoming data {"type": "Normal", "object": {"kind":"ReplicationSource","namespace":"default","name":"debug","uid":"3d9ca5e6-3376-4624-ada0-43a6b0b27757","apiVersion":"volsync.backube/v1alpha1","resourceVersion":"6213083"}, "reason": "PersistentVolumeClaimCreated"}
2024-03-09T22:56:56.012Z DEBUG controllers.ReplicationSource ServiceAccount reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "ServiceAccount": {"name":"volsync-src-debug","namespace":"default"}, "operation": "created"}
2024-03-09T22:56:56.045Z DEBUG controllers.ReplicationSource Role reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "Role": {"name":"volsync-src-debug","namespace":"default"}, "operation": "created"}
2024-03-09T22:56:56.077Z DEBUG controllers.ReplicationSource RoleBinding reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "RoleBinding": {"name":"volsync-src-debug","namespace":"default"}, "operation": "created"}
2024-03-09T22:56:56.077Z INFO controllers.ReplicationSource job actions {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "job": {"name":"volsync-src-debug","namespace":"default"}, "actions": ["backup"]}
2024-03-09T22:56:56.100Z INFO controllers.ReplicationSource Namespace allows volsync privileged movers {"replicationsource": {"name":"debug","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:56.100Z DEBUG controllers.ReplicationSource temporary snapshot reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "snapshot": {"name":"volsync-debug-src","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:56.100Z DEBUG controllers.ReplicationSource pvc from snap reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "pvc": {"name":"volsync-debug-src","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:56.100Z INFO controllers.ReplicationSource allocating cache volume {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-cache"}
2024-03-09T22:56:56.100Z DEBUG controllers.ReplicationSource PVC reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-cache", "operation": "unchanged"}
2024-03-09T22:56:56.100Z DEBUG controllers.ReplicationSource ServiceAccount reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "ServiceAccount": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:56.100Z DEBUG controllers.ReplicationSource Role reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "Role": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:56.100Z DEBUG controllers.ReplicationSource RoleBinding reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "RoleBinding": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:56.100Z INFO controllers.ReplicationSource job actions {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "job": {"name":"volsync-src-debug","namespace":"default"}, "actions": ["backup"]}
2024-03-09T22:56:56.141Z INFO controllers.ReplicationSource Namespace allows volsync privileged movers {"replicationsource": {"name":"debug","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:56.141Z DEBUG controllers.ReplicationSource temporary snapshot reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "snapshot": {"name":"volsync-debug-src","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:56.141Z DEBUG controllers.ReplicationSource pvc from snap reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "pvc": {"name":"volsync-debug-src","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:56.141Z INFO controllers.ReplicationSource allocating cache volume {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-cache"}
2024-03-09T22:56:56.141Z DEBUG controllers.ReplicationSource PVC reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-cache", "operation": "unchanged"}
2024-03-09T22:56:56.141Z DEBUG controllers.ReplicationSource ServiceAccount reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "ServiceAccount": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:56.141Z DEBUG controllers.ReplicationSource Role reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "Role": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:56.141Z DEBUG controllers.ReplicationSource RoleBinding reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "RoleBinding": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:56.141Z INFO controllers.ReplicationSource job actions {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "job": {"name":"volsync-src-debug","namespace":"default"}, "actions": ["backup"]}
2024-03-09T22:56:56.777Z INFO controllers.ReplicationSource Namespace allows volsync privileged movers {"replicationsource": {"name":"debug","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:56.777Z DEBUG controllers.ReplicationSource temporary snapshot reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "snapshot": {"name":"volsync-debug-src","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:56.777Z DEBUG controllers.ReplicationSource pvc from snap reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "pvc": {"name":"volsync-debug-src","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:56.777Z INFO controllers.ReplicationSource allocating cache volume {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-cache"}
2024-03-09T22:56:56.777Z DEBUG controllers.ReplicationSource PVC reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-cache", "operation": "unchanged"}
2024-03-09T22:56:56.777Z DEBUG controllers.ReplicationSource ServiceAccount reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "ServiceAccount": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:56.777Z DEBUG controllers.ReplicationSource Role reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "Role": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:56.777Z DEBUG controllers.ReplicationSource RoleBinding reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "RoleBinding": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:56.777Z INFO controllers.ReplicationSource job actions {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "job": {"name":"volsync-src-debug","namespace":"default"}, "actions": ["backup"]}
2024-03-09T22:56:56.786Z INFO controllers.ReplicationSource Namespace allows volsync privileged movers {"replicationsource": {"name":"debug","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:56.786Z DEBUG controllers.ReplicationSource temporary snapshot reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "snapshot": {"name":"volsync-debug-src","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:56.787Z DEBUG controllers.ReplicationSource pvc from snap reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "pvc": {"name":"volsync-debug-src","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:56.787Z INFO controllers.ReplicationSource allocating cache volume {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-cache"}
2024-03-09T22:56:56.787Z DEBUG controllers.ReplicationSource PVC reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-cache", "operation": "unchanged"}
2024-03-09T22:56:56.787Z DEBUG controllers.ReplicationSource ServiceAccount reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "ServiceAccount": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:56.787Z DEBUG controllers.ReplicationSource Role reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "Role": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:56.787Z DEBUG controllers.ReplicationSource RoleBinding reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "RoleBinding": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:56.787Z INFO controllers.ReplicationSource job actions {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "job": {"name":"volsync-src-debug","namespace":"default"}, "actions": ["backup"]}
2024-03-09T22:56:57.262Z INFO controllers.ReplicationSource Namespace allows volsync privileged movers {"replicationsource": {"name":"debug","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:57.262Z DEBUG controllers.ReplicationSource temporary snapshot reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "snapshot": {"name":"volsync-debug-src","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:57.262Z DEBUG controllers.ReplicationSource pvc from snap reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "pvc": {"name":"volsync-debug-src","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:57.262Z INFO controllers.ReplicationSource allocating cache volume {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-cache"}
2024-03-09T22:56:57.262Z DEBUG controllers.ReplicationSource PVC reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-cache", "operation": "unchanged"}
2024-03-09T22:56:57.263Z DEBUG controllers.ReplicationSource ServiceAccount reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "ServiceAccount": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:57.263Z DEBUG controllers.ReplicationSource Role reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "Role": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:57.263Z DEBUG controllers.ReplicationSource RoleBinding reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "RoleBinding": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:57.263Z INFO controllers.ReplicationSource job actions {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "job": {"name":"volsync-src-debug","namespace":"default"}, "actions": ["backup"]}
2024-03-09T22:56:57.287Z INFO controllers.ReplicationSource Namespace allows volsync privileged movers {"replicationsource": {"name":"debug","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:57.287Z DEBUG controllers.ReplicationSource temporary snapshot reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "snapshot": {"name":"volsync-debug-src","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:57.287Z DEBUG controllers.ReplicationSource pvc from snap reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "pvc": {"name":"volsync-debug-src","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:57.287Z INFO controllers.ReplicationSource allocating cache volume {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-cache"}
2024-03-09T22:56:57.287Z DEBUG controllers.ReplicationSource PVC reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-cache", "operation": "unchanged"}
2024-03-09T22:56:57.287Z DEBUG controllers.ReplicationSource ServiceAccount reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "ServiceAccount": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:57.287Z DEBUG controllers.ReplicationSource Role reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "Role": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:57.287Z DEBUG controllers.ReplicationSource RoleBinding reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "RoleBinding": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:56:57.287Z INFO controllers.ReplicationSource job actions {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "job": {"name":"volsync-src-debug","namespace":"default"}, "actions": ["backup"]}
2024-03-09T22:56:58.043Z DEBUG events Populator finished {"type": "Normal", "object": {"kind":"PersistentVolumeClaim","namespace":"default","name":"debug","uid":"7181068e-49bf-45ae-9e17-8bd7940dda81","apiVersion":"v1","resourceVersion":"6213603"}, "reason": "VolSyncPopulatorFinished"}
2024-03-09T22:56:58.054Z INFO controllers.VolumePopulator Cleanup - deleting temp volume populator PVC {"pvc": {"name":"debug","namespace":"default"}, "volpop pvc name": "vs-prime-7181068e-49bf-45ae-9e17-8bd7940dda81"}
2024-03-09T22:56:58.054Z INFO controllers.ReplicationDestination Namespace allows volsync privileged movers {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:58.054Z DEBUG controllers.ReplicationDestination removing snapshot annotations from pvc {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic"}
2024-03-09T22:56:58.057Z INFO controllers.ReplicationDestination deleting temporary objects {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "owned-by": "2cc292a5-5663-460c-b672-fefdf6dc3002"}
2024-03-09T22:56:58.061Z DEBUG events Populator finished {"type": "Normal", "object": {"kind":"PersistentVolumeClaim","namespace":"default","name":"debug","uid":"7181068e-49bf-45ae-9e17-8bd7940dda81","apiVersion":"v1","resourceVersion":"6213603"}, "reason": "VolSyncPopulatorFinished"}
2024-03-09T22:56:58.109Z INFO controllers.ReplicationDestination Namespace allows volsync privileged movers {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:56:58.109Z DEBUG controllers.ReplicationDestination removing snapshot annotations from pvc {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic"}
2024-03-09T22:56:58.113Z INFO controllers.ReplicationDestination deleting temporary objects {"replicationdestination": {"name":"debug-dst","namespace":"default"}, "method": "Restic", "owned-by": "2cc292a5-5663-460c-b672-fefdf6dc3002"}
2024-03-09T22:57:00.380Z INFO controllers.ReplicationSource Namespace allows volsync privileged movers {"replicationsource": {"name":"debug","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:57:00.380Z DEBUG controllers.ReplicationSource temporary snapshot reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "snapshot": {"name":"volsync-debug-src","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:57:00.380Z DEBUG controllers.ReplicationSource pvc from snap reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "pvc": {"name":"volsync-debug-src","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:57:00.380Z INFO controllers.ReplicationSource allocating cache volume {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-cache"}
2024-03-09T22:57:00.380Z DEBUG controllers.ReplicationSource PVC reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-cache", "operation": "unchanged"}
2024-03-09T22:57:00.381Z DEBUG controllers.ReplicationSource ServiceAccount reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "ServiceAccount": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:57:00.381Z DEBUG controllers.ReplicationSource Role reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "Role": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:57:00.381Z DEBUG controllers.ReplicationSource RoleBinding reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "RoleBinding": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:57:00.381Z INFO controllers.ReplicationSource job actions {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "job": {"name":"volsync-src-debug","namespace":"default"}, "actions": ["backup"]}
2024-03-09T22:57:00.391Z INFO controllers.ReplicationSource Namespace allows volsync privileged movers {"replicationsource": {"name":"debug","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:57:00.391Z DEBUG controllers.ReplicationSource temporary snapshot reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "snapshot": {"name":"volsync-debug-src","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:57:00.391Z DEBUG controllers.ReplicationSource pvc from snap reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "pvc": {"name":"volsync-debug-src","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:57:00.391Z INFO controllers.ReplicationSource allocating cache volume {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-cache"}
2024-03-09T22:57:00.391Z DEBUG controllers.ReplicationSource PVC reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-cache", "operation": "unchanged"}
2024-03-09T22:57:00.391Z DEBUG controllers.ReplicationSource ServiceAccount reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "ServiceAccount": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:57:00.391Z DEBUG controllers.ReplicationSource Role reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "Role": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:57:00.391Z DEBUG controllers.ReplicationSource RoleBinding reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "RoleBinding": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:57:00.391Z INFO controllers.ReplicationSource job actions {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "job": {"name":"volsync-src-debug","namespace":"default"}, "actions": ["backup"]}
2024-03-09T22:57:05.005Z INFO controllers.ReplicationSource Namespace allows volsync privileged movers {"replicationsource": {"name":"debug","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:57:05.005Z DEBUG controllers.ReplicationSource temporary snapshot reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "snapshot": {"name":"volsync-debug-src","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:57:05.005Z DEBUG controllers.ReplicationSource pvc from snap reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "pvc": {"name":"volsync-debug-src","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:57:05.005Z INFO controllers.ReplicationSource allocating cache volume {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-cache"}
2024-03-09T22:57:05.005Z DEBUG controllers.ReplicationSource PVC reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-cache", "operation": "unchanged"}
2024-03-09T22:57:05.005Z DEBUG controllers.ReplicationSource ServiceAccount reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "ServiceAccount": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:57:05.005Z DEBUG controllers.ReplicationSource Role reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "Role": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:57:05.005Z DEBUG controllers.ReplicationSource RoleBinding reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "RoleBinding": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:57:05.005Z INFO controllers.ReplicationSource job actions {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "job": {"name":"volsync-src-debug","namespace":"default"}, "actions": ["backup"]}
2024-03-09T22:57:09.052Z INFO controllers.ReplicationSource Namespace allows volsync privileged movers {"replicationsource": {"name":"debug","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:57:09.052Z DEBUG controllers.ReplicationSource temporary snapshot reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "snapshot": {"name":"volsync-debug-src","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:57:09.052Z DEBUG controllers.ReplicationSource pvc from snap reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "pvc": {"name":"volsync-debug-src","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:57:09.052Z INFO controllers.ReplicationSource allocating cache volume {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-cache"}
2024-03-09T22:57:09.052Z DEBUG controllers.ReplicationSource PVC reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-cache", "operation": "unchanged"}
2024-03-09T22:57:09.052Z DEBUG controllers.ReplicationSource ServiceAccount reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "ServiceAccount": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:57:09.052Z DEBUG controllers.ReplicationSource Role reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "Role": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:57:09.052Z DEBUG controllers.ReplicationSource RoleBinding reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "RoleBinding": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:57:09.052Z INFO controllers.ReplicationSource job actions {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "job": {"name":"volsync-src-debug","namespace":"default"}, "actions": ["backup"]}
2024-03-09T22:57:10.110Z INFO controllers.ReplicationSource Namespace allows volsync privileged movers {"replicationsource": {"name":"debug","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:57:10.110Z DEBUG controllers.ReplicationSource temporary snapshot reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "snapshot": {"name":"volsync-debug-src","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:57:10.110Z DEBUG controllers.ReplicationSource pvc from snap reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "pvc": {"name":"volsync-debug-src","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:57:10.110Z INFO controllers.ReplicationSource allocating cache volume {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-cache"}
2024-03-09T22:57:10.110Z DEBUG controllers.ReplicationSource PVC reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-cache", "operation": "unchanged"}
2024-03-09T22:57:10.110Z DEBUG controllers.ReplicationSource ServiceAccount reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "ServiceAccount": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:57:10.110Z DEBUG controllers.ReplicationSource Role reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "Role": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:57:10.110Z DEBUG controllers.ReplicationSource RoleBinding reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "RoleBinding": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:57:10.110Z INFO controllers.ReplicationSource job actions {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "job": {"name":"volsync-src-debug","namespace":"default"}, "actions": ["backup"]}
2024-03-09T22:57:10.138Z INFO controllers.ReplicationSource Namespace allows volsync privileged movers {"replicationsource": {"name":"debug","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:57:10.138Z DEBUG controllers.ReplicationSource temporary snapshot reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "snapshot": {"name":"volsync-debug-src","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:57:10.139Z DEBUG controllers.ReplicationSource pvc from snap reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "pvc": {"name":"volsync-debug-src","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:57:10.139Z INFO controllers.ReplicationSource allocating cache volume {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-cache"}
2024-03-09T22:57:10.139Z DEBUG controllers.ReplicationSource PVC reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "PVC": "volsync-debug-cache", "operation": "unchanged"}
2024-03-09T22:57:10.139Z DEBUG controllers.ReplicationSource ServiceAccount reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "ServiceAccount": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:57:10.139Z DEBUG controllers.ReplicationSource Role reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "Role": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:57:10.139Z DEBUG controllers.ReplicationSource RoleBinding reconciled {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "RoleBinding": {"name":"volsync-src-debug","namespace":"default"}, "operation": "unchanged"}
2024-03-09T22:57:10.139Z INFO controllers.ReplicationSource job actions {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "job": {"name":"volsync-src-debug","namespace":"default"}, "actions": ["backup"]}
2024-03-09T22:57:10.151Z INFO controllers.ReplicationSource job completed {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "job": {"name":"volsync-src-debug","namespace":"default"}}
2024-03-09T22:57:10.158Z INFO controllers.ReplicationSource Getting logs for pod {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "jobName": "volsync-src-debug", "podName": "volsync-src-debug-5jhhx", "pod": {"namespace": "default", "name": "volsync-src-debug-5jhhx"}}
2024-03-09T22:57:10.168Z DEBUG controllers.ReplicationSource transitioning to cleanup state {"replicationsource": {"name":"debug","namespace":"default"}}
2024-03-09T22:57:10.180Z INFO controllers.ReplicationSource Namespace allows volsync privileged movers {"replicationsource": {"name":"debug","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:57:10.180Z INFO controllers.ReplicationSource deleting temporary objects {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "owned-by": "3d9ca5e6-3376-4624-ada0-43a6b0b27757"}
2024-03-09T22:57:10.238Z INFO controllers.ReplicationSource Namespace allows volsync privileged movers {"replicationsource": {"name":"debug","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:57:10.238Z INFO controllers.ReplicationSource deleting temporary objects {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "owned-by": "3d9ca5e6-3376-4624-ada0-43a6b0b27757"}
2024-03-09T22:57:10.273Z INFO controllers.ReplicationSource Namespace allows volsync privileged movers {"replicationsource": {"name":"debug","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:57:10.273Z INFO controllers.ReplicationSource deleting temporary objects {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "owned-by": "3d9ca5e6-3376-4624-ada0-43a6b0b27757"}
2024-03-09T22:57:10.480Z INFO controllers.ReplicationSource Namespace allows volsync privileged movers {"replicationsource": {"name":"debug","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:57:10.480Z INFO controllers.ReplicationSource deleting temporary objects {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "owned-by": "3d9ca5e6-3376-4624-ada0-43a6b0b27757"}
2024-03-09T22:57:28.995Z INFO controllers.ReplicationSource Namespace allows volsync privileged movers {"replicationsource": {"name":"debug","namespace":"default"}, "namespace": "default", "Annotation": "volsync.backube/privileged-movers", "Annotation value": "true"}
2024-03-09T22:57:28.995Z INFO controllers.ReplicationSource deleting temporary objects {"replicationsource": {"name":"debug","namespace":"default"}, "method": "Restic", "owned-by": "3d9ca5e6-3376-4624-ada0-43a6b0b27757"}
I0309 22:56:28.940212 1 controller.go:1366] provision "default/debug" class "ceph-block": started
I0309 22:56:28.940275 1 controller.go:1441] provision "default/debug" class "ceph-block": volume provision ignored: ignored because data source (ReplicationDestination) is not handled by the provisioner, assuming an external populator will provision it
I0309 22:56:28.940316 1 event.go:364] Event(v1.ObjectReference{Kind:"PersistentVolumeClaim", Namespace:"default", Name:"debug", UID:"7181068e-49bf-45ae-9e17-8bd7940dda81", APIVersion:"v1", ResourceVersion:"6213077", FieldPath:""}): type: 'Normal' reason: 'Provisioning' External provisioner is provisioning volume for claim "default/debug"
I0309 22:56:28.940329 1 event.go:364] Event(v1.ObjectReference{Kind:"PersistentVolumeClaim", Namespace:"default", Name:"debug", UID:"7181068e-49bf-45ae-9e17-8bd7940dda81", APIVersion:"v1", ResourceVersion:"6213077", FieldPath:""}): type: 'Normal' reason: 'Provisioning' Assuming an external populator will provision the volume
I0309 22:56:29.023382 1 controller.go:1366] provision "default/debug" class "ceph-block": started
I0309 22:56:29.023455 1 controller.go:1441] provision "default/debug" class "ceph-block": volume provision ignored: ignored because data source (ReplicationDestination) is not handled by the provisioner, assuming an external populator will provision it
I0309 22:56:29.023486 1 event.go:364] Event(v1.ObjectReference{Kind:"PersistentVolumeClaim", Namespace:"default", Name:"debug", UID:"7181068e-49bf-45ae-9e17-8bd7940dda81", APIVersion:"v1", ResourceVersion:"6213092", FieldPath:""}): type: 'Normal' reason: 'Provisioning' External provisioner is provisioning volume for claim "default/debug"
I0309 22:56:29.023511 1 event.go:364] Event(v1.ObjectReference{Kind:"PersistentVolumeClaim", Namespace:"default", Name:"debug", UID:"7181068e-49bf-45ae-9e17-8bd7940dda81", APIVersion:"v1", ResourceVersion:"6213092", FieldPath:""}): type: 'Normal' reason: 'Provisioning' Assuming an external populator will provision the volume
I0309 22:56:29.051791 1 controller.go:1366] provision "default/volsync-debug-dst-dest" class "ceph-block": started
I0309 22:56:29.051897 1 event.go:364] Event(v1.ObjectReference{Kind:"PersistentVolumeClaim", Namespace:"default", Name:"volsync-debug-dst-dest", UID:"b581f8bf-ed4d-443d-a463-c920a4d8725f", APIVersion:"v1", ResourceVersion:"6213101", FieldPath:""}): type: 'Normal' reason: 'Provisioning' External provisioner is provisioning volume for claim "default/volsync-debug-dst-dest"
I0309 22:56:29.231247 1 controller.go:1449] provision "default/volsync-debug-dst-dest" class "ceph-block": volume "pvc-b581f8bf-ed4d-443d-a463-c920a4d8725f" provisioned
I0309 22:56:29.231263 1 controller.go:1462] provision "default/volsync-debug-dst-dest" class "ceph-block": succeeded
I0309 22:56:29.239567 1 event.go:364] Event(v1.ObjectReference{Kind:"PersistentVolumeClaim", Namespace:"default", Name:"volsync-debug-dst-dest", UID:"b581f8bf-ed4d-443d-a463-c920a4d8725f", APIVersion:"v1", ResourceVersion:"6213101", FieldPath:""}): type: 'Normal' reason: 'ProvisioningSucceeded' Successfully provisioned volume pvc-b581f8bf-ed4d-443d-a463-c920a4d8725f
E0309 22:56:45.302295 1 controller.go:957] error syncing claim "b760360d-55ad-4f3e-8263-18acd42e2077": failed to provision volume with StorageClass "ceph-block": error getting handle for DataSource Type VolumeSnapshot by Name volsync-debug-dst-dest-20240309225645: snapshot volsync-debug-dst-dest-20240309225645 is not Ready
I0309 22:56:45.302339 1 event.go:364] Event(v1.ObjectReference{Kind:"PersistentVolumeClaim", Namespace:"default", Name:"vs-prime-7181068e-49bf-45ae-9e17-8bd7940dda81", UID:"b760360d-55ad-4f3e-8263-18acd42e2077", APIVersion:"v1", ResourceVersion:"6213422", FieldPath:""}): type: 'Warning' reason: 'ProvisioningFailed' failed to provision volume with StorageClass "ceph-block": error getting handle for DataSource Type VolumeSnapshot by Name volsync-debug-dst-dest-20240309225645: snapshot volsync-debug-dst-dest-20240309225645 is not Ready
E0309 22:56:45.815188 1 controller.go:957] error syncing claim "b760360d-55ad-4f3e-8263-18acd42e2077": failed to provision volume with StorageClass "ceph-block": error getting handle for DataSource Type VolumeSnapshot by Name volsync-debug-dst-dest-20240309225645: snapshot volsync-debug-dst-dest-20240309225645 is not Ready
I0309 22:56:45.815214 1 event.go:364] Event(v1.ObjectReference{Kind:"PersistentVolumeClaim", Namespace:"default", Name:"vs-prime-7181068e-49bf-45ae-9e17-8bd7940dda81", UID:"b760360d-55ad-4f3e-8263-18acd42e2077", APIVersion:"v1", ResourceVersion:"6213422", FieldPath:""}): type: 'Warning' reason: 'ProvisioningFailed' failed to provision volume with StorageClass "ceph-block": error getting handle for DataSource Type VolumeSnapshot by Name volsync-debug-dst-dest-20240309225645: snapshot volsync-debug-dst-dest-20240309225645 is not Ready
I0309 22:56:56.001330 1 controller.go:1366] provision "default/volsync-debug-src" class "ceph-block": started
I0309 22:56:56.001495 1 event.go:364] Event(v1.ObjectReference{Kind:"PersistentVolumeClaim", Namespace:"default", Name:"volsync-debug-src", UID:"b86af423-3b0e-450f-94de-19f9c7c663eb", APIVersion:"v1", ResourceVersion:"6213607", FieldPath:""}): type: 'Normal' reason: 'Provisioning' External provisioner is provisioning volume for claim "default/volsync-debug-src"
I0309 22:56:56.748221 1 controller.go:1449] provision "default/volsync-debug-src" class "ceph-block": volume "pvc-b86af423-3b0e-450f-94de-19f9c7c663eb" provisioned
I0309 22:56:56.748242 1 controller.go:1462] provision "default/volsync-debug-src" class "ceph-block": succeeded
I0309 22:56:56.757497 1 event.go:364] Event(v1.ObjectReference{Kind:"PersistentVolumeClaim", Namespace:"default", Name:"volsync-debug-src", UID:"b86af423-3b0e-450f-94de-19f9c7c663eb", APIVersion:"v1", ResourceVersion:"6213607", FieldPath:""}): type: 'Normal' reason: 'ProvisioningSucceeded' Successfully provisioned volume pvc-b86af423-3b0e-450f-94de-19f9c7c663eb
I0309 23:00:24.882121 1 controller.go:1366] provision "default/volsync-debug-src" class "ceph-block": started
I0309 23:00:24.882256 1 event.go:364] Event(v1.ObjectReference{Kind:"PersistentVolumeClaim", Namespace:"default", Name:"volsync-debug-src", UID:"93c9d734-cdea-46b0-88d3-6f5bc66464bf", APIVersion:"v1", ResourceVersion:"6217103", FieldPath:""}): type: 'Normal' reason: 'Provisioning' External provisioner is provisioning volume for claim "default/volsync-debug-src"
I0309 23:00:25.524197 1 controller.go:1449] provision "default/volsync-debug-src" class "ceph-block": volume "pvc-93c9d734-cdea-46b0-88d3-6f5bc66464bf" provisioned
I0309 23:00:25.524212 1 controller.go:1462] provision "default/volsync-debug-src" class "ceph-block": succeeded
I0309 23:00:25.532266 1 event.go:364] Event(v1.ObjectReference{Kind:"PersistentVolumeClaim", Namespace:"default", Name:"volsync-debug-src", UID:"93c9d734-cdea-46b0-88d3-6f5bc66464bf", APIVersion:"v1", ResourceVersion:"6217103", FieldPath:""}): type: 'Normal' reason: 'ProvisioningSucceeded' Successfully provisioned volume pvc-93c9d734-cdea-46b0-88d3-6f5bc66464bf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment