Add new net filesystem glusterfs

* src/storage_conf.c src/storage_conf.h: adds glusterfs to the list
  of network storage
* libvirt.spec.in: adds the dependency on glusterfs-client
This commit is contained in:
Harshavardhana
2009-07-08 11:46:25 +02:00
committed by Daniel Veillard
parent b0e48bfdfe
commit 2562303a45
3 changed files with 4 additions and 2 deletions

View File

@@ -94,6 +94,8 @@ BuildRequires: util-linux
# For showmount in FS driver (netfs discovery)
BuildRequires: nfs-utils
Requires: nfs-utils
# For glusterfs
Requires: glusterfs-client >= 2.0.2
%endif
%if %{with_qemu}
# From QEMU RPMs