DON'T MERGE - DEBUG ONLY#6737
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the
Comment |
|
With this the full.log can be filtered with |
|
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 |
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>
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>
With 1 seconds the observed behavior still reproduces; try with 2. Signed-off-by: Sebastian Mitterle <smitterl@redhat.com>
Signed-off-by: Sebastian Mitterle <smitterl@redhat.com>
No description provided.