]> git.apps.os.sepia.ceph.com Git - ceph.git/log
ceph.git
2 years agodoc/cephadm: improve front matter 48606/head
Zac Dover [Mon, 24 Oct 2022 03:48:47 +0000 (13:48 +1000)]
doc/cephadm: improve front matter

- I fixed a sentence that was missing a verb.
- I linked to the Ceph-specific Rook instructions.
- I removed the word "GitHub", because after adding the
  Rook instructions it made the sentence false.

Signed-off-by: Zac Dover <zac.dover@gmail.com>
(cherry picked from commit 608b1bdd42f1da75b43584fa45586575ccef0290)

2 years agoMerge pull request #48594 from zdover23/wip-doc-2022-10-23-backport-48593-to-quincy
zdover23 [Sun, 23 Oct 2022 02:29:23 +0000 (12:29 +1000)]
Merge pull request #48594 from zdover23/wip-doc-2022-10-23-backport-48593-to-quincy

quincy: doc/cephadm: update install.rst

Reviewed-by: Cole Mitchell <cole.mitchell@gmail.com>
2 years agodoc/cephadm: update install.rst 48594/head
Zac Dover [Sun, 23 Oct 2022 01:09:18 +0000 (11:09 +1000)]
doc/cephadm: update install.rst

This commit addresses https://github.com/ceph/ceph/pull/43250,
which has remained unmerged for thirteen months. The issues
raised in that PR are addressed here.

This commit contributes to the simplification of the procedure
that explains how to install cephadm. More remains to be done
on this page, but the old PR had to be dealt with first.

Signed-off-by: Zac Dover <zac.dover@gmail.com>
(cherry picked from commit c8f01d3a32b889a0f3b68f619bfed36f6579c28b)

2 years agoMerge pull request #48268 from vshankar/tr-57193
Milind Changire [Sat, 22 Oct 2022 02:39:28 +0000 (08:09 +0530)]
Merge pull request #48268 from vshankar/tr-57193

quincy: fsmap: switch to using iterator based loop

Reviewed-by: Milind Changire <mchangir@redhat.com>