-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
fixes #2611 #2623
fixes #2611 #2623
Conversation
fix issue where kvm / ceph cannot create volumes apache#2611
Thanks @nathanejohnson I don't have a ceph setup to test this against, will help run regression tests. |
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.
LGTM, I haven't looked at the history, but there was another if-statement which forced format for RBD to RAW already. That one probably is missing.
RBD is indeed always RAW, so yes, LGTM from me.
@blueorangutan package |
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-2006 |
@blueorangutan test |
@blueorangutan package |
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
Packaging result: ✔centos6 ✔centos7 ✖debian. JID-2013 |
@blueorangutan test |
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
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.
Code LGTM
@blueorangutan test |
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
Trillian test result (tid-2634)
|
LGTM tests, merging based on code reviews and tests. Some failures are intermittent and not caused by this PR. |
fix issue where kvm / ceph cannot create volumes #2611
Description
This hard codes the disk format to RAW in the case of RBD
Fixes: #2611
How Has This Been Tested?
This was tested in a centos 7 based lab on kvm with ceph primary storage.
Checklist:
Testing