diff --git a/docs/schemas/storagepool.rng b/docs/schemas/storagepool.rng
index 66d3c22169..61fa7a3eb3 100644
--- a/docs/schemas/storagepool.rng
+++ b/docs/schemas/storagepool.rng
@@ -381,11 +381,10 @@
autonfs
+ cifs
+ glusterfs
-
-
-
diff --git a/docs/storage.html.in b/docs/storage.html.in
index 118144477c..0464565adb 100644
--- a/docs/storage.html.in
+++ b/docs/storage.html.in
@@ -249,7 +249,8 @@
a local block device as the source, it requires the name of a
host and path of an exported directory. It will mount this network
filesystem and manage files within the directory of its mount
- point. It will default to using NFS as the protocol.
+ point. It will default to using auto as the
+ protocol, which generally tries a mount via NFS first.
- glusterfs
+ glusterfs - use the glusterfs FUSE file system.
+ For now, the dir specified as the source can only
+ be a gluster volume name, as gluster does not provide a way to
+ directly mount subdirectories within a volume.
- cifs
+ cifs - use the SMB (samba) or CIFS file system