Skip to content

Include NFS to resource profile calculations#2776

Open
Soundarya189r wants to merge 1 commit into
red-hat-storage:masterfrom
Soundarya189r:DFBUGS-5411
Open

Include NFS to resource profile calculations#2776
Soundarya189r wants to merge 1 commit into
red-hat-storage:masterfrom
Soundarya189r:DFBUGS-5411

Conversation

@Soundarya189r
Copy link
Copy Markdown

@Soundarya189r
Copy link
Copy Markdown
Author

/test odf-console-e2e-aws

@Soundarya189r
Copy link
Copy Markdown
Author

/retest-required

Copy link
Copy Markdown
Collaborator

@SanjalKatiyar SanjalKatiyar left a comment

Choose a reason for hiding this comment

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

We are missing few changes, plz check #2556 for reference.

getResourceProfileRequirements ar multiple places as well, so we should be adding args accordingly at all places: https://github.com/search?q=repo%3Ared-hat-storage%2Fodf-console%20getResourceProfileRequirements&type=code

@Soundarya189r Soundarya189r force-pushed the DFBUGS-5411 branch 2 times, most recently from 93f2f21 to dfd2cbb Compare May 20, 2026 12:27
@SanjalKatiyar
Copy link
Copy Markdown
Collaborator

/approve
/lgtm

@SanjalKatiyar
Copy link
Copy Markdown
Collaborator

/lgtm cancel

@openshift-ci openshift-ci Bot removed the lgtm label May 21, 2026
@SanjalKatiyar
Copy link
Copy Markdown
Collaborator

/hold

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 21, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Soundarya189r
Once this PR has been reviewed and has the lgtm label, please ask for approval from sanjalkatiyar. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@SanjalKatiyar
Copy link
Copy Markdown
Collaborator

/hold cancel

const ProfileRequirementsModalText: React.FC<
ProfileRequirementsModalTextProps
> = ({ selectedProfile, osdAmount, architecture }) => {
> = ({ selectedProfile, osdAmount, architecture, enableNFS }) => {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

from where value of enableNFS flag comes from for this modal ??

Comment on lines 203 to 206
<ConfigurePerformance
onResourceProfileChange={onProfileChange}
resourceProfile={resourceProfile}
profileRequirementsText={ProfileRequirementsModalText}
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@Soundarya189r
Copy link
Copy Markdown
Author

image

when more than 3 nodes selected
image

Day 2

image

)
.reduce((accumulator: number, current: number) => accumulator + current);
const architecture = getNodeArchitectureFromState(selectedNodes);
const enableNFS = storageCluster?.spec?.nfs?.enable || false;
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

@SanjalKatiyar please check now, I am checking for the spec.nfs.enable in the storageCluster CR

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