[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, experimental, updated. debian/1%1.21.40-1

Richard W.M. Jones rjones at redhat.com
Sat Jun 1 11:05:05 UTC 2013


The following commit has been merged in the experimental branch:
commit e37de5492986fed8847f78a353d6194c6cfb0035
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon May 20 15:43:49 2013 +0100

    gluster: Normal port number (assuming 1 brick) is 24007.

diff --git a/src/guestfs.pod b/src/guestfs.pod
index c06aa9b..1e3083f 100644
--- a/src/guestfs.pod
+++ b/src/guestfs.pod
@@ -691,7 +691,7 @@ Libguestfs can access Gluster disks.
 To do this, set the optional C<protocol> and C<server> parameters of
 L</guestfs_add_drive_opts> like this:
 
- char **servers = { "gluster.example.org:3000", NULL };
+ char **servers = { "gluster.example.org:24007", NULL };
  guestfs_add_drive_opts (g, "/volname/image",
                          GUESTFS_ADD_DRIVE_OPTS_FORMAT, "raw",
                          GUESTFS_ADD_DRIVE_OPTS_PROTOCOL, "gluster",

-- 
Libguestfs Debian packaging



More information about the Pkg-libvirt-commits mailing list