]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Update jerasure.org references 51726/head
authorAnthony D'Atri <anthonyeleven@users.noreply.github.com>
Tue, 23 May 2023 23:13:33 +0000 (19:13 -0400)
committerZac Dover <zac.dover@proton.me>
Wed, 24 May 2023 01:06:06 +0000 (11:06 +1000)
Signed-off-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
(cherry picked from commit 5e60e0de275f7260aeae9e664ca22ebfdf8fc5f9)

doc/dev/osd_internals/erasure_coding/jerasure.rst
doc/rados/operations/erasure-code-jerasure.rst

index 27669a0b22639f08465dcd5d2e3be5e272e157c5..ac36367200c653641cae8a4bacb20e1c86615272 100644 (file)
@@ -5,7 +5,7 @@ jerasure plugin
 Introduction
 ------------
 
-The parameters interpreted by the jerasure plugin are:
+The parameters interpreted by the ``jerasure`` plugin are:
 
 ::
  
@@ -31,3 +31,5 @@ upstream repositories `http://jerasure.org/jerasure/jerasure
 `http://jerasure.org/jerasure/gf-complete
 <http://jerasure.org/jerasure/gf-complete>`_ . The difference
 between the two, if any, should match pull requests against upstream.
+Note that as of 2023, the ``jerasure.org`` web site may no longer be
+legitimate and/or associated with the original project.
index 553afa09d27e2d7eab5d8db46a9c850bc26ee650..0df67398725bf52f3cd55a780740ed54a311405a 100644 (file)
@@ -6,9 +6,11 @@ The *jerasure* plugin is the most generic and flexible plugin, it is
 also the default for Ceph erasure coded pools. 
 
 The *jerasure* plugin encapsulates the `Jerasure
-<http://jerasure.org>`_ library. It is
-recommended to read the *jerasure* documentation to get a better
-understanding of the parameters.
+<https://github.com/ceph/jerasure>`_ library. It is
+recommended to read the ``jerasuredocumentation to get a better
+understanding of the parameters. Note that the ``jerasure.org``
+web site as of 2023 may no longer be connected to the original
+project or legitimate.
 
 Create a jerasure profile
 =========================