diff options
| author | Andrew Tridgell <tridge@samba.org> | 2008-07-08 19:23:56 +1000 |
|---|---|---|
| committer | Andrew Tridgell <tridge@samba.org> | 2008-07-08 19:23:56 +1000 |
| commit | 5efa6573687ef41f5c0ebe4e6fbd6908fb935c40 (patch) | |
| tree | 50b14f59b2c0d870fa481327196f63dff813ca5b | |
| parent | 7adf7d4e676c9d4855a7da0f7b756838b9c2d133 (diff) | |
added comment on libvirt version
| -rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -14,6 +14,16 @@ To setup a virtual cluster for SoFS with autocluster follow these steps: system. It also needs plenty of memory - at least 3G to run a SoFS cluster. + You may also find you need a newer version of libvirt. If you get + an error when running create_base.sh about not handling a device + named 'sda' then you need a newer libvirt. Get it like this: + + git clone git://git.et.redhat.com/libvirt.git + + When building it, you probably want to configure it like this: + + ./configure --without-xen --prefix=/usr + 2) install a squid proxy on your host. See host_setup/etc/squid/squid.conf for a sample config suitable for a virtual cluster. Make sure it caches large objects and has plenty |
