<feed xmlns='http://www.w3.org/2005/Atom'>
<title>glusterfs.git/cli/src/cli-xml-output.c, branch v3.8.8</title>
<subtitle>GlusterFS is a distributed file-system capable of scaling to several petabytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/glusterfs.git/'/>
<entry>
<title>snapshot: Display number of snapshots in volume info</title>
<updated>2016-08-24T10:17:30+00:00</updated>
<author>
<name>Avra Sengupta</name>
<email>asengupt@redhat.com</email>
</author>
<published>2016-07-27T10:58:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/glusterfs.git/commit/?id=5d833c89aacc747d0bc654b4ab947c6bf59366d0'/>
<id>5d833c89aacc747d0bc654b4ab947c6bf59366d0</id>
<content type='text'>
    Backport of http://review.gluster.org/#/c/15029/

Display number of snapshots in a volume in volume info
output. This number gets modified, with create, delete,
and restore operations.

&gt; Reviewed-on: http://review.gluster.org/15029
&gt; Smoke: Gluster Build System &lt;jenkins@build.gluster.org&gt;
&gt; NetBSD-regression: NetBSD Build System &lt;jenkins@build.gluster.org&gt;
&gt; CentOS-regression: Gluster Build System &lt;jenkins@build.gluster.org&gt;
&gt; Reviewed-by: Rajesh Joseph &lt;rjoseph@redhat.com&gt;

(cherry picked from commit 1df4a89de17e44c8c1f9b4794a7b8c2741f2bc2e)

Change-Id: Ic9b7c2b6950980f8ce75ca362998c097ea7c863d
BUG: 1369328
Signed-off-by: Avra Sengupta &lt;asengupt@redhat.com&gt;
Reviewed-on: http://review.gluster.org/15288
Smoke: Gluster Build System &lt;jenkins@build.gluster.org&gt;
NetBSD-regression: NetBSD Build System &lt;jenkins@build.gluster.org&gt;
CentOS-regression: Gluster Build System &lt;jenkins@build.gluster.org&gt;
Reviewed-by: Rajesh Joseph &lt;rjoseph@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    Backport of http://review.gluster.org/#/c/15029/

Display number of snapshots in a volume in volume info
output. This number gets modified, with create, delete,
and restore operations.

&gt; Reviewed-on: http://review.gluster.org/15029
&gt; Smoke: Gluster Build System &lt;jenkins@build.gluster.org&gt;
&gt; NetBSD-regression: NetBSD Build System &lt;jenkins@build.gluster.org&gt;
&gt; CentOS-regression: Gluster Build System &lt;jenkins@build.gluster.org&gt;
&gt; Reviewed-by: Rajesh Joseph &lt;rjoseph@redhat.com&gt;

(cherry picked from commit 1df4a89de17e44c8c1f9b4794a7b8c2741f2bc2e)

Change-Id: Ic9b7c2b6950980f8ce75ca362998c097ea7c863d
BUG: 1369328
Signed-off-by: Avra Sengupta &lt;asengupt@redhat.com&gt;
Reviewed-on: http://review.gluster.org/15288
Smoke: Gluster Build System &lt;jenkins@build.gluster.org&gt;
NetBSD-regression: NetBSD Build System &lt;jenkins@build.gluster.org&gt;
CentOS-regression: Gluster Build System &lt;jenkins@build.gluster.org&gt;
Reviewed-by: Rajesh Joseph &lt;rjoseph@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>snapshot/cli: Fix snapshot status xml output</title>
<updated>2016-08-24T10:15:12+00:00</updated>
<author>
<name>Avra Sengupta</name>
<email>asengupt@redhat.com</email>
</author>
<published>2016-04-12T06:56:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/glusterfs.git/commit/?id=106a107ec5c8ecc48c3e048a9b8ad9ac809e278d'/>
<id>106a107ec5c8ecc48c3e048a9b8ad9ac809e278d</id>
<content type='text'>
    Backport of http://review.gluster.org/#/c/14018/

snap status --xml errors out if a brick is down and
doesn't have pid. It is handled in the cli of the snap
status where "N/A" is displayed in such a scenario.
Handled the same in xml

snap status &lt;snapname&gt; --xml fails as the writer is
not initialised for the same. Using GF_SNAP_STATUS_TYPE_ITER
instead of GF_SNAP_STATUS_TYPE_SNAP for all snap's
status to differentiate between the two scenarios.

Added testcase volume-snapshot-xml.t to check
all snapshot commands xml outputs

&gt; Reviewed-on: http://review.gluster.org/14018
&gt; Smoke: Gluster Build System &lt;jenkins@build.gluster.org&gt;
&gt; CentOS-regression: Gluster Build System &lt;jenkins@build.gluster.org&gt;
&gt; NetBSD-regression: NetBSD Build System &lt;jenkins@build.gluster.org&gt;
&gt; Reviewed-by: Rajesh Joseph &lt;rjoseph@redhat.com&gt;

Change-Id: I99563e8f3e84f1aaeabd865326bb825c44f5c745
BUG: 1369372
Signed-off-by: Avra Sengupta &lt;asengupt@redhat.com&gt;
Reviewed-on: http://review.gluster.org/15291
Smoke: Gluster Build System &lt;jenkins@build.gluster.org&gt;
NetBSD-regression: NetBSD Build System &lt;jenkins@build.gluster.org&gt;
CentOS-regression: Gluster Build System &lt;jenkins@build.gluster.org&gt;
Reviewed-by: Rajesh Joseph &lt;rjoseph@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    Backport of http://review.gluster.org/#/c/14018/

snap status --xml errors out if a brick is down and
doesn't have pid. It is handled in the cli of the snap
status where "N/A" is displayed in such a scenario.
Handled the same in xml

snap status &lt;snapname&gt; --xml fails as the writer is
not initialised for the same. Using GF_SNAP_STATUS_TYPE_ITER
instead of GF_SNAP_STATUS_TYPE_SNAP for all snap's
status to differentiate between the two scenarios.

Added testcase volume-snapshot-xml.t to check
all snapshot commands xml outputs

&gt; Reviewed-on: http://review.gluster.org/14018
&gt; Smoke: Gluster Build System &lt;jenkins@build.gluster.org&gt;
&gt; CentOS-regression: Gluster Build System &lt;jenkins@build.gluster.org&gt;
&gt; NetBSD-regression: NetBSD Build System &lt;jenkins@build.gluster.org&gt;
&gt; Reviewed-by: Rajesh Joseph &lt;rjoseph@redhat.com&gt;

