Patrick Donnelly
dd3176c814
doc: add status badge for backport creation
...
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2024-05-14 08:19:42 -04:00
Patrick Donnelly
ec4c5fea27
.github: use shorter name for backport tracker action
...
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2024-05-14 08:19:42 -04:00
Patrick Donnelly
3ff77d997e
.github: document where runs/output can be examined
...
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2024-05-14 08:19:42 -04:00
Yingxin
9aede08ff7
Merge pull request #57368 from myoungwon/wip-seastore-is-data-stable
...
crimson/os/seastore: add is_data_stable() to allow delta-overwrite on EXIST_CLEAN
Reviewed-by: Yingxin Cheng <yingxin.cheng@intel.com>
2024-05-14 16:38:25 +08:00
Ilya Dryomov
6e11983255
Merge pull request #57444 from idryomov/wip-51845
...
qa/suites/krbd: drop pre-single-major and move "layering only" coverage
Reviewed-by: Ramana Raja <rraja@redhat.com>
2024-05-14 10:06:01 +02:00
Yingxin
fab66be49f
Merge pull request #57434 from cyx1231st/wip-fix-seastore-capture
...
crimson/os/seastore/record_scanner: replace [=] capturing
Reviewed-by: Myoungwon Oh <myoungwon.oh@samsung.com>
2024-05-14 09:33:09 +08:00
myoungwon oh
cb7548f0dc
crimson/os/seastore: add comments to add a note that seastore_obj_data_write_amplification needs to be reconsidered
...
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
2024-05-14 01:06:43 +00:00
myoungwon oh
64d9451aa3
crimson/os/seastore: replace is_left_stable/is_right_stable with is_left_fresh/is_right_fresh
...
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
2024-05-14 01:05:17 +00:00
Samuel Just
0167ddb331
Merge pull request #55488 from cyx1231st/wip-crimson-load-obc
...
crimson/osd/osd_operations/client_request: make loading-obc concurrent
Reviewed-by: Matan Breizman <mbreizma@redhat.com>
Reviewed-by: Samuel Just <sjust@redhat.com>
2024-05-13 17:45:26 -07:00
Casey Bodley
7528bf5117
Merge pull request #57356 from soumyakoduri/wip-skoduri-lc-notify
...
rgw/cloud-transition: fix the crash with publish_commit
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2024-05-13 18:45:33 +01:00
Laura Flores
05b534b5ea
Merge pull request #56574 from badone/wip-tracker-59196-lazy-omap-regex-segfault
...
test/lazy-omap-stats: Convert to boost::regex
2024-05-13 12:05:53 -05:00
Yuval Lifshitz
5327afb7f7
Merge pull request #56979 from yuvalif/wip-yuval-65337
...
rgw/notification: start/stop endpoint managers in notification manager
Reviewed-By: cbodley@ibm.com , kchheda3@bloomberg.net
2024-05-13 17:25:27 +03:00
Ilya Dryomov
ad6a95d8af
qa/suites/krbd: rename no-object-map to no-exclusive-lock
...
Exclusive lock has always been disabled by this facet, so it might as
well be reflected in its name.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2024-05-13 13:54:30 +02:00
Ilya Dryomov
7b9f28e743
qa/suites/krbd: move "layering only" coverage to fsx
...
It makes much more sense there since it's where we actually create
clones and flatten them a lot.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2024-05-13 13:54:30 +02:00
Ilya Dryomov
39a579144c
qa/suites/krbd: drop pre-single-major test
...
Single-major mapping scheme was introduced in 2014 and became the
default in 2017. It's getting increasingly difficult to build and,
more importantly, to boot a 10 year old kernel with recent userspace
(systemd, etc). If someone is still running such a kernel, it's
really unlikely that they would have the most recent rbd CLI tool
installed.
Fixes: https://tracker.ceph.com/issues/51845
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2024-05-13 13:54:30 +02:00
Venky Shankar
5acc361312
Merge PR #56148 into main
...
* refs/pull/56148/head:
cephfs_mirror: check m_instance_watcher and m_mirror_watcher before using them
Reviewed-by: Venky Shankar <vshankar@redhat.com>
2024-05-13 17:09:41 +05:30
Venky Shankar
bd42acbbe1
Merge PR #56699 into main
...
* refs/pull/56699/head:
qa: ignore `Invalid tag char` warning
qa: ignore `object missing on disk` warning
Reviewed-by: Milind Changire <mchangir@redhat.com>
Reviewed-by: Leonid Usov <leonid.usov@ibm.com>
Reviewed-by: Jos Collin <jcollin@redhat.com>
2024-05-13 17:02:41 +05:30
Venky Shankar
b9b27daf12
Merge PR #56525 into main
...
* refs/pull/56525/head:
mgr/stats: initialize mx_last_updated in FSPerfStats
Reviewed-by: Neeraj Pratap Singh <neesingh@redhat.com>
Reviewed-by: Venky Shankar <vshankar@redhat.com>
2024-05-13 15:00:57 +05:30
Venky Shankar
4d5d4a282e
Merge PR #56135 into main
...
* refs/pull/56135/head:
cephfs_mirror: increment sync_failures when sync_perms() and sync_snaps() fails
Reviewed-by: Rishabh Dave <ridave@redhat.com>
Reviewed-by: Venky Shankar <vshankar@redhat.com>
2024-05-13 14:56:11 +05:30
Yingxin Cheng
116c5b4894
crimson/os/seastore/record_scanner: replace [=] capturing
...
Capturing with = is error prone and causes compile warning.
And it is wrong:
* cursor should be captured by reference
* mutable keyword is unnecessary
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
2024-05-13 16:03:13 +08:00
NitzanMordhai
6d36b0d0f8
Merge pull request #55923 from NitzanMordhai/wip-nitzan-add-deprecate-cls-gather
...
objclass: deprecate cls_cxx_gather
2024-05-13 09:00:51 +03:00
NitzanMordhai
0f060f6e33
Merge pull request #56983 from NitzanMordhai/wip-nitzan-thrash-erasure-code-crush-4-nodes-8-6
...
suites/ec-rados-plugin=jerasure-k=8-m=6-crush: roles set
2024-05-13 08:12:14 +03:00
Yuval Lifshitz
9d56bbe689
test/rgw/notifications: make sure that http handler is running
...
fail test if not. to indicate this is a test issue
and not a product bug
Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
2024-05-12 10:39:15 +00:00
Yuval Lifshitz
1f509da306
test/rgw/notification: prevent flooding the http server
...
in tests that require retries
Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
2024-05-12 10:39:15 +00:00
Yuval Lifshitz
184b9bebf8
test/rgw/notification: avoid BlockingIOError when logging errors
...
for example. job: 7697397
in test: yuvalif-2024-05-08_09:55:02-rgw:notifications-wip-yuval-65337-distro-default-smithi
also reduce the side of the error log by sending less objects to the
test_ps_s3_persistent_topic_stats test
Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
2024-05-12 10:39:15 +00:00
Yuval Lifshitz
70e5af83f3
test/rgw/notifications: fix lifecycle tests
...
* tests were passing only because they were not performings their asserts
* tests are now separated with their own attribute
* their topics are now marked "persistent" to workaround the issue in:
https://tracker.ceph.com/issues/65645
Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
2024-05-12 10:39:15 +00:00
Yuval Lifshitz
15536cf7d7
rgw/notifications: start/stop endpoint managers in notification manager
...
Fixes: https://tracker.ceph.com/issues/65337
Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
2024-05-12 10:39:08 +00:00
nmordech@redhat.com
0928f7b0c3
rados/test: Remove cls_remote_reade since gather deprecated
...
https://tracker.ceph.com/issues/64258
Signed-off-by: Nitzan Mordechai <nmordech@redhat.com>
2024-05-12 10:25:40 +00:00
Yuval Lifshitz
cb9a09b444
rgw/notifications: cleanup includes and unused parameters
...
Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
2024-05-12 10:16:20 +00:00
Yuval Lifshitz
fdfa6673da
rgw/notifications: enable notifications debug logs in vstart
...
as well as in:
- multisite tests (used for notification v2 migration tests)
- the qa suites running notifications
enable lifecycle logs in notification tests: for the lc notification test cases
this is needed after: 429967917b
Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
2024-05-12 10:16:20 +00:00
Anthony D'Atri
3bee77f367
Merge pull request #57421 from zdover23/wip-doc-2024-05-12-dev-developer-guide-dash-devel
...
doc/dev: s/to asses/to assess/
2024-05-11 23:29:55 -04:00
Anthony D'Atri
d4f8d61aed
Merge pull request #57420 from zdover23/wip-doc-2024-05-11-cephfs-fs-volumes-1-of-x-followup
...
doc/cephfs: edit fs-volumes.rst (1 of x) followup
2024-05-11 23:28:59 -04:00
Zac Dover
832358b072
doc/dev: s/to asses/to assess/
...
s/to asses/to assess/ in doc/deve/developer_guide/dash-devel.
Signed-off-by: Zac Dover <zac.dover@proton.me>
2024-05-12 12:27:23 +10:00
Zac Dover
cb700d804b
doc/cephfs: edit fs-volumes.rst (1 of x) followup
...
Include the suggestions for improving doc/cephfs/fs-volumes.rst made by
Anthony D'Atri here
https://github.com/ceph/ceph/pull/57415#discussion_r1597362110
Co-authored-by: Anthony D'Atri <anthony.datri@gmail.com>
Signed-off-by: Zac Dover <zac.dover@proton.me>
2024-05-12 11:39:34 +10:00
Zac Dover
3c4cc945a9
Merge pull request #57415 from zdover23/wip-doc-2024-05-11-cephfs-fs-volumes-1-of-x
...
doc/cephfs: edit fs-volumes.rst (1 of x)
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
2024-05-12 09:48:26 +10:00
Zac Dover
0acbb278fc
doc/cephfs: edit fs-volumes.rst (1 of x)
...
Edit doc/cephfs/fs-volumes to the section "FS Subvolumes" (but not
including the section "FS Subvolumes").
Signed-off-by: Zac Dover <zac.dover@proton.me>
2024-05-11 14:57:23 +10:00
Adam King
69bd270cf5
Merge pull request #57214 from adk3798/cephadm-ignore-stray-on-upgrade
...
qa/cephadm: ignore CEPHADM_STRAY_DAEMON in upgrade tests
Reviewed-by: John Mulligan <jmulligan@redhat.com>
2024-05-10 16:11:36 -04:00
Adam King
51db3f3f5d
Merge pull request #57205 from SidGilad/bug/65739_support_cgroup_split_removal_for_adopt
...
mgr/cephadm: make setting --cgroups=split configurable for adopted daemons
Reviewed-by: Adam King <adking@redhat.com>
2024-05-10 16:09:59 -04:00
Samarah Uriarte
668d84068b
Merge pull request #56735 from samarahu/wip-rgw-d4n-long-descriptions
...
d4n: Add more in-depth config descriptions and improve naming
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Samarah Uriarte <samarah.uriarte@ibm.com>
2024-05-10 13:35:35 -04:00
J. Eric Ivancich
1dd82d996a
Merge pull request #56585 from ivancich/wip-upgrade-arrow+flight-15.0.2
...
rgw: upgrade Apache Arrow submodule to 15.0.0
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2024-05-10 12:22:43 -04:00
Adam King
6404b7f9a2
Merge pull request #57259 from pdvian/wip-fix-unfoundev-progress
...
mgr/cephadm: Fix unfound progress events
Reviewed-by: Adam King <adking@redhat.com>
2024-05-10 12:05:27 -04:00
Adam King
d4b4d372ae
Merge pull request #57182 from adk3798/nvmeof-config-fix
...
mgr/cephadm: update default NVMEoF container image version
Reviewed-by: John Mulligan <jmulligan@redhat.com>
2024-05-10 12:04:16 -04:00
Adam King
c60a51aff1
Merge pull request #57181 from adk3798/cleanup-iscsi-nvmeof-keyring
...
mgr/cephadm: cleanup iscsi and nvmeof keyrings upon daemon removal
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: John Mulligan <jmulligan@redhat.com>
2024-05-10 12:02:46 -04:00
Adam King
43a6601711
Merge pull request #57096 from phlogistonjohn/jjm-smb-output-fmt
...
mgr/smb: disable JSON/YAML key sorting in favor of ordered dicts
Reviewed-by: Adam King <adking@redhat.com>
2024-05-10 12:00:54 -04:00
Adam King
b1f7205de0
Merge pull request #57089 from adk3798/test-cephadm-timeout-ignore-refresh-failed
...
qa/cephadm: ignore CEPHADM_REFRESH_FAILED on timeout test
Reviewed-by: John Mulligan <jmulligan@redhat.com>
2024-05-10 11:57:23 -04:00
Adam King
ad8329b168
Merge pull request #57080 from phlogistonjohn/jjm-teuth-pull-img
...
qa/tasks/cephadm: fix pulling containers from private registries
Reviewed-by: Adam King <adking@redhat.com>
2024-05-10 11:56:00 -04:00
Adam King
ec3f1f3370
Merge pull request #57042 from adk3798/host-drain-test-ignore-stray-host
...
qa/cephadm: ignore stray warnings on host drain test
Reviewed-by: John Mulligan <jmulligan@redhat.com>
2024-05-10 11:51:16 -04:00
Adam King
d67aa83e1d
Merge pull request #56970 from adk3798/cephadm-ignore-orch-paused
...
qa/cephadm: ignore CEPHADM_PAUSED on test_orch_cli test
Reviewed-by: Michael Fritch <mfritch@suse.com>
2024-05-10 11:48:22 -04:00
Adam King
77ca4bd3fc
Merge pull request #56963 from adk3798/nfs-cluster-ls-json-pretty
...
mgr/pybind/object_format: fix json-pretty being marked invalid
Reviewed-by: John Mulligan <jmulligan@redhat.com>
Reviewed-by: Michael Fritch <mfritch@suse.com>
2024-05-10 11:46:08 -04:00
Adam King
d4dde96099
Merge pull request #56957 from adk3798/no-stray-recent-removal
...
mgr/cephadm: don't mark daemons created/removed in the last minute as stray
Reviewed-by: John Mulligan <jmulligan@redhat.com>
2024-05-10 11:42:20 -04:00