]>
git.apps.os.sepia.ceph.com Git - ceph.git/log
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 )
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 )
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 )
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 )
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 )
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 )
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
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>
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>
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 )
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>
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 )
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 )
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
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 )
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 )
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>
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>
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 )
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>
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 )
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>
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>
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 )
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 )
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>
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 )
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 )
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 )
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 )
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 )
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 )
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>
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>
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 )
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>
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>
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>
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 )
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>
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 )
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 )
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>
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 )
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 )
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 )
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 )
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 )
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 )
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>
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 )
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>
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
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 )
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>
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>
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 )
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>
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>
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 )
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>
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 )
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 )
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>
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 )
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>
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>
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>
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 )
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>
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>
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 )
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 )
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>
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 )
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>
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>
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>
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>
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>
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>
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>
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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>
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>
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>
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 )
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 )
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 )
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>
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 )
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>
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 )
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>