Change-Id: I99563e8f3e84f1aaeabd865326bb825c44f5c745
BUG: 1369372
Signed-off-by: Avra Sengupta &lt;asengupt@redhat.com&gt;
Reviewed-on: http://review.gluster.org/15291
Smoke: Gluster Build System &lt;jenkins@build.gluster.org&gt;
NetBSD-regression: NetBSD Build System &lt;jenkins@build.gluster.org&gt;
CentOS-regression: Gluster Build System &lt;jenkins@build.gluster.org&gt;
Reviewed-by: Rajesh Joseph &lt;rjoseph@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cli/xml: Fix wrong XML format in volume get command</title>
<updated>2016-08-11T04:08:28+00:00</updated>
<author>
<name>Aravinda VK</name>
<email>avishwan@redhat.com</email>
</author>
<published>2016-07-15T13:19:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/glusterfs.git/commit/?id=757138048fa5d6951dae9114b603f4aae0c8df21'/>
<id>757138048fa5d6951dae9114b603f4aae0c8df21</id>
<content type='text'>
Without this Patch,
&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
&lt;cliOutput&gt;
  &lt;opRet&gt;0&lt;/opRet&gt;
  &lt;opErrno&gt;0&lt;/opErrno&gt;
  &lt;opErrstr/&gt;
  &lt;volGetopts&gt;
    &lt;count&gt;258&lt;/count&gt;
    &lt;Option&gt;cluster.lookup-unhashed&lt;/Option&gt;
    &lt;Value&gt;on&lt;/Value&gt;
    &lt;Option&gt;cluster.lookup-optimize&lt;/Option&gt;
    &lt;Value&gt;off&lt;/Value&gt;
    &lt;Option&gt;cluster.min-free-disk&lt;/Option&gt;
    &lt;Value&gt;10%&lt;/Value&gt;
    &lt;Option&gt;cluster.min-free-inodes&lt;/Option&gt;
    &lt;Value&gt;5%&lt;/Value&gt;...

With this patch,
&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
&lt;cliOutput&gt;
  &lt;opRet&gt;0&lt;/opRet&gt;
  &lt;opErrno&gt;0&lt;/opErrno&gt;
  &lt;opErrstr/&gt;
  &lt;volGetopts&gt;
    &lt;count&gt;258&lt;/count&gt;
    &lt;Opt&gt;
        &lt;Option&gt;cluster.lookup-unhashed&lt;/Option&gt;
        &lt;Value&gt;on&lt;/Value&gt;
    &lt;/Opt&gt;
    &lt;Opt&gt;
        &lt;Option&gt;cluster.lookup-optimize&lt;/Option&gt;
        &lt;Value&gt;off&lt;/Value&gt;
    &lt;/Opt&gt;
    &lt;Opt&gt;
        &lt;Option&gt;cluster.min-free-disk&lt;/Option&gt;
        &lt;Value&gt;10%&lt;/Value&gt;
    &lt;/Opt&gt;
    &lt;Opt&gt;
        &lt;Option&gt;cluster.min-free-inodes&lt;/Option&gt;
        &lt;Value&gt;5%&lt;/Value&gt;
    &lt;/Opt&gt;...

&gt; Signed-off-by: Aravinda VK &lt;avishwan@redhat.com&gt;
&gt; Reviewed-on: http://review.gluster.org/14931
&gt; Smoke: Gluster Build System &lt;jenkins@build.gluster.org&gt;
&gt; NetBSD-regression: NetBSD Build System &lt;jenkins@build.gluster.org&gt;
&gt; CentOS-regression: Gluster Build System &lt;jenkins@build.gluster.org&gt;
&gt; Reviewed-by: Jeff Darcy &lt;jdarcy@redhat.com&gt;

(cherry picked from commit bc0b106f0ae8ecd336c7689917e46bc2685603c8)

BUG: 1357767
Change-Id: I6c5a040f659f2244ddcd47c57882b4f300cbe52f
Signed-off-by: Aravinda VK &lt;avishwan@redhat.com&gt;
Reviewed-on: http://review.gluster.org/14950
NetBSD-regression: NetBSD Build System &lt;jenkins@build.gluster.org&gt;
CentOS-regression: Gluster Build System &lt;jenkins@build.gluster.org&gt;
Smoke: Gluster Build System &lt;jenkins@build.gluster.org&gt;
Reviewed-by: Atin Mukherjee &lt;amukherj@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without this Patch,
&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
&lt;cliOutput&gt;
  &lt;opRet&gt;0&lt;/opRet&gt;
  &lt;opErrno&gt;0&lt;/opErrno&gt;
  &lt;opErrstr/&gt;
  &lt;volGetopts&gt;
    &lt;count&gt;258&lt;/count&gt;
    &lt;Option&gt;cluster.lookup-unhashed&lt;/Option&gt;
    &lt;Value&gt;on&lt;/Value&gt;
    &lt;Option&gt;cluster.lookup-optimize&lt;/Option&gt;
    &lt;Value&gt;off&lt;/Value&gt;
    &lt;Option&gt;cluster.min-free-disk&lt;/Option&gt;
    &lt;Value&gt;10%&lt;/Value&gt;
    &lt;Option&gt;cluster.min-free-inodes&lt;/Option&gt;
    &lt;Value&gt;5%&lt;/Value&gt;...

With this patch,
&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
&lt;cliOutput&gt;
  &lt;opRet&gt;0&lt;/opRet&gt;
  &lt;opErrno&gt;0&lt;/opErrno&gt;
  &lt;opErrstr/&gt;
  &lt;volGetopts&gt;
    &lt;count&gt;258&lt;/count&gt;
    &lt;Opt&gt;
        &lt;Option&gt;cluster.lookup-unhashed&lt;/Option&gt;
        &lt;Value&gt;on&lt;/Value&gt;
    &lt;/Opt&gt;
    &lt;Opt&gt;
        &lt;Option&gt;cluster.lookup-optimize&lt;/Option&gt;
        &lt;Value&gt;off&lt;/Value&gt;
    &lt;/Opt&gt;
    &lt;Opt&gt;
        &lt;Option&gt;cluster.min-free-disk&lt;/Option&gt;
        &lt;Value&gt;10%&lt;/Value&gt;
    &lt;/Opt&gt;
    &lt;Opt&gt;
        &lt;Option&gt;cluster.min-free-inodes&lt;/Option&gt;
        &lt;Value&gt;5%&lt;/Value&gt;
    &lt;/Opt&gt;...

&gt; Signed-off-by: Aravinda VK &lt;avishwan@redhat.com&gt;
&gt; Reviewed-on: http://review.gluster.org/14931
&gt; Smoke: Gluster Build System &lt;jenkins@build.gluster.org&gt;
&gt; NetBSD-regression: NetBSD Build System &lt;jenkins@build.gluster.org&gt;
&gt; CentOS-regression: Gluster Build System &lt;jenkins@build.gluster.org&gt;
&gt; Reviewed-by: Jeff Darcy &lt;jdarcy@redhat.com&gt;

(cherry picked from commit bc0b106f0ae8ecd336c7689917e46bc2685603c8)

BUG: 1357767
Change-Id: I6c5a040f659f2244ddcd47c57882b4f300cbe52f
Signed-off-by: Aravinda VK &lt;avishwan@redhat.com&gt;
Reviewed-on: http://review.gluster.org/14950
NetBSD-regression: NetBSD Build System &lt;jenkins@build.gluster.org&gt;
CentOS-regression: Gluster Build System &lt;jenkins@build.gluster.org&gt;
Smoke: Gluster Build System &lt;jenkins@build.gluster.org&gt;
Reviewed-by: Atin Mukherjee &lt;amukherj@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>core: assorted typos and spelling mistakes reported by Debian lintian</title>
<updated>2016-05-18T13:55:02+00:00</updated>
<author>
<name>Kaleb S KEITHLEY</name>
<email>kkeithle@redhat.com</email>
</author>
<published>2016-05-17T14:14:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/glusterfs.git/commit/?id=2321e8968eadfc34fce3a0026aafc8fa18e0bbb5'/>
<id>2321e8968eadfc34fce3a0026aafc8fa18e0bbb5</id>
<content type='text'>
Also missing bang (!) in #!/bin/bash in shell scripts.

Backport of
&gt; http://review.gluster.org/#/c/14398/
&gt; BUG: 1336793
&gt; Change-Id: I567a4be8f0f31f6285550f243fe802895f6bc43b

Change-Id: I003554daede9937a41010e085c74e77957c5c608
BUG: 1336794
Reported-by: Patrick Matthäi &lt;pmatthaei@debian.org&gt;
Signed-off-by: Kaleb S KEITHLEY &lt;kkeithle@redhat.com&gt;
Reviewed-on: http://review.gluster.org/14400
NetBSD-regression: NetBSD Build System &lt;jenkins@build.gluster.org&gt;
Smoke: Gluster Build System &lt;jenkins@build.gluster.com&gt;
CentOS-regression: Gluster Build System &lt;jenkins@build.gluster.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also missing bang (!) in #!/bin/bash in shell scripts.

Backport of
&gt; http://review.gluster.org/#/c/14398/
&gt; BUG: 1336793
&gt; Change-Id: I567a4be8f0f31f6285550f243fe802895f6bc43b

Change-Id: I003554daede9937a41010e085c74e77957c5c608
BUG: 1336794
Reported-by: Patrick Matthäi &lt;pmatthaei@debian.org&gt;
Signed-off-by: Kaleb S KEITHLEY &lt;kkeithle@redhat.com&gt;
Reviewed-on: http://review.gluster.org/14400
NetBSD-regression: NetBSD Build System &lt;jenkins@build.gluster.org&gt;
Smoke: Gluster Build System &lt;jenkins@build.gluster.com&gt;
CentOS-regression: Gluster Build System &lt;jenkins@build.gluster.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Cli/tier: separating services from cold bricks in xml</title>
<updated>2016-03-16T08:26:54+00:00</updated>
<author>
<name>hari</name>
<email>hgowtham@redhat.com</email>
</author>
<published>2015-12-28T10:34:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/glusterfs.git/commit/?id=1249030962a177d077e76d346d66ef6061b818ed'/>
<id>1249030962a177d077e76d346d66ef6061b818ed</id>
<content type='text'>
fix: The cold bricks tag included the processes also.
The patch has removed the processes from being mentioned
inside the cold brick tag and are mentioned below by 
closing the cold brick tag after the brick count.

Previous output:
        &lt;coldBricks&gt;
          &lt;node&gt;
            &lt;hostname&gt;192.168.1.102&lt;/hostname&gt;
            &lt;path&gt;/data/gluster/b3&lt;/path&gt;
            &lt;peerid&gt;8c088528-e1aee3b2b40f&lt;/peerid&gt;
            &lt;status&gt;1&lt;/status&gt;
            &lt;port&gt;49157&lt;/port&gt;
            &lt;ports&gt;
              &lt;tcp&gt;49157&lt;/tcp&gt;
              &lt;rdma&gt;N/A&lt;/rdma&gt;
            &lt;/ports&gt;
            &lt;pid&gt;1160&lt;/pid&gt;
          &lt;/node&gt;
          &lt;node&gt;
            &lt;hostname&gt;NFS Server&lt;/hostname&gt;
            &lt;path&gt;localhost&lt;/path&gt;
            &lt;peerid&gt;8c088528-e1aee3b2b40f&lt;/peerid&gt;
            &lt;status&gt;0&lt;/status&gt;
            &lt;port&gt;N/A&lt;/port&gt;
            &lt;ports&gt;
              &lt;tcp&gt;N/A&lt;/tcp&gt;
              &lt;rdma&gt;N/A&lt;/rdma&gt;
            &lt;/ports&gt;
            &lt;pid&gt;-1&lt;/pid&gt;
          &lt;/node&gt;
        &lt;/coldBricks&gt;

Expected output:
        &lt;coldBricks&gt;
          &lt;node&gt;
            &lt;hostname&gt;192.168.1.102&lt;/hostname&gt;
            &lt;path&gt;/data/gluster/b3&lt;/path&gt;
            &lt;peerid&gt;8c088528-e1aee3b2b40f&lt;/peerid&gt;
            &lt;status&gt;1&lt;/status&gt;
            &lt;port&gt;49157&lt;/port&gt;
            &lt;ports&gt;
              &lt;tcp&gt;49157&lt;/tcp&gt;
              &lt;rdma&gt;N/A&lt;/rdma&gt;
            &lt;/ports&gt;
            &lt;pid&gt;1160&lt;/pid&gt;
          &lt;/node&gt;
        &lt;/coldBricks&gt;
        &lt;node&gt;
          &lt;hostname&gt;NFS Server&lt;/hostname&gt;
          &lt;path&gt;localhost&lt;/path&gt;
          &lt;peerid&gt;8c088528-e1aee3b2b40f&lt;/peerid&gt;
          &lt;status&gt;0&lt;/status&gt;
          &lt;port&gt;N/A&lt;/port&gt;
          &lt;ports&gt;
            &lt;tcp&gt;N/A&lt;/tcp&gt;
            &lt;rdma&gt;N/A&lt;/rdma&gt;
          &lt;/ports&gt;
          &lt;pid&gt;-1&lt;/pid&gt;
        &lt;/node&gt;

Change-Id: Ieccd017d7b2edb16786323f1a76402f020bdfb0d
BUG: 1294497
Signed-off-by: hari &lt;hgowtham@redhat.com&gt;
Reviewed-on: http://review.gluster.org/13101
Smoke: Gluster Build System &lt;jenkins@build.gluster.com&gt;
Tested-by: hari gowtham &lt;hari.gowtham005@gmail.com&gt;
NetBSD-regression: NetBSD Build System &lt;jenkins@build.gluster.org&gt;
CentOS-regression: Gluster Build System &lt;jenkins@build.gluster.com&gt;
Reviewed-by: Dan Lambright &lt;dlambrig@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix: The cold bricks tag included the processes also.
The patch has removed the processes from being mentioned
inside the cold brick tag and are mentioned below by 
closing the cold brick tag after the brick count.

Previous output:
        &lt;coldBricks&gt;
          &lt;node&gt;
            &lt;hostname&gt;192.168.1.102&lt;/hostname&gt;
            &lt;path&gt;/data/gluster/b3&lt;/path&gt;
            &lt;peerid&gt;8c088528-e1aee3b2b40f&lt;/peerid&gt;
            &lt;status&gt;1&lt;/status&gt;
            &lt;port&gt;49157&lt;/port&gt;
            &lt;ports&gt;
              &lt;tcp&gt;49157&lt;/tcp&gt;
              &lt;rdma&gt;N/A&lt;/rdma&gt;
            &lt;/ports&gt;
            &lt;pid&gt;1160&lt;/pid&gt;
          &lt;/node&gt;
          &lt;node&gt;
            &lt;hostname&gt;NFS Server&lt;/hostname&gt;
            &lt;path&gt;localhost&lt;/path&gt;
            &lt;peerid&gt;8c088528-e1aee3b2b40f&lt;/peerid&gt;
            &lt;status&gt;0&lt;/status&gt;
            &lt;port&gt;N/A&lt;/port&gt;
            &lt;ports&gt;
              &lt;tcp&gt;N/A&lt;/tcp&gt;
              &lt;rdma&gt;N/A&lt;/rdma&gt;
            &lt;/ports&gt;
            &lt;pid&gt;-1&lt;/pid&gt;
          &lt;/node&gt;
        &lt;/coldBricks&gt;

Expected output:
        &lt;coldBricks&gt;
          &lt;node&gt;
            &lt;hostname&gt;192.168.1.102&lt;/hostname&gt;
            &lt;path&gt;/data/gluster/b3&lt;/path&gt;
            &lt;peerid&gt;8c088528-e1aee3b2b40f&lt;/peerid&gt;
            &lt;status&gt;1&lt;/status&gt;
            &lt;port&gt;49157&lt;/port&gt;
            &lt;ports&gt;
              &lt;tcp&gt;49157&lt;/tcp&gt;
              &lt;rdma&gt;N/A&lt;/rdma&gt;
            &lt;/ports&gt;
            &lt;pid&gt;1160&lt;/pid&gt;
          &lt;/node&gt;
        &lt;/coldBricks&gt;
        &lt;node&gt;
          &lt;hostname&gt;NFS Server&lt;/hostname&gt;
          &lt;path&gt;localhost&lt;/path&gt;
          &lt;peerid&gt;8c088528-e1aee3b2b40f&lt;/peerid&gt;
          &lt;status&gt;0&lt;/status&gt;
          &lt;port&gt;N/A&lt;/port&gt;
          &lt;ports&gt;
            &lt;tcp&gt;N/A&lt;/tcp&gt;
            &lt;rdma&gt;N/A&lt;/rdma&gt;
          &lt;/ports&gt;
          &lt;pid&gt;-1&lt;/pid&gt;
        &lt;/node&gt;

Change-Id: Ieccd017d7b2edb16786323f1a76402f020bdfb0d
BUG: 1294497
Signed-off-by: hari &lt;hgowtham@redhat.com&gt;
Reviewed-on: http://review.gluster.org/13101
Smoke: Gluster Build System &lt;jenkins@build.gluster.com&gt;
Tested-by: hari gowtham &lt;hari.gowtham005@gmail.com&gt;
NetBSD-regression: NetBSD Build System &lt;jenkins@build.gluster.org&gt;
CentOS-regression: Gluster Build System &lt;jenkins@build.gluster.com&gt;
Reviewed-by: Dan Lambright &lt;dlambrig@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>all: fixes for clang compile warnings</title>
<updated>2016-02-15T09:32:26+00:00</updated>
<author>
<name>Kaleb S KEITHLEY</name>
<email>kkeithle@redhat.com</email>
</author>
<published>2015-12-20T01:27:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/glusterfs.git/commit/?id=d4c415776b20e4152d4a706276cb06d833a58baa'/>
<id>d4c415776b20e4152d4a706276cb06d833a58baa</id>
<content type='text'>
cli/src/cli-cmd-parser.c (chenk)
cli/src/cli-xml-output.c (spandit)
cli/src/cli.c (chenk)
libglusterfs/src/common-utils.c (vmallika)
libglusterfs/src/gfdb/gfdb_sqlite3.c (jfernand +1)
rpc/rpc-transport/socket/src/socket.c (?)
xlators/cluster/afr/src/afr-transaction.c (?)
xlators/cluster/dht/src/dht-common.h (srangana +2)
xlators/cluster/dht/src/dht-selfheal.c (srangana +2)
xlators/debug/io-stats/src/io-stats.c (R. Wareing)
xlators/features/barrier/src/barrier.c (vshastry)
xlators/features/bit-rot/src/bitd/bit-rot-scrub.h (vshankar +1)
xlators/features/shard/src/shard.c (kdhananj +1)
xlators/mgmt/glusterd/src/glusterd-ganesha.c (skoduri)
xlators/mgmt/glusterd/src/glusterd-handler.c (atinmu)
xlators/mgmt/glusterd/src/glusterd-op-sm.h (atinmu)
xlators/mgmt/glusterd/src/glusterd-snapshot.c (spandit)
xlators/mgmt/glusterd/src/glusterd-syncop.c (atinmu)
xlators/mgmt/glusterd/src/glusterd-volgen.c (atinmu)
xlators/protocol/client/src/client-messages.h (mselvaga +1)
xlators/storage/bd/src/bd-helper.c (M. Mohan Kumar)
xlators/storage/bd/src/bd.c (M. Mohan Kumar)
xlators/storage/posix/src/posix.c (nbalacha +1)

Change-Id: I85934fbcaf485932136ef3acd206f6ebecde61dd
BUG: 1293133
Signed-off-by: Kaleb S KEITHLEY &lt;kkeithle@redhat.com&gt;
Reviewed-on: http://review.gluster.org/13031
CentOS-regression: Gluster Build System &lt;jenkins@build.gluster.com&gt;
Smoke: Gluster Build System &lt;jenkins@build.gluster.com&gt;
NetBSD-regression: NetBSD Build System &lt;jenkins@build.gluster.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cli/src/cli-cmd-parser.c (chenk)
cli/src/cli-xml-output.c (spandit)
cli/src/cli.c (chenk)
libglusterfs/src/common-utils.c (vmallika)
libglusterfs/src/gfdb/gfdb_sqlite3.c (jfernand +1)
rpc/rpc-transport/socket/src/socket.c (?)
xlators/cluster/afr/src/afr-transaction.c (?)
xlators/cluster/dht/src/dht-common.h (srangana +2)
xlators/cluster/dht/src/dht-selfheal.c (srangana +2)
xlators/debug/io-stats/src/io-stats.c (R. Wareing)
xlators/features/barrier/src/barrier.c (vshastry)
xlators/features/bit-rot/src/bitd/bit-rot-scrub.h (vshankar +1)
xlators/features/shard/src/shard.c (kdhananj +1)
xlators/mgmt/glusterd/src/glusterd-ganesha.c (skoduri)
xlators/mgmt/glusterd/src/glusterd-handler.c (atinmu)
xlators/mgmt/glusterd/src/glusterd-op-sm.h (atinmu)
xlators/mgmt/glusterd/src/glusterd-snapshot.c (spandit)
xlators/mgmt/glusterd/src/glusterd-syncop.c (atinmu)
xlators/mgmt/glusterd/src/glusterd-volgen.c (atinmu)
xlators/protocol/client/src/client-messages.h (mselvaga +1)
xlators/storage/bd/src/bd-helper.c (M. Mohan Kumar)
xlators/storage/bd/src/bd.c (M. Mohan Kumar)
xlators/storage/posix/src/posix.c (nbalacha +1)

Change-Id: I85934fbcaf485932136ef3acd206f6ebecde61dd
BUG: 1293133
Signed-off-by: Kaleb S KEITHLEY &lt;kkeithle@redhat.com&gt;
Reviewed-on: http://review.gluster.org/13031
CentOS-regression: Gluster Build System &lt;jenkins@build.gluster.com&gt;
Smoke: Gluster Build System &lt;jenkins@build.gluster.com&gt;
NetBSD-regression: NetBSD Build System &lt;jenkins@build.gluster.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: Add arbiter details to volinfo xml output</title>
<updated>2016-01-20T06:31:36+00:00</updated>
<author>
<name>Ravishankar N</name>
<email>ravishankar@redhat.com</email>
</author>
<published>2016-01-18T06:49:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/glusterfs.git/commit/?id=67b7752eccd8eae6a91f3bc3ff55d65dcf858dc7'/>
<id>67b7752eccd8eae6a91f3bc3ff55d65dcf858dc7</id>
<content type='text'>
The following are added:
1. "&lt;arbiterCount&gt;1&lt;/arbiterCount&gt;" and
"&lt;coldarbiterCount&gt;1&lt;/coldarbiterCount&gt;"

2. "&lt;isArbiter&gt;0&lt;/isArbiter&gt;" on the brick info, like so:
&lt;brick
uuid="cafa8612-d7d4-4007-beea-72ae7477f3bb"&gt;127.0.0.2:/home/ravi/bricks/brick1
&lt;name&gt;127.0.0.2:/home/ravi/bricks/brick1&lt;/name&gt;
&lt;hostUuid&gt;cafa8612-d7d4-4007-beea-72ae7477f3bb&lt;/hostUuid&gt;
&lt;isArbiter&gt;0&lt;/isArbiter&gt;
&lt;/brick&gt;

Also fix a bug in gluster vol info where the abiter brick was shown the
wrong brick of the cold tier after performing a tier-attach.

Change-Id: Id978325d02b04f1a08856427827320e169169810
BUG: 1297750
Signed-off-by: Ravishankar N &lt;ravishankar@redhat.com&gt;
Reviewed-on: http://review.gluster.org/13229
Smoke: Gluster Build System &lt;jenkins@build.gluster.com&gt;
NetBSD-regression: NetBSD Build System &lt;jenkins@build.gluster.org&gt;
CentOS-regression: Gluster Build System &lt;jenkins@build.gluster.com&gt;
Reviewed-by: Pranith Kumar Karampuri &lt;pkarampu@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The following are added:
1. "&lt;arbiterCount&gt;1&lt;/arbiterCount&gt;" and
"&lt;coldarbiterCount&gt;1&lt;/coldarbiterCount&gt;"

2. "&lt;isArbiter&gt;0&lt;/isArbiter&gt;" on the brick info, like so:
&lt;brick
uuid="cafa8612-d7d4-4007-beea-72ae7477f3bb"&gt;127.0.0.2:/home/ravi/bricks/brick1
&lt;name&gt;127.0.0.2:/home/ravi/bricks/brick1&lt;/name&gt;
&lt;hostUuid&gt;cafa8612-d7d4-4007-beea-72ae7477f3bb&lt;/hostUuid&gt;
&lt;isArbiter&gt;0&lt;/isArbiter&gt;
&lt;/brick&gt;

Also fix a bug in gluster vol info where the abiter brick was shown the
wrong brick of the cold tier after performing a tier-attach.

Change-Id: Id978325d02b04f1a08856427827320e169169810
BUG: 1297750
Signed-off-by: Ravishankar N &lt;ravishankar@redhat.com&gt;
Reviewed-on: http://review.gluster.org/13229
Smoke: Gluster Build System &lt;jenkins@build.gluster.com&gt;
NetBSD-regression: NetBSD Build System &lt;jenkins@build.gluster.org&gt;
CentOS-regression: Gluster Build System &lt;jenkins@build.gluster.com&gt;
Reviewed-by: Pranith Kumar Karampuri &lt;pkarampu@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cli/xml: display correct xml output of tier volume</title>
<updated>2015-12-21T11:46:02+00:00</updated>
<author>
<name>Gaurav Kumar Garg</name>
<email>garg.gaurav52@gmail.com</email>
</author>
<published>2015-12-16T12:34:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/glusterfs.git/commit/?id=b0e126d0edf10946701c2fd4f0f1cf8c7b07eda1'/>
<id>b0e126d0edf10946701c2fd4f0f1cf8c7b07eda1</id>
<content type='text'>
Currently When hot tier type is distributed-replicate and cold tier
type is disperse volume then #gluster volume info --xml command is
not giving its correct output. In case of HOT tier case its displaying
wrong volume type.

With this fix it will show correct xml output for tier volume
irrespective of all the type of the volume's.

Change-Id: If1de8d52d1e0ef3d0523163abed37b2b571715e8
BUG: 1292084
Signed-off-by: Gaurav Kumar Garg &lt;ggarg@redhat.com&gt;
Reviewed-on: http://review.gluster.org/12982
Tested-by: NetBSD Build System &lt;jenkins@build.gluster.org&gt;
Reviewed-by: mohammed rafi  kc &lt;rkavunga@redhat.com&gt;
Tested-by: Gluster Build System &lt;jenkins@build.gluster.com&gt;
Reviewed-by: Kotresh HR &lt;khiremat@redhat.com&gt;
Reviewed-by: Atin Mukherjee &lt;amukherj@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently When hot tier type is distributed-replicate and cold tier
type is disperse volume then #gluster volume info --xml command is
not giving its correct output. In case of HOT tier case its displaying
wrong volume type.

With this fix it will show correct xml output for tier volume
irrespective of all the type of the volume's.

Change-Id: If1de8d52d1e0ef3d0523163abed37b2b571715e8
BUG: 1292084
Signed-off-by: Gaurav Kumar Garg &lt;ggarg@redhat.com&gt;
Reviewed-on: http://review.gluster.org/12982
Tested-by: NetBSD Build System &lt;jenkins@build.gluster.org&gt;
Reviewed-by: mohammed rafi  kc &lt;rkavunga@redhat.com&gt;
Tested-by: Gluster Build System &lt;jenkins@build.gluster.com&gt;
Reviewed-by: Kotresh HR &lt;khiremat@redhat.com&gt;
Reviewed-by: Atin Mukherjee &lt;amukherj@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cli/quota: show used_space,(file,dir) count even when quota limit is not set</title>
<updated>2015-12-08T12:54:51+00:00</updated>
<author>
<name>Manikandan Selvaganesh</name>
<email>mselvaga@redhat.com</email>
</author>
<published>2015-11-24T18:34:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/glusterfs.git/commit/?id=72334e2209b8b506f00d5d851bfb5fdc3eb38cf4'/>
<id>72334e2209b8b506f00d5d851bfb5fdc3eb38cf4</id>
<content type='text'>
Problem:
As of now quota 'list/list-objects' will list the usage only if limit is
set for every directory else it will fail with ENOATTR(If inode/inode-quota
is already configured for the first time).

Feature:
With the patch we are enhancing this command to list the usage even
if quota limit is not set but still the user has to configure
inode/inode-quota for the first time.

Example:
Consider we have /client/dir and /client1(absolute path from mount point):
Quota limit is set only on /client. when we try listing /client/dir or /client1,
it shows "Limit not set".

Fix:
The patch fixes this by showing "used space" in case of list command and
shows "file_count" &amp; "dir_count" in case of list-objects command. This works
fine with xml output as well.

Change-Id: I68b08ec77a583b3c7f39fe4d6b15d3d77adb095a
BUG: 1284752
Signed-off-by: Manikandan Selvaganesh &lt;mselvaga@redhat.com&gt;
Reviewed-on: http://review.gluster.org/12741
Tested-by: NetBSD Build System &lt;jenkins@build.gluster.org&gt;
Tested-by: Gluster Build System &lt;jenkins@build.gluster.com&gt;
Reviewed-by: Vijaikumar Mallikarjuna &lt;vmallika@redhat.com&gt;
Reviewed-by: Kaushal M &lt;kaushal@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:
As of now quota 'list/list-objects' will list the usage only if limit is
set for every directory else it will fail with ENOATTR(If inode/inode-quota
is already configured for the first time).

Feature:
With the patch we are enhancing this command to list the usage even
if quota limit is not set but still the user has to configure
inode/inode-quota for the first time.

Example:
Consider we have /client/dir and /client1(absolute path from mount point):
Quota limit is set only on /client. when we try listing /client/dir or /client1,
it shows "Limit not set".

Fix:
The patch fixes this by showing "used space" in case of list command and
shows "file_count" &amp; "dir_count" in case of list-objects command. This works
fine with xml output as well.

Change-Id: I68b08ec77a583b3c7f39fe4d6b15d3d77adb095a
BUG: 1284752
Signed-off-by: Manikandan Selvaganesh &lt;mselvaga@redhat.com&gt;
Reviewed-on: http://review.gluster.org/12741
Tested-by: NetBSD Build System &lt;jenkins@build.gluster.org&gt;
Tested-by: Gluster Build System &lt;jenkins@build.gluster.com&gt;
Reviewed-by: Vijaikumar Mallikarjuna &lt;vmallika@redhat.com&gt;
Reviewed-by: Kaushal M &lt;kaushal@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gluster v status --xml for a replicated hot tier volume</title>
<updated>2015-10-08T17:01:14+00:00</updated>
<author>
<name>hari gowtham</name>
<email>hgowtham@redhat.com</email>
</author>
<published>2015-10-05T10:47:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/glusterfs.git/commit/?id=81d4aa18b3a1cdad0e0e8df43fe4c8c141c06618'/>
<id>81d4aa18b3a1cdad0e0e8df43fe4c8c141c06618</id>
<content type='text'>
&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
&lt;cliOutput&gt;
  &lt;opRet&gt;0&lt;/opRet&gt;
  &lt;opErrno&gt;0&lt;/opErrno&gt;
  &lt;opErrstr/&gt;
  &lt;volStatus&gt;
    &lt;volumes&gt;
      &lt;volume&gt;
        &lt;volName&gt;tiervol&lt;/volName&gt;
        &lt;nodeCount&gt;11&lt;/nodeCount&gt;
        &lt;hotBricks&gt;
          &lt;node&gt;
            &lt;hostname&gt;10.70.42.203&lt;/hostname&gt;
            &lt;path&gt;/data/gluster/tier/b5_2&lt;/path&gt;
            &lt;peerid&gt;149ac603-8078-41c5-8f71-7373f2a3016f&lt;/peerid&gt;
            &lt;status&gt;1&lt;/status&gt;
            &lt;port&gt;49164&lt;/port&gt;
            &lt;ports&gt;
              &lt;tcp&gt;49164&lt;/tcp&gt;
              &lt;rdma&gt;N/A&lt;/rdma&gt;
            &lt;/ports&gt;
            &lt;pid&gt;8684&lt;/pid&gt;
          &lt;/node&gt;
          &lt;node&gt;
            &lt;hostname&gt;10.70.42.203&lt;/hostname&gt;
            &lt;path&gt;/data/gluster/tier/b5_1&lt;/path&gt;
            &lt;peerid&gt;149ac603-8078-41c5-8f71-7373f2a3016f&lt;/peerid&gt;
            &lt;status&gt;1&lt;/status&gt;
            &lt;port&gt;49163&lt;/port&gt;
            &lt;ports&gt;
              &lt;tcp&gt;49163&lt;/tcp&gt;
              &lt;rdma&gt;N/A&lt;/rdma&gt;
            &lt;/ports&gt;
            &lt;pid&gt;8687&lt;/pid&gt;
          &lt;/node&gt;
          &lt;node&gt;
            &lt;hostname&gt;10.70.42.203&lt;/hostname&gt;
            &lt;path&gt;/data/gluster/tier/b4_2&lt;/path&gt;
            &lt;peerid&gt;149ac603-8078-41c5-8f71-7373f2a3016f&lt;/peerid&gt;
            &lt;status&gt;1&lt;/status&gt;
            &lt;port&gt;49162&lt;/port&gt;
            &lt;ports&gt;
              &lt;tcp&gt;49162&lt;/tcp&gt;
              &lt;rdma&gt;N/A&lt;/rdma&gt;
            &lt;/ports&gt;
            &lt;pid&gt;8699&lt;/pid&gt;
          &lt;/node&gt;
          &lt;node&gt;
            &lt;hostname&gt;10.70.42.203&lt;/hostname&gt;
            &lt;path&gt;/data/gluster/tier/b4_1&lt;/path&gt;
            &lt;peerid&gt;149ac603-8078-41c5-8f71-7373f2a3016f&lt;/peerid&gt;
            &lt;status&gt;1&lt;/status&gt;
            &lt;port&gt;49161&lt;/port&gt;
            &lt;ports&gt;
              &lt;tcp&gt;49161&lt;/tcp&gt;
              &lt;rdma&gt;N/A&lt;/rdma&gt;
            &lt;/ports&gt;
            &lt;pid&gt;8708&lt;/pid&gt;
          &lt;/node&gt;
        &lt;/hotBricks&gt;
        &lt;coldBricks&gt;
          &lt;node&gt;
            &lt;hostname&gt;10.70.42.203&lt;/hostname&gt;
            &lt;path&gt;/data/gluster/tier/b1_1&lt;/path&gt;
            &lt;peerid&gt;149ac603-8078-41c5-8f71-7373f2a3016f&lt;/peerid&gt;
            &lt;status&gt;1&lt;/status&gt;
            &lt;port&gt;49155&lt;/port&gt;
            &lt;ports&gt;
              &lt;tcp&gt;49155&lt;/tcp&gt;
              &lt;rdma&gt;N/A&lt;/rdma&gt;
            &lt;/ports&gt;
            &lt;pid&gt;8716&lt;/pid&gt;
          &lt;/node&gt;
          &lt;node&gt;
            &lt;hostname&gt;10.70.42.203&lt;/hostname&gt;
            &lt;path&gt;/data/gluster/tier/b1_2&lt;/path&gt;
            &lt;peerid&gt;149ac603-8078-41c5-8f71-7373f2a3016f&lt;/peerid&gt;
            &lt;status&gt;1&lt;/status&gt;
            &lt;port&gt;49156&lt;/port&gt;
            &lt;ports&gt;
              &lt;tcp&gt;49156&lt;/tcp&gt;
              &lt;rdma&gt;N/A&lt;/rdma&gt;
            &lt;/ports&gt;
            &lt;pid&gt;8724&lt;/pid&gt;
          &lt;/node&gt;
          &lt;node&gt;
            &lt;hostname&gt;NFS Server&lt;/hostname&gt;
            &lt;path&gt;localhost&lt;/path&gt;
            &lt;peerid&gt;149ac603-8078-41c5-8f71-7373f2a3016f&lt;/peerid&gt;
            &lt;status&gt;1&lt;/status&gt;
            &lt;port&gt;2049&lt;/port&gt;
            &lt;ports&gt;
              &lt;tcp&gt;2049&lt;/tcp&gt;
              &lt;rdma&gt;N/A&lt;/rdma&gt;
            &lt;/ports&gt;
            &lt;pid&gt;8678&lt;/pid&gt;
          &lt;/node&gt;
        &lt;/coldBricks&gt;
        &lt;tasks&gt;
          &lt;task&gt;
            &lt;type&gt;Tier migration&lt;/type&gt;
            &lt;id&gt;975bfcfa-077c-4edb-beba-409c2013f637&lt;/id&gt;
            &lt;status&gt;1&lt;/status&gt;
            &lt;statusStr&gt;in progress&lt;/statusStr&gt;
          &lt;/task&gt;
        &lt;/tasks&gt;
      &lt;/volume&gt;
    &lt;/volumes&gt;
  &lt;/volStatus&gt;
