Skip to content

fix(vd): time spent in the WaitForFirstConsumer phase is no longer included in totalProvisioning#2379

Open
eofff wants to merge 1 commit into
mainfrom
fix/vd/do-no-calc-wffc-in-total-provisioning
Open

fix(vd): time spent in the WaitForFirstConsumer phase is no longer included in totalProvisioning#2379
eofff wants to merge 1 commit into
mainfrom
fix/vd/do-no-calc-wffc-in-total-provisioning

Conversation

@eofff
Copy link
Copy Markdown
Contributor

@eofff eofff commented May 20, 2026

Description

The time spent in the WaitForFirstConsumer phase is no longer included in totalProvisioning.

Why do we need it, and what problem does it solve?

What is the expected result?

Checklist

  • The code is covered by unit tests.
  • e2e tests passed.
  • Documentation updated according to the changes.
  • Changes were tested in the Kubernetes cluster manually.

Changelog entries

section: vd 
type: fix
summary: The time spent in the WaitForFirstConsumer phase is no longer included in totalProvisioning.

Signed-off-by: Valeriy Khorunzhin <valeriy.khorunzhin@flant.com>
@eofff eofff force-pushed the fix/vd/do-no-calc-wffc-in-total-provisioning branch from b1c1ee6 to 7630bdb Compare May 20, 2026 15:56
@eofff eofff added this to the v1.9.0 milestone May 21, 2026
@eofff eofff changed the title fix totalProvisioning fix(vd): time spent in the WaitForFirstConsumer phase is no longer included in totalProvisioning May 21, 2026
@eofff eofff marked this pull request as ready for review May 21, 2026 08:45
// Waiting time for dependent resources.
// +nullable
WaitingForDependencies *metav1.Duration `json:"waitingForDependencies,omitempty"`
// Waiting time in WaitForFirstConsumer phase.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// Waiting time in WaitForFirstConsumer phase.
// Waiting time in the `WaitForFirstConsumer` phase.

Comment thread crds/virtualdisks.yaml
nullable: true
type: string
waitingForFirstConsumer:
description: Waiting time in WaitForFirstConsumer phase.
Copy link
Copy Markdown
Member

@prismagod prismagod May 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description: Waiting time in WaitForFirstConsumer phase.
description: Waiting time in the `WaitForFirstConsumer` phase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants