<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libgfapi-python.git, branch master</title>
<subtitle>[no description]</subtitle>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/libgfapi-python.git/'/>
<entry>
<title>doc: Update install and troubleshoot guide</title>
<updated>2018-09-24T09:49:40+00:00</updated>
<author>
<name>Prashanth Pai</name>
<email>ppai@redhat.com</email>
</author>
<published>2018-09-24T09:47:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/libgfapi-python.git/commit/?id=c7c3f125976b18ea3cdcf91e4e7e9718a30a1f77'/>
<id>c7c3f125976b18ea3cdcf91e4e7e9718a30a1f77</id>
<content type='text'>
* Mention that bindings have been tested with Python 3.x
* Remove section about troubleshotting logging as it is
  disabled by default now.

Change-Id: If7a4e398734efec2cc68e6abaec4510c554bff9e
Signed-off-by: Prashanth Pai &lt;ppai@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Mention that bindings have been tested with Python 3.x
* Remove section about troubleshotting logging as it is
  disabled by default now.

Change-Id: If7a4e398734efec2cc68e6abaec4510c554bff9e
Signed-off-by: Prashanth Pai &lt;ppai@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Update spec and prepare 1.2 release"</title>
<updated>2018-09-20T04:19:23+00:00</updated>
<author>
<name>Prashanth Pai</name>
<email>ppai@redhat.com</email>
</author>
<published>2018-09-20T04:19:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/libgfapi-python.git/commit/?id=dbb96092ec8f764f9ee76702621dc3998bbe0bcb'/>
<id>dbb96092ec8f764f9ee76702621dc3998bbe0bcb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update spec and prepare 1.2 release</title>
<updated>2018-09-19T10:36:34+00:00</updated>
<author>
<name>Prashanth Pai</name>
<email>ppai@redhat.com</email>
</author>
<published>2018-09-19T07:55:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/libgfapi-python.git/commit/?id=84e6115550132e189f35f05dafaa2096fa8cc2b7'/>
<id>84e6115550132e189f35f05dafaa2096fa8cc2b7</id>
<content type='text'>
Change-Id: Iabb38be823cba803a864ca4769e2cac595ebe75c
Signed-off-by: Prashanth Pai &lt;ppai@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Iabb38be823cba803a864ca4769e2cac595ebe75c
Signed-off-by: Prashanth Pai &lt;ppai@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow unmounting only on properly initialised fs object</title>
<updated>2018-09-19T10:28:36+00:00</updated>
<author>
<name>Prashanth Pai</name>
<email>ppai@redhat.com</email>
</author>
<published>2018-09-19T10:26:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/libgfapi-python.git/commit/?id=8d81f9bf7c4eb64161e489e468bb29269c918bed'/>
<id>8d81f9bf7c4eb64161e489e468bb29269c918bed</id>
<content type='text'>
Libgfapi program coredumps when glfs_fini() is called on an
uninitialised fs object. This fix will check if fs has been
properly initialised before calling glfs_fini()

Glusterfs BZ:
https://bugzilla.redhat.com/show_bug.cgi?id=1630803

Change-Id: I27f834b0477a84c7a08ebc7a5e5bfab934220f77
Signed-off-by: Prashanth Pai &lt;ppai@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Libgfapi program coredumps when glfs_fini() is called on an
uninitialised fs object. This fix will check if fs has been
properly initialised before calling glfs_fini()

Glusterfs BZ:
https://bugzilla.redhat.com/show_bug.cgi?id=1630803

Change-Id: I27f834b0477a84c7a08ebc7a5e5bfab934220f77
Signed-off-by: Prashanth Pai &lt;ppai@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Support setting multiple hosts (volfile servers)</title>
<updated>2018-07-31T09:56:18+00:00</updated>
<author>
<name>Prashanth Pai</name>
<email>ppai@redhat.com</email>
</author>
<published>2018-07-31T09:52:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/libgfapi-python.git/commit/?id=1266c51e57b32fd979a61ebfc73f93964223822f'/>
<id>1266c51e57b32fd979a61ebfc73f93964223822f</id>
<content type='text'>
Fixes
https://github.com/gluster/libgfapi-python/issues/20

Change-Id: If12dfb3166d37071f8996c4d043950aeb27d0ae7
Signed-off-by: Prashanth Pai &lt;ppai@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes
https://github.com/gluster/libgfapi-python/issues/20

Change-Id: If12dfb3166d37071f8996c4d043950aeb27d0ae7
Signed-off-by: Prashanth Pai &lt;ppai@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Support mknod API</title>
<updated>2018-07-27T17:53:14+00:00</updated>
<author>
<name>Michael Hanselmann</name>
<email>public@hansmi.ch</email>
</author>
<published>2018-07-27T15:00:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/libgfapi-python.git/commit/?id=4991e72186e64152ea32286a8e2e73ebf651f30f'/>
<id>4991e72186e64152ea32286a8e2e73ebf651f30f</id>
<content type='text'>
Gluster supports the mknod(2) API to create special files such as
character and block devices. Add it to the "gfapi.Volume" class.

Change-Id: Ie62245441997111b0cf6e44b2a14a1ad7b6d7d56
Signed-off-by: Michael Hanselmann &lt;public@hansmi.ch&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Gluster supports the mknod(2) API to create special files such as
character and block devices. Add it to the "gfapi.Volume" class.

Change-Id: Ie62245441997111b0cf6e44b2a14a1ad7b6d7d56
Signed-off-by: Michael Hanselmann &lt;public@hansmi.ch&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Port to Python 3.x</title>
<updated>2018-06-12T05:59:09+00:00</updated>
<author>
<name>Adam Cecile</name>
<email>adam.cecile@hitec.lu</email>
</author>
<published>2018-04-19T20:11:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/libgfapi-python.git/commit/?id=d5e4a0362a08ca3c0e7a33ea8caafccb22b906b2'/>
<id>d5e4a0362a08ca3c0e7a33ea8caafccb22b906b2</id>
<content type='text'>
Based on PR sent by Adam Cécile (eLvErDe on GitHub):
https://github.com/gluster/libgfapi-python/pull/21

Additional changes to original PR:
* Make it pep8 compliant
* Fix comment in getcwd()
* Add functest36 env to tox.ini

Change-Id: I45c4056333c12a82814cf8adcfa87e6687365366
Signed-off-by: Prashanth Pai &lt;ppai@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on PR sent by Adam Cécile (eLvErDe on GitHub):
https://github.com/gluster/libgfapi-python/pull/21

Additional changes to original PR:
* Make it pep8 compliant
* Fix comment in getcwd()
* Add functest36 env to tox.ini

Change-Id: I45c4056333c12a82814cf8adcfa87e6687365366
Signed-off-by: Prashanth Pai &lt;ppai@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow functional tests to be run as non-root user</title>
<updated>2018-04-04T07:35:44+00:00</updated>
<author>
<name>Prashanth Pai</name>
<email>ppai@redhat.com</email>
</author>
<published>2018-04-04T07:35:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/libgfapi-python.git/commit/?id=7bf9472939a41ac92514d9bfec55f45a53cfba6b'/>
<id>7bf9472939a41ac92514d9bfec55f45a53cfba6b</id>
<content type='text'>
Normal users do not have permissions to read or write to
/var/run/glusterd.socket

Skip those tests if run as non-root user.

Change-Id: I1c1f805c362746036f5d8fe13e73ebad188388ea
Signed-off-by: Prashanth Pai &lt;ppai@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Normal users do not have permissions to read or write to
/var/run/glusterd.socket

Skip those tests if run as non-root user.

Change-Id: I1c1f805c362746036f5d8fe13e73ebad188388ea
Signed-off-by: Prashanth Pai &lt;ppai@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable logging by default</title>
<updated>2018-03-28T12:09:15+00:00</updated>
<author>
<name>Alpha</name>
<email>alpha@pokesplash.net</email>
</author>
<published>2015-08-31T05:28:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/libgfapi-python.git/commit/?id=4fe135300dbb7b7c9f3f0d0676ea76149414fb6b'/>
<id>4fe135300dbb7b7c9f3f0d0676ea76149414fb6b</id>
<content type='text'>
Superusers should not be required to use this API with default settings.
Provide a disable_logging method of Volume. Ensure that set_logging
gets called with new values.

Change-Id: Ia27a682c96d6ca28f85d43f9d8483f08d1dc6367
Signed-off-by: Alpha &lt;alpha@pokesplash.net&gt;
Signed-off-by: Prashanth Pai &lt;ppai@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Superusers should not be required to use this API with default settings.
Provide a disable_logging method of Volume. Ensure that set_logging
gets called with new values.

Change-Id: Ia27a682c96d6ca28f85d43f9d8483f08d1dc6367
Signed-off-by: Alpha &lt;alpha@pokesplash.net&gt;
Signed-off-by: Prashanth Pai &lt;ppai@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add get_volume_id() API</title>
<updated>2018-01-11T12:23:27+00:00</updated>
<author>
<name>Prashanth Pai</name>
<email>ppai@redhat.com</email>
</author>
<published>2018-01-11T12:23:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/libgfapi-python.git/commit/?id=b5073b090535744608164e266badba919298f894'/>
<id>b5073b090535744608164e266badba919298f894</id>
<content type='text'>
Change-Id: Ia4c378c5b1657bb4ec23c7057c7cbc49c1b31484
Signed-off-by: Prashanth Pai &lt;ppai@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ia4c378c5b1657bb4ec23c7057c7cbc49c1b31484
Signed-off-by: Prashanth Pai &lt;ppai@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
