Admin node installation: 1. Download http://ftp.gluster.com/pub/gluster/glusterfs/ovirt/ovirt-gluster-release-LATEST.fc10.noarch.rpm install with "rpm -ivh http://ftp.gluster.com/pub/gluster/glusterfs/ovirt/ovirt-gluster-release-LATEST.fc10.noarch.rpm" which provides ovirt-glusterfs.repo 2. Then yum install ovirt-server,ovirt-server-installer --enablerepo=ovirt-glusterfs will install glusterfs patched management UI and scripts. 3. Then yum install ovirt-node-image,ovirt-node-image-pxe --enablerepo=ovirt-glusterfs will install glusterfs contained ovirt node image. Storage server installation: 1. Download http://ftp.gluster.com/pub/gluster/glusterfs/ovirt/ovirt-gluster-release-LATEST.fc10.noarch.rpm install with "rpm -ivh http://ftp.gluster.com/pub/gluster/glusterfs/ovirt/ovirt-gluster-release-LATEST.fc10.noarch.rpm" which provides ovirt-glusterfs.repo 2. Then yum install glusterfs-server --enablerepo=ovirt-glusterfs will install glusterfs-server and glusterfs-common rpm packages. 3. To check the installation of glusterfs run "glusterfsd --version" you will see the following output ------- glusterfs 2.0.2 built on Jun 19 2009 10:15:10 Repository revision: 07019da2e16534d527215a91904298ede09bb798 Copyright (c) 2006-2009 Z RESEARCH Inc. GlusterFS comes with ABSOLUTELY NO WARRANTY. You may redistribute copies of GlusterFS under the terms of the GNU General Public License. -------