-
Notifications
You must be signed in to change notification settings - Fork 499
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
NAS-131017 / 25.04 / Fix zpool.status regression #14427
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't fix anything. Please see the numerous test failures here: http://jenkins.eng.ixsystems.net:8080/job/tests/job/api_tests/443/testReport/junit/api2/. All of those are failing because disk.get_unused
is crashing with a KeyError
.
Removed accidental approval. |
cde66fc
to
a099b7b
Compare
a099b7b
to
7a8f040
Compare
This PR has been merged and conversations have been locked. |
Context
Integration test for
zpool.status
was failing earlier because we were not usingfilesystem.listdir
to list disks and hence the relevant mapping could not be generated which eventually led to failure of the test.