Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Daniil Antoshin <[email protected]>
  • Loading branch information
danilrwx committed Jan 21, 2025
1 parent 2808c4c commit 842eb8d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,8 @@ func (ds ObjectRefVirtualDiskSnapshot) StoreToDVCR(ctx context.Context, vi *virt
Reason(vicondition.Provisioning).
Message("PVC has created: waiting to be Bound.")

vi.Status.Progress = "0%"
vi.Status.Progress = "50%"
vi.Status.SourceUID = pointer.GetPointer(vs.UID)
vi.Status.Target.PersistentVolumeClaim = pvc.Name

return reconcile.Result{Requeue: true}, err
case pod == nil:
Expand Down

0 comments on commit 842eb8d

Please sign in to comment.