[Bugs] [Bug 1260561] New: transport and port should be optional arguments for glfs_set_volfile_server

bugzilla at redhat.com bugzilla at redhat.com
Mon Sep 7 09:18:23 UTC 2015


https://bugzilla.redhat.com/show_bug.cgi?id=1260561

            Bug ID: 1260561
           Summary: transport and port should be optional arguments for
                    glfs_set_volfile_server
           Product: GlusterFS
           Version: pre-release
         Component: libgfapi
          Assignee: bugs at gluster.org
          Reporter: rtalur at redhat.com
        QA Contact: sdharane at redhat.com
                CC: bugs at gluster.org, gluster-bugs at redhat.com



Description of problem:

Only server is the required argument for glfs_set_volfile_server
    and both transport and port are optional. When glfs_set_volfile_server
    is invocated multiple times, only on the first invocation we replace
    port 0 with 24007 and transport NULL with "localhost".

    Hence, replacing the parameters at the entry function is the right way.


How reproducible:
Always


Steps to Reproduce:
1. Download the attached program.
2. Find the readme within the file.
3. Follow the instructions.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Bugs mailing list