<feed xmlns='http://www.w3.org/2005/Atom'>
<title>glusterfs-snapshot.git, branch snap_devel</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs-snapshot.git/'/>
<entry>
<title>mgmt/glusterd : Change in the ordering of snapshot list output.</title>
<updated>2013-11-10T13:55:14+00:00</updated>
<author>
<name>Sachin Pandit</name>
<email>spandit@redhat.com</email>
</author>
<published>2013-11-10T13:51:21+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs-snapshot.git/commit/?id=eaed5ca0d629c4fc643eaa981287efcdbeacecb6'/>
<id>eaed5ca0d629c4fc643eaa981287efcdbeacecb6</id>
<content type='text'>
snapshot taken first should be displayed first in
the snapshot list output.

Change-Id: Idd1b2374f842b3b70edfb3024094d4d81fbb1163
Signed-off-by: Sachin Pandit &lt;spandit@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
snapshot taken first should be displayed first in
the snapshot list output.

Change-Id: Idd1b2374f842b3b70edfb3024094d4d81fbb1163
Signed-off-by: Sachin Pandit &lt;spandit@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mgmt/glusterd: store for snapshot description</title>
<updated>2013-11-08T05:59:56+00:00</updated>
<author>
<name>shishir gowda</name>
<email>sgowda@redhat.com</email>
</author>
<published>2013-10-31T04:21:21+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs-snapshot.git/commit/?id=697f0f4329ffa1fc974ad63c101e8d76691485d7'/>
<id>697f0f4329ffa1fc974ad63c101e8d76691485d7</id>
<content type='text'>
Change-Id: I0ba50ba2963edf8d890a2dc78d48d42db7f71ae2
Signed-off-by: shishir gowda &lt;sgowda@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I0ba50ba2963edf8d890a2dc78d48d42db7f71ae2
Signed-off-by: shishir gowda &lt;sgowda@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cli/snapshot : Changed the type of few variables.</title>
<updated>2013-11-06T12:01:05+00:00</updated>
<author>
<name>Sachin Pandit</name>
<email>spandit@redhat.com</email>
</author>
<published>2013-11-05T17:29:17+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs-snapshot.git/commit/?id=7966b9cc4149b490a932919c38d43a4b4373e2ea'/>
<id>7966b9cc4149b490a932919c38d43a4b4373e2ea</id>
<content type='text'>
Minor changes to the type of few varaibles was required
as comparison between "unsigned int" and "int"
in "snap create parse" was leading to incorrect result.

The default snapshot name should be time stamp,
instead of that "snapshot" was getting assigned
as a snapshot name. This patch also fixes the
default snapshot name problem.

Change-Id: I5b48444059bc400717b35647edec08a444bcfc48
Signed-off-by: Sachin Pandit &lt;spandit@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Minor changes to the type of few varaibles was required
as comparison between "unsigned int" and "int"
in "snap create parse" was leading to incorrect result.

The default snapshot name should be time stamp,
instead of that "snapshot" was getting assigned
as a snapshot name. This patch also fixes the
default snapshot name problem.

Change-Id: I5b48444059bc400717b35647edec08a444bcfc48
Signed-off-by: Sachin Pandit &lt;spandit@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cli/snapshot : Minox fix, string literal.</title>
<updated>2013-11-05T15:32:58+00:00</updated>
<author>
<name>Sachin Pandit</name>
<email>spandit@redhat.com</email>
</author>
<published>2013-11-05T15:30:28+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs-snapshot.git/commit/?id=533d29e5d2d5afc80f927d1f37dce3bd352a5efd'/>
<id>533d29e5d2d5afc80f927d1f37dce3bd352a5efd</id>
<content type='text'>
Change-Id: I2a0b7e244256f1df82beb3e4815d6cacfee50603
Signed-off-by: Sachin Pandit &lt;spandit@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I2a0b7e244256f1df82beb3e4815d6cacfee50603
Signed-off-by: Sachin Pandit &lt;spandit@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mgmt/glusterd : Printing error message if volume does not exist.</title>
<updated>2013-11-05T12:08:06+00:00</updated>
<author>
<name>Sachin Pandit</name>
<email>spandit@redhat.com</email>
</author>
<published>2013-11-05T11:38:42+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs-snapshot.git/commit/?id=045b1058c01ae0dbbda2dac508e8ced91b1c1734'/>
<id>045b1058c01ae0dbbda2dac508e8ced91b1c1734</id>
<content type='text'>
If user tries to list the snap details of volumes
which does not exist, then corresponding error
message is displayed.

Change-Id: I205738be3dc632ccb074b639a2088cdd44aa35a7
Signed-off-by: Sachin Pandit &lt;spandit@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If user tries to list the snap details of volumes
which does not exist, then corresponding error
message is displayed.

Change-Id: I205738be3dc632ccb074b639a2088cdd44aa35a7
Signed-off-by: Sachin Pandit &lt;spandit@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cli/snapshot: Ask user to confirm change of snap max limit</title>
<updated>2013-11-06T04:49:09+00:00</updated>
<author>
<name>shishir gowda</name>
<email>sgowda@redhat.com</email>
</author>
<published>2013-10-31T06:32:32+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs-snapshot.git/commit/?id=a1941b9a20635b2fa5d041e19cc38e367862cdca'/>
<id>a1941b9a20635b2fa5d041e19cc38e367862cdca</id>
<content type='text'>
Change-Id: I6fd89a98c4a111bb6cd3e4d3c2b3d6f783661c27
Signed-off-by: shishir gowda &lt;sgowda@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I6fd89a98c4a111bb6cd3e4d3c2b3d6f783661c27
Signed-off-by: shishir gowda &lt;sgowda@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "glusterd/Jarvis: Added aggr rsp dict in jarvis framework" into snap_devel</title>
<updated>2013-11-06T04:24:05+00:00</updated>
<author>
<name>Shishir Gowda</name>
<email>sgowda@redhat.com</email>
</author>
<published>2013-11-06T04:24:05+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs-snapshot.git/commit/?id=dac1a4cfcd117a18ceefd0bb1d5c6a5f35689329'/>
<id>dac1a4cfcd117a18ceefd0bb1d5c6a5f35689329</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>glusterd/Jarvis: Added aggr rsp dict in jarvis framework</title>
<updated>2013-10-31T11:01:06+00:00</updated>
<author>
<name>Avra Sengupta</name>
<email>asengupt@redhat.com</email>
</author>
<published>2013-10-30T06:47:53+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs-snapshot.git/commit/?id=ecdc539754d4b3a5ed5a898f4b4a3387fef6dd9f'/>
<id>ecdc539754d4b3a5ed5a898f4b4a3387fef6dd9f</id>
<content type='text'>
Also fixes snapshot config output

Change-Id: Ia50d94492009cf73dbb99ba20117b9fa4c41048a
Signed-off-by: Avra Sengupta &lt;asengupt@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fixes snapshot config output

Change-Id: Ia50d94492009cf73dbb99ba20117b9fa4c41048a
Signed-off-by: Avra Sengupta &lt;asengupt@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Snapshot: fix for snapshot create crash</title>
<updated>2013-10-31T10:05:44+00:00</updated>
<author>
<name>Rajesh Joseph</name>
<email>rjoseph@redhat.com</email>
</author>
<published>2013-10-31T10:04:44+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs-snapshot.git/commit/?id=a4b38dedec09370e955fd01fe11367a42abf35f2'/>
<id>a4b38dedec09370e955fd01fe11367a42abf35f2</id>
<content type='text'>
GL-205: Gluster snapshot create crashing.

runner-arg should have NULL as the last argument.

Change-Id: I1bd0090160b53a04a8073c31d91fb77f96f625dc
Signed-off-by: Rajesh Joseph &lt;rjoseph@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GL-205: Gluster snapshot create crashing.

runner-arg should have NULL as the last argument.

Change-Id: I1bd0090160b53a04a8073c31d91fb77f96f625dc
Signed-off-by: Rajesh Joseph &lt;rjoseph@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mgmt/glusterd: set the appropriate status of the snap after create</title>
<updated>2013-10-30T09:10:49+00:00</updated>
<author>
<name>Raghavendra Bhat</name>
<email>raghavendra@redhat.com</email>
</author>
<published>2013-10-30T09:00:09+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs-snapshot.git/commit/?id=a7799add58c565c7fa8840edda0784e7d5701d49'/>
<id>a7799add58c565c7fa8840edda0784e7d5701d49</id>
<content type='text'>
Change-Id: I58a743c92bbd021c3a42c5184ba8acf4db48878a
Signed-off-by: Raghavendra Bhat &lt;raghavendra@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I58a743c92bbd021c3a42c5184ba8acf4db48878a
Signed-off-by: Raghavendra Bhat &lt;raghavendra@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
