qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [ANNOUNCE] OSv, an new operating system for the cloud, v0.01
@ 2013-09-16 19:22 Pekka Enberg
  2013-09-18  5:03 ` Xiao Guangrong
  2013-09-18 12:43 ` Zhi Yong Wu
  0 siblings, 2 replies; 6+ messages in thread
From: Pekka Enberg @ 2013-09-16 19:22 UTC (permalink / raw)
  To: kvm, qemu-devel; +Cc: Dor Laor, Avi Kivity

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] [ANNOUNCE] OSv, an new operating system for the cloud, v0.01
  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
  2013-09-18  5:38   ` humble devassy
  2013-09-18 12:43 ` Zhi Yong Wu
  1 sibling, 1 reply; 6+ messages in thread
From: Xiao Guangrong @ 2013-09-18  5:03 UTC (permalink / raw)
  To: Pekka Enberg; +Cc: Dor Laor, Avi Kivity, qemu-devel, kvm

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
> 
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] [ANNOUNCE] OSv, an new operating system for the cloud, v0.01
  2013-09-18  5:03 ` Xiao Guangrong
@ 2013-09-18  5:38   ` humble devassy
  0 siblings, 0 replies; 6+ messages in thread
From: humble devassy @ 2013-09-18  5:38 UTC (permalink / raw)
  To: Xiao Guangrong; +Cc: Pekka Enberg, Avi Kivity, qemu-devel, kvm, Dor Laor

[-- Attachment #1: Type: text/plain, Size: 2177 bytes --]

Indeed.. OSv++ ...

Gave a try already and shared it via
http://humblec.com/osv-best-os-cloud-workloads-release-announcement/




On Wed, Sep 18, 2013 at 10:33 AM, Xiao Guangrong <
xiaoguangrong@linux.vnet.ibm.com> wrote:

> 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
> >
> >
>
>
>

[-- Attachment #2: Type: text/html, Size: 3489 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] [ANNOUNCE] OSv, an new operating system for the cloud, v0.01
  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
@ 2013-09-18 12:43 ` Zhi Yong Wu
  2013-09-18 12:59   ` Dor Laor
  1 sibling, 1 reply; 6+ messages in thread
From: Zhi Yong Wu @ 2013-09-18 12:43 UTC (permalink / raw)
  To: Pekka Enberg; +Cc: Dor Laor, Avi Kivity, QEMU Developers, KVM mailing list

any doc that describes its archtecture or interval?

On Tue, Sep 17, 2013 at 3:22 AM, Pekka Enberg
<penberg@cloudius-systems.com> 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



-- 
Regards,

Zhi Yong Wu

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] [ANNOUNCE] OSv, an new operating system for the cloud, v0.01
  2013-09-18 12:43 ` Zhi Yong Wu
@ 2013-09-18 12:59   ` Dor Laor
  2013-09-18 13:54     ` Zhi Yong Wu
  0 siblings, 1 reply; 6+ messages in thread
From: Dor Laor @ 2013-09-18 12:59 UTC (permalink / raw)
  To: Zhi Yong Wu; +Cc: Pekka Enberg, Avi Kivity, QEMU Developers, KVM mailing list

[-- Attachment #1: Type: text/plain, Size: 2426 bytes --]

On Wed, Sep 18, 2013 at 3:43 PM, Zhi Yong Wu <zwu.kernel@gmail.com> wrote:

> any doc that describes its archtecture or interval?
>
>
You can find some of the design principles here [1] and here [2].
We're starting to make the wiki thicker too [3]

The rest is documented in c++ for the moment ;)

[1] http://www.osv.io/devel-menu/design-submenu
[2] http://www.osv.io/users/technology
[3] https://github.com/cloudius-systems/osv/wiki/_pages


> On Tue, Sep 17, 2013 at 3:22 AM, Pekka Enberg
> <penberg@cloudius-systems.com> 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
>
>
>
> --
> Regards,
>
> Zhi Yong Wu
>

[-- Attachment #2: Type: text/html, Size: 4343 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] [ANNOUNCE] OSv, an new operating system for the cloud, v0.01
  2013-09-18 12:59   ` Dor Laor
@ 2013-09-18 13:54     ` Zhi Yong Wu
  0 siblings, 0 replies; 6+ messages in thread
From: Zhi Yong Wu @ 2013-09-18 13:54 UTC (permalink / raw)
  To: Dor Laor; +Cc: Pekka Enberg, Avi Kivity, QEMU Developers, KVM mailing list

Thanks for your pointers, Dor.

On Wed, Sep 18, 2013 at 8:59 PM, Dor Laor <dor@cloudius-systems.com> wrote:
> On Wed, Sep 18, 2013 at 3:43 PM, Zhi Yong Wu <zwu.kernel@gmail.com> wrote:
>>
>> any doc that describes its archtecture or interval?
>>
>
> You can find some of the design principles here [1] and here [2].
> We're starting to make the wiki thicker too [3]
>
> The rest is documented in c++ for the moment ;)
>
> [1] http://www.osv.io/devel-menu/design-submenu
> [2] http://www.osv.io/users/technology
> [3] https://github.com/cloudius-systems/osv/wiki/_pages
>
>>
>> On Tue, Sep 17, 2013 at 3:22 AM, Pekka Enberg
>> <penberg@cloudius-systems.com> 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
>>
>>
>>
>> --
>> Regards,
>>
>> Zhi Yong Wu
>
>



-- 
Regards,

Zhi Yong Wu

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-09-18 13:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

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).