From: Anthony D'Atri Date: Tue, 23 May 2023 23:13:33 +0000 (-0400) Subject: doc: Update jerasure.org references X-Git-Tag: v16.2.14~102^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F51727%2Fhead;p=ceph.git doc: Update jerasure.org references Signed-off-by: Anthony D'Atri (cherry picked from commit 5e60e0de275f7260aeae9e664ca22ebfdf8fc5f9) --- diff --git a/doc/dev/osd_internals/erasure_coding/jerasure.rst b/doc/dev/osd_internals/erasure_coding/jerasure.rst index 27669a0b2263..ac36367200c6 100644 --- a/doc/dev/osd_internals/erasure_coding/jerasure.rst +++ b/doc/dev/osd_internals/erasure_coding/jerasure.rst @@ -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 `_ . 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. diff --git a/doc/rados/operations/erasure-code-jerasure.rst b/doc/rados/operations/erasure-code-jerasure.rst index 553afa09d27e..0df67398725b 100644 --- a/doc/rados/operations/erasure-code-jerasure.rst +++ b/doc/rados/operations/erasure-code-jerasure.rst @@ -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 -`_ library. It is -recommended to read the *jerasure* documentation to get a better -understanding of the parameters. +`_ 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 =========================