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

vol_download_upload: fix disk selection #6151

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

smitterl
Copy link
Contributor

The disk was originally selected by its target name but those names are impersistent and might change in the guest.
The test would then sometimes fail as it would read (without I/O errors) from the system disk instead of the new disk when the system was at vdb.
Instead, discover the new disk as the one that doesn't have the root filesystem.

The disk was originally selected by its target name but those names are
impersistent and might change in the guest.
The test would then sometimes fail as it would read (without I/O errors)
from the system disk instead of the new disk when the system was at
vdb.
Instead, discover the new disk as the one that doesn't have the root
filesystem.

Signed-off-by: Sebastian Mitterle <[email protected]>
@smitterl
Copy link
Contributor Author

JOB ID     : 74fb7a258673f5c0d3034c839c057265f8e0da39
JOB LOG    : /var/log/avocado/job-results/job-2025-01-21T09.46-74fb7a2/job.log
 (1/1) type_specific.io-github-autotest-libvirt.virsh.vol_download_upload.mix_download_upload.dir_pool.sparse: STARTED
 (1/1) type_specific.io-github-autotest-libvirt.virsh.vol_download_upload.mix_download_upload.dir_pool.sparse: PASS (15.62 s)
RESULTS    : PASS 1 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 0 | CANCEL 0
JOB HTML   : /var/log/avocado/job-results/job-2025-01-21T09.46-74fb7a2/results.html
JOB TIME   : 17.37 s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant