Commit Graph

9 Commits

Author SHA1 Message Date
Tim Burke f28ccb389a Drop support for liberasurecode<1.4.0
Six years seems like more than enough warning, and the data corruption
bug fixed in 1.3.1 is pretty bad.

This also gives us an opportunity to clean up a DeprecationWarning:

   The distutils package is deprecated and slated for removal in
   Python 3.12. Use setuptools or check PEP 632 for potential
   alternatives

Change-Id: Ic34b671dfb2b5bfa7e3a21813cd49d7b720cc94a
Closes-Bug: #1639691
2023-12-18 22:49:29 +00:00
Zuul ec6074972d Merge "Update some project URLs" 2021-10-21 05:53:04 +00:00
Tim Burke e4cc1733a2 Update some project URLs
Change-Id: I8945117faa1e8d0c9029e990c1060e6ee78100ed
2021-06-01 12:25:25 -07:00
Tim Burke 55a9c980ae Switch IRC references from freenode to OFTC
See http://lists.openstack.org/pipermail/openstack-discuss/2021-May/022718.html
and http://lists.opendev.org/pipermail/service-discuss/2021-May/000249.html
for more information.

Change-Id: I897cefeb2dd1a5f3b097fc89acc9d336f5f71749
2021-06-01 08:17:04 -07:00
Tim Burke 0e3afd3b94 Fix gate
Change-Id: I1c9bd3a4706a1d7235981f15cb6e1f4cc8d7ff55
2019-02-13 09:43:04 -08:00
Andreas Jaeger a861aadc48 Install liberasurecode for CentOS
Since I747c2b8754effbc6ec82af3bf7543fd9599a6c14 we do not install
the RDO package repository anymore and thus liberasurecode-devel cannot
be installed.

Add new script tools/test-setup.sh that is called by OpenStack CI jobs
for tox jobs to set up.

The script enables the RDO repository and install the dependencies
liberasurecode-devel and yasm for CentOS 7 and RHEL 7.

Change-Id: I3cb3dc14848a72fe9f93ee8dacab65f1714e1838
2017-12-20 07:30:20 +01:00
Thiago da Silva c3bb310966 update to README
Cleaned up the README file a bit

Change-Id: Ic8f365c7f80b9b0692c9fad3ebc61d6e7b58b96f
Signed-off-by: Thiago da Silva <thiago@redhat.com>
2017-09-13 17:02:27 -04:00
Jim Cheung 69cb73f9d1 Add Phazr.IO libphazr backend support
Currently, there are several implementations of erasure codes that are
available within OpenStack Swift.  Most, if not all, of which are based
on the Reed Solomon coding algorithm.

Phazr.IO’s Erasure Coding technology uses a patented algorithm which are
significantly more efficient and improves the speed of coding, decoding
and reconstruction.  In addition, Phazr.IO Erasure Code use a non-systematic
algorithm which provides data protection at rest and in transport without
the need to use encryption.

Please contact support@phazr.io for more info on our technology.

Change-Id: I9377fa32426a190efd0a7f0675ecf13d7e90367d
2017-03-01 19:19:22 -08:00
Thiago da Silva baf8be7f92 release 1.4.0
Change-Id: I1e7f96cf96906450ef1323e1f9c48fcfd30f14ff
Signed-off-by: Thiago da Silva <thiago@redhat.com>
2016-12-08 20:16:25 +00:00