Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.
YuraKotov edited this page Nov 19, 2010 · 4 revisions

Configure Virtual Machine

Add the internal network adapter into the configuration of virtual machine and set up it. The name of this adapter should be the same for adapters that will communicate with each other.

Requirements

The following software is needed in order to build:


- glibc 2.8 (built on Linux kernel 2.6.27 or later)
- libaio 0.3.107
- libatomic_ops 1.2
- libblkid-dev
- docbook2x 0.8 (for building the man pages)

- glib 2.12 (needed zlib) (download and compile it)
To compile it neded
- libglib2.0-dev
- gettext

Setup


git clone git@github.com:realloc/cirrostratus.git
cd cirrostratus
git clone git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client-standalone.git
ldconfig
autoupdate
aclocal
autoreconf -fvi
./configure
make
sudo make install

Config

Starting


sudo ./ggaoed -n -d -c config.file

Clone this wiki locally