]> git.apps.os.sepia.ceph.com Git - ceph.git/log
ceph.git
21 months agoqa: typo fix when checking for perf counter - s/md_thresh_evicted/mdthresh_evicted 53330/head
Venky Shankar [Mon, 9 Oct 2023 04:29:45 +0000 (09:59 +0530)]
qa: typo fix when checking for perf counter - s/md_thresh_evicted/mdthresh_evicted

Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit 5856a1e6b72dc77d3b4d9109385481b924e4fe36)

21 months agoqa: lower mds_session_metadata_threshold for tests
Venky Shankar [Sat, 7 Oct 2023 15:12:29 +0000 (20:42 +0530)]
qa: lower mds_session_metadata_threshold for tests

... and increase the number of files that are created so as to
hit the threshold with a high probability.

Fixes: http://tracker.ceph.com/issues/62873
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit 92200d9d10d30ed35f640fd1120be65577a3ce64)

22 months agoPendingReleaseNotes: add a note for `mds_session_metadata_threshold` mds config
Venky Shankar [Thu, 17 Aug 2023 04:40:37 +0000 (10:10 +0530)]
PendingReleaseNotes: add a note for `mds_session_metadata_threshold` mds config

Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit ac3ab1a203ad65c7db07bc2c02acb5620800fb25)

22 months agotest: add test to verify that a buggy client is blocklisted
Venky Shankar [Fri, 11 Aug 2023 08:40:36 +0000 (04:40 -0400)]
test: add test to verify that a buggy client is blocklisted

... when its session metadata is bloated due to buildup of
`completed_requests`.

Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit 84df4b3d0c9e767a74cf5af80e8138239992df2c)

22 months agomds: add perf counter to track number of sessions evicted due to metadata threshold...
Venky Shankar [Mon, 21 Aug 2023 07:50:22 +0000 (03:50 -0400)]
mds: add perf counter to track number of sessions evicted due to metadata threshold being exceeded

Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit 59dd587ddb3bc95a95d0fb8715511d194181ec6f)

22 months agomds: blocklist clients with "bloated" session metadata
Venky Shankar [Fri, 11 Aug 2023 08:36:52 +0000 (04:36 -0400)]
mds: blocklist clients with "bloated" session metadata

Buggy clients (or maybe a MDS bug) causes a huge buildup of
`completed_requests` metadata in its session information.
This could cause the MDS to go read-only when its flushing
session metadata to the journal since the bloated metadata
causes the ODSOp payload to exceed the maximum write size.

Blocklist such clients so as to allow the MDS to continue
servicing requests.

Fixes: http://tracker.ceph.com/issues/61947
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit bc6814d72a9fbec9c41ed75aee2314666cfca34b)

 Conflicts:
src/common/options/mds.yaml.in
src/mds/MDSRank.cc

Straight-forward conflicts due to missing configs.

22 months agoMerge pull request #53303 from rhcs-dashboard/wip-62718-quincy
Nizamudeen A [Thu, 7 Sep 2023 10:27:19 +0000 (15:57 +0530)]
Merge pull request #53303 from rhcs-dashboard/wip-62718-quincy

quincy: mgr/dashboard: remove used and total used columns in favor of usage bar

Reviewed-by: Nizamudeen A <nia@redhat.com>
22 months agoMerge pull request #53318 from zdover23/wip-doc-2023-09-07-backport-53300-to-quincy
Anthony D'Atri [Wed, 6 Sep 2023 16:42:19 +0000 (12:42 -0400)]
Merge pull request #53318 from zdover23/wip-doc-2023-09-07-backport-53300-to-quincy

quincy: doc/rados: add bulk flag to pools.rst

22 months agoMerge pull request #53316 from zdover23/wip-doc-2023-09-07-backport-53314-to-quincy
Anthony D'Atri [Wed, 6 Sep 2023 16:31:33 +0000 (12:31 -0400)]
Merge pull request #53316 from zdover23/wip-doc-2023-09-07-backport-53314-to-quincy

quincy: doc/man: radosgw-admin.rst typo

22 months agodoc/rados: add bulk flag to pools.rst 53318/head
Zac Dover [Wed, 6 Sep 2023 06:14:42 +0000 (16:14 +1000)]
doc/rados: add bulk flag to pools.rst

Add a link in pools.rst to the section in placement-groups.rst
describing the commands used to manage pools that are flagged "--bulk".

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 31f1224f611b560af7c42131ef38f0aa6dcdffb3)

22 months agodoc/man: radosgw-admin.rst typo 53316/head
Zac Dover [Wed, 6 Sep 2023 14:23:06 +0000 (00:23 +1000)]
doc/man: radosgw-admin.rst typo

Edit the text in the "bucket radoslist" entry.

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit fb808732e8c8f9b64a443aa3ea30a677b1347be3)

22 months agoMerge pull request #53313 from zdover23/wip-doc-2023-09-07-backport-53302-to-quincy
Anthony D'Atri [Wed, 6 Sep 2023 15:15:09 +0000 (11:15 -0400)]
Merge pull request #53313 from zdover23/wip-doc-2023-09-07-backport-53302-to-quincy

