qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>
To: Pekka Enberg <penberg@cloudius-systems.com>
Cc: Dor Laor <dor@cloudius-systems.com>,
	Avi Kivity <avi@cloudius-systems.com>,
	qemu-devel@nongnu.org, kvm@vger.kernel.org
Subject: Re: [Qemu-devel] [ANNOUNCE] OSv, an new operating system for the cloud, v0.01
Date: Wed, 18 Sep 2013 13:03:11 +0800	[thread overview]
Message-ID: <5239340F.9080301@linux.vnet.ibm.com> (raw)
In-Reply-To: <CAGUyND85gXMFBMHv-9SXPHyHW73MKxzbsogFU55Hg-XMtpMsmw@mail.gmail.com>

Sounds fantastic, will play it. :)

On 09/17/2013 03:22 AM, Pekka Enberg wrote:
> Hello,
> 
> We're proud to announce release 0.01 of OSv, a new operating system
> for running applications on virtual machines. OSv is free software,
> released under the BSD license, and you can find it in
> https://github.com/cloudius-systems/osv and http://www.osv.io.
> 
> To build and run OSv under KVM/QEMU, first grab the latest source code
> from Github:
> 
>   git clone git@github.com:cloudius-systems/osv.git
> 
> Then install prerequisite packages:
> 
>    On Fedora:
>      yum install ant autoconf automake boost-static gcc-c++ genromfs \
>         libvirt libtool zfs-fuse flex bison
> 
>    On Debian:
>      apt-get install libboost-all-dev genromfs zfs-fuse autoconf
> 
> Make sure the zfs-fuse daemon is running:
> 
>    On Fedora:
>      sudo systemctl start zfs-fuse.service
>      sudo systemctl enable zfs-fuse.service     # to have it start on reboot
> 
>    On Debian the daemon should be started automatically.
> 
> Fetch git submodules:
> 
>     git submodule update --init
> 
> Finally, build OSv:
> 
>   make external all
> 
> You can then start a OSv guest under KVM/QEMU:
> 
>   sudo ./scripts/run.py -nv -m 2G
> 
> You can SSH into the guest with:
> 
>   ssh admin@192.168.122.89 # password: admin
> 
> The management web UI is at address:
> 
>   http://192.168.122.89:8080/
> 
> Alternatively, you can use prebuilt QEMU QCOW2 images of the release.
> Instructions how to do that are on our Wiki:
> 
> https://github.com/cloudius-systems/osv/wiki/Running-OSv-under-KVM-QEMU
> 
> That's it!
> 
>                         Pekka
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
> 

  reply	other threads:[~2013-09-18  5:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-16 19:22 [Qemu-devel] [ANNOUNCE] OSv, an new operating system for the cloud, v0.01 Pekka Enberg
2013-09-18  5:03 ` Xiao Guangrong [this message]
2013-09-18  5:38   ` humble devassy
2013-09-18 12:43 ` Zhi Yong Wu
2013-09-18 12:59   ` Dor Laor
2013-09-18 13:54     ` Zhi Yong Wu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5239340F.9080301@linux.vnet.ibm.com \
    --to=xiaoguangrong@linux.vnet.ibm.com \
    --cc=avi@cloudius-systems.com \
    --cc=dor@cloudius-systems.com \
    --cc=kvm@vger.kernel.org \
    --cc=penberg@cloudius-systems.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).