<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba-integration.git/vagrant, branch master</title>
<subtitle>Integration tests for Samba and Gluster</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/samba-integration.git/'/>
<entry>
<title>Fix make clean</title>
<updated>2021-04-22T12:03:27+00:00</updated>
<author>
<name>Sachin Prabhu</name>
<email>sprabhu@redhat.com</email>
</author>
<published>2021-04-22T09:36:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/samba-integration.git/commit/?id=c5d986cad663073f2b460717154622122b80ff57'/>
<id>c5d986cad663073f2b460717154622122b80ff57</id>
<content type='text'>
The last update to add make clean introduced errors. We cannot clean the
Vagrantfile before calling vagrant destroy.

This fixes the regressions introduced by that update.

Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The last update to add make clean introduced errors. We cannot clean the
Vagrantfile before calling vagrant destroy.

This fixes the regressions introduced by that update.

Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add make clean to Makefile</title>
<updated>2021-04-16T12:43:53+00:00</updated>
<author>
<name>Sachin Prabhu</name>
<email>sprabhu@redhat.com</email>
</author>
<published>2021-04-14T17:34:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/samba-integration.git/commit/?id=04faa3494e8aa594cde138e2f9b2ef3ee064f2c6'/>
<id>04faa3494e8aa594cde138e2f9b2ef3ee064f2c6</id>
<content type='text'>
Allow users to remove temporary files with make clean

Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow users to remove temporary files with make clean

Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable glusterfs repo for CentOS 8</title>
<updated>2021-04-15T09:55:10+00:00</updated>
<author>
<name>Sachin Prabhu</name>
<email>sprabhu@redhat.com</email>
</author>
<published>2021-02-18T18:46:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/samba-integration.git/commit/?id=46db85c3b074fbcca05b9a3b8ade781d95a48ffd'/>
<id>46db85c3b074fbcca05b9a3b8ade781d95a48ffd</id>
<content type='text'>
This is required for additional dependencies required by the nightly
glusterfs build.

Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is required for additional dependencies required by the nightly
glusterfs build.

Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Force update of installed Py modules</title>
<updated>2021-04-15T09:55:10+00:00</updated>
<author>
<name>Sachin Prabhu</name>
<email>sprabhu@redhat.com</email>
</author>
<published>2021-02-18T20:01:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/samba-integration.git/commit/?id=2e777e76bcc2edc80afd96f21602b30db8064156'/>
<id>2e777e76bcc2edc80afd96f21602b30db8064156</id>
<content type='text'>
pip does not download the latest version when installing Py modules
using pip. We force the update using the --ignore-installed argument.

Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pip does not download the latest version when installing Py modules
using pip. We force the update using the --ignore-installed argument.

Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Restart systemd on CentOS8</title>
<updated>2021-04-15T09:55:10+00:00</updated>
<author>
<name>Sachin Prabhu</name>
<email>sprabhu@redhat.com</email>
</author>
<published>2021-02-18T19:51:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/samba-integration.git/commit/?id=a451ef3473ff3fe26ebd1332e5d3a80c3fc7bd84'/>
<id>a451ef3473ff3fe26ebd1332e5d3a80c3fc7bd84</id>
<content type='text'>
The command
systemctl list-units
on CentOS 8 fails with
Failed to list units: Access denied

To avoid this problem, restart systemd.

Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The command
systemctl list-units
on CentOS 8 fails with
Failed to list units: Access denied

To avoid this problem, restart systemd.

Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add CentOS 8 specific actions for client.prep</title>
<updated>2021-04-15T09:55:10+00:00</updated>
<author>
<name>Sachin Prabhu</name>
<email>sprabhu@redhat.com</email>
</author>
<published>2021-02-18T16:59:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/samba-integration.git/commit/?id=111eb4dffd4bba1da00478a5cffde45a87db5bb0'/>
<id>111eb4dffd4bba1da00478a5cffde45a87db5bb0</id>
<content type='text'>
Also add make since the CentOS8 images used by vagrant does not include
make.

Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also add make since the CentOS8 images used by vagrant does not include
make.

Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add CentOS 8 specific actions for samba-glusterfs.setup</title>
<updated>2021-04-15T09:55:10+00:00</updated>
<author>
<name>Sachin Prabhu</name>
<email>sprabhu@redhat.com</email>
</author>
<published>2021-02-18T16:54:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/samba-integration.git/commit/?id=b921989b611965cd2acc477c90d5c2f977d5d729'/>
<id>b921989b611965cd2acc477c90d5c2f977d5d729</id>
<content type='text'>
Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add CentOS 8 specific actions for ctdb.setup</title>
<updated>2021-04-15T09:55:10+00:00</updated>
<author>
<name>Sachin Prabhu</name>
<email>sprabhu@redhat.com</email>
</author>
<published>2021-02-18T16:52:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/samba-integration.git/commit/?id=91adda4ea118f1eba69e3dea412726b4561f6b62'/>
<id>91adda4ea118f1eba69e3dea412726b4561f6b62</id>
<content type='text'>
Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add CentOS 8 specific actions for glusterfs.setup</title>
<updated>2021-04-15T09:55:10+00:00</updated>
<author>
<name>Sachin Prabhu</name>
<email>sprabhu@redhat.com</email>
</author>
<published>2021-02-18T16:52:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/samba-integration.git/commit/?id=db9adf4dcf3101a984ce059cecde3b774e9508fd'/>
<id>db9adf4dcf3101a984ce059cecde3b774e9508fd</id>
<content type='text'>
Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add CentOS 8 specific actions for node.prep</title>
<updated>2021-04-15T09:55:10+00:00</updated>
<author>
<name>Sachin Prabhu</name>
<email>sprabhu@redhat.com</email>
</author>
<published>2021-02-18T16:51:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/samba-integration.git/commit/?id=e50baa71175bfa52c7b77340a4c1646c92020526'/>
<id>e50baa71175bfa52c7b77340a4c1646c92020526</id>
<content type='text'>
Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
