-
Notifications
You must be signed in to change notification settings - Fork 3
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
Unknown protocol 'openvstorage' #8
Comments
Sorry. I ran |
@yongshengma we already provide packages for qemu, otherwise you need to use the correct qemu binary produced from your compilation. |
But qemu-system-x86_64 with openvstorage tag didn't work before. That's why I built it this time. The repo I used to install qemu: |
Same issue in previous env:
This message |
@yongshengma please compile from the |
Hi @cnanakos I compiled /usr/bin/ vs /usr/local/bin/
qemu-img
qemu-system-x86_64
|
Hello,
I cloned and compiled this project in spite of a warning:
and an issue in make install:
I commented them in install part of Makefile as these files do not exist at all. Continue.
Convert a qcow2 image into vdisk:
qemu-img convert cirrus.qcow2 openvstorage+tcp:192.168.20.32:26203/cirrus
It works fine. Go to next.
Start VM:
Do I miss something?
Best regards,
Yongsheng
The text was updated successfully, but these errors were encountered: