]> git.apps.os.sepia.ceph.com Git - ceph.git/log
ceph.git
2 years agoqa: Allow tests to override recovery configs with mClock scheduler enabled 49437/head
Sridhar Seshasayee [Mon, 12 Dec 2022 07:09:33 +0000 (12:39 +0530)]
qa: Allow tests to override recovery configs with mClock scheduler enabled

Set osd_mclock_override_recovery_settings option to true for tests that
modify recovery/backfill configuration options. This prevents logging of
the cluster warning when modifying recovery/backfill limits.

Fixes: https://tracker.ceph.com/issues/57529
Signed-off-by: Sridhar Seshasayee <sseshasa@redhat.com>
(cherry picked from commit 5b2fee21e85ff46441701f2e3cdf43f13181db54)

2 years agoqa/standalone: Add/Modify tests to verify mclock recovery/backfill limits
Sridhar Seshasayee [Fri, 7 Oct 2022 11:44:47 +0000 (17:14 +0530)]
qa/standalone: Add/Modify tests to verify mclock recovery/backfill limits

- Consolidate all mclock standalone tests under
  qa/standalone/misc/mclock-config.sh.
- Revert existing tests in ceph-helpers.sh that verified the earlier hard
  override of recovery/backfill limits.
- Add new tests to verify the procedure to change the recovery/backfill
  limits with mclock scheduler.

Fixes: https://tracker.ceph.com/issues/57529
Signed-off-by: Sridhar Seshasayee <sseshasa@redhat.com>
(cherry picked from commit 9c72116b1cdeaa5593932135c05e00cc5d701534)

2 years agodoc: Update mClock config reference doc to reflect new max recovery limits
Sridhar Seshasayee [Mon, 10 Oct 2022 13:18:13 +0000 (18:48 +0530)]
doc: Update mClock config reference doc to reflect new max recovery limits

Document the following:

- New max backfill/recovery defaults for mClock.
- Steps to modify the backfill/recovery defaults.
  - Modify defaults using new osd_mclock_override_recovery_settings option
- Steps to mitigate unrealistic OSD bench results to set OSD capacity.
  - New capacity threshold options for ssd/hdd

Fixes: https://tracker.ceph.com/issues/57529
Signed-off-by: Sridhar Seshasayee <sseshasa@redhat.com>
(cherry picked from commit a4c2e28877daee0b5ad88c2ea9d359d567d473be)

2 years agocommon: Optimize the HDD mClock cost parameters.
Sridhar Seshasayee [Mon, 10 Oct 2022 05:47:54 +0000 (11:17 +0530)]
common: Optimize the HDD mClock cost parameters.

With the earlier cost per io and cost per byte parameters, the
client ops performance was good but the recovery ops were taking
much longer to complete. The new cost parameters optimizes this
further so that the recovery ops progress faster while
maintaining similar client throughput.

This optimization is tested on both a small cluster and a larger
cluster in a scaled environment.

Fixes: https://tracker.ceph.com/issues/57529
Signed-off-by: Sridhar Seshasayee <sseshasa@redhat.com>
(cherry picked from commit 38655922870dd9dc36a23df6e01492da6ad44e1b)

2 years agoosd: Ignore osd bench results for mclock if it exceeds the set threshold
Sridhar Seshasayee [Fri, 23 Sep 2022 11:36:38 +0000 (17:06 +0530)]
osd: Ignore osd bench results for mclock if it exceeds the set threshold

The osd bench may in some cases show unrealistic results. The IOPS capacity
reported is used for QoS specific calculations in the mClock scheduler. If
the IOPS capacity is unrealistic, it could result is a performance impact
to the ops handled by mClock scheduler.

To avoid this, do not consider the results of the osd bench if it breaches
a threshold set for hdd and ssd media. The existing default setting will
be enforced as a safety measure. A cluster log warning is raised for the
osd.

Fixes: https://tracker.ceph.com/issues/57529
Signed-off-by: Sridhar Seshasayee <sseshasa@redhat.com>
(cherry picked from commit 737a7f1cf6194d3b286657587a2123ee5b688a3e)

2 years agoosd: Reduce default max backfill/recoveries for mclock to realistic limits
Sridhar Seshasayee [Mon, 19 Sep 2022 08:48:33 +0000 (14:18 +0530)]
osd: Reduce default max backfill/recoveries for mclock to realistic limits

The earlier max number of backfill and recovery limits were overly
optimistic and caused recovery ops to overwhelm client ops regardless of
the mclock profile type.

Set the max backfill limit to 10. Set the max recovery limit to 10 for
osds having HDD backing device. For osds having SSD backing device, set
the recovery limit to 20.

Introduce and new config option, 'osd_mclock_override_recovery_settings',
that when set (false by default) allows the modification of the max
backfill and recovery options with mclock scheduler enabled.

It is important to note that with 'osd_mclock_override_recovery_settings'
disabled, the config subsystem will still allow the changes made to the
recovery and backfill settings when using the cli commands as the level at
which the change is made is always greater than CONF_DEFAULT. To counter this,
the osd will forcibly revert the recovery and backfill limits to the mClock
defaults by removing the existing setting from the config store and raises a
cluster log warning indicating the revert. This should force the user to set
the 'osd_mclock_override_recovery_settings' option first and then make changes
to the recovery and backfill limits.

Fixes: https://tracker.ceph.com/issues/57529
Signed-off-by: Sridhar Seshasayee <sseshasa@redhat.com>
(cherry picked from commit 89e48395f8b1329066a1d7e05a4e9e083c88c1a6)

2 years agoMerge pull request #49333 from aclamk/wip-58103-quincy
Laura Flores [Wed, 14 Dec 2022 17:44:28 +0000 (11:44 -0600)]
Merge pull request #49333 from aclamk/wip-58103-quincy

quincy: [bluestore] Improve deferred write decision

2 years agoMerge pull request #49361 from adk3798/tox-upgrade-fixes
Adam King [Wed, 14 Dec 2022 12:58:30 +0000 (07:58 -0500)]
Merge pull request #49361 from adk3798/tox-upgrade-fixes

quincy: pybind/mgr: fixup after upgrading tox versions

Reviewed-by: Laura Flores <lflores@redhat.com>
Reviewed-by: Nizamudeen A <nia@redhat.com>
2 years agoMerge pull request #49424 from zdover23/wip-doc-2022-12-14-backport-49421-to-quincy
colemitchell [Wed, 14 Dec 2022 07:07:59 +0000 (02:07 -0500)]
Merge pull request #49424 from zdover23/wip-doc-2022-12-14-backport-49421-to-quincy

quincy: doc/glossary: add "FQDN" entry

Reviewed-by: Cole Mitchell <cole.mitchell@gmail.com>
2 years agodoc/glossary: add "FQDN" entry 49424/head
Zac Dover [Wed, 14 Dec 2022 05:59:51 +0000 (15:59 +1000)]
doc/glossary: add "FQDN" entry

Add "FQDN" definition to doc/glossary.rst.

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

2 years agoMerge pull request #49397 from zdover23/wip-doc-2022-12-13-backport-49396-to-quincy
colemitchell [Tue, 13 Dec 2022 04:56:32 +0000 (23:56 -0500)]
Merge pull request #49397 from zdover23/wip-doc-2022-12-13-backport-49396-to-quincy

quincy: doc/glossary - add "secrets"

Reviewed-by: Cole Mitchell <cole.mitchell@gmail.com>
2 years agodoc/glossary - add "secrets" 49397/head
Zac Dover [Tue, 13 Dec 2022 04:39:35 +0000 (14:39 +1000)]
doc/glossary - add "secrets"

Add "secrets" to doc/glossary.rst.

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

2 years agocmake: temporarily disable py3 test 49361/head
Kefu Chai [Thu, 8 Dec 2022 16:32:26 +0000 (00:32 +0800)]
cmake: temporarily disable py3 test

py3 tries to import all python modules to ensure that they are
python3 compatible. but the installation fails on jenkins test node:

  Resolved https://github.com/ceph/teuthology.git to commit 4da97cf64e542f347ec47b7bdbe5eca99759f9b7
  Installing build dependencies: started
  error: subprocess-exited-with-error

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
(cherry picked from commit da40d8464013812e7d9e4e653eb5179ef3841394)

2 years agopybind/mgr: do not test with py37
Kefu Chai [Thu, 8 Dec 2022 16:49:37 +0000 (00:49 +0800)]
pybind/mgr: do not test with py37

as we always test with ubuntu jammy, which does not provide python3.7:

py37: skipped because could not find python interpreter with spec(s): py37

so there is no point testing with python3.7.

also, in tox v4, it is not able to handle "key = value" anymore, where
value has newlines in it. so we need to find a better way passing
command line options to the test command.

this change partially reverts 2dd86c9e3eca6e14a04a821edf3a654f31da7a21

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
(cherry picked from commit c67106b120c0289f0c26d2f89892e8954b3b57bd)

Conflicts:
src/pybind/mgr/tox.ini

2 years agomgr/pybind: fix mypy arg parsing
Adam King [Fri, 9 Dec 2022 16:10:36 +0000 (11:10 -0500)]
mgr/pybind: fix mypy arg parsing

On the new tox version it is treating each line as a new command
so it will do something like "mypy --config-file=../../mypy.ini"
as one command and then "-m balancer" as a totally separate command.
The first one immediately fails as it doesn't include any modules
to test. Adding backslashes to the ends of the lines gets it to
handle the lines as one long command

Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit 8e5840ff2c5815897e3eaeb136927971ad6f5384)

2 years agopybind/mgr: fix tox autopep8 args
Adam King [Fri, 9 Dec 2022 16:25:01 +0000 (11:25 -0500)]
pybind/mgr: fix tox autopep8 args

Similar to mypy, we now need a backslash to signal
a newline doesn't mean to start a new command

Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit 2ecd74cdac098b3b4cdd209c10ce00f050aa8a8a)

2 years agoMerge pull request #48788 from rhcs-dashboard/wip-57995-quincy
Avan [Mon, 12 Dec 2022 10:10:48 +0000 (15:40 +0530)]
Merge pull request #48788 from rhcs-dashboard/wip-57995-quincy

quincy: mgr/dashboard: paginate services

Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Reviewed-by: melissa-kun-li <NOT@FOUND>
2 years agoMerge pull request #49384 from zdover23/wip-doc-2022-12-12-backport-49383-to-quincy
colemitchell [Mon, 12 Dec 2022 04:37:24 +0000 (23:37 -0500)]
Merge pull request #49384 from zdover23/wip-doc-2022-12-12-backport-49383-to-quincy

quincy: doc/rados: add prompts to user-management.rst

Reviewed-by: Cole Mitchell <cole.mitchell@gmail.com>
2 years agodoc/rados: add prompts to user-management.rst 49384/head
Zac Dover [Mon, 12 Dec 2022 04:22:40 +0000 (14:22 +1000)]
doc/rados: add prompts to user-management.rst

Add unselectable prompts to doc/rados/operations/user-management.rst.

https://tracker.ceph.com/issues/57108

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

2 years agoMerge pull request #49377 from zdover23/wip-doc-2022-12-11-backport-49376-to-quincy
colemitchell [Sat, 10 Dec 2022 21:36:19 +0000 (16:36 -0500)]
Merge pull request #49377 from zdover23/wip-doc-2022-12-11-backport-49376-to-quincy

quincy: doc/install: update clone-source.rst

