[Bugs] [Bug 1356033] New: gluster --mode=script --xml --remote-host= $host volume info $volume returns nothing

bugzilla at redhat.com bugzilla at redhat.com
Wed Jul 13 10:03:04 UTC 2016


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

            Bug ID: 1356033
           Summary: gluster --mode=script --xml --remote-host=$host volume
                    info $volume returns nothing
           Product: GlusterFS
           Version: 3.7.13
         Component: cli
          Severity: high
          Assignee: bugs at gluster.org
          Reporter: jbelka at redhat.com
                CC: bugs at gluster.org



Description of problem:

In RHEVM environment we deploy Self-Hosted Engine on glusterfs storage. SHE
setup runs:

~~~
/sbin/gluster', '--mode=script', '--xml', 'volume', 'info', 'Jiri',
'--remote-host=<HOST>'
~~~

and this returns nothing with RC 2.

Although running this via ssh and without '--remote-host' it returns volume
info:

~~~
# ssh  <HOST> "gluster --mode=script --xml volume info Jiri" | head
root@<HOST>'s password: 
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<cliOutput>
  <opRet>0</opRet>
  <opErrno>0</opErrno>
  <opErrstr/>
  <volInfo>
    <volumes>
      <volume>
        <name>Jiri</name>
        <id>538318f2-8d99-4111-af2c-247e570b7f1c</id>
~~~

If I run following, it also works OK:

~~~
ssh  <HOST> "gluster --mode=script --xml volume info Jiri --remote-host=<HOST>"
~~~

Version-Release number of selected component (if applicable):
client: glusterfs 3.7.13 built on Jul  8 2016 15:26:18
server: glusterfs 3.7.5 built on Nov 10 2015 00:13:38

How reproducible:
100%

Steps to Reproduce:
1. gluster --mode=script --xml volume info <VOLUME> --remote-host=<HOST> from
   a client
2.
3.

Actual results:
does not return volume info

Expected results:
should work, it impacts RHEVM 3.6 SHE

Additional info:
for testing you can try TLV RHEVM QE

-- 
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