<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/targetcli.git, branch v2.1.54</title>
<subtitle>github.com: agrover/targetcli-fb.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/targetcli.git/'/>
<entry>
<title>version 2.1.54</title>
<updated>2021-03-04T12:51:22+00:00</updated>
<author>
<name>Maurizio Lombardi</name>
<email>mlombard@redhat.com</email>
</author>
<published>2021-03-04T12:51:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/targetcli.git/commit/?id=033cf1c2d34c73cce84c4c12c7383188167bf9e5'/>
<id>033cf1c2d34c73cce84c4c12c7383188167bf9e5</id>
<content type='text'>
Signed-off-by: Maurizio Lombardi &lt;mlombard@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Maurizio Lombardi &lt;mlombard@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #177 from maurizio-lombardi/sparse</title>
<updated>2020-11-23T18:04:25+00:00</updated>
<author>
<name>Maurizio Lombardi</name>
<email>mlombard@redhat.com</email>
</author>
<published>2020-11-23T18:04:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/targetcli.git/commit/?id=af9f5f679d37d91469a73226605d827a4986bcff'/>
<id>af9f5f679d37d91469a73226605d827a4986bcff</id>
<content type='text'>
fileio backstore: fix sparse file creation</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fileio backstore: fix sparse file creation</pre>
</div>
</content>
</entry>
<entry>
<title>fileio backstore: fix sparse file creation</title>
<updated>2020-11-23T18:02:58+00:00</updated>
<author>
<name>Maurizio Lombardi</name>
<email>mlombard@redhat.com</email>
</author>
<published>2020-11-13T10:44:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/targetcli.git/commit/?id=3176671662bda79d4b4059b8cc22b4b31a6547e0'/>
<id>3176671662bda79d4b4059b8cc22b4b31a6547e0</id>
<content type='text'>
fallocate() can't be used to create sparse files because it
actually preallocates all the disk space that will be used by the file
backstore, sparse files do not have preallocated disk space
by definition.
We must therefore use ftruncate().

We can, on the other hand, use fallocate() to create non-sparse
files and fall back to the slower "while() fwrite()" if we
are running on Python version &lt; 3.3 where fallocate() is not available

Fixes 3bd4d8ef7c9b154c53e8b8dd863a570bce7f5c2c

Signed-off-by: Maurizio Lombardi &lt;mlombard@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fallocate() can't be used to create sparse files because it
actually preallocates all the disk space that will be used by the file
backstore, sparse files do not have preallocated disk space
by definition.
We must therefore use ftruncate().

We can, on the other hand, use fallocate() to create non-sparse
files and fall back to the slower "while() fwrite()" if we
are running on Python version &lt; 3.3 where fallocate() is not available

Fixes 3bd4d8ef7c9b154c53e8b8dd863a570bce7f5c2c

Signed-off-by: Maurizio Lombardi &lt;mlombard@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #176 from iammattcoleman/no-systemd-changes-in-setup.py</title>
<updated>2020-07-16T07:31:21+00:00</updated>
<author>
<name>Maurizio Lombardi</name>
<email>mlombard@redhat.com</email>
</author>
<published>2020-07-16T07:31:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/targetcli.git/commit/?id=2c3eccac082a2980aaed371a1fdf0efc6a49dd59'/>
<id>2c3eccac082a2980aaed371a1fdf0efc6a49dd59</id>
<content type='text'>
Do not install systemd files in setup.py</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not install systemd files in setup.py</pre>
</div>
</content>
</entry>
<entry>
<title>version 2.1.53</title>
<updated>2020-06-24T08:14:04+00:00</updated>
<author>
<name>Maurizio Lombardi</name>
<email>mlombard@redhat.com</email>
</author>
<published>2020-06-24T08:14:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/targetcli.git/commit/?id=ff7766b737c0868ae2579da49f2e8304f40767ee'/>
<id>ff7766b737c0868ae2579da49f2e8304f40767ee</id>
<content type='text'>
Signed-off-by: Maurizio Lombardi &lt;mlombard@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Maurizio Lombardi &lt;mlombard@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not install systemd files in setup.py</title>
<updated>2020-06-19T23:08:38+00:00</updated>
<author>
<name>Matt Coleman</name>
<email>matt@datto.com</email>
</author>
<published>2020-06-19T23:06:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/targetcli.git/commit/?id=88da522778fc6a7b256cda7f960912b439290538'/>
<id>88da522778fc6a7b256cda7f960912b439290538</id>
<content type='text'>
setuptools should not perform OS-specific actions such as installing systemd units.
OS-specific actions should be handled by the package manager.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
setuptools should not perform OS-specific actions such as installing systemd units.
OS-specific actions should be handled by the package manager.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #172 from pkalever/perms</title>
<updated>2020-06-04T13:40:44+00:00</updated>
<author>
<name>Maurizio Lombardi</name>
<email>mlombard@redhat.com</email>
</author>
<published>2020-06-04T13:40:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/targetcli.git/commit/?id=493b62ee9e2b1d827d2faad8c77de6a89c7e21a9'/>
<id>493b62ee9e2b1d827d2faad8c77de6a89c7e21a9</id>
<content type='text'>
Ensure we have right perms on saveconfig</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure we have right perms on saveconfig</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #173 from pkalever/perms2</title>
<updated>2020-06-04T08:26:44+00:00</updated>
<author>
<name>Maurizio Lombardi</name>
<email>mlombard@redhat.com</email>
</author>
<published>2020-06-04T08:26:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/targetcli.git/commit/?id=3266f185ba013b1ed4570ddb20bf87dd3beb07b3'/>
<id>3266f185ba013b1ed4570ddb20bf87dd3beb07b3</id>
<content type='text'>
uds: set right permissions at bind() time</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
uds: set right permissions at bind() time</pre>
</div>
</content>
</entry>
<entry>
<title>saveconfig: set right perms on /etc/target/ dir</title>
<updated>2020-06-01T06:58:50+00:00</updated>
<author>
<name>Prasanna Kumar Kalever</name>
<email>prasanna.kalever@redhat.com</email>
</author>
<published>2020-05-29T10:06:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/targetcli.git/commit/?id=9f5764dac39b5b75ee6b5d9e4db419d09d64b898'/>
<id>9f5764dac39b5b75ee6b5d9e4db419d09d64b898</id>
<content type='text'>
Signed-off-by: Prasanna Kumar Kalever &lt;prasanna.kalever@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Prasanna Kumar Kalever &lt;prasanna.kalever@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>saveconfig: set right perms on backup dir</title>
<updated>2020-06-01T06:39:08+00:00</updated>
<author>
<name>Prasanna Kumar Kalever</name>
<email>prasanna.kalever@redhat.com</email>
</author>
<published>2020-05-29T09:35:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/targetcli.git/commit/?id=3bdef6d1aa1f64c03816af68bd5fb2bd1bbb29be'/>
<id>3bdef6d1aa1f64c03816af68bd5fb2bd1bbb29be</id>
<content type='text'>
Signed-off-by: Prasanna Kumar Kalever &lt;prasanna.kalever@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Prasanna Kumar Kalever &lt;prasanna.kalever@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