Reviewed-by: Cole Mitchell <cole.mitchell@gmail.com>
2 years agodoc/install: update clone-source.rst 49377/head
Zac Dover [Sat, 10 Dec 2022 20:25:13 +0000 (06:25 +1000)]
doc/install: update clone-source.rst

Beef up clone-source.rst. Repair semantics. Add internal references. Fix
a broken "git submodule foreach git clean -fdx" command.

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

2 years agoMerge pull request #49371 from zdover23/wip-doc-2022-12-10-backport-49368-to-quincy
colemitchell [Sat, 10 Dec 2022 04:56:19 +0000 (23:56 -0500)]
Merge pull request #49371 from zdover23/wip-doc-2022-12-10-backport-49368-to-quincy

quincy: doc/rados: add prompts to upmap.rst

Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
2 years agoMerge pull request #49369 from zdover23/wip-doc-2022-12-10-backport-49367-to-quincy
colemitchell [Sat, 10 Dec 2022 04:54:04 +0000 (23:54 -0500)]
Merge pull request #49369 from zdover23/wip-doc-2022-12-10-backport-49367-to-quincy

quincy: doc/rados: add prompts to stretch-mode.rst

Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
2 years agodoc/rados: add prompts to upmap.rst 49371/head
Zac Dover [Sat, 10 Dec 2022 04:34:46 +0000 (14:34 +1000)]
doc/rados: add prompts to upmap.rst

Add unselectable prompts to doc/rados/operations/upmap.rst.

https://tracker.ceph.com/issues/57108

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

2 years agodoc/rados: add prompts to stretch-mode.rst 49369/head
Zac Dover [Sat, 10 Dec 2022 04:15:45 +0000 (14:15 +1000)]
doc/rados: add prompts to stretch-mode.rst

Add unselectable prompts to doc/rados/operations/stretch-mode.rst.

https://tracker.ceph.com/issues/57108

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

2 years agoMerge pull request #49365 from zdover23/wip-doc-2022-12-10-backport-49364-to-quincy
colemitchell [Sat, 10 Dec 2022 03:57:25 +0000 (22:57 -0500)]
Merge pull request #49365 from zdover23/wip-doc-2022-12-10-backport-49364-to-quincy

quincy: doc/rbd: remove typo and ill-formed command

Reviewed-by: Cole Mitchell <cole.mitchell@gmail.com>
2 years agodoc/rbd: remove typo and ill-formed command 49365/head
Zac Dover [Sat, 10 Dec 2022 03:20:17 +0000 (13:20 +1000)]
doc/rbd: remove typo and ill-formed command

Ingest Ilya Dryomov's comments here https://github.com/ceph/ceph/pull/49340/files#r1044365857

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

2 years agoqa: add pytest to deps of py3 env
Kefu Chai [Thu, 8 Dec 2022 14:34:38 +0000 (22:34 +0800)]
qa: add pytest to deps of py3 env

otherwise it is mising when running test, and we'd have following
failure:

py3: exit 2 (0.00 seconds) /home/jenkins-build/build/workspace/ceph-pull-requests/qa> pytest --assert=plain test_import.py

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
(cherry picked from commit 127dd54db84afb90ae20fdc7c4ecdcbf789aec25)

2 years agoqa: set locale to C.UTF-8 in tox.ini
Kefu Chai [Thu, 8 Dec 2022 06:42:42 +0000 (14:42 +0800)]
qa: set locale to C.UTF-8 in tox.ini

as ansible is using UTF-8 encoded characters in the file names, so,
to avoid failures like:

  File "/home/jenkins-build/build/workspace/ceph-pull-requests/qa/.tox/py3/lib/python3.10/site-packages/pip/_internal/utils/unpacking.py", line 217, in untar_file
    with open(path, "wb") as destfp:
UnicodeEncodeError: 'latin-1' codec can't encode characters in position 137-140: ordinal not in range(256)

we have to set a locale which is able to handle UTF-8.

see also https://github.com/ceph/teuthology/pull/1671

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
(cherry picked from commit bc2b551e9fc94697aee42de34de03d0a2a819850)

2 years agopybind/mgr: drop cython from requires
Kefu Chai [Thu, 8 Dec 2022 10:25:20 +0000 (18:25 +0800)]
pybind/mgr: drop cython from requires

cython is not required for running tox commands.

this should address the test failure like:

ROOT: will run in automatically provisioned tox, host /home/jenkins-build/build/workspace/ceph-pull-requests/build/mgr-virtualenv/bin/python3.10 is missing [requires (has)]: cython

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
(cherry picked from commit c9cc795d02682f550098e517a01cf2adc7502906)

2 years agocephadm: drop cython from requires
Kefu Chai [Thu, 8 Dec 2022 10:23:32 +0000 (18:23 +0800)]
cephadm: drop cython from requires

cython is not required for launching the tox environment.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
(cherry picked from commit 8b20bb8ca2b8f110a030a2f3fffd849faa125948)

2 years ago*: s/whitelist_externals/allowlist_externals/
Kefu Chai [Thu, 8 Dec 2022 06:53:33 +0000 (14:53 +0800)]
*: s/whitelist_externals/allowlist_externals/

as allowlist_externals was introduced in
tox v4.0. see
https://github.com/tox-dev/tox/commit/5e33fda1a40ffb4973de3d607a572891eb3cb2d2 , but
this option was backported to 3.18 as an alias of whitelist_externals, so we don't need
to specify the minversion to 4.0 in this change.

as we started using tox 4.0 and up (v4.0.2 in specific). tox complains
and fails like:

alerts-lint: failed with promtool is not allowed, use allowlist_externals to allow it
  alerts-lint: FAIL code 1 (9.25 seconds)

see https://tox.wiki/en/latest/faq.html#tox-4-removed-tox-ini-keys
and https://tox.wiki/en/latest/config.html#allowlist_externals

it'd be nice to use a more inclusive language also. so, in this change,
s/whitelist_externals/allowlist_externals/ in all tox.ini in this
project.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
(cherry picked from commit 34e2e33870b1ce381f9cd3eead882daa7b640b81)

2 years agoMerge pull request #48314 from andriytk/fix-rpmbuild-quincy
Yuri Weinstein [Fri, 9 Dec 2022 17:12:46 +0000 (09:12 -0800)]
Merge pull request #48314 from andriytk/fix-rpmbuild-quincy

quincy: compressor: fix rpmbuild on RHEL-8

Reviewed-by: Casey Bodley <cbodley@redhat.com>
2 years agoMerge pull request #49356 from zdover23/wip-doc-2022-12-09-backport-49342-to-quincy
colemitchell [Fri, 9 Dec 2022 07:10:54 +0000 (02:10 -0500)]
Merge pull request #49356 from zdover23/wip-doc-2022-12-09-backport-49342-to-quincy

quincy: doc/rbd: refine "Removing a Block Device Image"

Reviewed-by: Cole Mitchell <cole.mitchell@gmail.com>
2 years agodoc/rbd: refine "Removing a Block Device Image" 49356/head
Zac Dover [Fri, 9 Dec 2022 01:16:27 +0000 (11:16 +1000)]
doc/rbd: refine "Removing a Block Device Image"

Refine and add unselectable prompts to "Removing a Block Device Image"
in doc/rbd/rados-rbd-cmds.

https://tracker.ceph.com/issues/57001

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

2 years agoMerge pull request #49354 from zdover23/wip-doc-2022-12-09-backport-49343-to-quincy
colemitchell [Fri, 9 Dec 2022 07:04:15 +0000 (02:04 -0500)]
Merge pull request #49354 from zdover23/wip-doc-2022-12-09-backport-49343-to-quincy

quincy: doc/rbd: refine "Restoring a Block Device Image"

Reviewed-by: Cole Mitchell <cole.mitchell@gmail.com>
2 years agoMerge pull request #49352 from zdover23/wip-doc-2022-12-09-backport-49341-to-quincy
colemitchell [Fri, 9 Dec 2022 07:01:49 +0000 (02:01 -0500)]
Merge pull request #49352 from zdover23/wip-doc-2022-12-09-backport-49341-to-quincy

quincy: doc/rbd: refine "Resizing a Block Device Image"

Reviewed-by: Cole Mitchell <cole.mitchell@gmail.com>
2 years agoMerge pull request #49350 from zdover23/wip-doc-2022-12-09-backport-49340-to-quincy
colemitchell [Fri, 9 Dec 2022 06:58:42 +0000 (01:58 -0500)]
Merge pull request #49350 from zdover23/wip-doc-2022-12-09-backport-49340-to-quincy

quincy: doc/rbd: refine "Retrieving Image Information"

Reviewed-by: Cole Mitchell <cole.mitchell@gmail.com>
2 years agodoc/rbd: refine "Restoring a Block Device Image" 49354/head
Zac Dover [Fri, 9 Dec 2022 01:31:07 +0000 (11:31 +1000)]
doc/rbd: refine "Restoring a Block Device Image"

Refine and add unselectable prompts to "Restoring a Block Device Image"
in doc/rbd/rados-rbd-cmds.rst.

https://tracker.ceph.com/issues/57001

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

2 years agoMerge pull request #49348 from zdover23/wip-doc-2022-12-09-backport-49339-to-quincy
colemitchell [Fri, 9 Dec 2022 06:56:03 +0000 (01:56 -0500)]
Merge pull request #49348 from zdover23/wip-doc-2022-12-09-backport-49339-to-quincy

quincy: doc/rbd: refine "Listing Block Device Images"

Reviewed-by: Cole Mitchell <cole.mitchell@gmail.com>
2 years agodoc/rbd: refine "Resizing a Block Device Image" 49352/head
Zac Dover [Fri, 9 Dec 2022 01:02:31 +0000 (11:02 +1000)]
doc/rbd: refine "Resizing a Block Device Image"

Refine and add unselectable prompts to "Resizing a Block Device Image"
in doc/rbd/rados/rbd-cmds.rst.

https://tracker.ceph.com/issues/57001

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

2 years agodoc/rbd: refine "Retrieving Image Information" 49350/head
Zac Dover [Fri, 9 Dec 2022 00:25:55 +0000 (10:25 +1000)]
doc/rbd: refine "Retrieving Image Information"

Refine the text and prompts in "Retrieving Image Information" in
doc/rbd/rados-rbd-cmds.rst.

https://tracker.ceph.com/issues/57001

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

2 years agoMerge pull request #49346 from zdover23/wip-doc-2022-12-09-backport-49338-to-quincy
colemitchell [Fri, 9 Dec 2022 06:50:58 +0000 (01:50 -0500)]
Merge pull request #49346 from zdover23/wip-doc-2022-12-09-backport-49338-to-quincy

quincy: doc/rbd: refine "Creating a Block Device Image"

Reviewed-by: Cole Mitchell <cole.mitchell@gmail.com>
2 years agodoc/rbd: refine "Listing Block Device Images" 49348/head
Zac Dover [Fri, 9 Dec 2022 00:21:47 +0000 (10:21 +1000)]
doc/rbd: refine "Listing Block Device Images"

Refine the text and prompts in "Listing Block Device Images" in
doc/rbd/rados-rbd-cmds.rst.

https://tracker.ceph.com/issues/57001

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

2 years agodoc/rbd: refine "Creating a Block Device Image" 49346/head
Zac Dover [Thu, 8 Dec 2022 23:53:14 +0000 (09:53 +1000)]
doc/rbd: refine "Creating a Block Device Image"

