]> git.apps.os.sepia.ceph.com Git - ceph.git/log
ceph.git
2 years agodoc/cephadm: s/ssh/SSH/ in doc/cephadm (complete) 48611/head
Zac Dover [Mon, 24 Oct 2022 23:09:11 +0000 (09:09 +1000)]
doc/cephadm: s/ssh/SSH/ in doc/cephadm (complete)

This PR alters "ssh" to "SSH" in the text (that is, not in
commands) every location in the doc/cephadm/ directory where
"ssh" should be "SSH".

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

2 years agoMerge pull request #48606 from zdover23/wip-doc-2022-10-24-backport-48605-to-quincy
zdover23 [Mon, 24 Oct 2022 08:35:19 +0000 (18:35 +1000)]
Merge pull request #48606 from zdover23/wip-doc-2022-10-24-backport-48605-to-quincy

quincy: doc/cephadm: improve front matter

Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
2 years agoMerge pull request #48603 from zdover23/wip-doc-2022-10-24-backport-48600-to-quincy
zdover23 [Mon, 24 Oct 2022 08:34:34 +0000 (18:34 +1000)]
Merge pull request #48603 from zdover23/wip-doc-2022-10-24-backport-48600-to-quincy

quincy: doc/cephadm: clean colons in host-management.rst

Reviewed-by: Cole Mitchell <cole.mitchell@gmail.com>
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
2 years agoMerge pull request #48601 from zdover23/wip-doc-2022-10-24-backport-48599-to-quincy
zdover23 [Mon, 24 Oct 2022 04:06:06 +0000 (14:06 +1000)]
Merge pull request #48601 from zdover23/wip-doc-2022-10-24-backport-48599-to-quincy

quincy: doc/cephadm: s/ssh/SSH/ in troubleshooting.rst

Reviewed-by: Cole Mitchell <cole.mitchell@gmail.com>
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
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 agodoc/cephadm: clean colons in host-management.rst 48603/head
Zac Dover [Sun, 23 Oct 2022 21:14:32 +0000 (07:14 +1000)]
doc/cephadm: clean colons in host-management.rst

Two lines in host-management.rst ended with both colons and
full stops (periods), causing a kind of punctuational turf
war. This commit removes the full stops.

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

2 years agodoc/cephadm: s/ssh/SSH/ in troubleshooting.rst 48601/head
Zac Dover [Sun, 23 Oct 2022 21:09:51 +0000 (07:09 +1000)]
doc/cephadm: s/ssh/SSH/ in troubleshooting.rst

Two places in the troubleshooting.rst file had "ssh" in
the text when it should have been "SSH".

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

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>