quincy: doc/man: remove docs about support for unix domain sockets

22 months agodoc/man: remove docs about support for unix domain sockets 53313/head
Zac Dover [Wed, 6 Sep 2023 06:33:43 +0000 (16:33 +1000)]
doc/man: remove docs about support for unix domain sockets

doc/man: support for unix domain sockets is not implemented, hence we
removed documentation about it.

(Note: the changes in this commit were the work of Rok Jaklič in
https://github.com/ceph/ceph/pull/48537. This pull request has been
raised because that pull request was for some mysterious reason causing
merge conflicts that were never resolved.)

Co-authored-by: Rok Jaklič rjaklic@gmail.com
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit fa40b7ef560fc60a107dad1604650e0bcf27e77e)

22 months agomgr/dashboard: remove used and total used columns in favor of usage bar 53303/head
Pedro Gonzalez Gomez [Mon, 4 Sep 2023 14:45:30 +0000 (16:45 +0200)]
mgr/dashboard: remove used and total used columns in favor of usage bar

Fixes: https://tracker.ceph.com/issues/62697
Signed-off-by: Pedro Gonzalez Gomez <pegonzal@redhat.com>
(cherry picked from commit 802410d4b15c63e756c31672816ef8985341b47c)

22 months agoMerge pull request #50974 from mchangir/wip-59201-quincy
Venky Shankar [Wed, 6 Sep 2023 05:53:27 +0000 (11:23 +0530)]
Merge pull request #50974 from mchangir/wip-59201-quincy

quincy: qa: add subvolume option flavors

Reviewed-by: Venky Shankar <vshankar@redhat.com>
22 months agoMerge pull request #53253 from rhcs-dashboard/wip-62656-quincy
Nizamudeen A [Wed, 6 Sep 2023 05:21:04 +0000 (10:51 +0530)]
Merge pull request #53253 from rhcs-dashboard/wip-62656-quincy

quincy: mgr/dashboard: fix image columns naming

Reviewed-by: Nizamudeen A <nia@redhat.com>
22 months agoMerge pull request #53268 from zdover23/wip-doc-2023-09-04-backport-53264-to-quincy
Anthony D'Atri [Sun, 3 Sep 2023 22:10:59 +0000 (18:10 -0400)]
Merge pull request #53268 from zdover23/wip-doc-2023-09-04-backport-53264-to-quincy

quincy: doc/man/8: improve radosgw-admin.rst

22 months agodoc/man/8: improve radosgw-admin.rst 53268/head
Anthony D'Atri [Sun, 3 Sep 2023 13:56:44 +0000 (09:56 -0400)]
doc/man/8: improve radosgw-admin.rst

Signed-off-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
(cherry picked from commit d986537f9b06e7e848b9624718a2eda21bb54f70)

22 months agoMerge pull request #53262 from zdover23/wip-doc-2023-09-03-backport-50360-to-quincy
Anthony D'Atri [Sun, 3 Sep 2023 12:17:25 +0000 (08:17 -0400)]
Merge pull request #53262 from zdover23/wip-doc-2023-09-03-backport-50360-to-quincy

quincy: doc/radosgw: multisite - edit "migrating a single-site"

22 months agodoc/radosgw: multisite - edit "migrating a single-site" 53262/head
tgfree [Fri, 3 Mar 2023 03:17:59 +0000 (11:17 +0800)]
doc/radosgw: multisite - edit "migrating a single-site"
Add the import step of the section "Migrating a Single-Site Deployment to Multi-Site"
in doc/radosgw/multisite.rst. The field "name" and "api_name" should be matched.

Signed-off-by: Qi Tao <tgfree7@gmail.com>
(cherry picked from commit 579c14055d202429ad25a469c30a3d68e0329391)

22 months agoMerge pull request #53259 from zdover23/wip-doc-2023-09-02-backport-53247-to-quincy
Anthony D'Atri [Fri, 1 Sep 2023 23:10:02 +0000 (19:10 -0400)]
Merge pull request #53259 from zdover23/wip-doc-2023-09-02-backport-53247-to-quincy

quincy: doc/README.md - improve "Running a test cluster"

22 months agodoc/README.md - improve "Running a test cluster" 53259/head
Zac Dover [Fri, 1 Sep 2023 00:19:58 +0000 (10:19 +1000)]
doc/README.md - improve "Running a test cluster"

Improve the English in the section "Running a test cluster in the
ceph/README.md file.

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 420ecc7addaad1969cb634289c2399ea38ea9a90)

22 months agomgr/dashboard: fix image columns naming 53253/head
Pedro Gonzalez Gomez [Wed, 23 Aug 2023 16:34:55 +0000 (18:34 +0200)]
mgr/dashboard: fix image columns naming

Fixes: https://tracker.ceph.com/issues/62551
Signed-off-by: Pedro Gonzalez Gomez <pegonzal@redhat.com>
(cherry picked from commit 338bb5c8a46e2a84fd139c392302e7ff846d3ef8)

