-
-
Notifications
You must be signed in to change notification settings - Fork 606
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
GCE instruction seems outdated #665
Comments
Hi, which instructions are you referring to here? In what sense are they outdated? |
Hiya, http://osv.io/gce/ points to "Detailed instructions on how to run OSv on GCE can be found on the OSv wiki" https://github.com/cloudius-systems/osv/wiki/Running-OSv-on-Google-Compute-Engine points to "Download the image from our website" http://osv.io/downloads/ shows a number of images, but none of them can be used directly with GCE. I also couldn't find the regular ".img" image that can be converted to raw/tar.gz file. Lastly, I tried to convert qcow2 and the vmdk images (inside of .ova) into raw, then tar.gz - that didn't seem to work either :( Must I build from source? If so, perhaps the instructions need to be updated. Thanks! |
@asias if I remember correctly, you ported OSv to GCE. Can you please take a look at the two links in the above comment, if they are still up to date, and if not, why not? @tzach is the person who regularly makes OSv's releases and puts them in downloads/. Tzach, can you please answer on the ".img" question? Finally, what would you actually expect an image you download from our site to contain? An image with only OSv on it is not very useful in itself - normally you'd want an image to contain both the OSv kernel, and some application of your choice. We currently have two options on how to compose such images: One is "scripts/build" which you can use when compiling OSv from source, and the second is Capstan which takes a pre-compiled OSv image and adds another application to it. Finally, there should be no problem converting qcow2 to raw with qemu-image. If this failed for you, the only thing I can think of is that you got a qcow2 format newer than your qemu (qemu recently changed the qcow2 format without changing its name...). However, we used to convert our releases on osv.io/downloads to the old qcow2 format to avoid this problem, so this should not have caused you a problem. So I don't know what did. |
Also, using Capstan building GCE image is having issues. Moreover, Capstan is using deprecated gcutil command line. I can help update that, but I'll need help w/ being able to build an image. |
It'd be great to fix cloudius-systems/capstan#146 so that we can create usable images. |
Hiya,
The instructions for GCE seems a bit outdated. Which image should be used?
Thanks,
The text was updated successfully, but these errors were encountered: