<feed xmlns='http://www.w3.org/2005/Atom'>
<title>glusterfs.git/cli/src/cli-xml-output.c, branch v3.8rc0</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>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>
<entry>
<title>Tier/cli: number of bricks remains the same in v info --xml</title>
<updated>2015-10-07T03:51:27+00:00</updated>
<author>
<name>hari gowtham</name>
<email>hgowtham@redhat.com</email>
</author>
<published>2015-10-05T11:43:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/glusterfs.git/commit/?id=b7d2dba8b655f174f810ba0aa9a4770e5cfaa609'/>
<id>b7d2dba8b655f174f810ba0aa9a4770e5cfaa609</id>
<content type='text'>
The number of bricks count remains one for the cold type.

Actual result:
&lt;numberOfBricks&gt;1 x 2 = 2&lt;/numberOfBricks&gt;

Expected result:
&lt;numberOfBricks&gt;3 x 2 = 6&lt;/numberOfBricks&gt;

Change-Id: I31480a7808b248ef9ea805cb64f7663d44647ddf
BUG: 1268822
Signed-off-by: hari gowtham &lt;hgowtham@redhat.com&gt;
Reviewed-on: http://review.gluster.org/12303
Tested-by: NetBSD Build System &lt;jenkins@build.gluster.org&gt;
Reviewed-by: Dan Lambright &lt;dlambrig@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>
The number of bricks count remains one for the cold type.

Actual result:
&lt;numberOfBricks&gt;1 x 2 = 2&lt;/numberOfBricks&gt;

Expected result:
&lt;numberOfBricks&gt;3 x 2 = 6&lt;/numberOfBricks&gt;

Change-Id: I31480a7808b248ef9ea805cb64f7663d44647ddf
BUG: 1268822
Signed-off-by: hari gowtham &lt;hgowtham@redhat.com&gt;
Reviewed-on: http://review.gluster.org/12303
Tested-by: NetBSD Build System &lt;jenkins@build.gluster.org&gt;
Reviewed-by: Dan Lambright &lt;dlambrig@redhat.com&gt;
Reviewed-by: Atin Mukherjee &lt;amukherj@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>quota : xml output modified to give exact available space in bytes</title>
<updated>2015-10-01T06:54:46+00:00</updated>
<author>
<name>Manikandan Selvaganesh</name>
<email>mselvaga@redhat.com</email>
</author>
<published>2015-09-09T07:33:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/glusterfs.git/commit/?id=a0514409356c35cd90a0506ab9fafa7462b21bef'/>
<id>a0514409356c35cd90a0506ab9fafa7462b21bef</id>
<content type='text'>
Currrently, 'gluster v quota &lt;VOLNAME&gt; list' command rounds off the
available space and shows it to the user. Now, 'gluster v quota
&lt;VOLNAME&gt; list --xml' command is modified to show the exact available
space in bytes.

Change-Id: I3772e036a2537c1df12f22cf32dfe4ac7940988f
BUG: 1261404
Signed-off-by: Manikandan Selvaganesh &lt;mselvaga@redhat.com&gt;
Reviewed-on: http://review.gluster.org/12137
Tested-by: NetBSD Build System &lt;jenkins@build.gluster.org&gt;
Reviewed-by: Vijaikumar Mallikarjuna &lt;vmallika@redhat.com&gt;
Reviewed-by: Raghavendra G &lt;rgowdapp@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>
Currrently, 'gluster v quota &lt;VOLNAME&gt; list' command rounds off the
available space and shows it to the user. Now, 'gluster v quota
&lt;VOLNAME&gt; list --xml' command is modified to show the exact available
space in bytes.

Change-Id: I3772e036a2537c1df12f22cf32dfe4ac7940988f
BUG: 1261404
Signed-off-by: Manikandan Selvaganesh &lt;mselvaga@redhat.com&gt;
Reviewed-on: http://review.gluster.org/12137
Tested-by: NetBSD Build System &lt;jenkins@build.gluster.org&gt;
Reviewed-by: Vijaikumar Mallikarjuna &lt;vmallika@redhat.com&gt;
Reviewed-by: Raghavendra G &lt;rgowdapp@redhat.com&gt;
Reviewed-by: Kaushal M &lt;kaushal@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Tier/cli: tier related information in volume info xml</title>
<updated>2015-09-29T13:10:09+00:00</updated>
<author>
<name>hari gowtham</name>
<email>hgowtham@redhat.com</email>
</author>
<published>2015-09-10T14:45:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/glusterfs.git/commit/?id=ccea4c9d575c4cf46ac93575a1c62be90af5372b'/>
<id>ccea4c9d575c4cf46ac93575a1c62be90af5372b</id>
<content type='text'>
gluster v info didnt differentiate the hot bricks and cold bricks
and other few values

&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;volInfo&gt;
    &lt;volumes&gt;
      &lt;volume&gt;
        &lt;name&gt;rmbr&lt;/name&gt;
        &lt;id&gt;72d223fc-96ba-4f4a-ac6e-0d0bc16ef127&lt;/id&gt;
        &lt;status&gt;1&lt;/status&gt;
        &lt;statusStr&gt;Started&lt;/statusStr&gt;
        &lt;brickCount&gt;3&lt;/brickCount&gt;
        &lt;distCount&gt;1&lt;/distCount&gt;
        &lt;stripeCount&gt;1&lt;/stripeCount&gt;
        &lt;replicaCount&gt;1&lt;/replicaCount&gt;
        &lt;disperseCount&gt;0&lt;/disperseCount&gt;
        &lt;redundancyCount&gt;0&lt;/redundancyCount&gt;
        &lt;type&gt;5&lt;/type&gt;
        &lt;typeStr&gt;Tier&lt;/typeStr&gt;
        &lt;transport&gt;0&lt;/transport&gt;
        &lt;xlators/&gt;
        &lt;bricks&gt;
          &lt;hotBricks&gt;
            &lt;hotBrickType&gt;Distribute&lt;/hotBrickType&gt;
            &lt;numberOfBricks&gt;1&lt;/numberOfBricks&gt;
            &lt;brick uuid="81"&gt;v1:/hb1&lt;name&gt;v1:/hb1&lt;/name&gt;&lt;hostUuid&gt;81&lt;/hostUuid&gt;&lt;/brick&gt;
          &lt;/hotBricks&gt;
          &lt;coldBricks&gt;
            &lt;coldBrickType&gt;Distribute&lt;/coldBrickType&gt;
            &lt;numberOfBricks&gt;2&lt;/numberOfBricks&gt;
            &lt;brick uuid="81"&gt;v1:/br1&lt;name&gt;v1:/br1&lt;/name&gt;&lt;hostUuid&gt;81&lt;/hostUuid&gt;&lt;/brick&gt;
            &lt;brick uuid="81"&gt;v1:/br2&lt;name&gt;v1:/br2&lt;/name&gt;&lt;hostUuid&gt;81&lt;/hostUuid&gt;&lt;/brick&gt;
            &lt;count&gt;0&lt;/count&gt;
          &lt;/coldBricks&gt;
        &lt;/bricks&gt;
      &lt;/volume&gt;
    &lt;/volumes&gt;
  &lt;/volInfo&gt;
&lt;/cliOutput&gt;

Change-Id: I6e52541bb6d8a6a17e17bfcb42434beaac13db56
BUG: 1261837
Signed-off-by: hari gowtham &lt;hgowtham@redhat.com&gt;
Reviewed-on: http://review.gluster.org/12158
Tested-by: NetBSD Build System &lt;jenkins@build.gluster.org&gt;
Tested-by: Gluster Build System &lt;jenkins@build.gluster.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>
gluster v info didnt differentiate the hot bricks and cold bricks
and other few values

&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;volInfo&gt;
    &lt;volumes&gt;
      &lt;volume&gt;
        &lt;name&gt;rmbr&lt;/name&gt;
        &lt;id&gt;72d223fc-96ba-4f4a-ac6e-0d0bc16ef127&lt;/id&gt;
        &lt;status&gt;1&lt;/status&gt;
        &lt;statusStr&gt;Started&lt;/statusStr&gt;
        &lt;brickCount&gt;3&lt;/brickCount&gt;
        &lt;distCount&gt;1&lt;/distCount&gt;
        &lt;stripeCount&gt;1&lt;/stripeCount&gt;
        &lt;replicaCount&gt;1&lt;/replicaCount&gt;
        &lt;disperseCount&gt;0&lt;/disperseCount&gt;
        &lt;redundancyCount&gt;0&lt;/redundancyCount&gt;
        &lt;type&gt;5&lt;/type&gt;
        &lt;typeStr&gt;Tier&lt;/typeStr&gt;
        &lt;transport&gt;0&lt;/transport&gt;
        &lt;xlators/&gt;
        &lt;bricks&gt;
          &lt;hotBricks&gt;
            &lt;hotBrickType&gt;Distribute&lt;/hotBrickType&gt;
            &lt;numberOfBricks&gt;1&lt;/numberOfBricks&gt;
            &lt;brick uuid="81"&gt;v1:/hb1&lt;name&gt;v1:/hb1&lt;/name&gt;&lt;hostUuid&gt;81&lt;/hostUuid&gt;&lt;/brick&gt;
          &lt;/hotBricks&gt;
          &lt;coldBricks&gt;
            &lt;coldBrickType&gt;Distribute&lt;/coldBrickType&gt;
            &lt;numberOfBricks&gt;2&lt;/numberOfBricks&gt;
            &lt;brick uuid="81"&gt;v1:/br1&lt;name&gt;v1:/br1&lt;/name&gt;&lt;hostUuid&gt;81&lt;/hostUuid&gt;&lt;/brick&gt;
            &lt;brick uuid="81"&gt;v1:/br2&lt;name&gt;v1:/br2&lt;/name&gt;&lt;hostUuid&gt;81&lt;/hostUuid&gt;&lt;/brick&gt;
            &lt;count&gt;0&lt;/count&gt;
          &lt;/coldBricks&gt;
        &lt;/bricks&gt;
      &lt;/volume&gt;
    &lt;/volumes&gt;
  &lt;/volInfo&gt;
&lt;/cliOutput&gt;

Change-Id: I6e52541bb6d8a6a17e17bfcb42434beaac13db56
BUG: 1261837
Signed-off-by: hari gowtham &lt;hgowtham@redhat.com&gt;
Reviewed-on: http://review.gluster.org/12158
Tested-by: NetBSD Build System &lt;jenkins@build.gluster.org&gt;
Tested-by: Gluster Build System &lt;jenkins@build.gluster.com&gt;
Reviewed-by: Dan Lambright &lt;dlambrig@redhat.com&gt;
Tested-by: Dan Lambright &lt;dlambrig@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Tier/cli: tier related information in volume status command</title>
<updated>2015-09-18T13:44:54+00:00</updated>
<author>
<name>hari gowtham</name>
<email>hgowtham@redhat.com</email>
</author>
<published>2015-09-15T05:37:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/glusterfs.git/commit/?id=cb8db8dfce0394e30cb25983a402de7beaa9c63f'/>
<id>cb8db8dfce0394e30cb25983a402de7beaa9c63f</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;v1&lt;/volName&gt;
        &lt;nodeCount&gt;5&lt;/nodeCount&gt;
        &lt;hotBrick&gt;
          &lt;node&gt;
            &lt;hostname&gt;10.70.42.203&lt;/hostname&gt;
            &lt;path&gt;/data/gluster/tier/hbr1&lt;/path&gt;
            &lt;peerid&gt;137e2a4f-2bde-4a97-b3f3-470a2e092155&lt;/peerid&gt;
            &lt;status&gt;1&lt;/status&gt;
            &lt;port&gt;49154&lt;/port&gt;
            &lt;ports&gt;
              &lt;tcp&gt;49154&lt;/tcp&gt;
              &lt;rdma&gt;N/A&lt;/rdma&gt;
            &lt;/ports&gt;
            &lt;pid&gt;6535&lt;/pid&gt;
          &lt;/node&gt;
        &lt;/hotBrick&gt;
        &lt;coldBrick&gt;
          &lt;node&gt;
            &lt;hostname&gt;10.70.42.203&lt;/hostname&gt;
            &lt;path&gt;/data/gluster/tier/cb1&lt;/path&gt;
            &lt;peerid&gt;137e2a4f-2bde-4a97-b3f3-470a2e092155&lt;/peerid&gt;
            &lt;status&gt;1&lt;/status&gt;
            &lt;port&gt;49152&lt;/port&gt;
            &lt;ports&gt;
              &lt;tcp&gt;49152&lt;/tcp&gt;
              &lt;rdma&gt;N/A&lt;/rdma&gt;
            &lt;/ports&gt;
            &lt;pid&gt;6530&lt;/pid&gt;
          &lt;/node&gt;
        &lt;/coldBrick&gt;
        &lt;coldBrick&gt;
          &lt;node&gt;
            &lt;hostname&gt;NFS Server&lt;/hostname&gt;
            &lt;path&gt;10.70.42.203&lt;/path&gt;
            &lt;peerid&gt;137e2a4f-2bde-4a97-b3f3-470a2e092155&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;6519&lt;/pid&gt;
          &lt;/node&gt;
        &lt;/coldBrick&gt;
        &lt;tasks&gt;
          &lt;task&gt;
            &lt;type&gt;Rebalance&lt;/type&gt;
            &lt;id&gt;8da729f2-f1b2-4f55-9945-472130be93f7&lt;/id&gt;
            &lt;status&gt;4&lt;/status&gt;
            &lt;statusStr&gt;failed&lt;/statusStr&gt;
          &lt;/task&gt;
        &lt;/tasks&gt;
      &lt;/volume&gt;
        &lt;tasks/&gt;
      &lt;/volume&gt;
    &lt;/volumes&gt;
  &lt;/volStatus&gt;