22 months agoMerge pull request #53225 from rhcs-dashboard/wip-62599-quincy
Nizamudeen A [Thu, 31 Aug 2023 05:17:48 +0000 (10:47 +0530)]
Merge pull request #53225 from rhcs-dashboard/wip-62599-quincy

quincy: mgr/dashboard: n/a entries behind primary snapshot mode

Reviewed-by: Pedro Gonzalez Gomez <pegonzal@redhat.com>
Reviewed-by: Pere Diaz Bou <pdiazbou@redhat.com>
22 months agoMerge pull request #53226 from zdover23/wip-doc-2023-08-30-backport-53213-to-quincy
Anthony D'Atri [Wed, 30 Aug 2023 16:17:36 +0000 (12:17 -0400)]
Merge pull request #53226 from zdover23/wip-doc-2023-08-30-backport-53213-to-quincy

quincy: doc/cephadm: edit "Adding Hosts" in install.rst

22 months agodoc/cephadm: edit "Adding Hosts" in install.rst 53226/head
Zac Dover [Tue, 29 Aug 2023 22:33:09 +0000 (08:33 +1000)]
doc/cephadm: edit "Adding Hosts" in install.rst

Edit the English in the "Adding Hosts" section of
doc/cephadm/install.rst.

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit f0df9e1ea95362b28ca516e3a2efaab6365de5ea)

22 months agomgr/dashboard: n/a entries behind primary snapshot mode 53225/head
Pere Diaz Bou [Mon, 12 Jun 2023 09:16:33 +0000 (11:16 +0200)]
mgr/dashboard: n/a entries behind primary snapshot mode

Fixes: https://tracker.ceph.com/issues/62576
Signed-off-by: Pere Diaz Bou <pere-altea@hotmail.com>
(cherry picked from commit 6066e37ad3c6bc43c3e5e4313a89265007e7d0d8)

22 months agoMerge pull request #53216 from rhcs-dashboard/wip-62633-quincy
Nizamudeen A [Wed, 30 Aug 2023 11:04:32 +0000 (16:34 +0530)]
Merge pull request #53216 from rhcs-dashboard/wip-62633-quincy

quincy: mgr/dashboard: fix rgw page issues when hostname not resolvable

Reviewed-by: Pedro Gonzalez Gomez <pegonzal@redhat.com>
Reviewed-by: Avan Thakkar <athakkar@redhat.com>
22 months agomgr/dashboard: fix rgw page issues when hostname not resolvable 53216/head
Nizamudeen A [Thu, 24 Aug 2023 11:47:29 +0000 (17:17 +0530)]
mgr/dashboard: fix rgw page issues when hostname not resolvable

Fixes: https://tracker.ceph.com/issues/62396
Signed-off-by: Nizamudeen A <nia@redhat.com>
(cherry picked from commit 78cfeb6372707ec3f997d28ad617367feb3a983e)

 Conflicts:
src/pybind/mgr/dashboard/services/rgw_client.py
  - only keep the CephService import

22 months agoMerge pull request #52706 from rhcs-dashboard/wip-62239-quincy
Nizamudeen A [Wed, 30 Aug 2023 05:35:06 +0000 (11:05 +0530)]
Merge pull request #52706 from rhcs-dashboard/wip-62239-quincy

quincy: mgr/dashboard: allow PUT in CORS

Reviewed-by: Pedro Gonzalez Gomez <pegonzal@redhat.com>
22 months agoMerge pull request #51867 from rhcs-dashboard/wip-61492-quincy
Nizamudeen A [Wed, 30 Aug 2023 04:44:40 +0000 (10:14 +0530)]
Merge pull request #51867 from rhcs-dashboard/wip-61492-quincy

quincy: mgr/dashboard: fix the rgw roles page

Reviewed-by: Avan Thakkar <athakkar@redhat.com>
22 months agoMerge pull request #53203 from rhcs-dashboard/wip-62619-quincy
Nizamudeen A [Wed, 30 Aug 2023 04:43:18 +0000 (10:13 +0530)]
Merge pull request #53203 from rhcs-dashboard/wip-62619-quincy

quincy: mgr/dashboard: set CORS header for unauthorized access

Reviewed-by: Pedro Gonzalez Gomez <pegonzal@redhat.com>
22 months agomgr/dashboard: add more e2e for cephx users 51867/head
Nizamudeen A [Wed, 24 May 2023 16:45:59 +0000 (22:15 +0530)]
mgr/dashboard: add more e2e for cephx users

Fixes: https://tracker.ceph.com/issues/61421
Signed-off-by: Nizamudeen A <nia@redhat.com>
(cherry picked from commit 6bac361b54eb6233b04dfb34c62086a9d3df3c43)

22 months agomgr/dashboard: allow CORS for unauthorized access 53203/head
Nizamudeen A [Mon, 28 Aug 2023 05:15:28 +0000 (10:45 +0530)]
mgr/dashboard: allow CORS for unauthorized access

Fixes: https://tracker.ceph.com/issues/62612
Signed-off-by: Nizamudeen A <nia@redhat.com>
(cherry picked from commit 8158bdab7134714dc2a9f155e599cc2838c3358d)

