-
Notifications
You must be signed in to change notification settings - Fork 183
DON'T MERGE - DEBUG ONLY #6737
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
base: master
Are you sure you want to change the base?
DON'T MERGE - DEBUG ONLY #6737
Conversation
Our devices have been 'disappearing' that is, ending up in unusable state. This might be a timing issue due to delayed CRW. Add a 1 second absolute wait to double check. Signed-off-by: Sebastian Mitterle <smitterl@redhat.com>
After the introduced sleep, log the device listing with lscss. Signed-off-by: Sebastian Mitterle <smitterl@redhat.com>
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
|
With this the full.log can be filtered with |
we've been logging after changing but it's cumbersome to confirm the previous test finished in the desired state; so let's log before, too, to see if this makes it easier. Signed-off-by: Sebastian Mitterle <smitterl@redhat.com>
Previously, the code relied on an error message to decide if a device was online already and if so, not set it offline during teardown. However, this message wasn't shown always; possibly because of https://issues.redhat.com/browse/RHEL-90213 Instead, use the lszdev tool to detect if the device is already online. Signed-off-by: Sebastian Mitterle <smitterl@redhat.com>
|
virtual_disk change tested with a. devid = dasd and no online disk b. devid = dasd and some online disk - confirm disk is not disabled c. devid = and dev at not online; confirm not online after execution |
With 1 seconds the observed behavior still reproduces; try with 2. Signed-off-by: Sebastian Mitterle <smitterl@redhat.com>
No description provided.