| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
doc/releases: Clarify Quincy CephFS MDS upgrade process
Reviewed-by: Zac Dover <zac.dover@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
|
|\ \
| | |
| | | |
doc/ceph-volume: update LUKS docs
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Remove references that claim that Ceph uses only LUKS version 1.
https://tracker.ceph.com/issues/58354
Signed-off-by: Zac Dover <zac.dover@gmail.com>
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | | |
zdover23/wip-doc-2023-01-12-rbd-iscsi-initiator-linux-prompts
doc/rbd: refine iscsi-initiator-linux.rbd
Reviewed-by: Ilya Dryomov <idryomov@redhat.com>
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Add prompts and clean up the lists in doc/rbd/iscsi-initiator-linux.rbd.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
|
|/ /
| |
| |
| |
| |
| | |
Explain how to escape the bold notation (**) within words in RST.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
|
|/
|
|
|
|
|
| |
Add git branch deleting and search commands to the "Basic Workflow" page
of the Developer Guide.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
|
|
|
|
|
|
|
|
| |
Explain how to set up push.autoSetupRemote so that the origin branch is
properly set up when running "get push" without the need for the
"--set-upstream" option.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
|
|
|
|
|
|
|
|
| |
Capitalize the initialization "OSD" where it occurs in natural language
in cephadm/host-management.rst. This PR answers a request made by
Anthony D'Atri and seconded by Cole Mitchell in https://github.com/ceph/ceph/pull/49699#discussion_r1066171002.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
|
|\
| |
| |
| |
| |
| |
| | |
zdover23/wip-doc-2023-01-11-cephadm-host-management-removing-hosts
doc/cephadm: refine "Removing Hosts"
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
|
| |
| |
| |
| |
| |
| |
| | |
An intended edit to remove a redundant indefinite article became a
longer (but still brief) full editorial pass.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
zdover23/wip-doc-2023-01-11-rados-operations-move-colon
doc/rados: move colon
Reviewed-by: Cole Mitchell <cole.mitchell@gmail.com>
|
| |/
| |
| |
| |
| |
| | |
Move colon in add-or-rm-osds.rst so that the sentence reads properly.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
|
|/
|
|
|
|
| |
Add "scroll-margin-top: 4em;" property to h3 html element.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
|
|\
| |
| |
| |
| | |
doc/css: add "span" padding to custom.css
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add "scroll-top-bar: 2em;" for the "span" html element in custom.css so
that the top bar doesn't get in the way of headings bounded by the "span
element".
See also https://github.com/ceph/ceph/pull/49644.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
|
| |
| |
| |
| |
| | |
Fixes: https://tracker.ceph.com/issues/58398
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
|
|/
|
|
|
| |
Fixes: https://tracker.ceph.com/issues/57673
Signed-off-by: Jos Collin <jcollin@redhat.com>
|
|
|
|
|
|
|
|
|
|
| |
Direct readers to the "Replacing an OSD" section in the cephadm
documentation, for cases in which the instructions in "Replacing an OSD"
in the RADOS documentation don't work.
https://tracker.ceph.com/issues/58401
Signed-off-by: Zac Dover <zac.dover@gmail.com>
|
|
|
|
|
|
|
|
|
| |
Remove redundant material under the "Ceph Object Storage" headword and
add a "See 'Ceph Object Store'" link. A future PR will provide a couple
of sentences that explain how object storage is what's really supporting
both CephFS and RBD.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
|
|
|
| |
Signed-off-by: Brad Fitzpatrick <brad@danga.com>
|
|\
| |
| |
| |
| | |
doc/css: Add scroll-margin-top to h2 html element
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add "scroll-margin-top: 4em;" to the h2 html element's definition in
custom.css. This moves the text under all h2 html elements out of the
way of the sticky-header-style top bar, which previously obscured the
text.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
|
|\ \
| |/
|/|
| |
| |
| | |
doc/man: define --num-rep, --min-rep and --max-rep
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
Reviewed-by: Laura Flores <lflores@redhat.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Explain the "--num-rep", "--min-rep", and "--max-rep" options, which are
required when running "crushtool" commands with the "--show-mappings"
flag. Originally reported by Brad Fitzpatrick.
https://tracker.ceph.com/issues/58374
Signed-off-by: Zac Dover <zac.dover@gmail.com>
|
|\ \
| |/
|/|
| |
| |
| |
| | |
zdover23/wip-doc-2023-01-05-add-padding-to-sections
doc/_static: add scroll-margin-top to custom.css
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
|
| |
| |
| |
| |
| |
| |
| | |
Add 4em of padding to the class "section", so that linked-to
destinations are not obscured by the top bar.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
|
|/
|
|
| |
Signed-off-by: Mike Perez <thingee@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
add "scroll-margin-top: em3;" to custom.css so that the header bar
doesn't obscure the text of headwords in glossary.rst. Note that this
applies only to elements in the documentation that are rendered into
HTML with the dt (which stands for "description term" or "description
list") tag. Other modifications will be necessary in order to ensure
that the anchor points of non-dt elements are not obscured by the header
bar.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
|
|\
| |
| |
| |
| | |
doc: fix a couple grammatical things
Reviewed-by: Zac Dover <zac.dover@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Brad Fitzpatrick <brad@danga.com>
|
| |
| |
| |
| |
| |
| |
| | |
Add the suggestions made by Anthony D'Atri in
https://github.com/ceph/ceph/pull/49609.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
|
|/
|
|
|
|
|
| |
Refine the language that was added yesterday, language that explains how
certain aspects of RST work.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
|
|
|
|
|
|
|
|
|
| |
Add two kinds of link-related metadocumentation (documentation about how
to write documentation) to the "Documenting Ceph" section of the "Intro
to Ceph" document: 1. metadocumentation about external links, and 2.
metadocumentation about internal links.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
|
|
|
|
|
|
|
|
| |
Correctly capitalize "Direct-Attached Storage" in the glossary. (And
test the "Quincy" branch, which seems lately not to have picked up any
docs backports.)
Signed-off-by: Zac Dover <zac.dover@gmail.com>
|
|
|
|
|
|
|
|
| |
Collect the "Releases"-related entries together under the "Releases"
headword, in order to give readers a sense at a glance of how the
different kinds of releases relate to one another.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
|
|
|
|
|
|
|
| |
Refine grammar (mostly semantics) in rbd-exclusive-locks.rst.
Co-authored-by: Ilya Dryomov <idryomov@redhat.com>
Signed-off-by: Zac Dover <zac.dover@gmail.com>
|
|
|
|
|
|
|
| |
s/an/each/ in accordance with the suggestion made by Anthony D'Atri
here: https://github.com/ceph/ceph/pull/49590/files#r1058390357
Signed-off-by: Zac Dover <zac.dover@gmail.com>
|
|\
| |
| |
| |
| | |
doc/glossary: clean OSD id-related entries
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
|
| |
| |
| |
| |
| |
| |
| | |
Tidy up the sentences under the headwords "OSD fsid", "OSD id", and "OSD
uuid".
Signed-off-by: Zac Dover <zac.dover@gmail.com>
|
|\ \
| | |
| | |
| | |
| | |
| | | |
doc/rbd: s/wuold/would/ in rados-rbd-cmds.rst
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
|
| |/
| |
| |
| |
| |
| | |
s/wuold/would/ in rados-rbd-cmds.rst.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
|
|/
|
|
| |
Signed-off-by: Ranjini Mandyam Narasiodeyar <rmandyam@rmandyam.remote.csb>
|
|
|
|
|
|
|
| |
Disambiguate various clauses, most of which contain forms of the verb
"to require".
Signed-off-by: Zac Dover <zac.dover@gmail.com>
|
|\
| |
| |
| |
| |
| |
| | |
zdover23/wip-doc-2022-12-26-start-documenting-ceph-backport-fix
doc/start: update documenting-ceph.rst
Reviewed-by: Cole Mitchell <cole.mitchell@gmail.com>
|
| |
| |
| |
| |
| |
| |
| | |
Add an article to documenting-ceph.rst in order to troubleshoot a
backporting problem.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
|
|/
|
|
|
|
| |
Improve multiple glossary entries.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
|
|
|
|
|
|
|
| |
Improve the grammar and the pragmatics of the "TOC and Hyperlinks"
section of start/documenting-ceph.rst.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
|
|\
| |
| |
| |
| |
| |
| | |
zdover23/wip-doc-2022-12-24-rados-api-librados-intro-prompt-removal
doc/rados: remove prompt from php.ini line
Reviewed-by: Cole Mitchell <cole.mitchell@gmail.com>
|