Refine the English and prompts in "Creating a Block Device Image" in
doc/rbd/rados-rbd-cmds.rst.

https://tracker.ceph.com/issues/57001

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

2 years agotest/store_test: add tests for deferred writes 49333/head
Adam Kupczyk [Thu, 13 Oct 2022 17:55:13 +0000 (17:55 +0000)]
test/store_test: add tests for deferred writes

Signed-off-by: Adam Kupczyk <akupczyk@redhat.com>
(cherry picked from commit 6eb5ea7ea8652eafd84e56a773bd53363b7f205f)

2 years agotest/store_test: extend test that reproduces bug #56488
Adam Kupczyk [Thu, 13 Oct 2022 15:01:21 +0000 (15:01 +0000)]
test/store_test: extend test that reproduces bug #56488

Signed-off-by: Adam Kupczyk <akupczyk@redhat.com>
(cherry picked from commit 3e8e4fff587375bc7863769ce6d7fb0757bafb4c)

2 years agoos/bluestore: fix no deferred writing
Adam Kupczyk [Thu, 13 Oct 2022 14:25:42 +0000 (14:25 +0000)]
os/bluestore: fix no deferred writing

Fixes: https://tracker.ceph.com/issues/56488
Signed-off-by: Adam Kupczyk <akupczyk@redhat.com>
(cherry picked from commit 9a57b631730674c2c4d94383002813ad2b7e868d)

2 years agotest/store_test: introduce a case to reproduce bug #56488
Igor Fedotov [Mon, 18 Jul 2022 16:00:40 +0000 (19:00 +0300)]
test/store_test: introduce a case to reproduce bug #56488

Signed-off-by: Igor Fedotov <igor.fedotov@croit.io>
(cherry picked from commit 1000f8d8c85e486fd958abed4a03de05c054c484)

2 years agoMerge pull request #49318 from zdover23/wip-doc-2022-12-08-backport-49306-to-quincy
zdover23 [Thu, 8 Dec 2022 11:38:36 +0000 (21:38 +1000)]
Merge pull request #49318 from zdover23/wip-doc-2022-12-08-backport-49306-to-quincy

quincy: doc/rbd: refine "Create a Block Device User"

Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
2 years agodoc/rbd: refine "Create a Block Device User" 49318/head
Zac Dover [Wed, 7 Dec 2022 14:43:31 +0000 (00:43 +1000)]
doc/rbd: refine "Create a Block Device User"

Refine "Create a Block Device User", after suggestions made by Ilya
Dryomov in https://github.com/ceph/ceph/pull/49301#pullrequestreview-1208285685

https://tracker.ceph.com/issues/57001

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

2 years agoMerge pull request #49307 from zdover23/wip-doc-2022-12-08-backport-49282-to-quincy
zdover23 [Thu, 8 Dec 2022 05:22:43 +0000 (15:22 +1000)]
Merge pull request #49307 from zdover23/wip-doc-2022-12-08-backport-49282-to-quincy

quincy: doc/rbd: refine "Create a Block Device Pool"

Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
Reviewed-by: Ilya Dryomov <idryomov@redhat.com>
2 years agoMerge pull request #46896 from ceph/wip-yuriw-quincy-p2p-quincy
Laura Flores [Wed, 7 Dec 2022 22:34:05 +0000 (16:34 -0600)]
Merge pull request #46896 from ceph/wip-yuriw-quincy-p2p-quincy

quincy: qa/tests: initial draft for quincy p2p tests

2 years agodoc/rbd: refine "Create a Block Device Pool" 49307/head
Zac Dover [Tue, 6 Dec 2022 13:14:49 +0000 (23:14 +1000)]
doc/rbd: refine "Create a Block Device Pool"

Refine the "Create a Block Device Pool" section of
doc/rbd/rados-rbd-cmds.rst.

https://tracker.ceph.com/issues/57001

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

2 years agoMerge pull request #49059 from idryomov/wip-cephadm-flake8-quincy
Adam King [Wed, 7 Dec 2022 16:13:15 +0000 (11:13 -0500)]
Merge pull request #49059 from idryomov/wip-cephadm-flake8-quincy

quincy: cephadm: pin flake8 to 5.0.4

Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: Kefu Chai <tchaikov@gmail.com>
2 years agoMerge pull request #49300 from zdover23/wip-doc-2022-12-07-backport-49283-to-quincy
zdover23 [Wed, 7 Dec 2022 14:33:31 +0000 (00:33 +1000)]
Merge pull request #49300 from zdover23/wip-doc-2022-12-07-backport-49283-to-quincy

quincy: doc/rbd: refine "Create a Block Device User"

Reviewed-by: Ilya Dryomov <idryomov@redhat.com>
2 years agodoc/rbd: refine "Create a Block Device User" 49300/head
Zac Dover [Tue, 6 Dec 2022 14:20:24 +0000 (00:20 +1000)]
doc/rbd: refine "Create a Block Device User"

Refine "Create a Block Device User" in doc/rbd/rados-rbd-cmds.rst.

https://tracker.ceph.com/issues/57001

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

2 years agoMerge pull request #49275 from zdover23/wip-doc-2022-12-06-backport-49270-to-quincy
zdover23 [Tue, 6 Dec 2022 13:36:04 +0000 (23:36 +1000)]
Merge pull request #49275 from zdover23/wip-doc-2022-12-06-backport-49270-to-quincy

quincy: doc/rados: add prompts to placement-groups.rst (3)

Reviewed-by: Cole Mitchell <cole.mitchell@gmail.com>
2 years agoMerge pull request #49273 from zdover23/wip-doc-2022-12-06-backport-49269-to-quincy
zdover23 [Tue, 6 Dec 2022 13:35:04 +0000 (23:35 +1000)]
Merge pull request #49273 from zdover23/wip-doc-2022-12-06-backport-49269-to-quincy