22 months agoMerge pull request #53200 from zdover23/wip-doc-2023-08-29-backport-53198-to-quincy
Anthony D'Atri [Tue, 29 Aug 2023 03:35:08 +0000 (23:35 -0400)]
Merge pull request #53200 from zdover23/wip-doc-2023-08-29-backport-53198-to-quincy

quincy: doc/cephadm: add ssh note to install.rst

22 months agodoc/cephadm: add ssh note to install.rst 53200/head
Zac Dover [Mon, 28 Aug 2023 22:55:19 +0000 (08:55 +1000)]
doc/cephadm: add ssh note to install.rst

Add a note instructing the reader to have ssh running before the
"cephadm bootstrap" command is run.

Co-authored-by: Anthony D'Atri <anthony.datri@gmail.com>
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit f10781a281ef6a00a69d45dd6b78f29fd219f049)

22 months agoMerge pull request #52538 from cfsnyder/wip-62066-quincy
Yuri Weinstein [Mon, 28 Aug 2023 19:30:18 +0000 (12:30 -0700)]
Merge pull request #52538 from cfsnyder/wip-62066-quincy

quincy: rgw: fix consistency bug with OLH objects

Reviewed-by: Casey Bodley <cbodley@redhat.com>
22 months agoMerge pull request #53174 from rhcs-dashboard/wip-62601-quincy
Nizamudeen A [Mon, 28 Aug 2023 15:41:03 +0000 (21:11 +0530)]
Merge pull request #53174 from rhcs-dashboard/wip-62601-quincy

quincy: mgr/dashboard: disable protect if layering is not enabled on the image

Reviewed-by: Nizamudeen A <nia@redhat.com>
22 months agorgw: fix/improve test_rgw_versioning.py tests 52538/head
Cory Snyder [Wed, 12 Jul 2023 14:08:07 +0000 (14:08 +0000)]
rgw: fix/improve test_rgw_versioning.py tests

Signed-off-by: Cory Snyder <csnyder@1111systems.com>
(cherry picked from commit aa1f40e80d78ce08a2f51dad6fadf620866d17a3)

22 months agoMerge pull request #53180 from zdover23/wip-doc-2023-08-28-backport-53096-to-quincy
Anthony D'Atri [Mon, 28 Aug 2023 13:37:21 +0000 (09:37 -0400)]
Merge pull request #53180 from zdover23/wip-doc-2023-08-28-backport-53096-to-quincy

quincy: doc/start: edit os-recommendations.rst

22 months agodoc/start: edit os-recommendations.rst 53180/head
Zac Dover [Wed, 23 Aug 2023 15:15:54 +0000 (01:15 +1000)]
doc/start: edit os-recommendations.rst

Improve the grammar in one sentence of the "Platforms" section of
doc/start/os-recommendations.rst. Improving that grammar involved
splitting the sentence into two sentences, but that's life. Update:
Anthony substantially rewrote this, so credit for this should rightly
go to him.

Co-authored-by: Anthony D'Atri <anthony.datri@gmail.com>
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit e19b9cea62c56cbd73049957d69d5aac16a97c08)

22 months agomgr/dashboard: disable protect if layering is not enabled on the image 53174/head
avanthakkar [Mon, 21 Aug 2023 13:34:53 +0000 (19:04 +0530)]
mgr/dashboard: disable protect if layering is not enabled on the image

Fixes: https://tracker.ceph.com/issues/62498
Signed-off-by: avanthakkar <avanjohn@gmail.com>
(cherry picked from commit 16e913f0ba3918732cfc9984f707379df65ac29a)

22 months agoMerge pull request #53147 from zdover23/wip-doc-2023-08-25-backport-53125-to-quincy
zdover23 [Mon, 28 Aug 2023 02:38:31 +0000 (12:38 +1000)]
Merge pull request #53147 from zdover23/wip-doc-2023-08-25-backport-53125-to-quincy

quincy: doc: expand and consolidate mds placement

Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
22 months agoMerge pull request #53165 from zdover23/wip-doc-2023-08-27-backport-53163-to-quincy
Anthony D'Atri [Sat, 26 Aug 2023 21:21:09 +0000 (17:21 -0400)]
Merge pull request #53165 from zdover23/wip-doc-2023-08-27-backport-53163-to-quincy

quincy: doc/cephadm: edit sentence in mgr.rst

22 months agodoc/cephadm: edit sentence in mgr.rst 53165/head
Zac Dover [Sat, 26 Aug 2023 20:31:12 +0000 (06:31 +1000)]
doc/cephadm: edit sentence in mgr.rst

Improve the grammar in the first sentence of
doc/cephadm/services/mgr.rst. This is a small change, but I could not
resist.

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 3b8877481a8de0a92a7b68a775915eb079744f23)

22 months agodoc: expand and consolidate mds placement 53147/head
Patrick Donnelly [Thu, 24 Aug 2023 00:36:12 +0000 (20:36 -0400)]
doc: expand and consolidate mds placement

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 3a5f9dc37a72a83046a5749e42182322799e0306)

22 months agoMerge pull request #52228 from batrick/wip-61691-quincy
Yuri Weinstein [Thu, 24 Aug 2023 15:27:34 +0000 (08:27 -0700)]
Merge pull request #52228 from batrick/wip-61691-quincy

quincy:  mon/MDSMonitor: batch last_metadata update with pending

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
22 months agoMerge pull request #53060 from zdover23/wip-doc-2023-08-21-backport-52963-to-quincy
Anthony D'Atri [Mon, 21 Aug 2023 13:38:33 +0000 (09:38 -0400)]
Merge pull request #53060 from zdover23/wip-doc-2023-08-21-backport-52963-to-quincy

quincy: doc/troubleshooting: edit cpu-profiling.rst

22 months agodoc/troubleshooting: edit cpu-profiling.rst 53060/head
Zac Dover [Sun, 13 Aug 2023 06:55:55 +0000 (16:55 +1000)]
doc/troubleshooting: edit cpu-profiling.rst

Improve the language in the "oprofile" section of the RADOS
Troubleshooting Guide.

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 513c436aefc3c0b2e7d784c5c00e744c255a95b1)

22 months agoMerge pull request #52503 from lxbsz/wip-62010
Xiubo Li [Mon, 21 Aug 2023 02:11:10 +0000 (10:11 +0800)]
Merge pull request #52503 from lxbsz/wip-62010

quincy: client: wait rename to finish

22 months agoMerge pull request #52498 from lxbsz/wip-62045
Xiubo Li [Mon, 21 Aug 2023 00:29:10 +0000 (08:29 +0800)]
Merge pull request #52498 from lxbsz/wip-62045

quincy: client: trigger to flush the buffer when making snapshot

22 months agoMerge pull request #50991 from lxbsz/wip-59199
Xiubo Li [Mon, 21 Aug 2023 00:26:08 +0000 (08:26 +0800)]
Merge pull request #50991 from lxbsz/wip-59199

quincy: qa: enable kclient test for newop test

22 months agoMerge pull request #53058 from zdover23/wip-doc-2023-08-20-backport-53055-to-quincy
Anthony D'Atri [Sun, 20 Aug 2023 23:49:22 +0000 (19:49 -0400)]
Merge pull request #53058 from zdover23/wip-doc-2023-08-20-backport-53055-to-quincy

quincy: doc/README.md - edit "Building Ceph"

22 months agodoc/README.md - edit "Building Ceph" 53058/head
Zac Dover [Sat, 19 Aug 2023 09:29:08 +0000 (19:29 +1000)]
doc/README.md - edit "Building Ceph"

Improve the "Building Ceph" section of ceph/README.md.

Co-authored-by: Anthony D'Atri <anthony.datri@gmail.com>
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 5bb3942365c4829f0b6580dec5d37e45f2e51e9d)

23 months agoMerge pull request #53050 from zdover23/wip-doc-2023-08-18-backport-53035-to-quincy
Anthony D'Atri [Fri, 18 Aug 2023 12:55:16 +0000 (08:55 -0400)]
Merge pull request #53050 from zdover23/wip-doc-2023-08-18-backport-53035-to-quincy

quincy: doc: edit README.md - contributing code

23 months agodoc: edit README.md - contributing code 53050/head
Zac Dover [Thu, 17 Aug 2023 10:38:20 +0000 (20:38 +1000)]
doc: edit README.md - contributing code

Edit the "Contributing Code" section of the "ceph/README.md" file.

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 9433a3e62f7453926e4be2512639f94beb887a4c)

23 months agoMerge pull request #52516 from neesingh-rh/wip-61988-quincy
Yuri Weinstein [Thu, 17 Aug 2023 21:37:15 +0000 (14:37 -0700)]
Merge pull request #52516 from neesingh-rh/wip-61988-quincy

quincy: mds: session ls command appears twice in command listing

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
23 months agoMerge pull request #52514 from joscollin/wip-62056-quincy
Yuri Weinstein [Thu, 17 Aug 2023 21:36:19 +0000 (14:36 -0700)]
Merge pull request #52514 from joscollin/wip-62056-quincy

quincy: mds: MDLog::_recovery_thread: handle the errors gracefully

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
23 months agoMerge pull request #52508 from lxbsz/wip-61985
Yuri Weinstein [Thu, 17 Aug 2023 21:35:25 +0000 (14:35 -0700)]
Merge pull request #52508 from lxbsz/wip-61985

quincy: client: force sending cap revoke ack always

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
23 months agoMerge pull request #52502 from lxbsz/wip-62042
Yuri Weinstein [Thu, 17 Aug 2023 21:33:40 +0000 (14:33 -0700)]
Merge pull request #52502 from lxbsz/wip-62042

quincy: client: do not send metrics until the MDS rank is ready

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
23 months agoMerge pull request #52303 from lxbsz/wip-61796
Yuri Weinstein [Thu, 17 Aug 2023 21:31:21 +0000 (14:31 -0700)]
Merge pull request #52303 from lxbsz/wip-61796

quincy: client: only wait for write MDS OPs when unmounting

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
23 months agoMerge pull request #52245 from batrick/wip-59303-quincy
Yuri Weinstein [Thu, 17 Aug 2023 21:30:46 +0000 (14:30 -0700)]
Merge pull request #52245 from batrick/wip-59303-quincy

quincy: tools/cephfs: add basic detection/cleanup tool for dentry first damage

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
23 months agoMerge pull request #52241 from batrick/wip-59558-quincy
Yuri Weinstein [Thu, 17 Aug 2023 21:30:05 +0000 (14:30 -0700)]
Merge pull request #52241 from batrick/wip-59558-quincy

quincy: qa: check each fs for health

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
23 months agoMerge pull request #52236 from batrick/wip-59371-quincy
Yuri Weinstein [Thu, 17 Aug 2023 21:29:22 +0000 (14:29 -0700)]
Merge pull request #52236 from batrick/wip-59371-quincy

quincy: qa: wait for MDSMonitor tick to replace daemons

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
23 months agoMerge pull request #52127 from joscollin/wip-61736-quincy
Yuri Weinstein [Thu, 17 Aug 2023 21:28:40 +0000 (14:28 -0700)]
Merge pull request #52127 from joscollin/wip-61736-quincy

quincy: mds: display sane hex value (0x0) for empty feature bit

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
23 months agoMerge pull request #52074 from joscollin/wip-61695-quincy
Yuri Weinstein [Thu, 17 Aug 2023 21:28:12 +0000 (14:28 -0700)]
Merge pull request #52074 from joscollin/wip-61695-quincy

quincy: debian: install cephfs-mirror systemd unit files and man page

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
23 months agoMerge pull request #51697 from dparmar18/wip-61203-quincy
Yuri Weinstein [Thu, 17 Aug 2023 21:27:09 +0000 (14:27 -0700)]
Merge pull request #51697 from dparmar18/wip-61203-quincy

quincy: MDS imported_inodes metric is not updated.

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
23 months agoMerge pull request #51690 from vshankar/tr-59722
Yuri Weinstein [Thu, 17 Aug 2023 21:26:22 +0000 (14:26 -0700)]
Merge pull request #51690 from vshankar/tr-59722

quincy: qa: run scrub post file system recovery

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
23 months agoMerge pull request #51685 from lxbsz/wip-61348
Yuri Weinstein [Thu, 17 Aug 2023 21:25:45 +0000 (14:25 -0700)]
Merge pull request #51685 from lxbsz/wip-61348

quincy: mds: wait reintegrate to finish when unlinking

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
23 months agoMerge pull request #50922 from batrick/i59367
Yuri Weinstein [Thu, 17 Aug 2023 21:23:05 +0000 (14:23 -0700)]
Merge pull request #50922 from batrick/i59367

quincy: qa: test_rebuild_simple checks status on wrong file system

Reviewed-by: Venky Shankar <vshankar@redhat.com>
23 months agoMerge pull request #50815 from dparmar18/wip-59262-quincy
Yuri Weinstein [Thu, 17 Aug 2023 21:22:07 +0000 (14:22 -0700)]
Merge pull request #50815 from dparmar18/wip-59262-quincy

quincy: mds: fix stray evaluation using scrub and introduce new option

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
23 months agoMerge pull request #50807 from dparmar18/wip-59250-quincy
Yuri Weinstein [Thu, 17 Aug 2023 21:21:05 +0000 (14:21 -0700)]
Merge pull request #50807 from dparmar18/wip-59250-quincy

quincy: mgr/nfs: disallow non-existent paths when creating export

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
23 months agoMerge pull request #50786 from vshankar/tr-59002
Yuri Weinstein [Thu, 17 Aug 2023 21:19:40 +0000 (14:19 -0700)]
Merge pull request #50786 from vshankar/tr-59002

quincy: mgr/volumes: avoid returning -ESHUTDOWN back to cli

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
23 months agoMerge pull request #53025 from zdover23/wip-doc-2023-08-16-backport-51170-to-quincy
Anthony D'Atri [Thu, 17 Aug 2023 00:27:18 +0000 (20:27 -0400)]
Merge pull request #53025 from zdover23/wip-doc-2023-08-16-backport-51170-to-quincy

quincy: doc: Fix doc for mds cap acquisition throttle

23 months agodoc: Fix doc for mds cap acquisition throttle 53025/head
Kotresh HR [Wed, 16 Aug 2023 06:45:36 +0000 (12:15 +0530)]
doc: Fix doc for mds cap acquisition throttle

The config values picks the definition from the
description. Removed the duplicate description
in the doc.

Signed-off-by: Kotresh HR <khiremat@redhat.com>
(cherry picked from commit 65b0e45dd702fdedcf66f64dd6c5b8ae11df430b)

23 months agoMerge pull request #53001 from zdover23/wip-doc-2023-08-16-backport-52991-to-quincy
Anthony D'Atri [Tue, 15 Aug 2023 15:55:47 +0000 (11:55 -0400)]
Merge pull request #53001 from zdover23/wip-doc-2023-08-16-backport-52991-to-quincy

quincy: doc: improve submodule update command - README.md

23 months agoMerge pull request #52999 from zdover23/wip-doc-2023-08-15-backport-52761-to-quincy
Anthony D'Atri [Tue, 15 Aug 2023 15:23:50 +0000 (11:23 -0400)]
Merge pull request #52999 from zdover23/wip-doc-2023-08-15-backport-52761-to-quincy

quincy: doc/rados/configuration: Avoid repeating "support" in msgr2.rst

23 months agodoc: improve submodule update command - README.md 53001/head
Zac Dover [Tue, 15 Aug 2023 03:28:00 +0000 (13:28 +1000)]
doc: improve submodule update command - README.md

Improve the portion of README.md that directs the reader to update the
submodules. Previously, the text assumed that the reader knew that they
should cd into the ceph directory. Now the text is explicit about the
necessity of this action.

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 578fdb27a09c629003ab20c0d27267d4d97b5d6c)

23 months agodoc/rados/configuration: Avoid repeating "support" in msgr2.rst 52999/head
Ville Ojamo [Wed, 2 Aug 2023 04:31:50 +0000 (11:31 +0700)]
doc/rados/configuration: Avoid repeating "support" in msgr2.rst

Instead of saying "[...] support is not supported"
change the first "support" to "operation".

Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com>
(cherry picked from commit df43ab5ba626c49aad6d3aca59c9737b06f8bfd8)

23 months agoMerge pull request #52992 from idryomov/wip-62402-quincy
Ilya Dryomov [Tue, 15 Aug 2023 11:40:39 +0000 (13:40 +0200)]
Merge pull request #52992 from idryomov/wip-62402-quincy

quincy: qa/suites/upgrade/octopus-x: skip TestClsRbd.mirror_snapshot test

Reviewed-by: Mykola Golub <mgolub@suse.com>
23 months agoMerge pull request #52947 from zdover23/wip-doc-2023-08-11-backport-52945-to-quincy
zdover23 [Tue, 15 Aug 2023 01:01:19 +0000 (11:01 +1000)]
Merge pull request #52947 from zdover23/wip-doc-2023-08-11-backport-52945-to-quincy

quincy: doc: Add a note on possible deadlock on volume deletion

Reviewed-by: Cole Mitchell <cole.mitchell.ceph@gmail.com>
23 months agoMerge pull request #52968 from zdover23/wip-doc-2023-08-14-backport-52966-to-quincy
zdover23 [Mon, 14 Aug 2023 12:02:04 +0000 (22:02 +1000)]
Merge pull request #52968 from zdover23/wip-doc-2023-08-14-backport-52966-to-quincy

quincy: doc: update rados.cc

Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
23 months agoqa/suites/upgrade/octopus-x: skip TestClsRbd.mirror_snapshot test 52992/head
Ilya Dryomov [Mon, 14 Aug 2023 11:16:59 +0000 (13:16 +0200)]
qa/suites/upgrade/octopus-x: skip TestClsRbd.mirror_snapshot test

The behavior of the class method changed in reef; the change was
backported to pacific and quincy.  An octopus test binary used against
quincy OSDs produces an expected failure:

    [ RUN      ] TestClsRbd.mirror_snapshot
    .../15.2.17/rpm/el8/BUILD/ceph-15.2.17/src/test/cls_rbd/test_cls_rbd.cc:2279: Failure
    Expected equality of these values:
      -85
      mirror_image_snapshot_unlink_peer(&ioctx, oid, 1, "peer2")
        Which is: 0
    [  FAILED  ] TestClsRbd.mirror_snapshot (6 ms)

Fixes: https://tracker.ceph.com/issues/62402
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
23 months agodoc: update rados.cc 52968/head
Zac Dover [Sun, 13 Aug 2023 23:47:46 +0000 (09:47 +1000)]
doc: update rados.cc

Clarify a line in ceph/src/tools/rados/rados.cc.

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 152a0fdc6858f95dadb6c86fbb2f626f4a608309)

23 months agoMerge pull request #52959 from zdover23/wip-doc-2023-08-12-backport-52957-to-quincy
Anthony D'Atri [Fri, 11 Aug 2023 22:54:11 +0000 (18:54 -0400)]
Merge pull request #52959 from zdover23/wip-doc-2023-08-12-backport-52957-to-quincy

quincy: doc/rados: update monitoring-osd-pg.rst

23 months agodoc/rados: update monitoring-osd-pg.rst 52959/head
Zac Dover [Fri, 11 Aug 2023 15:25:32 +0000 (01:25 +1000)]
doc/rados: update monitoring-osd-pg.rst

Ingest Anthony D'Atri's notes from
https://github.com/ceph/ceph/pull/50856#discussion_r1289532902
which should have been included earlier.

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 73503d4e2665bee9c49a055c11be1ffe2db253a1)

23 months agoMerge pull request #52917 from rhcs-dashboard/wip-62375-quincy
Nizamudeen A [Fri, 11 Aug 2023 17:33:25 +0000 (23:03 +0530)]
Merge pull request #52917 from rhcs-dashboard/wip-62375-quincy

quincy: mgr/dashboard: paginate hosts

Reviewed-by: Nizamudeen A <nia@redhat.com>
23 months agoMerge pull request #52256 from ronen-fr/wip-rf-59537-quincy
Yuri Weinstein [Fri, 11 Aug 2023 15:21:07 +0000 (08:21 -0700)]
Merge pull request #52256 from ronen-fr/wip-rf-59537-quincy

Quincy: osd/scrub: verify SnapMapper consistency

Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
23 months agoMerge pull request #52161 from pdvian/wip-61569-quincy
Yuri Weinstein [Fri, 11 Aug 2023 15:19:46 +0000 (08:19 -0700)]
Merge pull request #52161 from pdvian/wip-61569-quincy

quincy: mon: Fix ceph versions command

Reviewed-by: Laura Flores <lflores@redhat.com>
23 months agoMerge pull request #48171 from ifed01/wip-ifed-fix-blufs-unlink-fsync-qui
Igor Fedotov [Fri, 11 Aug 2023 13:00:00 +0000 (16:00 +0300)]
Merge pull request #48171 from ifed01/wip-ifed-fix-blufs-unlink-fsync-qui

quincy: os/bluestore: do not signal deleted dirty file to bluefs log

Reviewed-by: Adam Kupczyk <akupczyk@ibm.com>
23 months agoMerge pull request #48279 from ifed01/wip-ifed-fix-57688
Igor Fedotov [Fri, 11 Aug 2023 12:58:53 +0000 (15:58 +0300)]
Merge pull request #48279 from ifed01/wip-ifed-fix-57688

quincy: os/bluestore: use direct write in BlueStore::_write_bdev_label

Reviewed-by: Adam Kupczyk <akupczyk@ibm.com>
23 months agodoc: Add a note on possible deadlock on volume deletion 52947/head
Kotresh HR [Fri, 11 Aug 2023 11:32:59 +0000 (17:02 +0530)]
doc: Add a note on possible deadlock on volume deletion

Fixes: https://tracker.ceph.com/issues/62407
Signed-off-by: Kotresh HR <khiremat@redhat.com>
(cherry picked from commit b93b3364ae00946b9eb1fa1406be0ee22e60baac)

23 months agoMerge pull request #52079 from guits/wip-61699-quincy
Guillaume Abrioux [Fri, 11 Aug 2023 11:15:47 +0000 (13:15 +0200)]
Merge pull request #52079 from guits/wip-61699-quincy

quincy: ceph-volume: set lvm membership for mpath type devices

23 months agoMerge pull request #52620 from guits/wip-62149-quincy
Guillaume Abrioux [Fri, 11 Aug 2023 11:15:24 +0000 (13:15 +0200)]
Merge pull request #52620 from guits/wip-62149-quincy

quincy: ceph-volume: fix raw list for lvm devices

23 months agoMerge pull request #52929 from guits/wip-62037-quincy
Guillaume Abrioux [Fri, 11 Aug 2023 11:14:45 +0000 (13:14 +0200)]
Merge pull request #52929 from guits/wip-62037-quincy

quincy: ceph-volume: add --osd-id option to raw prepare

23 months agomgr/dashboard: invalidate rbd image cache on CRUD ops 52917/head
Pere Diaz Bou [Thu, 9 Feb 2023 13:10:19 +0000 (14:10 +0100)]
mgr/dashboard: invalidate rbd image cache on CRUD ops

Signed-off-by: Pere Diaz Bou <pdiazbou@redhat.com>
Fixes: https://tracker.ceph.com/issues/58710
23 months agomgr/dashboard: paginate hosts
Pere Diaz Bou [Thu, 22 Jun 2023 09:22:05 +0000 (11:22 +0200)]
mgr/dashboard: paginate hosts

Signed-off-by: Pere Diaz Bou <pere-altea@hotmail.com>
Fixes: https://tracker.ceph.com/issues/56513
(cherry picked from commit 720bb10e30bb7f686eb528d19c112bcf7ae7765c)

23 months agoceph-volume: add --osd-id option to raw prepare 52929/head
Guillaume Abrioux [Thu, 13 Jul 2023 08:09:03 +0000 (08:09 +0000)]
ceph-volume: add --osd-id option to raw prepare

This adds the support of the --osd-id option to the raw prepare command.

Fixes: https://tracker.ceph.com/issues/61995
Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
(cherry picked from commit 16729656aa208deeedd631dcf871d501d6eba7f5)

23 months agoMerge pull request #52642 from zdover23/wip-doc-2023-07-26-backport-52630-to-quincy
zdover23 [Thu, 10 Aug 2023 02:30:58 +0000 (12:30 +1000)]
Merge pull request #52642 from zdover23/wip-doc-2023-07-26-backport-52630-to-quincy

quincy: doc: update README.md

Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
23 months agoMerge pull request #52913 from zdover23/wip-doc-2023-08-10-backport-52702-to-quincy
Anthony D'Atri [Thu, 10 Aug 2023 01:33:41 +0000 (21:33 -0400)]
Merge pull request #52913 from zdover23/wip-doc-2023-08-10-backport-52702-to-quincy

quincy: doc/start: update linking conventions