&lt;/cliOutput&gt;

Change-Id: Idfdbce47d03ee2cdbf407c57159fd37a2900ad2c
BUG: 1263100
Signed-off-by: hari gowtham &lt;hgowtham@redhat.com&gt;
Reviewed-on: http://review.gluster.org/12176
Tested-by: NetBSD Build System &lt;jenkins@build.gluster.org&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;v1&lt;/volName&gt;
        &lt;nodeCount&gt;5&lt;/nodeCount&gt;
        &lt;hotBrick&gt;
          &lt;node&gt;
            &lt;hostname&gt;10.70.42.203&lt;/hostname&gt;
            &lt;path&gt;/data/gluster/tier/hbr1&lt;/path&gt;
            &lt;peerid&gt;137e2a4f-2bde-4a97-b3f3-470a2e092155&lt;/peerid&gt;
            &lt;status&gt;1&lt;/status&gt;
            &lt;port&gt;49154&lt;/port&gt;
            &lt;ports&gt;
              &lt;tcp&gt;49154&lt;/tcp&gt;
              &lt;rdma&gt;N/A&lt;/rdma&gt;
            &lt;/ports&gt;
            &lt;pid&gt;6535&lt;/pid&gt;
          &lt;/node&gt;
        &lt;/hotBrick&gt;
        &lt;coldBrick&gt;
          &lt;node&gt;
            &lt;hostname&gt;10.70.42.203&lt;/hostname&gt;
            &lt;path&gt;/data/gluster/tier/cb1&lt;/path&gt;
            &lt;peerid&gt;137e2a4f-2bde-4a97-b3f3-470a2e092155&lt;/peerid&gt;
            &lt;status&gt;1&lt;/status&gt;
            &lt;port&gt;49152&lt;/port&gt;
            &lt;ports&gt;
              &lt;tcp&gt;49152&lt;/tcp&gt;
              &lt;rdma&gt;N/A&lt;/rdma&gt;
            &lt;/ports&gt;
            &lt;pid&gt;6530&lt;/pid&gt;
          &lt;/node&gt;
        &lt;/coldBrick&gt;
        &lt;coldBrick&gt;
          &lt;node&gt;
            &lt;hostname&gt;NFS Server&lt;/hostname&gt;
            &lt;path&gt;10.70.42.203&lt;/path&gt;
            &lt;peerid&gt;137e2a4f-2bde-4a97-b3f3-470a2e092155&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;6519&lt;/pid&gt;
          &lt;/node&gt;
        &lt;/coldBrick&gt;
        &lt;tasks&gt;
          &lt;task&gt;
            &lt;type&gt;Rebalance&lt;/type&gt;
            &lt;id&gt;8da729f2-f1b2-4f55-9945-472130be93f7&lt;/id&gt;
            &lt;status&gt;4&lt;/status&gt;
            &lt;statusStr&gt;failed&lt;/statusStr&gt;
          &lt;/task&gt;
        &lt;/tasks&gt;
      &lt;/volume&gt;
        &lt;tasks/&gt;
      &lt;/volume&gt;
    &lt;/volumes&gt;
  &lt;/volStatus&gt;
&lt;/cliOutput&gt;

Change-Id: Idfdbce47d03ee2cdbf407c57159fd37a2900ad2c
BUG: 1263100
Signed-off-by: hari gowtham &lt;hgowtham@redhat.com&gt;
Reviewed-on: http://review.gluster.org/12176
Tested-by: NetBSD Build System &lt;jenkins@build.gluster.org&gt;
Reviewed-by: Dan Lambright &lt;dlambrig@redhat.com&gt;
Tested-by: Dan Lambright &lt;dlambrig@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