&lt;/cliOutput&gt;
Change-Id: I69252a36b6e6b2f3cbe5db06e9a716f504a1dba4
BUG: 1268810
Signed-off-by: hari gowtham &lt;hgowtham@redhat.com&gt;
Reviewed-on: http://review.gluster.org/12302
Tested-by: NetBSD Build System &lt;jenkins@build.gluster.org&gt;
Tested-by: Gluster Build System &lt;jenkins@build.gluster.com&gt;
Reviewed-by: Anand Nekkunti &lt;anekkunt@redhat.com&gt;
Reviewed-by: Dan Lambright &lt;dlambrig@redhat.com&gt;
Tested-by: Dan Lambright &lt;dlambrig@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
&lt;cliOutput&gt;
  &lt;opRet&gt;0&lt;/opRet&gt;
  &lt;opErrno&gt;0&lt;/opErrno&gt;
  &lt;opErrstr/&gt;
  &lt;volStatus&gt;
    &lt;volumes&gt;
      &lt;volume&gt;
        &lt;volName&gt;tiervol&lt;/volName&gt;
        &lt;nodeCount&gt;11&lt;/nodeCount&gt;
        &lt;hotBricks&gt;
          &lt;node&gt;
            &lt;hostname&gt;10.70.42.203&lt;/hostname&gt;
            &lt;path&gt;/data/gluster/tier/b5_2&lt;/path&gt;
            &lt;peerid&gt;149ac603-8078-41c5-8f71-7373f2a3016f&lt;/peerid&gt;
            &lt;status&gt;1&lt;/status&gt;
            &lt;port&gt;49164&lt;/port&gt;
            &lt;ports&gt;
              &lt;tcp&gt;49164&lt;/tcp&gt;
              &lt;rdma&gt;N/A&lt;/rdma&gt;
            &lt;/ports&gt;
            &lt;pid&gt;8684&lt;/pid&gt;
          &lt;/node&gt;
          &lt;node&gt;
            &lt;hostname&gt;10.70.42.203&lt;/hostname&gt;
            &lt;path&gt;/data/gluster/tier/b5_1&lt;/path&gt;
            &lt;peerid&gt;149ac603-8078-41c5-8f71-7373f2a3016f&lt;/peerid&gt;
            &lt;status&gt;1&lt;/status&gt;
            &lt;port&gt;49163&lt;/port&gt;
            &lt;ports&gt;
              &lt;tcp&gt;49163&lt;/tcp&gt;
              &lt;rdma&gt;N/A&lt;/rdma&gt;
            &lt;/ports&gt;
            &lt;pid&gt;8687&lt;/pid&gt;
          &lt;/node&gt;
          &lt;node&gt;
            &lt;hostname&gt;10.70.42.203&lt;/hostname&gt;
            &lt;path&gt;/data/gluster/tier/b4_2&lt;/path&gt;
            &lt;peerid&gt;149ac603-8078-41c5-8f71-7373f2a3016f&lt;/peerid&gt;
            &lt;status&gt;1&lt;/status&gt;
            &lt;port&gt;49162&lt;/port&gt;
            &lt;ports&gt;
              &lt;tcp&gt;49162&lt;/tcp&gt;
              &lt;rdma&gt;N/A&lt;/rdma&gt;
            &lt;/ports&gt;
            &lt;pid&gt;8699&lt;/pid&gt;
          &lt;/node&gt;
          &lt;node&gt;
            &lt;hostname&gt;10.70.42.203&lt;/hostname&gt;
            &lt;path&gt;/data/gluster/tier/b4_1&lt;/path&gt;
            &lt;peerid&gt;149ac603-8078-41c5-8f71-7373f2a3016f&lt;/peerid&gt;
            &lt;status&gt;1&lt;/status&gt;
            &lt;port&gt;49161&lt;/port&gt;
            &lt;ports&gt;
              &lt;tcp&gt;49161&lt;/tcp&gt;
              &lt;rdma&gt;N/A&lt;/rdma&gt;
            &lt;/ports&gt;
            &lt;pid&gt;8708&lt;/pid&gt;
          &lt;/node&gt;
        &lt;/hotBricks&gt;
        &lt;coldBricks&gt;
          &lt;node&gt;
            &lt;hostname&gt;10.70.42.203&lt;/hostname&gt;
            &lt;path&gt;/data/gluster/tier/b1_1&lt;/path&gt;
            &lt;peerid&gt;149ac603-8078-41c5-8f71-7373f2a3016f&lt;/peerid&gt;
            &lt;status&gt;1&lt;/status&gt;
            &lt;port&gt;49155&lt;/port&gt;
            &lt;ports&gt;
              &lt;tcp&gt;49155&lt;/tcp&gt;
              &lt;rdma&gt;N/A&lt;/rdma&gt;
            &lt;/ports&gt;
            &lt;pid&gt;8716&lt;/pid&gt;
          &lt;/node&gt;
          &lt;node&gt;
            &lt;hostname&gt;10.70.42.203&lt;/hostname&gt;
            &lt;path&gt;/data/gluster/tier/b1_2&lt;/path&gt;
            &lt;peerid&gt;149ac603-8078-41c5-8f71-7373f2a3016f&lt;/peerid&gt;
            &lt;status&gt;1&lt;/status&gt;
            &lt;port&gt;49156&lt;/port&gt;
            &lt;ports&gt;
              &lt;tcp&gt;49156&lt;/tcp&gt;
              &lt;rdma&gt;N/A&lt;/rdma&gt;
            &lt;/ports&gt;
            &lt;pid&gt;8724&lt;/pid&gt;
          &lt;/node&gt;
          &lt;node&gt;
            &lt;hostname&gt;NFS Server&lt;/hostname&gt;
            &lt;path&gt;localhost&lt;/path&gt;
            &lt;peerid&gt;149ac603-8078-41c5-8f71-7373f2a3016f&lt;/peerid&gt;
            &lt;status&gt;1&lt;/status&gt;
            &lt;port&gt;2049&lt;/port&gt;
            &lt;ports&gt;
              &lt;tcp&gt;2049&lt;/tcp&gt;
              &lt;rdma&gt;N/A&lt;/rdma&gt;
            &lt;/ports&gt;
            &lt;pid&gt;8678&lt;/pid&gt;
          &lt;/node&gt;
        &lt;/coldBricks&gt;
        &lt;tasks&gt;
          &lt;task&gt;
            &lt;type&gt;Tier migration&lt;/type&gt;
            &lt;id&gt;975bfcfa-077c-4edb-beba-409c2013f637&lt;/id&gt;
            &lt;status&gt;1&lt;/status&gt;
            &lt;statusStr&gt;in progress&lt;/statusStr&gt;
          &lt;/task&gt;
        &lt;/tasks&gt;
      &lt;/volume&gt;
    &lt;/volumes&gt;
  &lt;/volStatus&gt;
&lt;/cliOutput&gt;
Change-Id: I69252a36b6e6b2f3cbe5db06e9a716f504a1dba4
BUG: 1268810
Signed-off-by: hari gowtham &lt;hgowtham@redhat.com&gt;
Reviewed-on: http://review.gluster.org/12302
Tested-by: NetBSD Build System &lt;jenkins@build.gluster.org&gt;
Tested-by: Gluster Build System &lt;jenkins@build.gluster.com&gt;
Reviewed-by: Anand Nekkunti &lt;anekkunt@redhat.com&gt;
Reviewed-by: Dan Lambright &lt;dlambrig@redhat.com&gt;
Tested-by: Dan Lambright &lt;dlambrig@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
