Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐞 [Bug]: Double requested disk size while filtering nodes #2834

Closed
1 task done
MohamedElmdary opened this issue Jun 2, 2024 · 1 comment
Closed
1 task done
Assignees
Labels
type_bug Something isn't working
Milestone

Comments

@MohamedElmdary
Copy link
Member

Is there an existing issue for this?

  • I have searched the existing issues

which package/s did you face the problem with?

Dashboard

What happened?

Double requested disk size while filtering nodes

{
  sru:
      (filters.ssdDisks || []).reduce(
        (t, s) => t + s,
        (filters.solutionDisk ?? 0) + (filters.rootFilesystemSize ?? 0),
      ) || undefined,
}

sru = disks + solutionDiskSize + rootFsSize

Steps To Reproduce

No response

which network/s did you face the problem on?

Dev

version

latest

Twin ID/s

No response

Node ID/s

No response

Farm ID/s

No response

Contract ID/s

No response

Relevant screenshots/screen records

image

Relevant log output

None
@MohamedElmdary MohamedElmdary added the type_bug Something isn't working label Jun 2, 2024
@ramezsaeed ramezsaeed added this to 3.14.x Jun 3, 2024
@ramezsaeed ramezsaeed added this to the 2.5.0 milestone Jun 3, 2024
@MohamedElmdary MohamedElmdary self-assigned this Jun 3, 2024
@MohamedElmdary MohamedElmdary moved this to In Progress in 3.14.x Jun 3, 2024
@MohamedElmdary MohamedElmdary moved this from In Progress to Pending Review in 3.14.x Jun 3, 2024
@MohamedElmdary MohamedElmdary moved this from Pending Review to In Verification in 3.14.x Jun 4, 2024
@khaledyoussef24
Copy link
Contributor

verified on devnet
version : 0139c63
the sru of the results = the required sru + root file size

Screenshot from 2024-06-09 14-20-27
Screenshot from 2024-06-09 14-20-19

not double the size as before

@khaledyoussef24 khaledyoussef24 moved this from In Verification to Done in 3.14.x Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type_bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

3 participants