-
Notifications
You must be signed in to change notification settings - Fork 6
Storage Tests for qcow2 vdi image format #339
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?
Conversation
0610307 to
c421cc4
Compare
1d35ab2 to
da6c5d5
Compare
da6c5d5 to
5ecdfa2
Compare
| sr = host.sr_create('zfs-vol', "ZFS-local-SR-test", { | ||
| 'device': '/dev/' + sr_disk_wiped, | ||
| 'preferred-image-formats': image_format | ||
| }, verify=True) |
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.
Did you test it @rushikeshjadhav ? We don't support QCOW2 with ZFS vol driver (SMAPIv3 plugin).
So we must not add image_format for this one.
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.
Right, although the test passes, its volume is not of qcow2 format. Will remove it and add additional checks for qcow2 VDI validation.
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.
Added additional check for qcow2 VDI validation as well with test_vdi_image_format.
38db6d5 to
79264c0
Compare
79264c0 to
6360b2e
Compare
6360b2e to
0e5f73a
Compare
|
The CI workflow is not run on the PR. We should run it before merging. |
|
There are a few problems to fix: |
|
@rushikeshjadhav the CI should run when using a branch directly in this repository. |
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.
Automatically installing packages that support qcow2 could have been a good idea, but here it might cause more friction than it avoids.
0e5f73a to
6426939
Compare
|
Why haven't we merged this one yet? |
Tests are currently running in the CI. Will be merged soon hopefully :) |
|
It will require a last rebase, too. |
Will get the rebase done and update the branch. |
9f1a899 to
f0875ff
Compare
|
FYI, a successful full CI run was done with this branch. |
great, Is there anything to be done before merging, meanwhile please double check and mark open discussions resolved |
… format Signed-off-by: Rushikesh Jadhav <rushikesh7@gmail.com>
… format Signed-off-by: Rushikesh Jadhav <rushikesh7@gmail.com>
… format Signed-off-by: Rushikesh Jadhav <rushikesh7@gmail.com>
… format Signed-off-by: Rushikesh Jadhav <rushikesh7@gmail.com>
…cow2 vdi image format Signed-off-by: Rushikesh Jadhav <rushikesh7@gmail.com>
… format Signed-off-by: Rushikesh Jadhav <rushikesh7@gmail.com>
f0875ff to
8da8462
Compare
|
If it's ok for everyone, I'll merge this PR this afternoon. |
We need stable CI for this week's round of updates. Is it safe? |
|
I think so, but the only way to be sure is to run the CI on this branch |
is there anything blocking, doing it ? if it helps you can use forks and reset your master branch to avoid changing branches names |
The availability of hardware was blocking it. But now it can likely be merged, if that's OK on @Nambrok's side (he was running tests for the qcow2 release). |
|
@glehmann Up, are we good with merging it? No tests are running at the moment. |
|
I've relaunched a complete run with this PR and the integrity PRs this morning, to be sure :) |
Incorporating
image-formatfixture into following SR types for storage tests