quincy: doc/rados: add prompts to placement-groups.rst

Reviewed-by: Cole Mitchell <cole.mitchell@gmail.com>
2 years agodoc/rados: add prompts to placement-groups.rst (3) 49275/head
Zac Dover [Tue, 6 Dec 2022 07:13:44 +0000 (17:13 +1000)]
doc/rados: add prompts to placement-groups.rst (3)

Add unselectable prompts to doc/rados/operations/placement-groups.rst (3
of 3).

https://tracker.ceph.com/issues/57108

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

2 years agoMerge pull request #49271 from zdover23/wip-doc-2022-12-06-backport-49268-to-quincy
colemitchell [Tue, 6 Dec 2022 07:31:12 +0000 (02:31 -0500)]
Merge pull request #49271 from zdover23/wip-doc-2022-12-06-backport-49268-to-quincy

quincy: doc/rados: add prompts to placement-groups.rst

Reviewed-by: Cole Mitchell <cole.mitchell@gmail.com>
2 years agodoc/rados: add prompts to placement-groups.rst 49273/head
Zac Dover [Tue, 6 Dec 2022 07:07:18 +0000 (17:07 +1000)]
doc/rados: add prompts to placement-groups.rst

Add unselectable prompts to doc/rados/operations/placement-groups.rst.
(2 of 3)

https://tracker.ceph.com/issues/57108

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

2 years agodoc/rados: add prompts to placement-groups.rst 49271/head
Zac Dover [Tue, 6 Dec 2022 06:56:02 +0000 (16:56 +1000)]
doc/rados: add prompts to placement-groups.rst

Add unselectable prompts to doc/rados/operations/placement-groups.rst.

https://tracker.ceph.com/issues/57108

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

2 years agoMerge pull request #49265 from zdover23/wip-doc-2022-12-06-backport-49264-to-quincy
colemitchell [Tue, 6 Dec 2022 06:17:14 +0000 (01:17 -0500)]
Merge pull request #49265 from zdover23/wip-doc-2022-12-06-backport-49264-to-quincy

quincy: doc/glossary: add matter to "RBD"

Reviewed-by: Cole Mitchell <cole.mitchell@gmail.com>
2 years agodoc/glossary: add matter to "RBD" 49265/head
Zac Dover [Tue, 6 Dec 2022 04:15:43 +0000 (14:15 +1000)]
doc/glossary: add matter to "RBD"

Clarify that "RBD" and "Ceph Block Device" and "RADOS Block Device" all
refer to the same thing.

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

2 years agoMerge pull request #48543 from ronen-fr/wip-rf-acting-quincy
Yuri Weinstein [Mon, 5 Dec 2022 17:34:37 +0000 (09:34 -0800)]
Merge pull request #48543 from ronen-fr/wip-rf-acting-quincy

Quincy: osd/scrub: use the actual active set when requesting replicas…

Reviewed-by: Samuel Just <sjust@redhat.com>
2 years agoMerge pull request #47925 from rzarzynski/wip-56648-quincy
Yuri Weinstein [Mon, 5 Dec 2022 17:33:55 +0000 (09:33 -0800)]
Merge pull request #47925 from rzarzynski/wip-56648-quincy

quincy: pybind/mgr/autoscaler: Donot show NEW PG_NUM value if autoscaler is not on

Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Prashant D <pdhange@redhat.com>
2 years agoMerge pull request #49254 from zdover23/wip-doc-2022-12-06-backport-49252-to-quincy
colemitchell [Mon, 5 Dec 2022 16:50:48 +0000 (11:50 -0500)]
Merge pull request #49254 from zdover23/wip-doc-2022-12-06-backport-49252-to-quincy

quincy: doc/glossary: add DAS

Reviewed-by: Cole Mitchell <cole.mitchell@gmail.com>
2 years agodoc/glossary: add DAS 49254/head
Zac Dover [Mon, 5 Dec 2022 13:43:29 +0000 (23:43 +1000)]
doc/glossary: add DAS

Add a definition for "DAS" (directly attached storage).

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

2 years agoMerge pull request #49244 from zdover23/wip-doc-2022-12-05-backport-49241-to-quincy
colemitchell [Mon, 5 Dec 2022 03:23:44 +0000 (22:23 -0500)]
Merge pull request #49244 from zdover23/wip-doc-2022-12-05-backport-49241-to-quincy

quincy: doc/rados: add prompts to monitoring.rst

Reviewed-by: Cole Mitchell <cole.mitchell@gmail.com>
2 years agoMerge pull request #49246 from zdover23/wip-doc-2022-12-05-backport-49243-to-quincy
colemitchell [Mon, 5 Dec 2022 03:23:16 +0000 (22:23 -0500)]
Merge pull request #49246 from zdover23/wip-doc-2022-12-05-backport-49243-to-quincy

quincy: doc/rados: add prompts to pg-repair.rst

Reviewed-by: Cole Mitchell <cole.mitchell@gmail.com>
2 years agodoc/rados: add prompts to pg-repair.rst 49246/head
Zac Dover [Mon, 5 Dec 2022 02:44:01 +0000 (12:44 +1000)]
doc/rados: add prompts to pg-repair.rst

Add unselectable prompts to doc/rados/operations/pg-repair.rst.

https://tracker.ceph.com/issues/57108

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

2 years agodoc/rados: add prompts to monitoring.rst 49244/head
Zac Dover [Mon, 5 Dec 2022 02:30:35 +0000 (12:30 +1000)]
doc/rados: add prompts to monitoring.rst

Add unselectable prompts to doc/rados/operations/monitoring.rst.

https://tracker.ceph.com/issues/57108

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

2 years agoMerge pull request #49239 from zdover23/wip-doc-2022-12-05-backport-49238-to-quincy
colemitchell [Sun, 4 Dec 2022 19:43:31 +0000 (14:43 -0500)]
Merge pull request #49239 from zdover23/wip-doc-2022-12-05-backport-49238-to-quincy

quincy: doc/rados: add prompts to monitoring-osd-pg.rst

Reviewed-by: Cole Mitchell <cole.mitchell@gmail.com>
2 years agodoc/rados: add prompts to monitoring-osd-pg.rst 49239/head
Zac Dover [Sun, 4 Dec 2022 19:18:36 +0000 (05:18 +1000)]
doc/rados: add prompts to monitoring-osd-pg.rst

Add unselectable prompts to doc/rados/operations/monitoring-osd-pg.rst.

https://tracker.ceph.com/issues/57108

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

2 years agoMerge pull request #49220 from zdover23/wip-doc-2022-12-04-backport-49212-to-quincy
colemitchell [Sun, 4 Dec 2022 04:27:14 +0000 (23:27 -0500)]
Merge pull request #49220 from zdover23/wip-doc-2022-12-04-backport-49212-to-quincy

quincy: doc/rados: add prompts to erasure-code-shec.rst

Reviewed by Cole Mitchell <cole.mitchell@gmail.com>
Reviewed by Anthony D'Atri <datri@gmail.com>

2 years agoMerge pull request #49222 from zdover23/wip-doc-2022-12-04-backport-49213-to-quincy
colemitchell [Sun, 4 Dec 2022 04:26:57 +0000 (23:26 -0500)]
Merge pull request #49222 from zdover23/wip-doc-2022-12-04-backport-49213-to-quincy

quincy: doc/rados: add prompts to health-checks (1 of 5)

Reviewed by Cole Mitchell <cole.mitchell@gmail.com>
Reviewed by Anthony D'Atri <datri@gmail.com>

2 years agoMerge pull request #49224 from zdover23/wip-doc-2022-12-04-backport-49214-to-quincy
colemitchell [Sun, 4 Dec 2022 04:26:44 +0000 (23:26 -0500)]
Merge pull request #49224 from zdover23/wip-doc-2022-12-04-backport-49214-to-quincy

quincy: doc/rados: add prompts to health-checks (2 of 5)

Reviewed by Cole Mitchell <cole.mitchell@gmail.com>
Reviewed by Anthony D'Atri <datri@gmail.com>

2 years agoMerge pull request #49226 from zdover23/wip-doc-2022-12-04-backport-49215-to-quincy
colemitchell [Sun, 4 Dec 2022 04:26:32 +0000 (23:26 -0500)]
Merge pull request #49226 from zdover23/wip-doc-2022-12-04-backport-49215-to-quincy

quincy: doc/rados: add prompts to health-checks (3 of 5)

Reviewed by Cole Mitchell <cole.mitchell@gmail.com>
Reviewed by Anthony D'Atri <datri@gmail.com>

2 years agoMerge pull request #49228 from zdover23/wip-doc-2022-12-04-backport-49216-to-quincy
colemitchell [Sun, 4 Dec 2022 04:26:20 +0000 (23:26 -0500)]
Merge pull request #49228 from zdover23/wip-doc-2022-12-04-backport-49216-to-quincy

quincy: doc/rados: add prompts to health-checks (4 of 5)

Reviewed by Cole Mitchell <cole.mitchell@gmail.com>
Reviewed by Anthony D'Atri <datri@gmail.com>

2 years agoMerge pull request #49230 from zdover23/wip-doc-2022-12-04-backport-49217-to-quincy
colemitchell [Sun, 4 Dec 2022 04:25:26 +0000 (23:25 -0500)]
Merge pull request #49230 from zdover23/wip-doc-2022-12-04-backport-49217-to-quincy

quincy: doc/rados: add prompts to health-checks (5 of 5)

Reviewed by Cole Mitchell <cole.mitchell@gmail.com>

2 years agoMerge pull request #49218 from zdover23/wip-doc-2022-12-04-backport-49211-to-quincy
colemitchell [Sun, 4 Dec 2022 04:20:22 +0000 (23:20 -0500)]
Merge pull request #49218 from zdover23/wip-doc-2022-12-04-backport-49211-to-quincy

quincy: doc/rados: add prompts to erasure-code-lrc.rst

Reviewed by Cole Mitchell <cole.mitchell@gmail.com>
Reviewed by Anthony D'Atri <datri@gmail.com>

2 years agodoc/rados: add prompts to health-checks (5 of 5) 49230/head
Zac Dover [Sat, 3 Dec 2022 17:03:53 +0000 (03:03 +1000)]
doc/rados: add prompts to health-checks (5 of 5)

Add unselectable prompts to doc/rados/operations/health-checks.rst,
fifth 300 lines.

https://tracker.ceph.com/issues/57108

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

2 years agodoc/rados: add prompts to health-checks (4 of 5) 49228/head
Zac Dover [Sat, 3 Dec 2022 16:56:31 +0000 (02:56 +1000)]
doc/rados: add prompts to health-checks (4 of 5)

Add unselectable prompts to doc/rados/operations/health-checks.rst,
fourth 300 lines.

https://tracker.ceph.com/issues/57108

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

2 years agodoc/rados: add prompts to health-checks (3 of 5) 49226/head
Zac Dover [Sat, 3 Dec 2022 16:49:02 +0000 (02:49 +1000)]
doc/rados: add prompts to health-checks (3 of 5)

Add unselectable prompts to doc/rados/operations/health-checks.rst,
third 300 lines.

https://tracker.ceph.com/issues/57108

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

2 years agodoc/rados: add prompts to health-checks (2 of 5) 49224/head
Zac Dover [Sat, 3 Dec 2022 16:33:42 +0000 (02:33 +1000)]
doc/rados: add prompts to health-checks (2 of 5)

Add unselectable prompts to doc/rados/operations/health-checks.rst,
second 300 lines.

https://tracker.ceph.com/issues/57108

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

2 years agodoc/rados: add prompts to health-checks (1 of 5) 49222/head
Zac Dover [Sat, 3 Dec 2022 16:13:08 +0000 (02:13 +1000)]
doc/rados: add prompts to health-checks (1 of 5)

Add unselectable prompts to doc/rados/operations/health-checks.rst,
first 300 lines.

https://tracker.ceph.com/issues/57108

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

2 years agodoc/rados: add prompts to erasure-code-shec.rst 49220/head
Zac Dover [Sat, 3 Dec 2022 15:57:13 +0000 (01:57 +1000)]
doc/rados: add prompts to erasure-code-shec.rst

Add unselectable prompts to doc/rados/operations/erasure-code-shec.rst.

https://tracker.ceph.com/issues/57108

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

2 years agodoc/rados: add prompts to erasure-code-lrc.rst 49218/head
Zac Dover [Sat, 3 Dec 2022 15:28:11 +0000 (01:28 +1000)]
doc/rados: add prompts to erasure-code-lrc.rst

Add unselectable prompts to doc/rados/operations/erasure-code-lrc.rst.

https://tracker.ceph.com/issues/57108

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

2 years agoMerge pull request #49209 from zdover23/wip-doc-2022-12-03-backport-49202-to-quincy
zdover23 [Sat, 3 Dec 2022 03:21:24 +0000 (13:21 +1000)]
Merge pull request #49209 from zdover23/wip-doc-2022-12-03-backport-49202-to-quincy

quincy: doc/rados: add prompts to erasure-code-jerasure.rst

Reviewed-by: Cole Mitchell <cole.mitchell@gmail.com>
2 years agoMerge pull request #49207 from zdover23/wip-doc-2022-12-03-backport-49201-to-quincy
zdover23 [Sat, 3 Dec 2022 03:20:49 +0000 (13:20 +1000)]
Merge pull request #49207 from zdover23/wip-doc-2022-12-03-backport-49201-to-quincy

quincy: doc/rados: add prompts to erasure-code-isa

Reviewed-by: Cole Mitchell <cole.mitchell@gmail.com>
2 years agoMerge pull request #49205 from zdover23/wip-doc-2022-12-03-backport-49200-to-quincy
zdover23 [Sat, 3 Dec 2022 03:13:11 +0000 (13:13 +1000)]
Merge pull request #49205 from zdover23/wip-doc-2022-12-03-backport-49200-to-quincy

quincy: doc/rados: add prompts to erasure-code-clay.rst

Reviewed-by: Cole Mitchell <cole.mitchell@gmail.com>
2 years agodoc/rados: add prompts to erasure-code-jerasure.rst 49209/head
Zac Dover [Fri, 2 Dec 2022 16:27:59 +0000 (02:27 +1000)]
doc/rados: add prompts to erasure-code-jerasure.rst

Add unselectable prompts to
doc/rados/operations/erasure-code-jerasure.rst.

https://tracker.ceph.com/issues/57108

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

2 years agodoc/rados: add prompts to erasure-code-isa 49207/head
Zac Dover [Fri, 2 Dec 2022 16:16:43 +0000 (02:16 +1000)]
doc/rados: add prompts to erasure-code-isa

Add unselectable prompts to doc/rados/operations/erasure-code-isa.

https://tracker.ceph.com/issues/57108

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

2 years agodoc/rados: add prompts to erasure-code-clay.rst 49205/head
Zac Dover [Fri, 2 Dec 2022 16:11:49 +0000 (02:11 +1000)]
doc/rados: add prompts to erasure-code-clay.rst

Add unselectable prompts to doc/rados/operations/erasure-code-clay.rst.

https://tracker.ceph.com/issues/57108

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

2 years agoMerge pull request #49187 from zdover23/wip-doc-2022-12-02-backport-49185-to-quincy
zdover23 [Fri, 2 Dec 2022 04:50:37 +0000 (14:50 +1000)]
Merge pull request #49187 from zdover23/wip-doc-2022-12-02-backport-49185-to-quincy

quincy: doc/rados: add prompts to devices.rst

Reviewed-by: Cole Mitchell <cole.mitchell@gmail.com>
2 years agodoc/rados: add prompts to devices.rst 49187/head
Zac Dover [Fri, 2 Dec 2022 02:28:58 +0000 (12:28 +1000)]
doc/rados: add prompts to devices.rst

Add unselectable prompts to doc/rados/operations/devices.rst.

https://tracker.ceph.com/issues/57108

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

2 years agoMerge pull request #49183 from zdover23/wip-doc-2022-12-02-backport-49182-to-quincy
zdover23 [Fri, 2 Dec 2022 02:44:57 +0000 (12:44 +1000)]
Merge pull request #49183 from zdover23/wip-doc-2022-12-02-backport-49182-to-quincy

quincy: doc/rados: add prompts to crush-map.rst

Reviewed-by: Cole Mitchell <cole.mitchell@gmail.com>
2 years agodoc/rados: add prompts to crush-map.rst 49183/head
Zac Dover [Fri, 2 Dec 2022 02:15:52 +0000 (12:15 +1000)]
doc/rados: add prompts to crush-map.rst

Add unselectable prompts to doc/rados/operations/crush-map.rst.

https://tracker.ceph.com/issues/57108

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

2 years agoMerge pull request #49169 from zdover23/wip-doc-2022-12-01-backport-49167-to-quincy
zdover23 [Thu, 1 Dec 2022 16:38:03 +0000 (02:38 +1000)]
Merge pull request #49169 from zdover23/wip-doc-2022-12-01-backport-49167-to-quincy

quincy: doc/cephadm - remove "danger" admonition

Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>