We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dashboard
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
No response
Dev
latest
None
The text was updated successfully, but these errors were encountered:
verified on devnet version : 0139c63 the sru of the results = the required sru + root file size
not double the size as before
Sorry, something went wrong.
MohamedElmdary
No branches or pull requests
Is there an existing issue for this?
which package/s did you face the problem with?
Dashboard
What happened?
Double requested disk size while filtering nodes
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
Relevant log output
None
The text was updated successfully, but these errors were encountered: