Activity
From 05/02/2022 to 05/31/2022
05/31/2022
- 11:52 PM RADOS Bug #54316 (Resolved): mon/MonCommands.h: target_size_ratio range is incorrect
- 11:51 PM RADOS Backport #54567 (Resolved): pacific: mon/MonCommands.h: target_size_ratio range is incorrect
- 11:50 PM RADOS Backport #54568 (Resolved): octopus: mon/MonCommands.h: target_size_ratio range is incorrect
- 11:48 PM Revision 9e3d8521 (ceph): Merge pull request #46382 from rzarzynski/wip-crimson-op-tracking-3
- crimson/osd: add support for historic & slow op tracking
Reviewed-by: Samuel Just <sjust@redhat.com> - 11:37 PM Revision 8e2719d7 (ceph): Merge pull request #46437 from cyx1231st/wip-seastore-tune-and-fixes
- crimson/os/seastore/segment_cleaner: tune and fixes around reclaiming
Reviewed-by: Samuel Just <sjust@redhat.com> - 11:33 PM RADOS Backport #55747 (In Progress): pacific: Support blocklisting a CIDR range
- 11:33 PM Revision 9c9ef957 (ceph): test: osd: add a /0 cidr test for 32-bit...
- ...and make the OSDMap handle it.
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit c454d0d... - 11:33 PM Revision f407b210 (ceph): test: add a /0 cidr test that blocklists EVERYTHING
- Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit 8244586cf57426fe4f493d855ba3dd95126ae0e7)
... - 11:32 PM Revision 800f812b (ceph): test: add 32-bit ipv4 and 64-bit ipv6 blocklist testing
- Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit 6a997da13dd40d512a903036a487c8e0c4c59148) - 11:32 PM Revision 01a7cd72 (ceph): test: add a 128-bit range blocklist test
- Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit 138daff1dcb35510c7444f803be7a55c62532f67) - 11:32 PM Revision 875aed43 (ceph): doc: update blocklist doc for ranges and up-to-date-ness
- Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit e15cfa7ecded4a43df9c127abbc79a0e19c6adc6) - 11:32 PM Revision d10c56e5 (ceph): test: fix negative blocklist tests
- These tests are supposed to be validating we don't accept invalid IPs,
but they left out the "add" subcommand so they... - 11:32 PM Revision 5b783df6 (ceph): test: check range blocklist in cephtool/test.sh
- Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit 1ca89ca76dbbae355831dc81065f22e6eb7e37ca) - 11:32 PM Revision 6cd52c0d (ceph): test: split up ip- and range-based blocklisting tests
- Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit 42910b432d8a2f77f6443c99314b8a47fd2c87db) - 11:32 PM Revision 78930573 (ceph): test: add a 30-bit range mask to ipv6 blocklisting tests
- Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit f107f2124d94c35261f752d1f04f95875a7d05da) - 11:32 PM Revision 360bd928 (ceph): test: test OSDMap::is_blocklisted in unit tests
- Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit 952af3388466d530c6268ff9b98bcdd725cce738)
... - 11:30 PM Revision 709ec2b6 (ceph): mon: check 'nonce' validity for cidr ranges
- Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit 5c903e5b0a48f60dcf644f83478f97136d7dc56c) - 11:30 PM Revision 1b993ba0 (ceph): mon: take blocklist ranges as a subcommand, not implicitly from address...
- I discovered in testing with CephFS that this tends to interpret client IPs
(which don't have ports, but do have nonc... - 11:30 PM Revision b9eec41d (ceph): osdmap: convert get_blocklist() to provide the entity/IP and range bloc...
- Providing a non-range-aware blocklist accessor would just be
asking for trouble, so don't.
The ugly part of this is ... - 11:30 PM Revision 0053fc1b (ceph): mon: dump range blocklist when dumping regular blocklist
- Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit dc09905f1e95201ba8257b70c60c9985eee6ffdb) - 11:30 PM Revision 7a8e5608 (ceph): osd: Check range_blocklist in is_blocklisted(): we actually blocklist r...
- Carry a parallel map from cidr addresses to a new
range_bits class (stored entirely as ephemeral state) so that we
do... - 11:30 PM Revision 8994ee2a (ceph): mon: trim range_blocklist alongside the regular one
- Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit 4b08448131ff63213f65ac2c2454d53158663ca2) - 11:29 PM Revision 061ff66b (ceph): mon: osdmon: simplify maybe_rm_from_pending_blocklists
- Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit 871427881a60f7a203d08373a1ae1e6db9e2976b) - 11:29 PM Revision fd4a5773 (ceph): mon: osdmon: allow users to enter range blocklists.
- Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit 93617f7f4c6ba3463ab4c6e2df3cc2df9b00fc12)
... - 11:28 PM Revision 4ce530be (ceph): msg: common: allow entity_addr_t to store a CIDR address range
- This required very little change to the existing code. Use with care, because
existing code expects an IP address ins... - 11:28 PM Revision 361e159a (ceph): osdmap: store new range_blocklist, updated as we do the existing blocklist
- Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit c0b87d9aca6f61ffe726ce3407059c527b319cbe) - 11:28 PM Revision aa0e461d (ceph): mon: osdmon: extract blocklist manipulation functions into lambdas
- I'm about to add new range blocklists that match the existing IP/entity
ones, and don't want to have separate update ... - 11:28 PM Revision 28de217e (ceph): mon: osdmon: don't overwrite type for entity_addr_t which is a cidr range
- Doing so makes it no longer a cidr range entity_addr_t.
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry pick... - 11:28 PM Revision f1032a4e (ceph): client: Simplify blocklist tracking and interface
- I'm not sure if the blocklist events tracking in Client.cc was ever
the simplest way to track that state, but it defi... - 11:28 PM Revision 4f49871a (ceph): mds: Server: Simplify apply_blocklist and usage of the OSDMap's blocklist
- This previoulsly re-implemented a bunch of the OSDMap::is_blocklisted()
function, and wasn't actually any faster to r... - 11:18 PM RADOS Backport #55746 (In Progress): quincy: Support blocklisting a CIDR range
- 11:18 PM Revision 2c89a746 (ceph): test: add a /0 cidr test that blocklists EVERYTHING
- Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit 8244586cf57426fe4f493d855ba3dd95126ae0e7) - 11:18 PM Revision 29009506 (ceph): test: osd: add a /0 cidr test for 32-bit...
- ...and make the OSDMap handle it.
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit c454d0d... - 11:18 PM Revision e8426cce (ceph): osd: Check range_blocklist in is_blocklisted(): we actually blocklist r...
- Carry a parallel map from cidr addresses to a new
range_bits class (stored entirely as ephemeral state) so that we
do... - 11:18 PM Revision 512b688a (ceph): test: test OSDMap::is_blocklisted in unit tests
- Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit 952af3388466d530c6268ff9b98bcdd725cce738) - 11:18 PM Revision d66b35e1 (ceph): doc: update blocklist doc for ranges and up-to-date-ness
- Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit e15cfa7ecded4a43df9c127abbc79a0e19c6adc6) - 11:18 PM Revision 0c4ca23f (ceph): test: fix negative blocklist tests
- These tests are supposed to be validating we don't accept invalid IPs,
but they left out the "add" subcommand so they... - 11:18 PM Revision 30f1e1b7 (ceph): test: check range blocklist in cephtool/test.sh
- Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit 1ca89ca76dbbae355831dc81065f22e6eb7e37ca) - 11:18 PM Revision 2455165e (ceph): test: split up ip- and range-based blocklisting tests
- Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit 42910b432d8a2f77f6443c99314b8a47fd2c87db) - 11:18 PM Revision 312f56ad (ceph): test: add a 30-bit range mask to ipv6 blocklisting tests
- Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit f107f2124d94c35261f752d1f04f95875a7d05da) - 11:18 PM Revision 3b8fa9db (ceph): test: add 32-bit ipv4 and 64-bit ipv6 blocklist testing
- Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit 6a997da13dd40d512a903036a487c8e0c4c59148) - 11:18 PM Revision 81926aa3 (ceph): test: add a 128-bit range blocklist test
- Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit 138daff1dcb35510c7444f803be7a55c62532f67) - 11:18 PM Revision 3e2ba484 (ceph): mon: osdmon: allow users to enter range blocklists.
- Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit 93617f7f4c6ba3463ab4c6e2df3cc2df9b00fc12) - 11:18 PM Revision 65fc2053 (ceph): mon: osdmon: simplify maybe_rm_from_pending_blocklists
- Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit 871427881a60f7a203d08373a1ae1e6db9e2976b) - 11:18 PM Revision 4c0edd63 (ceph): mon: trim range_blocklist alongside the regular one
- Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit 4b08448131ff63213f65ac2c2454d53158663ca2) - 11:18 PM Revision 6a146b52 (ceph): mon: check 'nonce' validity for cidr ranges
- Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit 5c903e5b0a48f60dcf644f83478f97136d7dc56c) - 11:18 PM Revision d03ab88a (ceph): mon: take blocklist ranges as a subcommand, not implicitly from address...
- I discovered in testing with CephFS that this tends to interpret client IPs
(which don't have ports, but do have nonc... - 11:18 PM Revision f7a97132 (ceph): osdmap: convert get_blocklist() to provide the entity/IP and range bloc...
- Providing a non-range-aware blocklist accessor would just be
asking for trouble, so don't.
The ugly part of this is ... - 11:18 PM Revision 32029a72 (ceph): mon: dump range blocklist when dumping regular blocklist
- Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit dc09905f1e95201ba8257b70c60c9985eee6ffdb) - 11:18 PM Revision 4ac8d58b (ceph): client: Simplify blocklist tracking and interface
- I'm not sure if the blocklist events tracking in Client.cc was ever
the simplest way to track that state, but it defi... - 11:18 PM Revision 4a67150f (ceph): mds: Server: Simplify apply_blocklist and usage of the OSDMap's blocklist
- This previoulsly re-implemented a bunch of the OSDMap::is_blocklisted()
function, and wasn't actually any faster to r... - 11:18 PM Revision 74117053 (ceph): msg: common: allow entity_addr_t to store a CIDR address range
- This required very little change to the existing code. Use with care, because
existing code expects an IP address ins... - 11:18 PM Revision 8c68d5cc (ceph): osdmap: store new range_blocklist, updated as we do the existing blocklist
- Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit c0b87d9aca6f61ffe726ce3407059c527b319cbe) - 11:18 PM Revision 0dc99634 (ceph): mon: osdmon: extract blocklist manipulation functions into lambdas
- I'm about to add new range blocklists that match the existing IP/entity
ones, and don't want to have separate update ... - 11:18 PM Revision e4352f06 (ceph): mon: osdmon: don't overwrite type for entity_addr_t which is a cidr range
- Doing so makes it no longer a cidr range entity_addr_t.
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry pick... - 11:00 PM Revision 3b588be8 (ceph): qa/config: override `bluestore_zero_block_detection` default for rados ...
- By default, `bluestore_zero_block_detection` is false since it interacts
negatively with some RBD and CephFS features... - 10:59 PM Revision f38314ed (ceph): test/objectstore: use GTEST_SKIP for smr
- If certain tests are smr=true, the test
will be skipped with GTEST_SKIP instead of
the original return message.
Sign... - 10:59 PM Revision baadb760 (ceph): os/bluestore: turn bluestore zero block detection off by default
- This commit adds a new global config option called `bluestore_zero_block_detection`.
This option is used at a dev lev... - 10:53 PM bluestore Backport #55811 (Resolved): quincy: bluestore zero block detection makes all-zeroes writes deallo...
- https://github.com/ceph/ceph/pull/46468
- 10:52 PM bluestore Bug #55521 (Pending Backport): bluestore zero block detection makes all-zeroes writes deallocate ...
- 10:26 PM RADOS Bug #55794: scrub: scrub is not prevented from started while snap-trimming is in progress
- @Ronen is this already tracked in #49525?
- 09:55 PM Revision 19f6446e (ceph): Merge pull request #46193 from ljflores/wip-zero-detection-off-by-default
- os/bluestore: turn bluestore zero block detection off by default
- 09:50 PM Backport #55810 (In Progress): quincy: rocksdb: build with rocksdb-7.y.z
- https://github.com/ceph/ceph/pull/46463
- 09:50 PM Backport #55810 (Resolved): quincy: rocksdb: build with rocksdb-7.y.z
- https://github.com/ceph/ceph/pull/46492
- 09:46 PM Bug #55730 (Pending Backport): rocksdb: build with rocksdb-7.y.z
- 09:38 PM RADOS Bug #55809: "Leak_IndirectlyLost" valgrind report on mon.c
- Laura Flores wrote:
> /a/yuriw-2022-05-27_21:59:17-rados-wip-yuri-testing-2022-05-27-0934-distro-default-smithi/6851... - 09:35 PM RADOS Bug #55809 (New): "Leak_IndirectlyLost" valgrind report on mon.c
- /a/yuriw-2022-05-27_21:59:17-rados-wip-yuri-testing-2022-05-27-0934-distro-default-smithi/6851271/remote/smithi085/lo...
- 09:29 PM Revision bed70513 (ceph): rgw: restore check for empty olh name on reshard
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 09:29 PM Revision 47913cb7 (ceph): test/rgw: fix test case for empty-OLH-name cleanup
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:27 PM Orchestrator Bug #55808 (Resolved): task/test_nfs: KeyError: 'events'
- /a/yuriw-2022-05-27_21:59:17-rados-wip-yuri-testing-2022-05-27-0934-distro-default-smithi/6851013...
- 07:21 PM cephsqlite Bug #55142: [ERR] : Unhandled exception from module 'devicehealth' while running on mgr.gibba002....
- /a/yuriw-2022-05-27_21:59:17-rados-wip-yuri-testing-2022-05-27-0934-distro-default-smithi/6851244
- 06:50 PM Revision 46b3f77a (ceph): doc: Updating Ceph Foundation members for May
- Signed-off-by: Mike Perez <thingee@gmail.com>
- 06:13 PM RADOS Backport #53971 (Resolved): octopus: BufferList.rebuild_aligned_size_and_memory failure
- 06:07 PM RADOS Backport #53971: octopus: BufferList.rebuild_aligned_size_and_memory failure
- Radoslaw Zarzynski wrote:
> https://github.com/ceph/ceph/pull/46216
merged - 06:08 PM CephFS Backport #54195: octopus: mds: mds_oft_prefetch_dirfrags default to false
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45015
merged - 06:08 PM Revision cc5e2192 (ceph): Merge pull request #45015 from Vicente-Cheng/wip-54195-octopus
- octopus: mds: mds_oft_prefetch_dirfrags default to false
Reviewed-by: Venky Shankar <vshankar@redhat.com> - 06:08 PM CephFS Bug #55807: qa failure: workload iogen failed
- Might be same as - https://tracker.ceph.com/issues/54108
- 05:31 PM CephFS Bug #55807 (Duplicate): qa failure: workload iogen failed
- Bug discovered on QA run for PR - https://github.com/ceph/ceph/pull/45556.
Teuthology job: https://pulpito.ceph.com/... - 06:07 PM Revision d09490f7 (ceph): Merge pull request #46216 from rzarzynski/wip-tests-bl-fix-rebuild-octopus
- octopus: test/bufferlist: ensure rebuild_aligned_size_and_memory() always rebuilds.
Reviewed-by: Ilya Dryomov <idryo... - 06:06 PM Revision 630a85cc (ceph): Merge pull request #45633 from joscollin/wip-55054-octopus
- octopus: qa: check mounts attribute in ctx
Reviewed-by: Rishabh Dave <ridave@redhat.com>
Reviewed-by: Kotresh HR <kh... - 05:53 PM Revision 4fe1bd32 (ceph): mgr/dashboard: fix linting errors and add test
- Fixes: https://tracker.ceph.com/issues/55218
Signed-off-by: Aashish Sharma <aasharma@redhat.com> - 05:52 PM Revision 1c406e77 (ceph): Merge pull request #46448 from ceph/fix-triage-pacific
- pacific: .github: continue on error and reorder milestone step
Reviewed-by: Pere Diaz Bou <pdiazbou@redhat.com> - 05:51 PM Revision eeaa9921 (ceph): Merge pull request #46447 from ceph/fix-triage-quincy
- quincy: .github: continue on error and reorder milestone step
Reviewed-by: Pere Diaz Bou <pdiazbou@redhat.com> - 05:43 PM Revision b38a3dea (ceph): test/cls/rgw: test dir_suggest after successful completion
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit a350888bf9d812db36b3bdf6d1e4ee7469964fad) - 05:43 PM Revision 71990402 (ceph): cls/rgw: rgw_dir_suggest_changes detects race with completion
- if bucket listing races with a pending index transaction, its suggested
removal may be mistakenly applied if that ind... - 05:33 PM Dashboard Backport #55116 (In Progress): pacific: mgr/dashboard: don't log HTTP 3xx as errors
- 05:33 PM Revision 8ae83437 (ceph): mgr/dashboard: don't log 3xx as errors
- Let's avoid printing these ugly/misleading/redundant messages:
```
0 [dashboard DEBUG controllers.home] frontend lan... - 05:29 PM Dashboard Backport #55601 (In Progress): pacific: mgr/dashboard: introduce memory and cpu usage for daemons
- 05:27 PM Revision 049d8447 (ceph): mgr/dashboard: introduce memory and cpu usage for daemons
- Fixes: https://tracker.ceph.com/issues/55218
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
Co-authored-by: Aashis... - 05:24 PM mgr Backport #55035: octopus: mgr/cephadm: alertmanager generate_config doesn't consider FQDN
- Tatjana Dehler wrote:
> https://github.com/ceph/ceph/pull/45621
merged - 05:24 PM Revision 8b2d2a19 (ceph): Merge pull request #45621 from s0nea/wip-55035-octopus
- octopus: mgr/cephadm: try to get FQDN for configuration files
Reviewed-by: Adam King adking@redhat.com
Reviewed-by: ... - 05:22 PM Revision c534e1f6 (ceph): Merge pull request #45356 from mgfritch/backport-45347-octopus
- octopus: cephadm: preserve `authorized_keys` file during upgrade
Reviewed-by: Adam King adking@redhat.com - 05:21 PM CephFS Backport #52443: octopus: client: fix dump mds twice
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45162
merged - 05:21 PM Revision eb13eebe (ceph): Merge pull request #45162 from dvanders/wip-52443-octopus
- octopus: client: do not dump mds twice in Inode::dump()
Reviewed-by: Venky Shankar <vshankar@redhat.com> - 05:21 PM CephFS Backport #50847: octopus: mds: journal recovery thread is possibly asserting with mds_lock not lo...
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45156
merged - 05:21 PM Revision 731d7872 (ceph): Merge pull request #45156 from dvanders/wip-50847-octopus
- octopus: mds: fix possible mds_lock not locked assert
Reviewed-by: Xiubo Li <xiubli@redhat.com>
Reviewed-by: Venky S... - 05:20 PM CephFS Backport #50631: octopus: mds: Error ENOSYS: mds.a started profiler
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45155
merged - 05:20 PM Revision b3c19202 (ceph): Merge pull request #45155 from dvanders/wip-50631-octopus
- octopus: mds: reset the return value for heap command
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Reviewed-by: ... - 05:16 PM Dashboard Bug #55511 (Resolved): mgr/dashboard: fix ssl cert validation for ingress service creation
- 05:16 PM Dashboard Backport #55570 (Resolved): pacific: mgr/dashboard: fix ssl cert validation for ingress service ...
- 05:16 PM Revision cdf6bb0c (ceph): Merge pull request #46204 from rhcs-dashboard/wip-55570-pacific
- pacific: mgr/dashboard: fix ssl cert validation for ingress service creation
Reviewed-by: Ernesto Puerta <epuertat@r... - 05:15 PM Dashboard Backport #55569 (Resolved): quincy: mgr/dashboard: fix ssl cert validation for ingress service c...
- 05:15 PM Revision 5cc0e410 (ceph): Merge pull request #46203 from rhcs-dashboard/wip-55569-quincy
- quincy: mgr/dashboard: fix ssl cert validation for ingress service creation
Reviewed-by: Sarthak Gupta <sarthak.dev.... - 05:08 PM CephFS Bug #55806 (New): qa failure: workload dbench failure
- Bug discovered on QA run for PR - https://github.com/ceph/ceph/pull/45556
Teuthology job - https://pulpito.ceph.co... - 04:51 PM CephFS Bug #55805 (New): qa failure: workload kernel_untar_build failed
- Bug discovered on QA run for PR - https://github.com/ceph/ceph/pull/45556
Teuthology job - https://pulpito.ceph.co... - 04:37 PM CephFS Backport #55239: quincy: docs.ceph.com/en/pacific/cephfs/add-remove-mds/#adding-an-mds cannot work
- Dhairya Parmar wrote:
> https://github.com/ceph/ceph/pull/45879
merged - 04:37 PM Revision de647e00 (ceph): Merge pull request #45879 from dparmar18/backport_mdsdocs_quincy
- quincy: doc/cephfs/add-remove-mds: added cephadm note, refined "Adding an MDS"
Reviewed-by: Kotresh HR <khiremat@red... - 04:08 PM CephFS Bug #55804 (Duplicate): qa failure: pjd link tests failed
- Bug discovered on QA run for PR - https://github.com/ceph/ceph/pull/45556
Teuthology run: https://pulpito.ceph.com... - 03:57 PM Revision 52f341b0 (ceph): Merge pull request #46367 from 0xavi0/dbstore-default-dbdir-rgw-data
- rgw/dbstore: change default value of dbstore_db_dir to /var/lib/ceph/radosgw
Reviewed-by: Soumya Koduri <skoduri@red... - 03:26 PM Dashboard Bug #55741: cephadm/test_dashboard_e2e.sh: Unable to find element `cd-modal .custom-control-label...
- /a/yuriw-2022-05-27_21:59:17-rados-wip-yuri-testing-2022-05-27-0934-distro-default-smithi/6851187
- 03:21 PM mgr Bug #51835: mgr/DaemonServer.cc: FAILED ceph_assert(pending_service_map.epoch > service_map.epoch)
- /a/yuriw-2022-05-27_21:59:17-rados-wip-yuri-testing-2022-05-27-0934-distro-default-smithi/6851266
- 03:18 PM rgw Bug #52044 (Fix Under Review): Bucket sync policy core dumped
- 03:17 PM Revision 266da4a9 (ceph): Merge pull request #46395 from cbodley/wip-backport-create-issue-assign...
- backport-create-issue: copy 'Assignee' of original issue to backports
Reviewed-by: Ernesto Puerta <epuertat@redhat.c... - 03:10 PM RADOS Bug #51904: test_pool_min_size:AssertionError:wait_for_clean:failed before timeout expired due to...
- Other reported instances of this `wait_for_clean` assertion failure where the pgmap has a pg stuck in recovery have l...
- 03:04 PM RADOS Bug #55726: Drained OSDs are still ACTIVE_PRIMARY - casuing high IO latency on clients
- Hi,
set debug mode on OSDs and MONs but didn't find string 'choose_acting'.
Also what I found, our EC profile ... - 02:55 PM CephFS Backport #55630: quincy: cephfs-shell: saving files doesn't work as expected
- Dhairya Parmar wrote:
> https://github.com/ceph/ceph/pull/46300
merged - 02:55 PM Revision 671ab4c4 (ceph): Merge pull request #46300 from dparmar18/quincy_put_get_backport
- quincy: cephfs-shell: fix put and get cmd
Reviewed-by: Venky Shankar <vshankar@redhat.com> - 02:54 PM CephFS Backport #55342: quincy: mds: try to reset heartbeat when fetching or committing.
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/46181
merged - 02:54 PM Revision 9c850166 (ceph): Merge pull request #46181 from lxbsz/wip-55342
- quincy: mds: reset heartbeat when fetching or committing entries
Reviewed-by: Venky Shankar <vshankar@redhat.com> - 02:51 PM CephFS Backport #55345: quincy: client: get stuck forever when the forward seq exceeds 256
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/46178
merged - 02:51 PM Revision f84e5c1b (ceph): Merge pull request #46178 from lxbsz/wip-55345
- Quincy: client: stop forwarding the request when exceeding 256 times
Reviewed-by: Venky Shankar <vshankar@redhat.com... - 02:42 PM RADOS Bug #39150 (Resolved): mon: "FAILED ceph_assert(session_map.sessions.empty())" when out of quorum
- 02:41 PM RADOS Bug #50659 (Resolved): Segmentation fault under Pacific 16.2.1 when using a custom crush location...
- 02:39 PM RADOS Bug #53306 (Resolved): ceph -s mon quorum age negative number
- 02:38 PM RADOS Backport #55280 (Resolved): quincy: mon/OSDMonitor: properly set last_force_op_resend in stretch ...
- 02:37 PM RADOS Bug #53327 (Resolved): osd: osd_fast_shutdown_notify_mon not quite right and enable osd_fast_shut...
- 02:34 PM RADOS Backport #55632 (Resolved): quincy: ceph-osd takes all memory before oom on boot
- 02:16 PM Revision 914c99da (ceph): Merge pull request #46415 from neha-ojha/wip-cw-core
- .github/CODEOWNERS: tag core devs on core PRs
Reviewed-by: Laura Flores <lflores@redhat.com> - 01:30 PM Dashboard Backport #55688 (Resolved): quincy: mgr/dashboard: datatable unit tests get skipped with no error...
- 01:27 PM Revision ee9a4a31 (ceph): mgr/dashboard: show daemon count instead of services in host page
- Fixes: https://tracker.ceph.com/issues/47218
Signed-off-by: Nizamudeen A <nia@redhat.com>
(cherry picked from commit ... - 01:27 PM Revision 692e54a5 (ceph): mgr/dashboard: smart data for devices with scsi protocol
- In the dashboard, we've been showing smart data for hdd devices with ata
protocol only. Otherwise we show a No Smart ... - 01:27 PM Revision afcfd716 (ceph): mgr/dashboard: fix smart data error
- the error in the log was this
```
"/usr/share/ceph/mgr/dashboard/services/ceph_service.py", line 253, in _get_smart_... - 01:27 PM Dashboard Backport #55590 (In Progress): pacific: mgr/dashboard: weird "selected" count in "physical device...
- 01:27 PM Revision 8b3abf14 (ceph): mgr/dashboard: devices with same UID causes multiselection
- In the Physical Disks page, the uids for multiple devices are coming in
as same and that causes the selection to go b... - 01:23 PM Dashboard Backport #55591 (In Progress): quincy: mgr/dashboard: cluster > hosts: services are not services ...
- 01:23 PM Dashboard Backport #55593 (In Progress): quincy: mgr/dashboard: show smart data of hdd devices with scsi pr...
- 01:22 PM Dashboard Backport #55598 (In Progress): quincy: mgr/dashboard: smart data fetching error
- 01:18 PM Revision 15f42944 (ceph): mgr/dashboard: show daemon count instead of services in host page
- Fixes: https://tracker.ceph.com/issues/47218
Signed-off-by: Nizamudeen A <nia@redhat.com>
(cherry picked from commit ... - 01:18 PM Revision d2da65db (ceph): mgr/dashboard: smart data for devices with scsi protocol
- In the dashboard, we've been showing smart data for hdd devices with ata
protocol only. Otherwise we show a No Smart ... - 01:17 PM Revision 2cb89c09 (ceph): mgr/dashboard: fix smart data error
- the error in the log was this
```
"/usr/share/ceph/mgr/dashboard/services/ceph_service.py", line 253, in _get_smart_... - 01:17 PM rbd Bug #55803 (Fix Under Review): [rbd-mirror] primary snapshot in-use by replayer can be unlinked a...
- 01:09 PM rbd Bug #55803 (Resolved): [rbd-mirror] primary snapshot in-use by replayer can be unlinked and removed
- CreatePrimaryRequest::unlink_peer() invoked via "rbd mirror image snapshot" command or via rbd_support mgr module whe...
- 01:16 PM Dashboard Backport #55589 (In Progress): quincy: mgr/dashboard: weird "selected" count in "physical devices...
- 01:16 PM Revision 6cf59332 (ceph): mgr/dashboard: devices with same UID causes multiselection
- In the Physical Disks page, the uids for multiple devices are coming in
as same and that causes the selection to go b... - 01:14 PM Revision 94703c10 (ceph): test/librbd: fix set_val() call in SuccessUnlink* test cases
- rbd_mirroring_max_mirroring_snapshots isn't actually set to 3 there
due to the stray conf_ prefix. It didn't matter ... - 01:14 PM Revision ef83c0f3 (ceph): librbd: unlink newest mirror snapshot when at capacity, bump capacity
- CreatePrimaryRequest::unlink_peer() invoked via "rbd mirror image
snapshot" command or via rbd_support mgr module whe... - 01:03 PM Dashboard Backport #55115 (In Progress): quincy: mgr/dashboard: don't log HTTP 3xx as errors
- 01:03 PM Revision 9502e73f (ceph): mgr/dashboard: don't log 3xx as errors
- Let's avoid printing these ugly/misleading/redundant messages:
```
0 [dashboard DEBUG controllers.home] frontend lan... - 01:01 PM Revision 19ed43f1 (ceph): codeowners: remove api team
- Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
- 12:54 PM Revision 21639bc9 (ceph): .github/pr-triage: reorder milestone step
- In `master` the milestone step exits and causes remaining tasks not to be run. I previously tried with the `continue-...
- 12:54 PM Revision 52dee4b5 (ceph): .github: continue on error
- Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
(cherry picked from commit b6791ee09a49398cdef39faae5f2e72f43061d64) - 12:53 PM Revision 555e4052 (ceph): doc/start: update "memory" in hardware-recs.rst
- This PR corrects some usage errors in the "Memory" section
of the hardware-recommendations.rst file. It also closes
s... - 12:52 PM RADOS Bug #55435 (Fix Under Review): mon/Elector: notify_ranked_removed() does not properly erase dead_...
- 12:48 PM Revision 838798b5 (ceph): .github/pr-triage: reorder milestone step
- In `master` the milestone step exits and causes remaining tasks not to be run. I previously tried with the `continue-...
- 12:48 PM Revision 999f34f3 (ceph): .github: continue on error
- Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
(cherry picked from commit b6791ee09a49398cdef39faae5f2e72f43061d64) - 12:44 PM Dashboard Backport #54585 (In Progress): quincy: mgr/dashboard: fix columns in host table with NaN Undefined
- 12:44 PM Revision 66c0e0b0 (ceph): mgr/dashboard: fix columns in host table with NaN Undefined
- Fixes: https://tracker.ceph.com/issues/54068
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
(cherry picked from co... - 12:40 PM Dashboard Backport #54996 (Resolved): quincy: mgr/dashboard: table hiding selections change automatically
- 12:40 PM Revision bbbdc839 (ceph): Merge pull request #45724 from rhcs-dashboard/wip-54996-quincy
- quincy: mgr/dashboard: Table columns hiding fix
Reviewed-by: Sarthak Gupta <sarthak.dev.0702@gmail.com>
Reviewed-by:... - 12:40 PM Dashboard Feature #55231 (Resolved): mgr/dashboard: customizable log-in page text/banner
- 12:39 PM Dashboard Backport #55717 (Resolved): quincy: mgr/dashboard: customizable log-in page text/banner
- 12:39 PM Revision 3ceede4c (ceph): Merge pull request #46342 from rhcs-dashboard/wip-55717-quincy
- quincy: mgr/dashboard: customizable log-in page text/banner
Reviewed-by: Aashish Sharma <aasharma@redhat.com>
Review... - 12:39 PM Dashboard Bug #53244 (Resolved): mgr/dashboard: unselect when clicking outside a table
- 12:39 PM Dashboard Backport #55691 (Resolved): quincy: mgr/dashboard: unselect when clicking outside a table
- 12:39 PM Revision 65a07c8b (ceph): Merge pull request #46323 from rhcs-dashboard/wip-55691-quincy
- quincy: mgr/dashboard: unselect rows in datatables
Reviewed-by: Aashish Sharma <aasharma@redhat.com>
Reviewed-by: Av... - 12:25 PM CephFS Backport #55802 (Resolved): pacific: mgr/volumes: allow users to add metadata (key-value pairs) f...
- https://github.com/ceph/ceph/pull/46515
- 12:19 PM Revision 13f09d0d (ceph): mon/Elector: notify_rank_removed correctly nuke highest ranked MON
- Added a case where we are removing the highest rank monitor
in `notify_rank_removed`, the old version did not deal wi... - 11:42 AM Revision ef19547e (ceph): debian: add .requires for specifying python3 deps
- we use dh_python3 to define subvar of ${python3:Depends} as a part
of the runtime dependencies of python3 packages, l... - 11:42 AM Revision 42f54657 (ceph): debian: extract python3 packages to a single place
- to better maintainability
Signed-off-by: Kefu Chai <tchaikov@gmail.com> - 11:37 AM Revision f9d3be6e (ceph): rgw/doc: fix lua background documentation
- Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
- 11:22 AM Dashboard Cleanup #53355 (Resolved): mgr/dashboard: Hide hostname column of daemon table in host details
- 11:22 AM Dashboard Backport #55105 (Resolved): quincy: mgr/dashboard: Hide hostname column of daemon table in host d...
- 11:21 AM Revision 3e373776 (ceph): Merge pull request #45722 from rhcs-dashboard/wip-55105-quincy
- quincy: mgr/dashboard: extend daemon actions to host details
Reviewed-by: Aashish Sharma <aasharma@redhat.com>
Revie... - 11:05 AM Orchestrator Bug #55801 (Fix Under Review): cephadm throws an exception when not able to list tags for upgrade
- 10:57 AM Orchestrator Bug #55801 (Closed): cephadm throws an exception when not able to list tags for upgrade
cephadm throws an exception when not able to list tags for upgrade...- 11:01 AM Revision 42b1ae57 (ceph): rgw: splitting gc chains into smaller parts to prevent
- OSD_WRITETOOBIG error.
fixes: https://tracker.ceph.com/issues/49823
Signed-off-by: Pritha Srivastava <prsrivas@redh... - 10:22 AM Orchestrator Bug #55800 (Fix Under Review): cephadm crashes when trying to restart an invalid service name whi...
- 10:07 AM Orchestrator Bug #55800 (Resolved): cephadm crashes when trying to restart an invalid service name which start...
cephadm crashes when trying to restart an invalid service name which starts with keepalived or haproxy....- 10:11 AM Revision 6b76753c (ceph): mgr/cephadm: check if a service exists before trying to restart it
- Fixes: https://tracker.ceph.com/issues/55800
Signed-off-by: Redouane Kachach <rkachach@redhat.com> - 09:59 AM Revision d3ce146b (ceph): mgr/dashboard: fix linting errors and add test
- Fixes: https://tracker.ceph.com/issues/55218
Signed-off-by: Aashish Sharma <aasharma@redhat.com>
(cherry picked from ... - 08:34 AM rgw Bug #55799: rgw:The error reported in the "rgw_s3_prepare_decrypt" function is unreasonable
- https://github.com/ceph/ceph/pull/46443
- 08:20 AM rgw Bug #55799 (Resolved): rgw:The error reported in the "rgw_s3_prepare_decrypt" function is unreaso...
- When decrypting the data encrypted with the "SSE-KMS" method, the "InvalidAccessKeyId" error is reported when the KMS...
- 08:09 AM Revision e8ddf7cf (ceph): cmake: configure boost build with concurrent jobs
- When building boost, try to schedule multiple build jobs in parallel. If
provided with `-DBOOST_J=<n>`, the given num... - 07:24 AM Revision 80d5dcb4 (ceph): mds/fsmap: proper update of filesystems
- Segfault was triggered by the fs/multifs test.
The problem is in potential undefined behaviour
afer erasing element a... - 07:07 AM Revision b4376cfe (ceph): Merge pull request #46430 from zdover23/wip-doc-2022-05-30-hw-recs-memo...
- doc/start: update "memory" in hardware-recs.rst
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com> - 07:01 AM Revision 895ee792 (ceph): rgw/dbstore: change default value of dbstore_db_dir to /var/lib/ceph/ra...
- Changes a few NULL to nullptr.
Adds std::filesystem for path building so they're platform independant.
Fixes a bug ... - 06:27 AM rgw Bug #55765: RGW Segmentation fault when requested resource includes a colon
- Hello, we find the same behavior with the corresponding hex code (%3A,%3a)
GET https://storage.example.org//https%... - 05:51 AM Revision 429bbdea (ceph): doc/start: update "memory" in hardware-recs.rst
- This PR corrects some usage errors in the "Memory" section
of the hardware-recommendations.rst file. It also closes
s... - 05:44 AM CephFS Bug #55779: fuse client losing connection to mds
- The MDS got a termination signal. E.g.: mds.a:...
- 05:18 AM RADOS Bug #55798 (Fix Under Review): scrub starts message missing in cluster log
- 05:15 AM RADOS Bug #55798 (Pending Backport): scrub starts message missing in cluster log
- We used to log "scrub starts" and "deep-scrub starts" message if scrub/deep-scrub process has been started for the pg...
- 05:05 AM CephFS Backport #55797 (Resolved): quincy: mgr/volumes: allow users to add metadata (key-value pairs) fo...
- https://github.com/ceph/ceph/pull/46508
- 05:01 AM CephFS Feature #55401 (Pending Backport): mgr/volumes: allow users to add metadata (key-value pairs) for...
- 05:00 AM Revision 2e4a7772 (ceph): Merge pull request #46086 from nmshelke/feature-55401
- mgr/volumes: set, get, list and remove metadata of snapshot
Reviewed-by: Venky Shankar <vshankar@redhat.com> - 04:23 AM Revision bb0e35bf (ceph): crimson/os/seastore/transaction_manager: set to test mode under debug b...
- * force to test mode under debug build.
* make reclaim to happen and validated as early as possible.
* do not block u... - 04:23 AM Revision 377ef0e2 (ceph): crimson/os/seastore/segment_cleaner: add info logs to reveal trim activ...
- Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
- 04:22 AM Revision ba1227e5 (ceph): crimson/os/seastore/segment_cleaner: cleanup reclaim logic
- Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
- 02:51 AM Revision b584e6a6 (ceph): crimson/os/seastore/segment_cleaner: delay reclaim until near full
- It should be generically better to delay reclaim as much as possible, so
that:
* unalive/unavailable can higher to re... - 02:51 AM Revision bbfa540d (ceph): crimson/os/seastore: cleanup rewrite_extent()
- Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
- 02:51 AM Revision 21306e49 (ceph): crimson/os/seastore/cache: assert dirty
- Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
- 02:51 AM Revision a3afe706 (ceph): crimson/os/seastore/seastore_types: include backref as physical extents
- Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
- 12:14 AM bluestore Bug #54019: OSD::mkfs: ObjectStore::mkfs failed with error (5) Input/output error
- FYI, some rook users hit this problem as well.
quoted from https://tracker.ceph.com/issues/51034#note-12
---
h... - 12:10 AM bluestore Bug #51034: osd: failed to initialize OSD in Rook
- Oops, sorry. This problem has already been reported in the following ticket.
https://tracker.ceph.com/issues/54019
05/30/2022
- 11:57 PM bluestore Bug #51034: osd: failed to initialize OSD in Rook
- Some rook users still encountered similar issues.
https://github.com/rook/rook/issues/9646#issuecomment-1021505103... - 11:37 PM Revision 03d805c7 (ceph): Merge pull request #46296 from ceph/wip-nitzan-osd-log-to-correct-sufix
- crimson/osd: logger into log_file
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Reviewed-by: Kefu Chai <tcha... - 11:33 PM Revision 7cfe74d2 (ceph): Merge pull request #46388 from rzarzynski/wip-crimson-reindent-main-trace
- crimson/osd: reindent the trace-related fragment of main()
Reviewed-by: Kefu Chai <tchaikov@gmail.com> - 08:03 PM rbd Bug #55796 (Fix Under Review): [rbd-mirror] don't prune non-primary snapshot when restarting delt...
- 07:51 PM rbd Bug #55796 (Resolved): [rbd-mirror] don't prune non-primary snapshot when restarting delta sync
- When restarting interrupted sync (signified by the "end" non-primary snapshot with last_copied_object_number > 0), pr...
- 07:57 PM Revision 8ddce107 (ceph): cls/rbd: fix operator<< for MirrorSnapshotNamespace
- Commit 50702eece0b1 ("cls/rbd: added clean_since_snap_id to
MirrorSnapshotNamespace") updated dump() but missed opera... - 07:57 PM Revision 3ba82f2a (ceph): rbd-mirror: don't prune non-primary snapshot when restarting delta sync
- When restarting interrupted sync (signified by the "end" non-primary
snapshot with last_copied_object_number > 0), pr... - 06:35 PM Dashboard Bug #55667: mgr/dashboard: Datatables broken layout
- The second issue where the layout is completely broken (OSds list[chrome] screenshots), seems to be a local issue for...
- 05:36 PM Revision 2469ae8b (ceph): Merge pull request #46320 from ronen-fr/wip-rf-snaps-onerr
- osd/scrub: restart snap trimming after a failed scrub
Reviewed-by: Laura Flores <lflores@redhat.com> - 02:37 PM Revision 6f5737e4 (ceph): crimson/osd: add support for historic op tracking.
- Signed-off-by: Radosław Zarzyński <rzarzyns@redhat.com>
- 02:37 PM Revision ff5757c7 (ceph): crimson/osd: make OSDOperationRegistry responsible for historic ops
- Signed-off-by: Radosław Zarzyński <rzarzyns@redhat.com>
- 02:37 PM Revision 98064037 (ceph): crimson/osd: add support for slowest historic op tracking
- Signed-off-by: Radosław Zarzyński <rzarzyns@redhat.com>
- 02:35 PM Revision 290e744a (ceph): osd/scrub: restart snap trimming after a failed scrub
- A followup to PR#45640.
In PR#45640 snap trimming was restarted (if blocked) after all
successful scrubs, and after m... - 02:22 PM Dashboard Feature #55795 (Pending Backport): mgr/dashboard: rbd-mirror move replaying state images to synci...
- h3. Description of problem
_here_
h3. Environment
* @ceph version@ string:
* Platform (OS/distro/release)... - 01:27 PM RADOS Bug #55773 (Fix Under Review): Assertion failure (ceph_assert(have_pending)) when creating new OS...
- 01:16 PM RADOS Backport #55309 (In Progress): pacific: prometheus metrics shows incorrect ceph version for upgra...
- 01:16 PM Revision 45a86042 (ceph): mgr, mgr/prometheus: Fix regression with prometheus metrics
- The ceph dameons on host are inheriting ceph version from the host.
This introduces a wrong interpretation in prometh... - 01:13 PM RADOS Backport #55308 (In Progress): pacific: Manager is failing to keep updated metadata in daemon_sta...
- 01:12 PM Revision ee86927f (ceph): mgr, mon: Keep upto date metadata with mgr for MONs
- The mgr updates mon metadata through handle_mon_map which
gets triggered when MONs were removed/added from/to cluster... - 01:10 PM Revision 9a0d42c9 (ceph): mon/OSDMonitor: Ensure kvmon() is writeable before handling "osd new" cmd
- Before proceeding to handle "osd new" mon command as part of
OSDMonitor::prepare_command_impl(), a check is made to v... - 12:54 PM Revision 4cb6436d (ceph): Merge pull request #46426 from idryomov/wip-iscsi-mutual-chap-doc
- doc/rbd: add mutual CHAP authentication example
Reviewed-by: Xiubo Li <xiubli@redhat.com> - 12:38 PM Bug #54434: hdd osd's crashing after pacific upgrade
- we now also upgraded our production cluster to 16.2.9, unfortunately that did not change anything on the issue.
We ... - 12:24 PM RADOS Bug #55794 (Duplicate): scrub: scrub is not prevented from started while snap-trimming is in prog...
- Scrub code only tests the target PG for 'active' & 'clean'. And snap-trimming PGs are
'clean'.
For example:
http... - 11:51 AM Revision dabcac20 (ceph): doc/rbd: add mutual CHAP authentication example
- Based on https://github.com/ceph/ceph-iscsi/pull/260.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com> - 09:59 AM Dashboard Cleanup #55793 (New): mgr/dashboard: Quincy cephadm e2e failures
- The following tests have been failing since (at least) "May 16th in Quincy":https://jenkins.ceph.com/job/ceph-dashboa...
- 09:25 AM RADOS Backport #55792 (New): octopus: CEPH Graylog Logging Missing "host" Field
- 09:25 AM RADOS Backport #55791 (New): pacific: CEPH Graylog Logging Missing "host" Field
- 09:16 AM Dashboard Backport #54583 (Resolved): quincy: mgr/dashboard: centralized logging
- https://github.com/ceph/ceph/pull/46055
- 09:07 AM Dashboard Bug #55367 (Resolved): grafana/Makefile: don't push image to docker
- 09:07 AM Dashboard Backport #55373 (Resolved): pacific: grafana/Makefile: don't push image to docker
- 09:06 AM Dashboard Backport #55372 (Resolved): quincy: grafana/Makefile: don't push image to docker
- https://github.com/ceph/ceph/pull/45799
- 09:05 AM Dashboard Backport #55208 (Duplicate): pacific: grafana/Makefile: don't push image to docker
- 09:05 AM Dashboard Bug #55202 (Duplicate): grafana/Makefile: don't push image to docker
- 09:04 AM Dashboard Backport #55207 (Resolved): quincy: grafana/Makefile: don't push image to docker
- 08:36 AM rgw Bug #53186: notifications: add zonegrouop to bucket ARN
- sample bucket notification:...
- 08:24 AM rgw Bug #53186: notifications: add zonegrouop to bucket ARN
- in this we should add the following:
* new constructor for ARN that includes bucket and region:... - 07:11 AM CephFS Backport #55660 (In Progress): pacific: qa: add test case for fsync crash issue
- 07:08 AM Revision 9e88b811 (ceph): qa: add file/filesystem sync crash test case
- This is one test case for the possible kernel crash bug when doing
the file sync or filesystem sync.
Fixes: https://... - 07:08 AM Revision 51ef18d7 (ceph): qa: add file sync stuck test support
- This will test the file sync of a directory, which maybe stuck for
at most 5 seconds. This was because the related co... - 07:06 AM Revision fe3eded4 (ceph): qa: add filesystem sync stuck test support
- This will test the sync of the filesystem, which maybe stuck for
at most 5 seconds. This was because the related code... - 07:04 AM CephFS Backport #55659 (In Progress): pacific: mds: stuck 2 seconds and keeps retrying to find ino from ...
- 07:01 AM Revision a43e4180 (ceph): mds: trigger to flush the mdlog in handle_find_ino()
- If the the CInode was just created by using openc in current
auth MDS, but the client just sends a getattr request to... - 06:58 AM CephFS Backport #55757 (In Progress): pacific: mds: flush mdlog if locked and still has wanted caps not ...
- 06:54 AM Revision 48554209 (ceph): ceph: move mdlog flush to scatter_writebehind()
- Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit d41359a47e9f068de7f2e7e0cce99888abbf4069) - 06:54 AM Revision 383def35 (ceph): mds: flush mdlog if locked and still has wanted caps not satisfied
- In _do_cap_update() if one client is releasing the Fw caps the
relevant client range will be erased, and then new_max... - 06:53 AM Revision 3b1645de (ceph): mds: make _need_flush_mdlog() check in both stable and unstable cases
- lock_state_any is true will ignore the lock state.
Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from c... - 06:51 AM CephFS Bug #55332: Failure in snaptest-git-ceph.sh (it's an async unlink/create bug)
- It's a async unlink/create bug and fixed it in both kclient and MDS side:
[1] https://github.com/ceph/ceph-client/... - 06:48 AM CephFS Bug #55332 (Fix Under Review): Failure in snaptest-git-ceph.sh (it's an async unlink/create bug)
- 06:44 AM Revision 380578f1 (ceph): mds: rename count to items_count
- Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit 3d9bebb0468ef01d20ae78ddfd6dbfcb8663771e) - 06:44 AM Revision 3da4368a (ceph): mds: add mds_heartbeat_reset_grace option support
- Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit 109e370c5f4f18d02386086b8babd7ef6a5c578a)
Con... - 06:44 AM Revision 5ca2be54 (ceph): mds: switch to use heartbeat_reset_grace instead of hard code
- Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit 8496730f4854a172498ad918de12198fc7e443d8) - 06:44 AM Revision 71e17858 (ceph): mds: reset heartbeat when fetching or committing dentries
- Fixes: https://tracker.ceph.com/issues/54345
Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit 5... - 06:41 AM Revision 152d84f6 (ceph): client: stop forwarding the request when exceeding 256 times
- The type of 'num_fwd' in ceph 'MClientRequestForward' is 'int32_t',
while in 'ceph_mds_request_head' the type is '__u... - 06:28 AM Backport #55098 (Resolved): quincy: rpm: remove contents of build directory at end of %install se...
- Backport merged, marking resolved
- 04:29 AM mgr Bug #55758 (Resolved): ModuleNotFoundError: No module named 'object_format'
- 04:01 AM CephFS Bug #55779: fuse client losing connection to mds
- Venky Shankar wrote:
> The client might be getting blocklisted. Could you share the client/mds logs?
Here are the... - 03:44 AM CephFS Bug #55779 (Need More Info): fuse client losing connection to mds
- The client might be getting blocklisted. Could you share the client/mds logs?
- 02:23 AM Orchestrator Feature #55576 (Fix Under Review): [RFE] Add a rescan subcommand to the orch device command
- 02:22 AM Orchestrator Feature #55576: [RFE] Add a rescan subcommand to the orch device command
- added reference to PR
05/29/2022
- 11:06 PM Revision 952cab43 (ceph): Merge pull request #46391 from ljflores/wip-55745-pacific
- 06:45 PM Dashboard Backport #55084 (Resolved): quincy: mgr/dashboard: Remove padding in search highlighted text
- 06:43 PM Dashboard Backport #55416 (Resolved): quincy: mgr/dashboard: snaptrim_wait is considered Unknown
- 06:40 PM Dashboard Backport #55689 (Resolved): pacific: mgr/dashboard: datatable unit tests get skipped with no erro...
- 02:59 PM rgw Bug #55790 (New): kafka: add "verify-ssl" support to the kafka client
- this would be useful in case we create a test setup with TLS, but we don't want to fail on the self-signed certificat...
05/28/2022
- 06:02 PM Bug #55789 (New): "[ FAILED ] cls_rgw.index_suggest_complete" in upgrade:octopus-x-pacific
- Run: http://pulpito.front.sepia.ceph.com/teuthology-2022-05-28_14:22:02-upgrade:octopus-x-pacific-distro-default-smit...
- 03:17 PM bluestore Bug #55761: ceph osd bluestore memory leak
- Igor Fedotov wrote:
> You can try to temporarily raise debug-bluestore level to 20, leave it running for a minute or... - 01:48 PM bluestore Support #55788 (New): about block.db size
- https://docs.ceph.com/en/latest/rados/configuration/bluestore-config-ref/#sizing
Following the link above, I can s... - 12:55 PM Revision 23501918 (ceph): debian: s/${python:Depends}/${python3:Depends}/
- ${python:Depends} is added by dh_python2. but we've migrated to
python3 and Ceph is not compatible with python2 anymo... - 05:29 AM Revision b7b8838a (ceph): Merge pull request #35598 from tchaikov/wip-cephfs-java
- rpm,install-dep.sh: build cephfs java binding
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
05/27/2022
- 10:29 PM RADOS Bug #55787 (New): mon/crush_ops.sh: Error ENOENT: item osd.7 does not exist
- Found in an Octopus teuthology run:
/a/yuriw-2022-05-14_14:30:10-rados-wip-yuri5-testing-2022-05-13-1402-octopus-d... - 08:30 PM Revision 8303c6b9 (ceph): .github/CODEOWNERS: tag core devs on core PRs
- Start with everything that is present under core in .github/labeler.yml.
Signed-off-by: Neha Ojha <nojha@redhat.com> - 07:47 PM Revision b5953709 (ceph): rgw: prevent spurious/lost notifications in the index completion thread
- this was happening when asyn completions happened during reshard.
more information about testing:
https://gist.github... - 07:47 PM Revision cd16ecfd (ceph): rgw: Redimension bucket sync cache to include optional generation
- The alternative would be to compare generations and throw out older
generation/no generation if we have a (newer) one... - 07:47 PM Revision f3d5a52a (ceph): rgw multisite: resharding scales up shard counts 4x faster
- in multisite reshard, we need to keep the old index shards around until
other zones finishing syncing from them. we d... - 07:47 PM Revision 951ea7c2 (ceph): rgw/multisite: match sharding logic to generation number
- Signed-off-by: yuval Lifshitz <ylifshit@redhat.com>
- 07:47 PM Revision 0eafe468 (ceph): src/test: Addition of new bilog trim test
- This test includes checking radosgw-admin bucket layout command
along with bilog autrotrim on a resharded bucket.
Si... - 07:47 PM Revision 061836ea (ceph): rgw/multisite: ignore sync init state when doing bilog trimming
- regardless of the sync state, we take the marker from the
incremental sync object
Signed-off-by: Yuval Lifshitz <yli... - 07:47 PM Revision 51092b13 (ceph): rgw: Disable urgent data notifications
- These interfere with multisite resharding and are thus disabled.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> - 07:47 PM Revision d9e02cef (ceph): test/rgw: update test_rgw_bucket_sync_cache with nullopt
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision ebd1ac57 (ceph): test/rgw: add DistinctGen to test_rgw_bucket_sync_cache
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision bf71e656 (ceph): rgw: Remove unused members of RGWBucketPipeSyncStatusManager
- Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
- 07:47 PM Revision 9c0ea720 (ceph): rgw: Clean up RGWBucketPipeSyncStatusManager construction
- The coupling between this class and RGWRemoteBucketManager makes no
sense. Clean things up a bit.
Signed-off-by: Ada... - 07:47 PM Revision 1ca25b50 (ceph): rgw: Get rid of RGWBucketPipeSyncStatusManager::get_sync_status
- Instead of one function that sets a variable and another function that
returns it and nobody else touches it, just re... - 07:47 PM Revision c7cc19ed (ceph): rgw: RGWBucketPipeSyncStatusManager doesn't need a conn
- `conn` is per-source. last_zone just saved a lookup in a small map.
Signed-off-by: Adam C. Emerson <aemerson@redhat.... - 07:47 PM Revision 70b86258 (ceph): rgw: Get rid of RGWBucketPipeSyncStatusManager::init
- Use the Named Constructor Idiom instead.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> - 07:47 PM Revision 239c9425 (ceph): rgw: Disentangle init_sync_status from RemoteBucketManager
- RGWRemoteBucketManager's current design isn't really compatible with
what we need for bucket sync run to work as the ... - 07:47 PM Revision c09155f7 (ceph): rgw: Disentangle read_sync_status from RemoteBucketManager
- Also fix the problem where we read the status from all peers into the
same map at once.
Signed-off-by: Adam C. Emers... - 07:47 PM Revision c24ef236 (ceph): rgw: Disentangle RGWBucketPipeSyncStatusManager::run
- Again, from RGWRemoteBucketManager.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> - 07:47 PM Revision 7d9b247c (ceph): rgw: Remove unused RGWRemoteBucketManager
- Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
- 07:47 PM Revision 97cfd37b (ceph): rgw: bucket sync run walks over generations
- This should make the troubleshooting use case of bucket sync init/run
usable with multisite reshard.
This also fixes... - 07:47 PM Revision 967cf610 (ceph): rgw: Add 'bucket shard objects' command to radosgw-admin
- To be used in testing, to write to some subset of shards for reshard testing.
Signed-off-by: Adam C. Emerson <aemers... - 07:47 PM Revision 79932fcc (ceph): rgw: add `bucket object shard` command to radosgw-admin
- Given an object, return the bucket shard appropriate to it.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> - 07:47 PM Revision f59a3580 (ceph): test/rgw: Add incremental test of bucket sync run
- This tests for iterating properly over the generations.
1. Create a bucket and write some objects to it. Wait for sy... - 07:47 PM Revision 58090827 (ceph): test/rgw: bucket sync run recovery case
- 1. Write several generations worth of objects. Ensure that everything
has synced and that at least some generation... - 07:47 PM Revision eb3606c3 (ceph): rgw: `RGWSyncBucketCR` reads remote info on non-`Incremental` state
- This ensures that the remote bucket index log info is available for
all cases where we're calling `InitBucketFullSync... - 07:47 PM Revision 7fc73716 (ceph): rgw/motr: fix build for MotrStore
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision ede6a853 (ceph): qa/rgw: fix flake8 errors in test_rgw_reshard.py
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision ab964c5e (ceph): rgw: RGWSI_Zone::can_reshard() respects zonegroup 'resharding' feature
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision 24ecdeab (ceph): doc/rgw: document zone features
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision df730b5d (ceph): rgw: read shard count using remote bilog info during bucket sync
- Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
- 07:47 PM Revision c4dc8612 (ceph): rgw: InitBucketFullSyncStatusCR gets num shards from remote
- As specified in rgw_bucket_index_marker_info, unless we're doing the
compatibility check, in which case we look at ge... - 07:47 PM Revision c2fd1bda (ceph): rgw: RGWRemoteBucketManager constructor takes num_shards
- The logic for getting it was moved to its caller.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> - 07:47 PM Revision 3877c350 (ceph): rgw: sync checkpoint gets num_shards from remote bilog info
- Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
- 07:47 PM Revision 718234f9 (ceph): rgw: RGWListBucketIndexesCR only needs zero shard
- We only need to check one shard, and everything has shard zero.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> - 07:47 PM Revision b461c0d5 (ceph): rgw: RunBucketSourceSync uses num_shards from remote bilog info
- Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
- 07:47 PM Revision d50acd92 (ceph): rgw: RGWCollectBucketSyncStatusCR doesn't need the shard count
- Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
- 07:47 PM Revision 6dbfe103 (ceph): rgw: RGWOp_BILog_Status reads full status unconditionally
- the calls to rgw_read_bucket_inc_sync_status() depend on
sync_status.incremental_gen, which we need to read via
rgw_r... - 07:47 PM Revision c2f70778 (ceph): rgw: resize status vector before reading inc_sync_status
- rgw_read_bucket_inc_sync_status() uses the size of this vector as the
'num_shards', so we need to resize it appropria... - 07:47 PM Revision 0ac4d7bb (ceph): rgw: rgw_read_bucket_inc_sync_status doesn't need bucket info
- all we need to construct the per-shard bucket sync status object names
are the bucket names themselves, which we alre... - 07:47 PM Revision 99fe9eb7 (ceph): radosgw-admin: bucket sync status handles missing full status
- if the full sync status object is missing, it's possible that we just
haven't started syncing it again after upgradin... - 07:47 PM Revision 58b02696 (ceph): radosgw-admin: bucket sync status guards against shard count mismatch
- if the remote gives us more shards than we expect, just count those
shards as 'behind' and avoid out-of-bounds access... - 07:47 PM Revision 6457a66b (ceph): rgw: remove per-shard sync status object after incremental sync finishes
- Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
Signed-off-by: Casey Bodley <cbodley@redhat.com> - 07:47 PM Revision 9b6a1a8e (ceph): rgw: prevent reshard from creating too many log generations
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision 60ecef0c (ceph): rgw: enable RGWReshard thread on any zone that supports it
- enable the background dynamic resharding thread based on
RGWSI_Zone::can_reshard(), which takes the zonegroup feature... - 07:47 PM Revision a50d6ad1 (ceph): rgw: fix for uninitialized oldest_gen/latest_gen
- when data sync queries RGWOp_BILog_Info from an un-upgraded gateway, it
doesn't include the oldest_gen/latest_gen fie... - 07:47 PM Revision a0e9a592 (ceph): radosgw-admin: allow reshard commands in multisite on secondary
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision 91fe8d46 (ceph): rgw/multisite: RunBucketSourcesSync no longer takes optional target
- RGWDataSyncSingleEntryCR is the only caller of RGWRunBucketSourcesSyncCR
it always provides a source_bs, and never p... - 07:47 PM Revision dee62787 (ceph): Revert "rgw: bucket sync: track progress by stack id"
- This reverts commit c0baf3eb34c6c1de7e4de2e35cb62e219c174b0b.
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Conf... - 07:47 PM Revision ae27b46d (ceph): Revert "rgw: cr: add prealloc_stack()"
- This reverts commit 7970f355497f48ee5a18bf3a0bc034226c6d225c.
Signed-off-by: Casey Bodley <cbodley@redhat.com> - 07:47 PM Revision aaf4bc13 (ceph): rgw/multisite: handle shard_progress correctly in RunBucketSources
- we run bucket sync on each of the sync pipes, so size the vector
accordingly
Signed-off-by: Casey Bodley <cbodley@re... - 07:47 PM Revision bd72bc99 (ceph): rgw: preserve 'bucket sync disable' over reshard
- if bucket sync is disabled, apply that flag to new index objects on
bucket reshard
Signed-off-by: Casey Bodley <cbod... - 07:47 PM Revision 030ec8e4 (ceph): rgw: fix reshard cancelling race condition
- this is happening when resharding while objects are uploaded
tests steps are here:
https://gist.github.com/yuvalif/06... - 07:47 PM Revision e0eb3d8c (ceph): rgw: `radosgw-admin bucket stats` on indexless bucket crashes
- The new bucket layout code didn't check whether the bucket is
indexless prior to asking for the last entry in the lay... - 07:47 PM Revision 98e72261 (ceph): rgw/multisite: add type to RGW_OP_SYNC_DATALOG_NOTIFY2
- without that the following errors are happening during sync:
ERROR: AWS4 completion for operation: 0, NOT IMPLEMENTE... - 07:47 PM Revision 177bb80c (ceph): rgw: add streamlined ways to handle indexless buckets correctly
- Determining whether a bucket is indexless starting with an
RGWBucketInfo object requires traversing multiple data str... - 07:47 PM Revision 194b0de1 (ceph): rgw: update indexless bucket check for bucket stats
- The code for bucket stats was recently updated to check for an
indexless bucket before proceeding. The interface on R... - 07:47 PM Revision 10b78581 (ceph): rgw: add indexless bucket logic to "bucket radoslist"
- The "bucket radoslist" sub-command of radosgw-admin is supposed to
list all rados objects tied to one or all director... - 07:47 PM Revision 267bd85e (ceph): rgw: resharding causes bucket attributes to be lost
- With the new resharding code, some bucket metadata that is stored as
xattrs (e.g., ACLs, life-cycle policies) were no... - 07:47 PM Revision f0080c24 (ceph): rgw: save bucket instance xattrs when resharding cancelled
- There appears to be a long-standing bug in RGW such that when
resharding is cancelled and the bucket instance is upda... - 07:47 PM Revision c3ccb1ad (ceph): test/rgw: test_bucket_reshard verifies that ACLs are preserved
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision 9eab2dbc (ceph): rgw/reshard: resolve inconsistent cache warnings
- use an API that does not check for cache inconsistency
hence, "WARNING: The bucket info cache is inconsistent" warnin... - 07:47 PM Revision 010b3ad0 (ceph): rgw: Don't erase bucket attributes on trim
- Writing bucket instance info is surprising, as if you pass a null
pointer for the attributes, it just erases all the ... - 07:47 PM Revision c2b2138e (ceph): rgw: Compare log.gen to log.gen
- And refuse to remove the only log.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> - 07:47 PM Revision da0116dc (ceph): rgw: Add generation to ChangeStatus
- Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
- 07:47 PM Revision b993001d (ceph): radosgw-admin: add command to dump 'bucket layout'
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision 165eae9b (ceph): rgw: use get_current_index() instead of log_to_index_layout()
- several places were getting the current index layout indirectly
with layout.logs.back() and rgw::log_to_index_layout(... - 07:47 PM Revision 37bfba1f (ceph): rgw: add checks for non-empty layout.logs
- always verify that logs is not empty before calling logs.back() or
logs.front()
Signed-off-by: Casey Bodley <cbodley... - 07:47 PM Revision 45d378e4 (ceph): rgw: RGWBucket::sync() no longer duplicates datalog/bilog entries
- RGWSI_BucketIndex_RADOS::handle_overwrite() is already writing the
datalog/bilog entries related to BUCKET_DATASYNC_D... - 07:47 PM Revision 24431e07 (ceph): rgw: add back json for zone/zonegroup features
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision 85c09158 (ceph): rgw: prevent 'radosgw-admin bucket reshard' if zonegroup reshard is dis...
- dynamic reshard was gated behind the zonegroup resharding flag with
RGWSI_Zone::can_reshard(), but manual reshard was... - 07:47 PM Revision 935ac489 (ceph): rgw: Retry -ECANCELED in reshard commit and cancel
- Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
- 07:47 PM Revision fdbccf39 (ceph): rgw/reshard: set_resharding_status() doesn't need retry
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision f683177b (ceph): rgw: add comparison operators for index layout types
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision 1be9c9f2 (ceph): rgw: pass non-const ReshardFaultInjector
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision 53aa8a11 (ceph): rgw/reshard: commit_reshard handles ECANCELED races/retries
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision ea043936 (ceph): rgw/reshard: init_target_layout handles ECANCELED races/retries
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision 1af60919 (ceph): rgw/reshard: revert_target_layout handles ECANCELED races/retries
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision c70a1fc8 (ceph): radosgw-admin: add --inject-error-code to customize injected error
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision 87efd66d (ceph): test/rgw: test_rgw_reshard.py injects ECANCELED on set_target_layout/co...
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision f5797372 (ceph): rgw: refrash the generation of the bucket shard when fetching info
- when RGWRados::block_while_resharding() fails because reshard is in
progress, in the next iteration we should fetch t... - 07:47 PM Revision 824fdc91 (ceph): rgw: clean up uses of BucketShard::init() without info
- the rgw_bucket overload of BucketShard::init() has to look up the bucket
info. use the RGWBucketInfo overload when we... - 07:47 PM Revision 91d5ba62 (ceph): rgw: BucketReshardManager takes layouts
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision ed40166b (ceph): rgw: fix decode of cls_rgw reshard types
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision d99f1fd2 (ceph): rgw: RGWBucketReshard doesn't need a friend
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision 6156f047 (ceph): radosgw-admin: remove fault injection options from usage
- these are only used for testing, not administration
Signed-off-by: Casey Bodley <cbodley@redhat.com> - 07:47 PM Revision fa593272 (ceph): test: fix threading for FaultInjector death tests
- addresses test timeout and warning message:
[WARNING] /home/jenkins-build/build/workspace/ceph-pull-requests/src/goo... - 07:47 PM Revision 122da8f1 (ceph): radosgw-admin: try reshard even if bucket is resharding
- allow reshard in case a previous reshard failed. if the reshard is
actually still in progress, we'll fail to get the ... - 07:47 PM Revision 1c1bd644 (ceph): rgw: reshard adds a log layout for the new index
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision 5c7b6860 (ceph): rgw: refactor per-entry reshard logic into separate function
- this cuts down on nesting and avoids the need for goto
Signed-off-by: Casey Bodley <cbodley@redhat.com> - 07:47 PM Revision 9fd4db2b (ceph): json: add encode_json() overload for string_view
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision ccd68c66 (ceph): rgw: add json encoding of bucket layout types
- adds a "layout" section to RGWBucketInfo
Signed-off-by: Casey Bodley <cbodley@redhat.com> - 07:47 PM Revision a0d12905 (ceph): rgw: vector<rgw_data_change_log_entry> not list
- Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
- 07:47 PM Revision 2c94978c (ceph): rgw: Add gen_id to rgw_data_change
- Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
- 07:47 PM Revision 6f83f07d (ceph): rgw: add gen parameter to RGWDataChangesLog::add_entry
- Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
- 07:47 PM Revision 56c7f37b (ceph): rgw: rename rgw_data_change::gen_id
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision fda49c47 (ceph): rgw: rgw_data_change can decode v1 format if gen was 0
- but if gen>0, require decoders to understand the v2 format. this way,
old clients can't decode entries with gen>0, so... - 07:47 PM Revision cdfc4400 (ceph): rgw: Handle entries of the wrong generation
- Drop entries from past generations.
Send entries of future generations to the error repo for retry.
Signed-off-by: ... - 07:47 PM Revision 3f86289f (ceph): rgw: handle older/newer generations after reading bucket sync status
- wait until we've read the bucket sync status and found that we're in
incremental sync before we start using increment... - 07:47 PM Revision d7750eeb (ceph): rgw: zero-initialize rgw_bucket_sync_status::incremental_gen
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision 190c260b (ceph): rgw: BILog_List handles requests for generation=0
- previous logic treated requests for generation=0 as the latest gen
Signed-off-by: Casey Bodley <cbodley@redhat.com> - 07:47 PM Revision 94fdadd3 (ceph): rgw: reshard preserves old index in multisite
- if the old index is still referenced by an InIndex log layout, we can't
call clean_index() to remove the index object... - 07:47 PM Revision e73eac1b (ceph): rgw: update bucket sync status after bucket shards finishes current gen
- Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
- 07:47 PM Revision 950251f9 (ceph): rgw/multisite: fix bucket shard state init function
- * make sure src/dest shard ids are the same in sync pair
* copy sync pair by value in coroutine loop
Signed-off-by: ... - 07:47 PM Revision 3d9015c1 (ceph): rgw: fix handling of bucket layout in metadata sync
- clear the bucket layout we get from the metadata master, and overwrite it
with our zone's defaults
without clearing ... - 07:47 PM Revision 1c2e290f (ceph): test/rgw: fix python error on test failure
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision cf160da1 (ceph): rgw: add custom json encode/decode for the v1 notify API
- this adds wrapper structs rgw_data_notify_v1_encoder and
rgw_data_notify_v1_decoder that can encode/decode the v1 jso... - 07:47 PM Revision 5b8d2b88 (ceph): rgw: adding generation number to async notification
- Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
- 07:47 PM Revision 8f264278 (ceph): rgw: rgw_read_remote_bilog_info() returns rgw_bucket_index_marker_info
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision 820c94b0 (ceph): rgw: get_bucket_instance_ids() uses num_shards from layout
- knock out a TODO that was causing this assertion failure in
RGWRados::get_bucket_stats() after a reshard:
ceph_ass... - 07:47 PM Revision c62bfa9f (ceph): radosgw-admin: 'bucket sync checkpoint' waits for generation to catch up
- poll on rgw_read_bucket_full_sync_status() until
full_status.incremental_gen catches up to the latest_gen we got from... - 07:47 PM Revision 8166a4c7 (ceph): test/rgw: add simple multisite reshard test
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision da2655c5 (ceph): test/rgw: add multisite test for full sync after reshard
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision 8521fb2b (ceph): qa/rgw: temporarily disable multisite reshard tests
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision 0e2217a5 (ceph): rgw: on bucket reshard, write datalog entries for each shard of the pre...
- Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
- 07:47 PM Revision 09e94be9 (ceph): rgw: fix incremental sync by using the right generation for bilog listing
- Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
- 07:47 PM Revision 2362982b (ceph): rgw: add sync_info to BILog_Status output
- Needed so we can get the incremental generation.
Guard this behind a version check and return the original output if... - 07:47 PM Revision 817ddf8e (ceph): rgw: Add cast from bucket_index_log_layout
- To bucket_index_layout_generation
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> - 07:47 PM Revision cb033837 (ceph): rgw: BucketInstanceTrimCR knows about generations
- Fetch the current generation from remote peers and trim the minimum
marker on the minimum generation.
Signed-off-by:... - 07:47 PM Revision 826fe361 (ceph): common: get_str_vec takes std::string_view
- Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
- 07:47 PM Revision 55af2e10 (ceph): rgw: Bilog trim takes markers as string view
- Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
- 07:47 PM Revision 485fa04f (ceph): rgw: Trim bilog with generation
- From the REST interface and radosgw-admin. Assume Generation 0 if none
provided and error if it doesn't exist.
Signe... - 07:47 PM Revision da525470 (ceph): rgw: Add RGWAsyncPutBucketInstanceInfoCR
- Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
- 07:47 PM Revision 899596f6 (ceph): rgw: Add RGWRadosRemoveOidCR
- A more generally applicable way of removing objects in coroutines.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> - 07:47 PM Revision 9ad677b9 (ceph): rgw: Trim old generations in BucketTrimInstanceCR
- Only one generation per call.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> - 07:47 PM Revision dc8ae698 (ceph): rgw: remove destination shard id from rgw_bucket_sync_pair_info
- the sync_pair is used as input to RGWBucketPipeSyncStatusManager::status_oid()
to generate the per-shard sync status ... - 07:47 PM Revision bfc1b7ec (ceph): rgw/multisite: track shard sync status objects per generation
- Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
- 07:47 PM Revision 9ebebc3c (ceph): rgw/multisite: allow bucket sync disable/enable
- Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
- 07:47 PM Revision 072220ee (ceph): rgw/multisite: remove the retry mechanism
- when writign the sync status object
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com> - 07:47 PM Revision d7c94b01 (ceph): rgw/multisite: support enable right after disable
- Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
- 07:47 PM Revision b44b71ab (ceph): rgw/multisite: don't delete per shard status on init
- and pass correct generation and num shards when deleting
per shard status objects when disabling during incremental s... - 07:47 PM Revision b2c6a30c (ceph): json: encoding for flat_set accepts all template params
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision 2dfa4747 (ceph): rgw: add set of 'features' to zone and zonegroup
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision ab000c96 (ceph): radosgw-admin: zone/zonegroup commands support --enable-feature=x --dis...
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision fe991ba6 (ceph): radosgw-admin: 'sync status' shows enabled/disabled zonegroup features
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision 293f6612 (ceph): rgw: add sync_bucket_shard_cr() factory function
- allows other code to spawn this coroutine without having the class
definition
Signed-off-by: Casey Bodley <cbodley@r... - 07:47 PM Revision aa1aca4e (ceph): rgw: generalize error handling in RGWShardCollectCR
- RGWShardCollectCR was hard-coded to ignore ENOENT errors and print a
'failed to fetch log status' error message. this... - 07:47 PM Revision 444c5fff (ceph): rgw: add exclusive flag to RGWSimpleRadosWriteCR
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision 5403c85a (ceph): rgw: system objects can set exclusive on set_attrs()
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision d9946514 (ceph): rgw: RGWSimpleRadosWriteAttrsCR supports exclusive create
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision 06c30057 (ceph): rgw: add InitBucketFullSyncStatusCR
- a coroutine to initialize a bucket for full sync using a new bucket-wide
sync status object
Signed-off-by: Casey Bod... - 07:47 PM Revision 6bf0a9e2 (ceph): rgw: split SyncBucket from SyncBucketShard
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision cce09513 (ceph): rgw: InitBucketShardSyncStatus always sets state to Incremental
- full sync happens as the bucket level, so the shards will always start
in StateIncrementalSync
Signed-off-by: Casey ... - 07:47 PM Revision 50e6b3a5 (ceph): rgw: add rgw_read_bucket_full_sync_status()
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision 1e90a3e7 (ceph): radosgw-admin: 'bucket sync status' displays new full sync status
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision d7890782 (ceph): radosgw-admin: 'bucket sync checkpoint' waits for full sync
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision 799bd1bc (ceph): rgw: move full sync from SyncBucketShard to SyncBucket
- renamed ListBucketShardCR to ListRemoteBucketCR and removed the shard-id
parameter
renamed BucketFullSyncShardMarker... - 07:47 PM Revision 3184aa7b (ceph): rgw: fix up BucketShardIncrementalSync log message
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision 5e58ef85 (ceph): rgw: RGWSyncBucketCR holds lease over Init state too
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision ecad0e38 (ceph): qa/rgw: add missing meta checkpoint to test_multipart_object_sync
- if metadata sync hasn't finished, the 'bucket checkpoint' commands may
not find its bucket info
Signed-off-by: Casey... - 07:47 PM Revision e7f3ac92 (ceph): qa/rgw: disable multisite tests for 'bucket sync disable'
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision e432f4a4 (ceph): qa/rgw: rgw_multisite_tests task loads default plugins
- the ability to filter tests by attribute is provided by the
nose.plugins.attrib plugin, which wasn't being loaded by ... - 07:47 PM Revision e66dd889 (ceph): rgw: disable backoff on data sync error_retry_time
- this backoff is triggered often by the per-bucket lease for full sync,
and causes tests to fail with checkpoint timeo... - 07:47 PM Revision d7b6b49b (ceph): rgw: remove rgw_bucket_shard_sync_info::full_marker
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision 643e9bea (ceph): rgw: add generation support to BILog admin APIs
- Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
- 07:47 PM Revision 844fafc1 (ceph): rgw: add generations to error repo with binary format
- adds a backward-compatible binary encoding for error repo keys that can
contain a generation number along with the bu... - 07:47 PM Revision e75c6233 (ceph): test/rgw: add --gen to radosgw-admin/help.t
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision faf5b798 (ceph): rgw/dynamic-resharding: remove creation of new bucket instance
- Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
- 07:47 PM Revision 7348a839 (ceph): rgw/dynamic-resharding: reshard bucket using the same instance id
- Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
- 07:47 PM Revision b6c91c50 (ceph): rgw/dynamic-resharding: Allow clean_index to take generation number
- Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
- 07:47 PM Revision bd0b0e5d (ceph): rgw: use BucketReshardState states in appropriate places
- This replaces cls_rgw_reshard_status.
Remove unused parameters in cls_rgw_bucket_instance_entry.
Other minor cleanup... - 07:47 PM Revision 9f68c54f (ceph): rgw: fetch updated bucketinfo rather than bucket_id in guard_reshard
- To be able to read the updated layout.
Signed-off-by: Shilpa Jagannath <smanjara@redhat.com> - 07:47 PM Revision f78b1a2e (ceph): rgw: use rgw::BucketReshardState for reshard state change
- Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
- 07:47 PM Revision 680bfdcf (ceph): rgw: target_layout to be optional
- Signed-off-by: Shilpa Manjarabad Jagannath <smanjara@redhat.com>
- 07:47 PM Revision 112aea9e (ceph): rgw: make RGWBucketInfo non-const in functions using guard_reshard()
- - remove unused 'instance_id' from cls_rgw_reshard_entry
- other minor fixes
Signed-off-by: Shilpa Manjarabad Jagan... - 07:47 PM Revision 7df7b275 (ceph): rgw: - take non-optional gen_id in svc_bi_rados functions
- - call init_index() on target layout during reshard process.
Takes const rgw::bucket_index_layout_generation&
... - 07:47 PM Revision fbe68421 (ceph): rgw: allow clean_index to take const bucket_index_layout_generation&
- fix bi_get() to get objects after being resharded
Signed-off-by: Shilpa Jagannath <smanjara@redhat.com> - 07:47 PM Revision 3d3ecb2a (ceph): rgw: failing to reshard, restore old indexes
- Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
- 07:47 PM Revision a4af6ea8 (ceph): rgw: minor fixes
- Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
- 07:47 PM Revision eb8c6b75 (ceph): rgw: helper function to set reshard status from rgw::BucketReshardState.
- Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
- 07:47 PM Revision 6a922e10 (ceph): rgw: clean up fixes for extra spaces and indentation.
- Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
- 07:47 PM Revision d0214ab7 (ceph): rgw: code organization fixes and error handling
- Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
- 07:47 PM Revision cb376a4c (ceph): rgw: use a helper function to handle repetitive num_shards check
- Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
- 07:47 PM Revision 9424b1b8 (ceph): rgw: Better error handling
- - function update_bucket() handles updating bucket state
Signed-off-by: Shilpa Jagannath <smanjara@redhat.com> - 07:47 PM Revision 69fc20f0 (ceph): common: add generic FaultInjector
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision eb304f4b (ceph): rgw: reshard tests with fault injection
- Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
- 07:47 PM Revision 2ef324bb (ceph): rgw: remove unused attrs from RGWBucketReshard
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision 38bb2289 (ceph): rgw: BucketReshardManager stores BucketReshardShards by value
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision e4c3bbe3 (ceph): rgw: add typedef for ReshardFaultInjector
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision 0f9870ba (ceph): rgw: refactor reshard init/cleanup with fault injection
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision b7041fff (ceph): rgw: reshard first cleans up old-style reshards
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision 1cb18ba0 (ceph): radosgw-admin: 'bucket reshard' returns positive error codes
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision 8c2bac38 (ceph): test/rgw: test_rgw_reshard.py exec_cmd() can return error code
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision 2a51bc6c (ceph): test/rgw: add test_bucket_reshard() for fault injection testing
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision 6e6f59b9 (ceph): qa/rgw: disable coredumps for reshard fault injection
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision 5868ceb9 (ceph): rgw: RGWSimpleRadosReadCR copies out objv_tracker
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision f2a6a164 (ceph): rgw: remove unused RGWRunBucketsSyncBySourceCR
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision 1708360b (ceph): rgw: rename to rgw_read_bucket_inc_sync_status
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision 89d69d49 (ceph): rgw: add data structures for bucket sync status
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision df444852 (ceph): rgw: rename to inc_status_oid
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision e2e13124 (ceph): rgw: use const for string constants in rgw_data_sync.cc
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision 3065c9e3 (ceph): rgw: add full_status_oid() for buckets
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 07:47 PM Revision 5e28b332 (ceph): rgw: rename to RGWSyncBucketShardCR
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 06:49 PM mgr Feature #55740: Add "rook" structure to Ceph telemetry
- A number of the rook metrics are now reported to the mon store by rook in this PR, which is expected to be included i...
- 06:36 PM Revision 4a818095 (ceph): os/bluestore: turn bluestore zero block detection off by default
- This commit adds a new global config option called `bluestore_zero_block_detection`.
This option is used at a dev lev... - 06:36 PM Revision 162e9add (ceph): test/objectstore: use GTEST_SKIP for smr
- If certain tests are smr=true, the test
will be skipped with GTEST_SKIP instead of
the original return message.
Sign... - 06:36 PM Revision 20bbfd62 (ceph): qa/config: override `bluestore_zero_block_detection` default for rados ...
- By default, `bluestore_zero_block_detection` is false since it interacts
negatively with some RBD and CephFS features... - 06:36 PM Revision fce2a778 (ceph): PendingReleaseNotes: add note about `bluestore_zero_block_detection` co...
- Signed-off-by: Laura Flores <lflores@redhat.com>
- 05:57 PM Revision d445e024 (ceph): backport-create-issue: copy 'Assignee' of original issue to backports
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
- 05:56 PM rgw Backport #55786 (New): quincy: TESTING backport-create-issue with Assignee
- 05:56 PM rgw Bug #55780 (Pending Backport): TESTING backport-create-issue with Assignee
- 05:20 PM rgw Bug #55780 (New): TESTING backport-create-issue with Assignee
- 05:19 PM rgw Bug #55780 (Pending Backport): TESTING backport-create-issue with Assignee
- 05:18 PM rgw Bug #55780 (Pending Backport): TESTING backport-create-issue with Assignee
- dummy tracker issue for testing https://github.com/ceph/ceph/pull/46395
- 05:55 PM rgw Backport #55784 (New): quincy: TESTING backport-create-issue without Assignee
- 05:55 PM rgw Backport #55785 (New): quincy: TESTING backport-create-issue without Assignee
- 05:51 PM rgw Bug #55781 (Pending Backport): TESTING backport-create-issue without Assignee
- 05:20 PM rgw Bug #55781 (New): TESTING backport-create-issue without Assignee
- 05:19 PM rgw Bug #55781 (Pending Backport): TESTING backport-create-issue without Assignee
- 05:18 PM rgw Bug #55781 (Pending Backport): TESTING backport-create-issue without Assignee
- dummy tracker issue for testing https://github.com/ceph/ceph/pull/46395
- 05:50 PM rgw Backport #55782 (Rejected): quincy: TESTING backport-create-issue without Assignee
- closing - this was created for testing purposes
- 05:20 PM rgw Backport #55782 (Rejected): quincy: TESTING backport-create-issue without Assignee
- 05:50 PM rgw Backport #55783 (Rejected): quincy: TESTING backport-create-issue with Assignee
- closing - this was created for testing purposes
- 05:20 PM rgw Backport #55783 (Rejected): quincy: TESTING backport-create-issue with Assignee
- 05:05 PM Revision 7d5fe31a (ceph): Merge pull request #46377 from tchaikov/quincy-pr-46355
- quincy: ceph.spec.in: disable annobin plugin if compile with gcc-toolset
Reviewed-by: Laura Flores <lflores@redhat.com> - 03:59 PM RADOS Bug #55383 (Resolved): monitor cluster logs(ceph.log) appear empty until rotated
- 03:59 PM RADOS Backport #55742 (Resolved): quincy: monitor cluster logs(ceph.log) appear empty until rotated
- 03:50 PM RADOS Backport #55742: quincy: monitor cluster logs(ceph.log) appear empty until rotated
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/46374
merged - 03:51 PM Revision a7ac221b (ceph): Merge pull request #46409 from adk3798/quincy-deb-fix
- quincy: debian: include the new object_format.py file
Reviewed-by: Laura Flores <lflores@redhat.com> - 03:49 PM Revision 851c8d76 (ceph): Merge pull request #46374 from vumrao/wip-vumrao-55742
- quincy: mon/LogMonitor: reopen log files on SIGHUP
Reviewed-by: Laura Flores <lflores@redhat.com> - 03:48 PM Backport #55098: quincy: rpm: remove contents of build directory at end of %install section
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45697
merged - 03:48 PM Revision c95806d5 (ceph): Merge pull request #45697 from tserong/wip-55098-quincy
- quincy: ceph.spec.in: remove build directory at end of %install
Reviewed-by: Kefu Chai <kchai@redhat.com> - 03:35 PM RADOS Bug #45721: CommandFailedError: Command failed (workunit test rados/test_python.sh) FAIL: test_ra...
- /a/yuriw-2022-05-26_23:23:48-rados-wip-yuri2-testing-2022-05-26-1430-quincy-distro-default-smithi/6849426$...
- 03:32 PM Orchestrator Bug #52321: qa/tasks/rook times out: 'check osd count' reached maximum tries (90) after waiting f...
- /a/yuriw-2022-05-26_23:23:48-rados-wip-yuri2-testing-2022-05-26-1430-quincy-distro-default-smithi/6849404
/a/yuriw-2... - 03:14 PM Orchestrator Bug #52514 (Fix Under Review): vstart fails with --cephadm option
- 01:42 PM Revision 983b1050 (ceph): client: Inode::hold_caps_until is time from monotonic clock now.
- Inode::hold_caps_until storing time from ceph::coarse_mono_clock now.
Fixes: https://tracker.ceph.com/issues/52982
S... - 12:45 PM rgw Bug #55680: RGW rest API returns responses with header 'Content-Type: application/xml' even when ...
- Casey Bodley wrote:
> thanks. i think the goal here is to support the Accept header properly, and leave the 'format'... - 12:29 PM Revision c1722f22 (ceph): Merge PR #46336 into pacific
- * refs/pull/46336/head:
16.2.9
mgr/ActivePyModules.cc: fix cases where GIL is held while attempting to lock mutex - 12:25 PM CephFS Bug #55779 (Need More Info): fuse client losing connection to mds
- fuse client losing connection to mds after about 5 minutes of I/O
* no stack trace in mds logs
* no mds crashes - 12:14 PM Revision 86959381 (ceph): Merge pull request #46404 from phlogistonjohn/jjm-obj-format-pkg-fix
- debian: include the new object_format.py file
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: Venky Shankar ... - 11:42 AM bluestore Bug #55761: ceph osd bluestore memory leak
- You can try to temporarily raise debug-bluestore level to 20, leave it running for a minute or two and grep OSD log f...
- 02:10 AM bluestore Bug #55761: ceph osd bluestore memory leak
- dovefi Z wrote:
> Igor Fedotov wrote:
> > Hard to say without additional debugging but your issue reminds me anothe... - 02:04 AM bluestore Bug #55761: ceph osd bluestore memory leak
- Igor Fedotov wrote:
> Hard to say without additional debugging but your issue reminds me another case with a bug in ... - 10:55 AM Dashboard Bug #55578 (Resolved): mgr/dashboard: Creating and editing Prometheus AlertManager silences is buggy
- 10:55 AM Dashboard Backport #55642 (Resolved): pacific: mgr/dashboard: Creating and editing Prometheus AlertManager ...
- 10:55 AM Revision 2b61c609 (ceph): Merge pull request #46277 from votdev/wip-55642-pacific
- pacific: mgr/dashboard: Creating and editing Prometheus AlertManager silences is buggy
Reviewed-by: Pere Diaz Bou <p... - 10:54 AM Dashboard Backport #55643 (Resolved): quincy: mgr/dashboard: Creating and editing Prometheus AlertManager s...
- 10:53 AM Revision 43a45ab4 (ceph): Merge pull request #46278 from votdev/wip-55643-quincy
- quincy: mgr/dashboard: Creating and editing Prometheus AlertManager silences is buggy
Reviewed-by: Sarthak Gupta <sa... - 10:52 AM Dashboard Bug #55604 (Resolved): mgr/dashboard: form field validation icons overlap with other icons
- 10:51 AM Dashboard Backport #55738 (Resolved): pacific: mgr/dashboard: form field validation icons overlap with othe...
- 10:50 AM Revision 09789c48 (ceph): Merge pull request #46379 from rhcs-dashboard/wip-55738-pacific
- pacific: mgr/dashboard: form field validation icons overlap with other icons
Reviewed-by: Ernesto Puerta <epuertat@r... - 10:43 AM Dashboard Backport #55739 (Resolved): quincy: mgr/dashboard: form field validation icons overlap with other...
- 10:43 AM Revision ef4690ab (ceph): Merge pull request #46380 from rhcs-dashboard/wip-55739-quincy
- quincy: mgr/dashboard: form field validation icons overlap with other icons
Reviewed-by: Avan Thakkar <athakkar@redh... - 10:28 AM Revision fd76e899 (ceph): Merge pull request #46166 from rhcs-dashboard/iops-optimized
- mgr/dashboard: iops optimized osd creation
Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Reviewed-by: Ernesto Puer... - 09:52 AM Orchestrator Bug #55595 (Resolved): cephadm: prometheus: The generatorURL in alerts is only using hostname
- 09:49 AM Revision f01188d7 (ceph): qa/cephfs: fix minor bug in caps_helper.py's run_mon_cap_tests()
- When an entity's MON cap contains no FS name in it, the entity has the
access to all the FSs on cluster and not just ... - 09:35 AM Revision e7988e1c (ceph): rgw: return OK on consecutive complete-multipart reqs
- Fixes: https://tracker.ceph.com/issues/50141
Signed-off-by: Mark Kogan <mkogan@redhat.com>
fixup! rgw: return OK on... - 09:11 AM Dashboard Backport #55718 (Resolved): pacific: mgr/dashboard: customizable log-in page text/banner
- 09:11 AM Revision 47739ba7 (ceph): Merge pull request #46343 from rhcs-dashboard/wip-55718-pacific
- pacific: mgr/dashboard: customizable log-in page text/banner
Reviewed-by: Aashish Sharma <aasharma@redhat.com>
Revie... - 09:11 AM Dashboard Backport #55415 (Resolved): pacific: mgr/dashboard: snaptrim_wait is considered Unknown
- 09:10 AM Revision fb4f2db3 (ceph): Merge pull request #46228 from rhcs-dashboard/wip-55415-pacific
- pacific: mgr/dashboard: fix wrong pg status processing
Reviewed-by: Nizamudeen A <nia@redhat.com> - 08:47 AM rgw Bug #52044: Bucket sync policy core dumped
- Ist Gab wrote:
> Soumya Koduri wrote:
> > I couldn't reproduce the crash but probably https://github.com/ceph/ceph/... - 08:35 AM CephFS Bug #55724: cephfs RWX in k8s
- 1. application POD do `mount` in cephfs `/share` directory, equvalent operation `mount -t xxx /home/zhanghe/models /s...
- 06:44 AM CephFS Bug #55724 (Need More Info): cephfs RWX in k8s
- Hi Zhang,
Could you list the steps you perform and the contents of the mount file you see (`volumes/kubernetes.io~... - 08:23 AM Revision ca5eaaae (ceph): Merge pull request #46356 from xxhdx1985126/wip-backref-gc-opt
- crimson/os/seastore/segment_cleaner: add dedicated backref trimming process
Reviewed-by: Yingxin Cheng <yingxin.chen... - 06:45 AM CephFS Bug #55725 (Fix Under Review): MDS allows a (kernel) client to exceed the xattrs key/value limits
- 06:40 AM CephFS Bug #55173 (Can't reproduce): qa: missing dbench binary?
- 05:43 AM Revision 491190fb (ceph): Merge pull request #45544 from wxypro/fix-typos-cephfs
- common/options: fix typo
Reviewed-by: Venky Shankar <vshankar@redhat.com> - 05:43 AM CephFS Bug #55331: pjd failure (caused by xattr's value not consistent between auth MDS and replicate MD...
- Xiubo Li wrote:
> We need to fix this in both client and ceph side:
>
> 1, in client side, we will always try to ... - 04:47 AM CephFS Bug #55331: pjd failure (caused by xattr's value not consistent between auth MDS and replicate MD...
- We need to fix this in both client and ceph side:
1, in client side, we will always try to choose the auth MDS whe... - 05:41 AM CephFS Bug #55778 (Fix Under Review): client: choose auth MDS for getxattr with the Xs caps
- 05:39 AM CephFS Bug #55778: client: choose auth MDS for getxattr with the Xs caps
- Xiubo Li wrote:
> This will fix the following two bugs:
>
> https://tracker.ceph.com/issues/55240
> https://trac... - 05:39 AM CephFS Bug #55778: client: choose auth MDS for getxattr with the Xs caps
- This will fix the following two bugs:
https://tracker.ceph.com/issues/55240
https://tracker.ceph.com/issues/55331
- 05:38 AM CephFS Bug #55778 (Resolved): client: choose auth MDS for getxattr with the Xs caps
- This run: https://pulpito.ceph.com/vshankar-2022-04-11_12:24:06-fs-wip-vshankar-testing1-20220411-144044-testing-defa...
- 03:01 AM Backport #55615 (Resolved): quincy: Nose is no longer maintained and is now actively breaking tes...
- Backport merged, marking resolved
- 02:01 AM mgr Bug #55758 (Fix Under Review): ModuleNotFoundError: No module named 'object_format'
- 12:27 AM CephFS Bug #44976: MDS problem slow requests, cache pressure, damaged metadata after upgrading 14.2.7 to...
- I believe I'm seeing this condition with my cluster, what do you need to know to proceed?
05/26/2022
- 11:09 PM Orchestrator Feature #55777 (Fix Under Review): Add server serial number information to cephadm gather-facts s...
- 11:07 PM Orchestrator Feature #55777 (Fix Under Review): Add server serial number information to cephadm gather-facts s...
- By adding the serial number information, we provide another reference point for the server for the admin.
The data... - 11:02 PM Revision 6ad12697 (ceph): cephadm: Add server serial info to gather-facts
- Adds serial numbers for the chassis, mainboard and
server to the output of gather-facts
Signed-off-by: Paul Cuzner <... - 10:56 PM RADOS Bug #55776 (New): octopus: map exx had wrong cluster addr
- Description: rados/objectstore/{backends/ceph_objectstore_tool supported-random-distro$/{ubuntu_18.04}}
/a/yuriw-2... - 10:33 PM RADOS Bug #50222: osd: 5.2s0 deep-scrub : stat mismatch
- /a/yuriw-2022-05-13_14:13:55-rados-wip-yuri3-testing-2022-05-12-1609-octopus-distro-default-smithi/6832544
Descrip... - 09:03 PM rgw Bug #52044: Bucket sync policy core dumped
- Soumya Koduri wrote:
> I couldn't reproduce the crash but probably https://github.com/ceph/ceph/pull/46403 fixes it.... - 05:03 PM rgw Bug #52044: Bucket sync policy core dumped
- I couldn't reproduce the crash but probably https://github.com/ceph/ceph/pull/46403 fixes it.
- 08:43 PM Revision 95f75809 (ceph): debian: include the new object_format.py file
- This was missed when adding object_format.py to the RPM packaging.
Signed-off-by: John Mulligan <jmulligan@redhat.co... - 08:18 PM bluestore Bug #55761: ceph osd bluestore memory leak
- Hard to say without additional debugging but your issue reminds me another case with a bug in onode cache trimming: h...
- 09:49 AM bluestore Bug #55761: ceph osd bluestore memory leak
- and we can see memory use from bluestore log...
- 09:28 AM bluestore Bug #55761: ceph osd bluestore memory leak
- ...
- 09:26 AM bluestore Bug #55761: ceph osd bluestore memory leak
- i set the mempool_debug to true ,and dump again...
- 07:25 PM Dashboard Bug #42109 (In Progress): mgr/dashboard: The "Create" button on the RBD page should be disabled i...
- 06:42 PM Bug #55775 (Fix Under Review): `ceph-backport.sh` cannot determine upstream remote with excess fo...
- 06:40 PM Bug #55775 (Fix Under Review): `ceph-backport.sh` cannot determine upstream remote with excess fo...
- Following the documentation found here:
https://github.com/ceph/ceph/blob/master/SubmittingPatches-backports.rst#ope... - 05:52 PM Revision e35d4144 (ceph): mgr/cephadm: store device info separately from rest of host cache
- device info tends to take up the most space out of
everything, so the hope is by giving it its own
location in the co... - 05:22 PM mgr Bug #55774 (Can't reproduce): octopus: prometheus, and selftest failures due to timed-out or fail...
- Octopus runs in the teuthology rados suite are experiencing many consistent failures of this kind:
/a/yuriw-2022-0... - 05:22 PM rgw Bug #55607: tests CmpOmap.cmp_vals_u64_empty_default\CmpOmap.cmp_rm_keys_u64_empty failed
- Casey, it happened once in yuriw-2022-04-29_15:44:49-rados-wip-yuri5-testing
- 02:27 PM rgw Bug #55607: tests CmpOmap.cmp_vals_u64_empty_default\CmpOmap.cmp_rm_keys_u64_empty failed
- @Nitzan ping
- 05:06 PM RADOS Bug #55773: Assertion failure (ceph_assert(have_pending)) when creating new OSDs during OSD deplo...
- +*ANALYSIS*+
Note that the analysis is for the first crash when the leader was: mon.f25-h23-000-r730xd.rdu2.scalel... - 04:54 PM RADOS Bug #55773 (Resolved): Assertion failure (ceph_assert(have_pending)) when creating new OSDs durin...
- See https://bugzilla.redhat.com/show_bug.cgi?id=2086419 for more details.
+*Assertion Failure*+... - 04:55 PM Revision 86cf8275 (ceph): rgw: Avoid dereferencing nullptr while configuring bucket sync policy
- While configuring bucket sync policy, in "rgw_sync_bucket_entities::set_bucket()",
there could be a case where in buc... - 04:16 PM Dashboard Backport #55690 (Resolved): pacific: mgr/dashboard: unselect when clicking outside a table
- 04:15 PM Revision 39d762f6 (ceph): Merge pull request #46322 from rhcs-dashboard/wip-55690-pacific
- pacific: mgr/dashboard: unselect rows in datatables
Reviewed-by: Aashish Sharma <aasharma@redhat.com>
Reviewed-by: A... - 04:14 PM rgw Feature #55771 (Rejected): change put_initial_lat stats to use a sliding window
- currently, they use running counters since the start of the rgw.
should be using a sliding window.
also, the curren... - 03:40 PM mgr Feature #55277 (Duplicate): mgr/telemetry: add metric to gauge number of Rook clusters
- 03:37 PM CephFS Backport #55428: quincy: unaccessible dentries after fsstress run with namespace-restricted caps
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/46184
merged - 03:37 PM Revision 7658371d (ceph): Merge pull request #46184 from vshankar/tr-55428
- quincy: mds: include encoded stray inode when sending dentry unlink message to replicas
Reviewed-by: Kotresh HR <khi... - 03:36 PM CephFS Backport #55336: quincy: Issue removing subvolume with retained snapshots - Possible quincy regre...
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/46140
merged - 03:36 PM Revision 1531acea (ceph): Merge pull request #46140 from kotreshhr/wip-55336-quincy
- quincy: mgr/volumes: Fix idempotent subvolume rm
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Reviewed-by: Nikhi... - 02:56 PM Revision b66ec815 (ceph): debian: include the new object_format.py file
- This was missed when adding object_format.py to the RPM packaging.
Signed-off-by: John Mulligan <jmulligan@redhat.com> - 02:55 PM rgw Bug #55770 (New): multisite: metadata full sync does not copy mdlog entries, so can't serve them ...
- in metadata incremental sync, @RGWCloneMetaLogCoroutine@ copies mdlog entries from the primary zone, so that it can s...
- 02:51 PM mgr Bug #55758: ModuleNotFoundError: No module named 'object_format'
- Hi Venky,
Is it possible that these particular test failures in your run correlated to jobs on unbuntu systems? I i... - 02:15 PM rgw Bug #55680 (New): RGW rest API returns responses with header 'Content-Type: application/xml' even...
- thanks. i think the goal here is to support the Accept header properly, and leave the 'format' parameter as admin-api
- 02:12 PM rgw Bug #55727 (Closed): How do I configure the bucket CORS?
- https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketCors.html
https://docs.aws.amazon.com/cli/latest/refe... - 02:09 PM rgw Bug #55766 (Triaged): S3 Object Lock not Working
- 12:55 PM rgw Feature #55769 (New): rgw: allow `radosgw-admin bucket stats` report more accurately
- Sometimes `radosgw-admin bucket stats` can report incorrect stats, likely due to some pending ops incomplete. A listi...
- 12:53 PM Revision 889ac4a4 (ceph): mgr/snap_schedule: add time zone suffix to snapshot dir name
- Fixes: https://tracker.ceph.com/issues/54374
Signed-off-by: Milind Changire <mchangir@redhat.com>
Signed-off-by: Venk... - 12:52 PM Revision 0252fd8c (ceph): mgr/volumes: set, get, list and remove custom metadata for subvolume
- If CephFS in ODF configured in external mode, user like to use
volume / subvolume metadata to store some Openshift sp... - 12:52 PM Revision e984f03e (ceph): docs: set, get, list and remove custom metadata for subvolume
- Set custom metadata on the subvolume as a key-value pair using
$ ceph fs subvolume metadata set <vol_name> <subvo... - 12:52 PM Revision 94db447c (ceph): qa: set, get, list and remove custom metadata for subvolume
- Following test are added:
1. Set custom metadata for subvolume.
2. Set custom metadata for subvolume(Idempotency).
3.... - 09:54 AM CephFS Bug #55331: pjd failure (caused by xattr's value not consistent between auth MDS and replicate MD...
- Locally I have reproduce it again and found that for the *_setxattr_* when early reply the xattr version was dropped ...
- 09:16 AM Revision 2da036b7 (ceph): crimson/os/seastore/segment_cleaner: add dedicated backref trimming pro...
- Space reclamation needs to merge backrefs up to the point where the latest
release of extents within the scope of the... - 08:52 AM RADOS Bug #55355: osd thread deadlock
- I think this problem may be a problem with ProtocolV2...
- 07:50 AM Revision 8fcdd31a (ceph): common/bl: drop buffer::raw_char.
- Its sole users were the implementations of `clone_empty()`
of `buffer::raw` we removed one commit ago.
Signed-off-by... - 03:47 AM Revision 94ba1b1b (ceph): ceph.spec.in,debian/control: Remove nose
- With the direct calls of nose methods removed, we no longer need to
BuildRequire it.
Fixes: https://tracker.ceph.com... - 03:47 AM Revision f0eba544 (ceph): debian: mark "make check" deps with "pkg.ceph.check" build
- instead of inventing our way for defining "make check" dependencies, use
build profile for adding "make check" specif... - 03:47 AM Revision 182fc808 (ceph): test/pybind/ceph_argparse: Switch to bare unittest
- nose has been unmaintained for a long time, and to work on
removing it as a dependency, re-work test_ceph_argparse to... - 03:47 AM Revision bc596dae (ceph): test/pybind/ceph_daemon: Switch to bare unittest
- nose has been unmaintained for a long time, and to work on
removing it as a dependency, re-work test_ceph_daemon to u... - 02:24 AM Revision a74fa9a6 (ceph): Merge pull request #46271 from xxhdx1985126/wip-backref-new_mapping-opt
- crimson/os/seastore: backref related clean ups
Reviewed-by: Yingxin Cheng <yingxin.cheng@intel.com> - 01:56 AM RADOS Bug #55750: mon: slow request of very long time
- https://github.com/ceph/ceph/pull/41516
https://github.com/ceph/ceph/commit/a124ee85b03e15f4ea371358008ecac65f9f4e50...
05/25/2022
- 08:37 PM RADOS Bug #55750: mon: slow request of very long time
- Radoslaw Zarzynski wrote:
> Could you please provide an info on which version of Ceph this issue happened?
# ceph -... - 06:19 PM RADOS Bug #55750 (Need More Info): mon: slow request of very long time
- Could you please provide an info on which version of Ceph this issue happened?
- 08:17 PM RADOS Bug #53895 (Resolved): Unable to format `ceph config dump` command output in yaml using `-f yaml`
- 08:02 PM Revision 6606d91a (ceph): Merge commit 'b76b6ea16899861d6c266797b3c11d9f68f924d7' into main
- Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
- 07:47 PM Revision 15c1109c (ceph): Merge pull request #46390 from gabriellasroman/inclusive-lang
- teuthology-cronjobs: master->main
- 06:46 PM RADOS Bug #51904: test_pool_min_size:AssertionError:wait_for_clean:failed before timeout expired due to...
- Not urgent, perhaps not low-hanging-fruit but still good as a training issue.
- 06:41 PM RADOS Bug #55726 (Need More Info): Drained OSDs are still ACTIVE_PRIMARY - casuing high IO latency on c...
- It would be really helpful to compare logs around @choose_acting@ from Nautilus vs Octopus.
- 06:32 PM RADOS Backport #55768 (In Progress): pacific: rados_api_tests: LibRadosWatchNotify.AioWatchNotify2 fails
- https://github.com/ceph/ceph/pull/46499
- 06:32 PM RADOS Backport #55767 (In Progress): octopus: rados_api_tests: LibRadosWatchNotify.AioWatchNotify2 fails
- https://github.com/ceph/ceph/pull/46500
- 06:28 PM RADOS Bug #45868 (Pending Backport): rados_api_tests: LibRadosWatchNotify.AioWatchNotify2 fails
- 06:27 PM RADOS Bug #45721: CommandFailedError: Command failed (workunit test rados/test_python.sh) FAIL: test_ra...
- Let me paste a Laura's comment from https://github.com/ceph/ceph/pull/45825:
> @NitzanMordhai perhaps similar logi... - 06:11 PM RADOS Bug #46847: Loss of placement information on OSD reboot
- Notes from the bug scrub:
1. There is a theoretical way to enter backfill instead of recovery in such a scenario.
... - 05:57 PM RADOS Bug #52657: MOSDPGLog::encode_payload(uint64_t): Assertion `HAVE_FEATURE(features, SERVER_NAUTILUS)'
- https://tracker.ceph.com/issues/53685 shows the issue is not restricted just to @MOSDPGLog@.
- 05:56 PM RADOS Bug #52657: MOSDPGLog::encode_payload(uint64_t): Assertion `HAVE_FEATURE(features, SERVER_NAUTILUS)'
- The investigation doc: https://docs.google.com/document/d/1s-Vzv3yLTMSO8Hz_MHMg5ix1v53P4jlN6dX1L06yyls/edit#.
- 05:46 PM rgw Bug #54265: s3select: c++20 compilation error in boost/msm/back/state_machine.hpp
- Gal Salomon wrote:
> we've just started with this task, we might resolve that issue also.
We can resolve this iss... - 05:14 PM rgw Bug #53788: radosgw should reopen ops log file on SIGHUP
- hey Casey, this one slipped through the cracks until I just realized that it had never been backported. It doesn't lo...
- 03:41 PM rgw Bug #55766: S3 Object Lock not Working
- Properly formatted steps to reproduce (since I cannot edit the initial post):...
- 03:12 PM rgw Bug #55766 (Resolved): S3 Object Lock not Working
- Hi,
We have a cluster with 15.2.16 and one with 16.2.7. The S3 Object Lock works fine for 15.2.16 but seems to be ... - 03:38 PM RADOS Backport #55743 (In Progress): octopus: "wait_for_recovery: failed before timeout expired" during...
- 03:38 PM Revision b9261ea0 (ceph): qa/suites/rados/thrash-erasure-code-big/thrashers: add `osd max backfil...
- All `rados/thrash-erasure-code-big` tests that die due to the “wait_for_recovery” timeout have one thing in common: T...
- 03:37 PM RADOS Backport #55745 (In Progress): pacific: "wait_for_recovery: failed before timeout expired" during...
- 03:37 PM Revision d7b983cd (ceph): qa/suites/rados/thrash-erasure-code-big/thrashers: add `osd max backfil...
- All `rados/thrash-erasure-code-big` tests that die due to the “wait_for_recovery” timeout have one thing in common: T...
- 03:33 PM RADOS Backport #55744 (Resolved): quincy: "wait_for_recovery: failed before timeout expired" during thr...
- 03:10 PM Revision 2f9c6a78 (ceph): Merge pull request #46384 from ljflores/wip-55744-quincy
- quincy: qa/suites/rados/thrash-erasure-code-big/thrashers: add `osd max backfills` setting to mapgap and pggrow
- 03:01 PM RADOS Backport #55624 (Resolved): quincy: Unable to format `ceph config dump` command output in yaml us...
- 02:15 PM rgw Bug #55765 (Resolved): RGW Segmentation fault when requested resource includes a colon
- Hello,
We found that rgw crashing when receiving specific requests
image: quay.io/ceph/ceph:v16.2.9-20220519
ver... - 01:42 PM Revision d0385e03 (ceph): mgr/cephadm: try to get FQDN for active instance
- Fixes: https://tracker.ceph.com/issues/55674
Signed-off-by: Tatjana Dehler <tdehler@suse.com> - 01:36 PM Revision 1f45e651 (ceph): Merge pull request #46359 from adk3798/pacific-staggered-upgrade
- pacific: mgr/cephadm: staggered upgrade
Reviewed-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
Reviewe... - 01:33 PM Revision 275c46c8 (ceph): Merge pull request #45964 from adk3798/pacific-raw-osd
- pacific: mgr/cephadm: Raw OSD Support
Reviewed-by: Guillaume Abrioux <gabrioux@redhat.com> - 01:23 PM cephsqlite Bug #55606: [ERR] Unhandled exception from module ''devicehealth'' while running on mgr.y: unknown
- Problem appears to be that libcephsqlite lost its RADOS lock:...
- 12:12 PM RADOS Feature #55764 (New): Adaptive mon_warn_pg_not_deep_scrubbed_ratio according to actual scrub thro...
- This request comes from the Science Users Working Group https://pad.ceph.com/p/Ceph_Science_User_Group_20220524
Fo... - 12:01 PM Revision 99c4e068 (ceph): teuthology-cronjobs: master->main
- Signed-off-by: Gabriella Roman <gsroman@bu.edu>
- 11:13 AM Documentation #55763 (New): Broken links in Cephadm » Service Management » OSD Service » List Dev...
- In the documentation https://docs.ceph.com/en/quincy/cephadm/services/osd/, there is a broken link in "List Devices" ...
- 09:41 AM Bug #49161: common: ceph cluster and MON log being spammed with debug messages which cannot be tu...
- Actually, the same happens with other logging mechanisms as well. As soon as either @log_to_file@, @log_to_stderr@ (w...
- 08:31 AM Bug #49161: common: ceph cluster and MON log being spammed with debug messages which cannot be tu...
- Any progress here? I would like to re-enable cluster logging via syslog, but I can't, because my MONs keep logging al...
- 09:29 AM Revision 559222cf (ceph): mgr/volumes: set, get, list and remove custom metadata for snapshot
- If CephFS in ODF configured in external mode, user like to use
subvolume snapshot metadata to store some Openshift sp... - 09:29 AM Revision 59a0cbc1 (ceph): docs: set, get, list and remove custom metadata for snapshot
- Set custom metadata on the snapshot as a key-value pair using
$ ceph fs subvolume snapshot metadata set <vol_name... - 09:29 AM Revision 6fd28cc9 (ceph): qa: set, get, list and remove custom metadata for snapshot
- Following test are added:
1. Set custom metadata for subvolume snapshot.
2. Set custom metadata for subvolume snapsho... - 09:09 AM Linux kernel client Bug #20996: WARN_ON in request_reinit()
- In 5.10.118, 5.15.42 and 5.17.10.
- 08:45 AM Revision 7308c9a2 (ceph): crimson/osd: reindent the trace-related fragment of main()
- The issue is we're mixing tabs and spaces which affects readability
when the code is read on github during a review (... - 08:39 AM Revision 47f7c6cf (ceph): crimosn/osd: logger into log_file
- set seastar ostream to log_file
Signed-off-by: Nitzan Mordechai <nmordech@redhat.com> - 08:18 AM CephFS Bug #55762: mgr/volumes: Handle internal metadata directories under '/volumes' properly.
- Note that we need to also ignore `_legacy`
- 07:03 AM CephFS Bug #55762 (Pending Backport): mgr/volumes: Handle internal metadata directories under '/volumes'...
- 1) The subvolumegroup ls lists `_index` directory as subvolumegroup...
- 07:55 AM Revision 9558a6ad (ceph): qa: reproduce the crash when exporting unlinked dir
- Signed-off-by: 胡玮文 <huww98@outlook.com>
- 07:50 AM Revision fcdee486 (ceph): mds: fix crash when exporting unlinked dir
- When fetch() an unlinked dir, we set fnode->version = 1, but leave
projected_version = 0. This will trigger the asser... - 06:55 AM bluestore Bug #55761 (Duplicate): ceph osd bluestore memory leak
hi, everyone, we have a ceph cluster and we only user rgw with EC(4+2) Pool, now the cluster osd memory keeps gro...- 06:54 AM RADOS Bug #55355: osd thread deadlock
- ...
- 06:53 AM RADOS Bug #55355: osd thread deadlock
- 910583--wait-->910587: (gdb) t 32 wait MgrClient::lock (owner=910587)
910587--wait-->910429: (gdb) t 62 hold MgrClie... - 03:43 AM RADOS Bug #55355: osd thread deadlock
- thread-35 : holding AsyncMessenger::lock, waiting AsyncConnection::lock
thread-3: holding AsyncConnection::lock, wai... - 03:12 AM RADOS Bug #55355: osd thread deadlock
- ...
- 03:06 AM RADOS Bug #55355: osd thread deadlock
- ceph v15.2.13
I found an almost identical stack waiting for a lock... - 06:42 AM Bug #55760 (New): ceph osd bluestore memory leak
- h1. Problem
hi, everyone, we have a ceph cluster, and we only use rgw with EC(4+2) Pool, now the cluster osd memory ... - 06:33 AM CephFS Bug #55759 (Resolved): mgr/volumes: subvolume ls with groupname as '_nogroup' crashes
- The subvolume ls with groupname as '_nogroup' crashes...
- 05:23 AM mgr Bug #55758 (Resolved): ModuleNotFoundError: No module named 'object_format'
- Some tests are failing with the following traceback in ceph-mgr...
- 05:15 AM CephFS Bug #53724 (In Progress): mds: stray directories are not purged when all past parents are clear
- 04:00 AM CephFS Bug #54459 (Rejected): fs:upgrade fails with "hit max job timeout"
- 01:24 AM Revision b76b6ea1 (ceph): Merge pull request #44486 from batrick/fs-workload-kclient-switches
- qa: reduce fs:workload use of random selection
Reviewed-by: Venky Shankar <vshankar@redhat.com>
05/24/2022
- 09:04 PM Revision 805d2320 (ceph): Merge pull request #46385 from ceph/inclusive-rename-yaml
- Rename/re-symlink whitelist_*.yaml
- 08:57 PM CephFS Backport #54123 (Resolved): quincy:mgr/volumes: Failed to create clones if the source snapshot's ...
- 08:54 PM CephFS Backport #53947 (Resolved): octopus: mgr/volumes: Failed to create clones if the source snapshot'...
- 08:53 PM CephFS Backport #53948 (Resolved): pacific: mgr/volumes: Failed to create clones if the source snapshot'...
- 08:14 PM Revision a0e8053e (ceph): Merge pull request #46381 from zdover23/wip-doc-backport-quincy-release...
- Quincy: Wip doc backport quincy release notes to quincy branch 2022 05 24
Reviewed-by: Anthony D'Atri <anthony.datri... - 08:14 PM Revision 0666dd34 (ceph): Rename/re-symlink whitelist_*.yaml
- whitelist_health.yaml -> ignorelist_health.yaml
whitelist_wrongly_marked_down.yaml -> ignore_wrongly_marked_down.yaml... - 07:24 PM Dashboard Bug #55723: octopus: dashboard failures due to timed-out or failed connections
- In terms of the first failure on here, test_standby for Dashboard, I looked into the Octopus git history, and the mos...
- 12:11 PM Dashboard Bug #55723 (Triaged): octopus: dashboard failures due to timed-out or failed connections
- 06:03 PM cephsqlite Bug #55696 (Duplicate): vstart hangs on when creating volume
- 05:46 PM CephFS Bug #55583: Intermittent ParsingError failure in mgr/volumes module during "clone cancel"
- We're looking into getting that for you, thanks.
- 11:09 AM CephFS Bug #55583: Intermittent ParsingError failure in mgr/volumes module during "clone cancel"
- Hi John,
This looks like a race. If this reproduces consistently with the test suite, could you please share the c... - 01:57 AM CephFS Bug #55583: Intermittent ParsingError failure in mgr/volumes module during "clone cancel"
- Kotresh, please take a look.
- 05:27 PM bluestore Bug #55521 (Fix Under Review): bluestore zero block detection makes all-zeroes writes deallocate ...
- 05:15 PM CephFS Bug #46438 (Resolved): mds: add vxattr for querying inherited layout
- Backports tracked by #51062.
- 04:23 PM Revision 6fee777d (ceph): Merge pull request #44967 from batrick/nested-subset-doc
- doc/dev: document nested subsets in teuthology
- 03:51 PM RADOS Backport #55744 (In Progress): quincy: "wait_for_recovery: failed before timeout expired" during ...
- 03:51 PM Revision a761be71 (ceph): qa/suites/rados/thrash-erasure-code-big/thrashers: add `osd max backfil...
- All `rados/thrash-erasure-code-big` tests that die due to the “wait_for_recovery” timeout have one thing in common: T...
- 03:06 PM Backport #55615: quincy: Nose is no longer maintained and is now actively breaking test runs
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/46254
merged - 03:06 PM Revision e2dc8ba1 (ceph): Merge pull request #46254 from tserong/wip-55615-quincy
- quincy: test: No direct use of nose
Reviewed-by: Casey Bodley <cbodley@redhat.com> - 03:05 PM Revision 4534ee13 (ceph): Merge pull request #46251 from rzarzynski/wip-45529-quincy
- quincy: osd/PGLog.cc: Trim duplicates by number of entries
Reviewed-by: Neha Ojha <nojha@redhat.com> - 03:05 PM rgw Bug #52673: rgw: remove rgw_rados_pool_pg_num_min and its use on pool creation
- https://github.com/ceph/ceph/pull/46234 merged
- 03:04 PM Revision 5f126cf1 (ceph): Merge pull request #46234 from vumrao/wip-vumrao-54277
- quincy: rgw: remove rgw_rados_pool_pg_num_min and its use on pool creation use the cluster defaults for pg_num_min
R... - 03:02 PM Revision 123c5740 (ceph): Merge pull request #46099 from NitzanMordhai/wip-nitzan-rados-test-dele...
- systest: fix race with pool delete after socket injection
Reviewed-by: Josh Durgin <jdurgin@redhat.com> - 03:01 PM Revision 5442a428 (ceph): Merge pull request #45825 from NitzanMordhai/wip-nitzan-watch-notify-re...
- librados/watch_notify: reconnect after socket injection
Reviewed-by: Brad Hubbard <bhubbard@redhat.com> - 03:01 PM Revision 714cdc4e (ceph): Merge pull request #45805 from ifed01/wip-ifed-more-stats
- os/bluestore: more debug information from BlueStore
Reviewed-by: Adam Kupczyk <akupczyk@redhat.com> - 03:00 PM CephFS Backport #55757 (Resolved): pacific: mds: flush mdlog if locked and still has wanted caps not sat...
- https://github.com/ceph/ceph/pull/46423
- 03:00 PM CephFS Backport #55756 (Resolved): quincy: mds: flush mdlog if locked and still has wanted caps not sati...
- https://github.com/ceph/ceph/pull/46494
- 02:59 PM Revision bc02a55d (ceph): Merge pull request #45409 from NUABO/tancz
- mon: add proxy to cache tier options
Reviewed-by: Neha Ojha <nojha@redhat.com> - 02:57 PM CephFS Bug #54463 (Pending Backport): mds: flush mdlog if locked and still has wanted caps not satisfied
- 02:27 PM Revision 7dbddc00 (ceph): Merge pull request #46324 from ceph/dgalloway-nodockerio
- qa: Pull from quay.io not docker.io
Reviewed-by: Adam King <adking@redhat.com> - 01:15 PM Revision f69ddd88 (ceph): doc: Typo and indentation fix
- Signed-off-by: David Galloway <dgallowa@redhat.com>
- 01:15 PM Revision 300b0d49 (ceph): doc/releases/quincy.rst: mention log_to_journald
- Details about https://tracker.ceph.com/issues/55383
Signed-off-by: Neha Ojha <nojha@redhat.com> - 01:15 PM Revision d9f636ec (ceph): doc: Add initial Quincy docs
- The changelog is the difference between origin/pacific..origin/quincy.
There are a number of `## TODO` comments that... - 01:15 PM Revision 0f9d755b (ceph): doc/releases: update telemetry commands
- Telemetry is already an 'always-on' module, thus no need to enable it.
In Quincy, when telemetry is off, we use previ... - 01:15 PM Revision ae25802c (ceph): doc/releases: put release notes in proper places
- This PR moves release notes into their proper places
on the Quincy release notes page.
This PR supersedes (and inclu... - 01:15 PM Revision 6e1698cf (ceph): doc/releases: v17.2.0 will be the first release
- Signed-off-by: Josh Durgin <jdurgin@redhat.com>
- 01:15 PM Revision b3a44175 (ceph): doc/releases/quincy: update upgrade procedure
- Include cephadm/manual upgrade procedures like pacific.
Update release names, and remove obsolete steps.
Signed-off-... - 01:15 PM Revision e0e7f6cc (ceph): doc/releases/quincy: link to quincy versions of the docs
- Signed-off-by: Josh Durgin <jdurgin@redhat.com>
- 01:15 PM Revision c84000f5 (ceph): doc/releases/quincy: remove old release notes
- libcephsqlite was part of pacific and mentioned in 16.2.0 release notes.
The bluestore bug was never present in quinc... - 01:15 PM Revision 56865745 (ceph): doc/releases/quincy: Update 'mclock_scheduler' release note.
- Signed-off-by: Sridhar Seshasayee <sseshasa@redhat.com>
- 01:15 PM Revision 58294185 (ceph): doc/dashboard: Dashboard quincy release notes
- Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
- 01:15 PM Revision e90a14be (ceph): doc/releases/quincy.rst: condense pg_autoscaler notes
- remove scale-down mode and talk about the bulk flag
Signed-off-by: Neha Ojha <nojha@redhat.com> - 01:15 PM Revision f8ea562a (ceph): doc/releases/quincy.rst: add more rados notes
- and reorder
Signed-off-by: Neha Ojha <nojha@redhat.com> - 01:15 PM Revision 25ecf54e (ceph): doc/releases/quincy: add rbd release notes
- [ idryomov: mention notrim option, minor nits ]
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
Signed-off-by: Ilya ... - 01:15 PM Revision 7abc332e (ceph): doc/releases/quincy: link to quincy versions of the docs
- Signed-off-by: Josh Durgin <jdurgin@redhat.com>
- 01:15 PM Revision 5565025b (ceph): doc/releases/quincy: add new cephadm features
- Signed-off-by: Josh Durgin <jdurgin@redhat.com>
- 01:15 PM Revision 3b7a6f1e (ceph): doc/releases/releases.yml: update release date
- Signed-off-by: Josh Durgin <jdurgin@redhat.com>
- 01:15 PM Revision 2a88feb6 (ceph): doc/releases: additional clarification, release date
- - address review comments
- emphasize LevelDB removal
- update release date
Signed-off-by: Neha Ojha <nojha@redhat.com> - 01:15 PM Revision 5a636799 (ceph): doc: No changelog for first release
- The diff between origin/pacific..origin/quincy is definitely not what we want listed. There is no Changelog for the ...
- 12:46 PM Dashboard Bug #55686 (Need More Info): mgr/dashboard/iscsi: RuntimeError: dictionary changed size during it...
- 12:42 PM Dashboard Bug #55429 (Triaged): mgr/dashboard: AttributeError: 'NoneType' object has no attribute 'group'
- 12:40 PM Dashboard Bug #55524 (Triaged): mgr/dashboard: cropped device id in OSDs page - Device tab
- 12:37 PM Dashboard Bug #55568 (Triaged): mgr/dashboard: CephPGImbalance alert inaccuracies
- 12:34 PM Dashboard Bug #55588 (Triaged): mgr/dashboard: mutli-delete of Users and Buckets has 'Create' enabled in dr...
- 12:28 PM Dashboard Bug #55609 (Triaged): mgr/dashboard: kcli cephadm e2e failure
- 12:27 PM Dashboard Backport #55739 (In Progress): quincy: mgr/dashboard: form field validation icons overlap with ot...
- 12:27 PM Revision 9ddf0536 (ceph): mgr/dashboard: form field validation icons overlap with other icons
- Signed-off-by: Sarthak0702 <sarthak.dev.0702@gmail.com>
(cherry picked from commit 0bd2d023026af737b1894f74a545f039a6... - 12:19 PM Dashboard Bug #55754 (Triaged): mgr/dashboard: Some input fields have a different left-alignment than others.
- 11:38 AM Dashboard Bug #55754 (Triaged): mgr/dashboard: Some input fields have a different left-alignment than others.
- h3. Description of problem
Related to: https://github.com/ceph/ceph/pull/46233#issuecomment-1135003982
- 12:16 PM Dashboard Bug #55667 (Triaged): mgr/dashboard: Datatables broken layout
- 12:02 PM Dashboard Backport #55738 (In Progress): pacific: mgr/dashboard: form field validation icons overlap with o...
- 11:59 AM Revision 9da8ca0b (ceph): ceph.spec.in: remove build directory at end of %install
- By the time we get to the end of the %install section, all the
built binaries have been installed in the build root, ... - 11:59 AM Revision 5fcd8320 (ceph): ceph.spec.in: remove build directory in %clean, not %install
- Removing the build directory at the end of %install is too soon,
and means we get rid of a bunch of stuff needed to c... - 11:46 AM Revision 5c73df96 (ceph): mgr/dashboard: form field validation icons overlap with other icons
- Signed-off-by: Sarthak0702 <sarthak.dev.0702@gmail.com>
(cherry picked from commit 0bd2d023026af737b1894f74a545f039a6... - 11:15 AM Dashboard Backport #55753 (Resolved): quincy: mgr/dashboard: rbd promote/demote/enable/disable/resync mirro...
- https://github.com/ceph/ceph/pull/46532
- 11:15 AM Dashboard Backport #55752 (Resolved): pacific: mgr/dashboard: rbd promote/demote/enable/disable/resync mirr...
- https://github.com/ceph/ceph/pull/46531
- 11:11 AM Dashboard Feature #55645 (Pending Backport): mgr/dashboard: rbd promote/demote/enable/disable/resync mirror...
- 11:06 AM Revision 77e3e0d3 (ceph): Merge pull request #46366 from kalebskeithley/rocksdb
- rocksdb: build with rocksdb-7.y.z
- 10:43 AM Revision d4ff8e3a (ceph): Merge pull request #46185 from dparmar18/fix_rm_error_output
- cephfs-shell: fix rm cmd's error output
Reviewed-by: Rishabh Dave <ridave@redhat.com>
Reviewed-by: Neeraj Pratap Sin... - 10:40 AM Revision 9368f4fe (ceph): Merge pull request #46160 from dparmar18/fix_tracker_40860
- cephfs-shell: fix rmdir cmd
Reviewed-by: Rishabh Dave <ridave@redhat.com> - 10:40 AM RADOS Bug #55662 (Rejected): EC: Clay assert fail ../src/osd/ECBackend.cc: 685: FAILED ceph_assert(pop....
- 10:39 AM RADOS Bug #55662: EC: Clay assert fail ../src/osd/ECBackend.cc: 685: FAILED ceph_assert(pop.data.length...
- The test needed osd_read_ec_check_for_errors to be set to true, when it is set, the EIO error is ignored and we can g...
- 10:38 AM Revision 0ec4ba41 (ceph): Merge pull request #46249 from rhcs-dashboard/rbd-mirroring-commands
- mgr/dashboard: enable/disable/promote/demote/resync mirroring images
Reviewed-by: Avan Thakkar <athakkar@redhat.com>... - 09:54 AM Revision 37add644 (ceph): ceph-mixin: remove timepicker override in every dashboards
- Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@cern.ch>
- 09:50 AM Revision 5db37300 (ceph): ceph-mixin: rationalize local helper functions to utils
- Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@cern.ch>
- 09:44 AM CephFS Bug #55331: pjd failure (caused by xattr's value not consistent between auth MDS and replicate MD...
- Another failure in xacl/04.t:...
- 08:22 AM CephFS Bug #55331: pjd failure (caused by xattr's value not consistent between auth MDS and replicate MD...
- Locally with the latest testing branch in ceph-client repo I can reproduce it:...
- 05:52 AM CephFS Bug #55331: pjd failure (caused by xattr's value not consistent between auth MDS and replicate MD...
- Xiubo Li wrote:
> It was failed in xacl test 80, from teuthology.log:
>
>
> [...]
>
>
> From pjd test code... - 07:05 AM rgw Feature #55751 (Pending Backport): rgw/sts: add method to modify role max_session_duration for ex...
- add implementation for role update REST API and radosgw-admin command to update the max_session_duration of a role.
- 04:17 AM Revision b8f48c22 (ceph): crimson/os/seastore/segment_cleaner: don't repeat backref mapping retri...
- Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com>
- 04:17 AM Revision e3f19f0c (ceph): crimson/os/seastore/backref: rename BackrefManager::batch_insert_from_c...
- Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com>
- 04:17 AM Revision 0e1d43ee (ceph): crimson/os/seastore/segment_cleaner: downgrade the level of unnecessary...
- Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com>
- 04:17 AM Revision 86433e23 (ceph): crimson/os/seastore: mandate all access to backrefs to go through backr...
- this would avoid other components' unnecessary dependency on Cache
Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com> - 03:04 AM RADOS Bug #55750: mon: slow request of very long time
- It appears that this mon request has been completed,but it have no erase from ops_in_flight_sharded?
- 02:47 AM RADOS Bug #55750: mon: slow request of very long time
- ...
- 02:45 AM RADOS Bug #55750 (Need More Info): mon: slow request of very long time
- ...
- 02:38 AM RADOS Bug #50462: OSDs crash in osd/osd_types.cc: FAILED ceph_assert(clone_overlap.count(clone))
- We are seeing this bug in Nautilus 14.2.15 to 14.2.22 replicated pool.
Two of our osds are stuck in a crash loop ... - 02:24 AM Revision 90ff84d0 (ceph): Merge pull request #45728 from lxbsz/wip-55144
- client: stop retrying the request when exceeding 256 times
Reviewed-by: Venky Shankar <vshankar@redhat.com> - 01:45 AM CephFS Backport #55749 (In Progress): quincy: snap_schedule: remove subvolume(-group) interfaces
- https://github.com/ceph/ceph/pull/48222
- 01:45 AM CephFS Backport #55748 (Resolved): pacific: snap_schedule: remove subvolume(-group) interfaces
- https://github.com/ceph/ceph/pull/48221
- 01:43 AM CephFS Bug #55148 (Pending Backport): snap_schedule: remove subvolume(-group) interfaces
- 01:43 AM Revision 266b73b1 (ceph): Merge pull request #46034 from mchangir/mgr-snap_schedule-remove-subvol...
- mgr/snap_schedule: remove subvol interface
Reviewed-by: Venky Shankar <vshankar@redhat.com> - 01:34 AM Revision 08de9222 (ceph): Merge pull request #46351 from cyx1231st/wip-seastore-cleaner-cleanup
- crimson/os/seastore/segment_cleaner: minor cleanups
Reviewed-by: Kefu Chai <tchaikov@gmail.com>
Reviewed-by: Xuehan ... - 01:26 AM CephFS Bug #55694 (Resolved): qa/vstart_runner: ctx has no dict "ceph"
- 01:26 AM Revision 16d173a0 (ceph): Merge pull request #46314 from rishabh-d-dave/qa-fs-fsid
- qa/vstart_runner: store FSID in LocalContext instances
Reviewed-by: Venky Shankar <vshankar@redhat.com> - 01:25 AM Revision 8bae27e4 (ceph): ceph.spec.in: disable annobin plugin if compile with gcc-toolset
- we are seeing FTBFS failures when compiling the packages with seastar
enabled, like:
Package gcc-toolset-9-annobin-9... - 12:33 AM Revision eea10281 (ceph): rocksdb: build with rocksdb-7.y.z
- RocksDB 7, specifically 7.2.2 has landed in Fedora 37/rawhide.
https://tracker.ceph.com/issues/55730
Signed-off-by:...
05/23/2022
- 11:56 PM RADOS Backport #55747 (Resolved): pacific: Support blocklisting a CIDR range
- https://github.com/ceph/ceph/pull/46470
- 11:56 PM RADOS Backport #55746 (Resolved): quincy: Support blocklisting a CIDR range
- https://github.com/ceph/ceph/pull/46469
- 11:52 PM RADOS Feature #53050: Support blocklisting a CIDR range
- The Backport field was empty, therefore no backport tickets were created.
- 11:32 PM RADOS Backport #55745 (Resolved): pacific: "wait_for_recovery: failed before timeout expired" during th...
- https://github.com/ceph/ceph/pull/46391
- 11:32 PM RADOS Backport #55744 (Resolved): quincy: "wait_for_recovery: failed before timeout expired" during thr...
- https://github.com/ceph/ceph/pull/46384
- 11:31 PM RADOS Backport #55743 (Resolved): octopus: "wait_for_recovery: failed before timeout expired" during th...
- https://github.com/ceph/ceph/pull/46392
- 11:26 PM RADOS Bug #51076 (Pending Backport): "wait_for_recovery: failed before timeout expired" during thrashos...
- 11:26 PM Revision f0aeb2ec (ceph): Merge pull request #46346 from ljflores/wip-lflores-testing-recovery
- qa/suites/rados/thrash-erasure-code-big/thrashers: add `osd max backfills` setting to mapgap and pggrow
Reviewed-by:... - 10:53 PM Revision bd4f3248 (ceph): Merge pull request #46352 from mgfritch/backport-46218-pacific
- pacific: cephadm: prometheus: The generatorURL in alerts is only using hostname
Reviewed-by: Adam King <adking@redha... - 10:52 PM Revision cb381795 (ceph): Merge pull request #46353 from mgfritch/backport-46218-quincy
- quincy: cephadm: prometheus: The generatorURL in alerts is only using hostname
Reviewed-by: Adam King <adking@redhat... - 10:51 PM Revision 171d7bcd (ceph): Merge pull request #46360 from adk3798/quincy-batch-may1
- quincy: Cephadm Batch Backport May
Reviewed-by: Michael Fritch <mfritch@suse.com> - 10:50 PM Orchestrator Bug #54251 (In Progress): ceph orch upgrade get stuck - mgr set_store mon returned -27: error: en...
- 10:49 PM Orchestrator Bug #53624 (In Progress): cephadm agent: set_store mon returned -27: error: entry size limited to...
- 09:50 PM Revision 0e4ee2a2 (ceph): librbd/cache: PWL doesn't use bptr::clone() anymore.
- This usage got introduced in 7c68bd931bf4acdcadfd3ef7462935ab8f1ff09c
and later reworked by 55099fb05b76ac7f4f72a41fa... - 09:50 PM Revision 5809e0bc (ceph): test/osd: scrubber_generators don't use buffer::clone() anymore.
- Signed-off-by: Radosław Zarzyński <rzarzyns@redhat.com>
- 09:50 PM Revision 35ce1a10 (ceph): common/bl: drop clone() and clone_empty() from buffer::raw.
- Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
- 09:36 PM Revision 4f1a3c09 (ceph): Merge pull request #46246 from ljflores/wip-55624-quincy
- quincy: ceph.in: clarify the usage of `--format` in the ceph command
- 09:24 PM RADOS Bug #52657: MOSDPGLog::encode_payload(uint64_t): Assertion `HAVE_FEATURE(features, SERVER_NAUTILUS)'
- /a/yuriw-2022-05-19_18:50:25-rados-wip-yuri4-testing-2022-05-19-0831-quincy-distro-default-smithi/6841763
Descriptio... - 08:16 PM RADOS Backport #55742 (In Progress): quincy: monitor cluster logs(ceph.log) appear empty until rotated
- 07:55 PM RADOS Backport #55742 (Resolved): quincy: monitor cluster logs(ceph.log) appear empty until rotated
- https://github.com/ceph/ceph/pull/46374
- 08:13 PM Revision 44cb4d9d (ceph): mon/LogMonitor: reopen log files on SIGHUP
- Fixes: https://tracker.ceph.com/issues/55383
Signed-off-by: 胡玮文 <huww98@outlook.com>
(cherry picked from commit ee80f... - 07:50 PM RADOS Bug #55383 (Pending Backport): monitor cluster logs(ceph.log) appear empty until rotated
- 07:49 PM Revision cd081981 (ceph): Merge pull request #46124 from SMIL-Infra/reopen_cluster_logs
- mon/LogMonitor: reopen log files on SIGHUP
- 07:36 PM CephFS Bug #55620 (Fix Under Review): ceph pacific fails to perform fs/multifs test
- 06:59 PM Dashboard Bug #55741 (Resolved): cephadm/test_dashboard_e2e.sh: Unable to find element `cd-modal .custom-co...
- /a/yuriw-2022-05-19_01:43:57-rados-wip-yuri7-testing-2022-05-18-1636-distro-default-smithi/6840741...
- 06:55 PM Dashboard Bug #53781: cephadm/test_dashboard_e2e.sh: Unable to find element `cd-modal` when testing on orch...
- Ronen Friedman wrote:
> @ljflores, @ljflores6, Ernesto:
>
> yuriw-2022-05-19_01:43:57-rados-wip-yuri7-testing-202... - 06:49 PM Orchestrator Bug #52321 (New): qa/tasks/rook times out: 'check osd count' reached maximum tries (90) after wai...
- An occurrence was found in master: /a/yuriw-2022-05-19_01:43:57-rados-wip-yuri7-testing-2022-05-18-1636-distro-defaul...
- 06:43 PM mgr Feature #55740 (Resolved): Add "rook" structure to Ceph telemetry
- The Rook team and Ceph telemetry team have been discussing adding Rook metrics to Ceph telemetry. The first design fo...
- 06:35 PM Dashboard Backport #55739 (Resolved): quincy: mgr/dashboard: form field validation icons overlap with other...
- https://github.com/ceph/ceph/pull/46380
- 06:35 PM Dashboard Backport #55738 (Resolved): pacific: mgr/dashboard: form field validation icons overlap with othe...
- https://github.com/ceph/ceph/pull/46379
- 06:30 PM Dashboard Bug #55604 (Pending Backport): mgr/dashboard: form field validation icons overlap with other icons
- 06:30 PM Revision 09b3210d (ceph): Merge pull request #46233 from rhcs-dashboard/fix-overlapping-form-icons
- mgr/dashboard: form field validation icons overlap with other icons
Reviewed-by: Avan Thakkar <athakkar@redhat.com>
... - 06:11 PM Orchestrator Feature #55721: Add NFS information to telemetry collection
- It would also be nice to count the number of NFS exports.
In any given RADOS namespace, exports are identified by ... - 06:10 PM Orchestrator Feature #55737 (New): Add filesystem subvolumegroup and subvolume counts to telemetry
- Ceph telemetry's "rbd" section counts the number of images per pool, but there is no such equivalent usage informatio...
- 05:45 PM CephFS Backport #55736 (Resolved): quincy: client: do not release the global snaprealm until unmounting
- https://github.com/ceph/ceph/pull/46495
- 05:40 PM CephFS Cleanup #54362 (Pending Backport): client: do not release the global snaprealm until unmounting
- 04:55 PM Revision 51969f86 (ceph): Merge pull request #45985 from soumyakoduri/wip-skoduri-dbstore-tests
- rgw/qa: Run s3tests on dbstore backend in teuthology
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
Reviewed-by: C... - 04:39 PM CephFS Bug #24894: client: allow overwrites to files with size greater than the max_file_size config
- During the work I saw a 2nd issue which I didn't fix and exists on the upstream code:
1. ceph_max_file = default
2.... - 04:22 PM Dashboard Cleanup #55735 (New): mgr/dashboard: optimize Cypress visit() for Angular e2e testing
- Apply suggestions from "Time for a Quick(er) Cypress Visit in Angular":https://netbasal.com/time-for-a-quick-er-cypre...
- 04:04 PM Dashboard Cleanup #50963 (In Progress): mgr/dashboard: stop polling when page is not visible
- 03:51 PM rgw Backport #55251: quincy: Trim olh entries with empty name from bi
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45846
merged - 03:50 PM Revision 30a34e6e (ceph): Merge pull request #45846 from dvanders/wip-55251-quincy
- quincy: rgw_reshard: drop olh entries with empty name
Reviewed-by: Casey Bodley <cbodley@redhat.com> - 03:02 PM rgw Bug #55734 (Fix Under Review): rgwlc: try harder to avoid lock starvation when storing new lifecy...
- The current logic in guard_lc_modify(...) attempts to take an lc shard lock in a non-terminating do-while loop, which...
- 02:51 PM Revision 75aafdaf (ceph): mgr/nfs: validate virtual_ip parameter
- Fixes: https://tracker.ceph.com/issues/54581
Signed-off-by: Redouane Kachach <rkachach@redhat.com> - 02:27 PM Orchestrator Feature #55733 (Resolved): Use prometheus service discovery endpoints to dynamically configure da...
- Let's use the new prometheus service discovery endpoints introduced as part of the PR https://github.com/ceph/ceph/pu...
- 01:35 PM Linux kernel client Bug #20996 (Pending Backport): WARN_ON in request_reinit()
- https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=75dbb685f4e8786c33ddef8279bab0eadfb0731...
- 12:45 PM Revision 2b7bbe97 (ceph): kv: drop the MemDB backend.
- It's an experimental feature since 2016. It doesn't seem to be
used anywhere nor actively maintained. However, it's t... - 12:45 PM Revision 893302cd (ceph): common/bl, tests: drop buffer::ptr::clone().
- Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
- 12:43 PM Revision 86cb558a (ceph): mgr/dashboard: iops optimized option enabled
- Signed-off-by: Pere Diaz Bou <pdiazbou@redhat.com>
- 12:42 PM Revision a1d1c853 (ceph): mgr/dashboard: retrieve disk status
- Signed-off-by: Pere Diaz Bou <pdiazbou@redhat.com>
- 12:42 PM Revision 6c2dcb74 (ceph): mgr/dashboard: OSD Creation Workflow initial works
- Introducing the Cost/Capacity Optimized deployment option
Used bootstrap accordion
Adapted the e2e but not written ne... - 12:42 PM Revision f2474bcb (ceph): mgr/dashboard: throughput optimized option enabled
- Signed-off-by: Pere Diaz Bou <pdiazbou@redhat.com>
- 12:42 PM Revision d58b9499 (ceph): mgr/dashboard: test througput deployment option
- Signed-off-by: Pere Diaz Bou <pdiazbou@redhat.com>
- 12:36 PM Orchestrator Bug #49740 (Rejected): cephadm: error looking up supplemental groups for container ca2...23: Unab...
- This issue has been seen only once and there's no evidence that's is reproducible in more scenarios/setups. Feel free...
- 12:31 PM Documentation #55732 (New): Cannot build the documentation on parific
- Hi,
We are currently using the Pacific release. We need the documentation offline, and since we haven't found any pd... - 12:23 PM Revision 22833c10 (ceph): ceph.spec.in: disable annobin plugin if compile with gcc-toolset
- we are seeing FTBFS failures when compiling the packages with seastar
enabled, like:
Package gcc-toolset-9-annobin-9... - 12:20 PM Revision 8bd89415 (ceph): mgr/dashboard: expose image mirroring commands as endpoints
- Expose:
- enable/disable mirroring in image
- promote/demote (primary and non-primary)
- resync
- snapshot mo... - 12:00 PM rgw Feature #55731 (Resolved): rgw/dbstore: Change default value of dbstore_db_dir to be rgw_data
- Right now dbstore_db_dir default value is: /var/run/ceph.
Given that the DB could be considered as part of the data... - 11:47 AM Orchestrator Bug #55595: cephadm: prometheus: The generatorURL in alerts is only using hostname
- Backports
Pacific: https://github.com/ceph/ceph/pull/46352
Quincy: https://github.com/ceph/ceph/pull/46353 - 11:24 AM Bug #55730 (Resolved): rocksdb: build with rocksdb-7.y.z
- RocksDB 7.2.2 has landed in Fedora 37/rawhide.
The following change is required to build:
--- ceph-17.2.0/src/k... - 11:17 AM Revision 2ac509ce (ceph): cmake: check for python(\d)\.(\d+) when building boost
- now that python3.10 has two digits as its minor version, we should be
able to match it.
this change fixes the build ... - 11:17 AM Orchestrator Bug #54581 (Fix Under Review): Virtual IP is not validated during the creation (service fails later)
- 10:08 AM Orchestrator Bug #54581 (In Progress): Virtual IP is not validated during the creation (service fails later)
- 10:02 AM CephFS Feature #55715: pybind/mgr/cephadm/upgrade: allow upgrades without reducing max_mds
- FWIW here's a report on manually upgrading a small 15.2.15 cluster to 16.2.9. Two active MDSs, upgraded without decre...
- 09:09 AM Orchestrator Documentation #55357 (In Progress): Update cephadm doc to reflect the new per fsid ceph configura...
- 08:18 AM Dashboard Feature #55728 (New): mgr/dashboard: Distinguish nvme devices from ssds in osd creation. mgr/dash...
- h3. Description of problem
When retrieving info about disk devices we are not able to differentiate ssds from nvme... - 07:58 AM rgw Bug #55675: [rgw-ms][dbr]:50K object did not sync to the secondary after doing a 20M workload on ...
- attempted to reproduce but was not successful (high performance setup with balancer):
flow was as following:
a. w... - 07:55 AM Orchestrator Bug #51257 (Resolved): mgr/cephadm: Cannot add managed (ceph apply) mon daemons on different subnets
- 07:53 AM Orchestrator Bug #55466 (Resolved): systemctl stop for ceph services fails with a "no such container" error
- 07:44 AM Orchestrator Bug #55466 (Pending Backport): systemctl stop for ceph services fails with a "no such container" ...
- 07:52 AM Orchestrator Bug #55492 (Resolved): public_network parsing is broken on Ubuntu18.04
- 07:51 AM Orchestrator Bug #55555 (Resolved): cephadm: bootstrap with --skip-admin-label causes KeyError traceback for -...
- 07:51 AM Orchestrator Bug #55556 (Resolved): cephadm fails to bootstrap when an ipv6 address is provided
- 07:50 AM Orchestrator Bug #55641 (Resolved): ceph orch commands try to sudo even as root user
- 07:49 AM Orchestrator Feature #55685 (Resolved): copy ceph conf and admin key to the new location /var/lib/ceph/<fsid>/...
- 07:44 AM Orchestrator Feature #55685 (Pending Backport): copy ceph conf and admin key to the new location /var/lib/ceph...
- 07:48 AM Orchestrator Bug #51665 (Resolved): document unforunate interactions between cephadm and restrictive sshd_config?
- 07:45 AM Orchestrator Feature #55493 (Resolved): Detect ssh connectivity issues ASAP
- 07:44 AM Orchestrator Feature #54309 (Resolved): cephadm/monitoring: Update cephadm web endpoint to provide scrape conf...
- 07:09 AM Revision c2f263d6 (ceph): mon/LogMonitor, MgrStat: Report logm and mgrstat committed version
- Only way to get the first and last committed version for logm and
mgrstat is through the monstore db dump. Reporting ... - 06:37 AM CephFS Bug #55331 (In Progress): pjd failure (caused by xattr's value not consistent between auth MDS an...
- It was failed in xacl test 80, from teuthology.log:...
- 06:05 AM Revision 8a50329d (ceph): client: stop retrying the request when exceeding 256 times
- The type of 'retry_attempt' in 'MetaRequest' is 'int', while in
'ceph_mds_request_head' the type of 'num_retry' is '_... - 05:57 AM Revision 48e9ada5 (ceph): Merge pull request #45844 from lxbsz/wip-55253
- client: switch AT_NO_ATTR_SYNC to AT_STATX_DONT_SYNC
Reviewed-by: Venky Shankar <vshankar@redhat.com> - 05:35 AM Revision 4cbb2688 (ceph): Merge pull request #46337 from rishabh-d-dave/missing-arg-exit-code
- cephfs-shell: fixes related to Cmd2ArgparseError
Reviewed-by: Venky Shankar <vshankar@redhat.com> - 02:18 AM rgw Bug #55727 (Closed): How do I configure the bucket CORS?
- Access to fetch at 'http://192.168.0.200:7480/ydisk-bkt/561467DB8FD2A8B0DED88EB7FCA762F4' from origin 'http://127.0.0...
05/22/2022
- 07:55 PM Revision 333522d7 (ceph): Merge pull request #46308 from zdover23/wip-doc-tracker-55676-backport-...
- octopus: doc/dev: update basic-workflow.rst
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com> - 05:18 PM Revision 6b84dd95 (ceph): doc/dev: update basic-workflow.rst
- This PR updates the basic-workflow.rst file
to serve the needs of people in 2022 who were not
present at jump street.... - 02:12 PM Orchestrator Bug #53939 (New): ceph-nfs-upgrade, pacific: Upgrade Paused due to UPGRADE_REDEPLOY_DAEMON: Upgra...
- PR didn't really fix issue, just made the job fail properly rather than timing out after 6 hours
- 12:19 AM Revision 42820790 (ceph): qa/tests: add quincy name to teh wip name
- Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
(cherry picked from commit 785b921d09952fe50e2c00e928d99e96637ec6e4)
05/21/2022
- 11:45 PM RADOS Backport #55306 (In Progress): quincy: prometheus metrics shows incorrect ceph version for upgrad...
- 11:41 PM RADOS Backport #55306: quincy: prometheus metrics shows incorrect ceph version for upgraded ceph daemon
- including this in https://github.com/ceph/ceph/pull/46360
- 11:22 PM Revision b2851523 (ceph): .github: ensure object_format.py is labeled the same as mgr_util.py
- Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit 4904b02f9f042aa83ea4fd60ee112d2e06a487a5) - 11:22 PM Revision 947a5b4b (ceph): pybind/mgr: include object_format.py in CMakeLists.txt for build
- Because ceph uses CMake for building python packages too.
Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherr... - 11:22 PM Revision 0559f40a (ceph): pybind/mgr: add short guide to the object_format.py docstring
- Add a short-ish guide to the use of the object_format module's Responder
and other types.
Signed-off-by: John Mullig... - 11:22 PM Revision 42c05262 (ceph): pybind/mgr: add test cases for ErrorResponse exception type
- Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit 55ee8a31631ac04629ffa2905d9a8ace9593599a) - 11:22 PM Revision 924aa084 (ceph): pybind/mgr: add a wrapper exception for use with Responder
- In order to best get a "real" exception converted to something
that can be cleanly sent to the mgr response, this new... - 11:21 PM Revision d77a7f21 (ceph): pybind/mgr: add tests to verify Responder decorator behavior
- Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit 1800f30f04fcb24b3c02afb7122d7e1993c05cb3) - 11:21 PM Revision d527646c (ceph): pybind/mgr: add format arg to Responder's extra args
- To ensure that the Responder can make use of a user provided `--format=`
parameter even if the programmer doesn't exp... - 11:21 PM Revision 40c84ec4 (ceph): pybind/mgr: enhance CLICommand to fetch extra args from wrapped funcs
- Previously, the CLICommand decorator "assumed" that the decorator was
applied directly to a mgr module api endpoint f... - 11:21 PM Revision 2715e7d5 (ceph): pybind/mgr: change to private _load_func_metadata classmethod
- The load_func_metadata had exactly one use in the codebase, the
store_func_metadata method. It was also a staticmetho... - 11:21 PM Revision 16f86e67 (ceph): pybind/mgr: add test cases for Responder type
- Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit 76492408dcf18197162bf9220300c2f70701528b) - 11:21 PM Revision 228cad03 (ceph): pybind/mgr: add a Responder decorator type
- The Responder is the decorator that future endpoint functions in the mgr can
use to automatically handle conversions ... - 11:21 PM Revision da173dc0 (ceph): pybind/mgr: add CommonFormatter type and valid_formats method
- A type that has a valid_formats method, and thus meets the
CommonFormatter protocol, supports distinguishing between ... - 11:21 PM Revision d58ce020 (ceph): pybind/mgr: add a test case for the ReturnValueAdapter
- Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit 29d8be428c7aa0125ab5c6636cd4b8712e60f71b) - 11:20 PM Revision 71d99118 (ceph): pybind/mgr: add a ReturnValueAdapter type to object_format.py
- The ReturnValueAdapter type fulfills a similar role to the
ObjectFormatAdapter but instead of serializing data for th... - 11:20 PM Revision 59962229 (ceph): pybind/mgr: add test cases for ObjectFormatAdapter
- Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit f2e10b7f504a6aa63a72422320d38d2b6334295b) - 11:20 PM Revision f37af75b (ceph): pybind/mgr: add ObjectFormatAdapter type to object_format.py
- The ObjectFormatAdapter fills the role for bridging between types
that can return a simplified representation of them... - 11:20 PM Revision 846629ca (ceph): pybind/mgr: reformat quoting in format enum
- Whenever possible I use 'black' to reformat the python code.
It's strict and its formatting is superset of what ceph'... - 11:20 PM Revision 66219713 (ceph): pybind/mgr: start a new object_format.py for general formatting
- Currently, there's some auto-formatting logic in the orchestrator
module and a lot of ad-hoc formatting scattered aro... - 11:19 PM Revision 0a836885 (ceph): doc/cephadm: staggered upgrade docs
- Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit 6a68def64eb720ef0eeace7c0d19c48cb1f6e5bb) - 11:19 PM Revision d3a25e3e (ceph): mgr/cephadm: unit test for staggered upgrade param validation
- Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit 0a46fcb423133e662254ec1aad3704bcaf5e101b) - 11:19 PM Revision f267235d (ceph): qa/suites/orch/cephadm: staggered upgrade test
- Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit 791e1d20b363c5960e11263312293383e2748a9d) - 11:19 PM Revision bc71bfe7 (ceph): mgr/cephadm: autopep8 changes
- Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit 62a06c464770c0253a6aebd94f8040dd58614c77) - 11:18 PM Revision e34c4ea6 (ceph): mgr, mgr/prometheus: Fix regression with prometheus metrics
- The ceph dameons on host are inheriting ceph version from the host.
This introduces a wrong interpretation in prometh... - 11:18 PM Revision 2d29f2b9 (ceph): mgr/cephadm: split _do_upgrade into sub functions
- This function was around 500 lines and difficult to work
with. Splitting it into sub functions should hopefully make
... - 11:18 PM Revision 490b63c2 (ceph): mgr/cephadm: add new args and validation for staggered upgrade
- Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit e6b0fe0e4859f83ca69d14d89f9e47f0ea74e770) - 11:18 PM Revision fdd6a080 (ceph): mgr/cephadm: make UpgradeState from_json a bit safer
- This way, for downgrades to whatever versions
this lands in onward, having added new parameters to
UpgradeState shoul... - 11:18 PM Revision b18f19ff (ceph): mgr/cephadm: make use of new upgrade control parameters
- Fixes: https://tracker.ceph.com/issues/54135
Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit... - 11:12 PM Revision 6b1a8397 (ceph): mgr/cephadm: Adding prometheus service discovery endpoints
- Signed-off-by: Redouane Kachach <rkachach@redhat.com>
Fixes: https://tracker.ceph.com/issues/54309
(cherry picked fro... - 11:11 PM Revision 3dde0d0b (ceph): mgr/cephadm: adding support to copy ceph conf to per fsid config location
- Fixes: https://tracker.ceph.com/issues/55685
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
(cherry picked fr... - 11:11 PM Revision 6e67962e (ceph): mgr/cephadm: fix unit.stop for ceph daemons
- Fixes: https://tracker.ceph.com/issues/55466
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
(cherry picked fr... - 11:10 PM Revision 81f49c64 (ceph): mgr/cephadm: Adding an early ssh connectivity check during bootsrap
- Fixes: https://tracker.ceph.com/issues/55493
Fixes: https://tracker.ceph.com/issues/51665
Signed-off-by: Redouane Ka... - 11:10 PM Revision 93a77dca (ceph): mgr/cephadm: unit test for re-adding host and receiving loopback address
- Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit abfbbd383cadfa3e2862d939444e0e9218b3cb3b) - 11:10 PM Revision 2b362d53 (ceph): mgr/cephadm: re-use old ip when re-adding hosts if necessary
- When a host is re-added without an explicit ip we can default to the old
ip we had stored for the host rather than ei... - 11:09 PM Revision 7470b462 (ceph): mgr/cephadm: stripping out / from the end of the url
- Fixes: https://tracker.ceph.com/issues/55638
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
(cherry picked fr... - 11:09 PM Revision f51c17b0 (ceph): mgr/cephadm: force fail over when we want to remove active mgr
- Fixes: https://tracker.ceph.com/issues/55679
Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit... - 11:09 PM Revision 1b4783ea (ceph): mgr/cephadm: do not use sudo for root user
- Fixes: https://tracker.ceph.com/issues/55641
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
(cherry picked fr... - 11:08 PM Revision fa27a1ce (ceph): mgr/cephadm: fixing ipv6 handling during bootstrap
- Fixes: https://tracker.ceph.com/issues/55556
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
(cherry picked fr... - 11:08 PM Revision 41a67acd (ceph): mgr/cephadm: fixing ipv6/128 and ipv4/32 subnets handling
- Fixes: https://tracker.ceph.com/issues/51257
Fixes: https://tracker.ceph.com/issues/53496
Signed-off-by: Redouane Ka... - 11:08 PM Revision c9eafe88 (ceph): mgr/cephadm: fixing yaml parsing during bootstrap
- Fixes: https://tracker.ceph.com/issues/55555
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
(cherry picked fr... - 11:07 PM Revision 7dea61ec (ceph): mgr/cephadm: don't use cached conns for hosts not in cluster
- Fixes: https://tracker.ceph.com/issues/55596
Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit... - 11:07 PM Revision 4e35de7a (ceph): cephadm: Revert "mgr/cephadm: fixing call method timeout handling"
- This reverts commit 55d42d0c31a5414cb2beac9273faa7123efb8709.
Fixes: https://tracker.ceph.com/issues/55623
Signed-o... - 11:06 PM Revision 0f9c1d45 (ceph): cephadm: fix adoption of osds from custom name clusters
- Fixes: https://tracker.ceph.com/issues/55654
Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit... - 11:06 PM Revision 752c87e0 (ceph): mgr/cephadm: Disable external snapshots in grafana
- This PR intends to disable the external snapshots in grafana to reduce security threats
Signed-off-by: Aashish Sharm... - 11:02 PM Revision 9f4163c8 (ceph): mgr/nfs: add test for access type validation func
- Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit bb2b45d7036cd6fe03c45f349c86302d7fbfbbf1) - 11:02 PM Revision 30f147f3 (ceph): mgr/nfs: add test for squash validation func
- Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit 2bcd911e3146ed6429a84cccf87f447525c124bc) - 11:02 PM Revision e4c146fe (ceph): mgr/nfs: lift validate access type method to file level function
- More reusable across the entire file and made private, shrinking
the public surface area of the type.
Signed-off-by:... - 11:02 PM Revision a0f61887 (ceph): mgr/nfs: lift validate squash method to file level function
- More reusable across the entire file and made private, shrinking
the public surface area of the type.
Signed-off-by:... - 11:01 PM Revision 2f3bec9a (ceph): mgr/nfs: move write_block func to file level format_block
- The method was an unnecessary use of staticmethod as well as a
confusingly named function. Move the file and rename i... - 11:01 PM Revision c29e2a62 (ceph): mgr/nfs: lift _format_val function to file level
- There's no advantage to having this function as a closure and it makes
reading the code (and testing it) more challen... - 11:01 PM Revision 25e13d72 (ceph): mgr/nfs: simplify implementation of _indentation function
- Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit 6b33cec65724db7c0894d4aa2bdf320448eb2dc4) - 11:01 PM Revision c34fc8c0 (ceph): mgr/nfs: lift generic indentation function to file level
- Tucking a private method away as a staticmethod makes it harder to reuse
and less obvious that it can be resused.
Si... - 11:01 PM Revision 35dc9e8f (ceph): mgr/nfs: rename export_utils.py to ganesha_conf.py
- This new name is clearer about what topic the code in the file covers.
Signed-off-by: John Mulligan <jmulligan@redha... - 10:58 PM Revision 08e3ba75 (ceph): cephfs/test_nfs: Add test for dynamic update export
- Add test to verify that the NFS servers don't restart when the
access type of a CephFS NFS export is updated.
And ch... - 10:58 PM Revision 02e3d567 (ceph): cephfs/test_nfs: fix _write_to_read_only_export()
- ... to fail the test if write to read only export succeeded.
Signed-off-by: Ramana Raja <rraja@redhat.com>
(cherry p... - 10:58 PM Revision 30f536da (ceph): mgr/nfs: Don't notify ganesha rados object
- ... to update export if the ganesha server is going to be
restarted. The ganesha server restart will reload the expor... - 10:58 PM Revision 4569336b (ceph): mgr/nfs: allow dynamic update of cephfs nfs export
- mgr/nfs module's apply_export() method is used to update an existing
CephFS NFS export. The method always restarted t... - 10:53 PM Revision f012d628 (ceph): mgr/cephadm: adding logic to close ports when removing a daemon
- Fixes: https://tracker.ceph.com/issues/52906
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
(cherry picked fr... - 10:53 PM Revision 563b1b85 (ceph): doc/cephadm/services: Add missing ceph command to orch apply
- In cephadm service management documentation several of the
ceph orch commands are missing the ceph part, mostly in
ce... - 10:20 PM Revision 2bc09c01 (ceph): doc/cephadm: staggered upgrade docs
- Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit 6a68def64eb720ef0eeace7c0d19c48cb1f6e5bb) - 10:19 PM Revision 2ef7922a (ceph): mgr/cephadm: unit test for staggered upgrade param validation
- Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit 0a46fcb423133e662254ec1aad3704bcaf5e101b)
Co... - 10:13 PM Revision 30f513df (ceph): qa/suites/orch/cephadm: staggered upgrade test
- Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit 791e1d20b363c5960e11263312293383e2748a9d) - 10:11 PM Revision 6b61f35b (ceph): mgr/cephadm: make use of new upgrade control parameters
- Fixes: https://tracker.ceph.com/issues/54135
Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit... - 10:06 PM Revision 412bd3b2 (ceph): mgr/cephadm: make UpgradeState from_json a bit safer
- This way, for downgrades to whatever versions
this lands in onward, having added new parameters to
UpgradeState shoul... - 10:05 PM Revision 07ccf07a (ceph): mgr/cephadm: add new args and validation for staggered upgrade
- Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit e6b0fe0e4859f83ca69d14d89f9e47f0ea74e770)
Co... - 09:55 PM Revision 7e3917e8 (ceph): mgr/cephadm: split _do_upgrade into sub functions
- This function was around 500 lines and difficult to work
with. Splitting it into sub functions should hopefully make
... - 06:19 PM Revision a7397100 (ceph): rgw/qa: Run s3tests on dbstore backend in teuthology
- Add a new test-suite to run s3tests on dbstore backend.
Signed-off-by: Soumya Koduri <skoduri@redhat.com> - 12:27 PM Revision b5393724 (ceph): Merge pull request #44264 from tchaikov/wip-mipel
- cmake: do not use GCC extension when detecting 16-byte atomic op
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com> - 12:11 PM Bug #55189 (Resolved): [common] encode_json automatically encode bool into a string
- 12:10 PM Revision a7c1c507 (ceph): Merge pull request #45835 from tchaikov/wip-55189
- common/ceph_json: dump bool using f->dump_bool()
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Anthony... - 09:34 AM Revision 73ccf6ea (ceph): Merge pull request #46355 from tchaikov/wip-no-annobin
- ceph.spec.in: disable annobin plugin if compile with gcc-toolset
Reviewed-by: Yuri Weinstein <yweins@redhat.com> - 08:32 AM Revision 66776589 (ceph): common/ceph_json: dump bool using f->dump_bool()
- as per https://www.json.org/json-en.html, JSON encodes bool as
"true" or "false", without the quotes. before this cha... - 07:03 AM Revision 6db90118 (ceph): Merge pull request #46293 from ronen-fr/wip-rf-sched-test
- test/osd: unit-tests for the scrubber scheduler
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Nitzan Mord...
05/20/2022
- 10:36 PM Revision 9476907f (ceph): Merge pull request #45467 from phlogistonjohn/jjm-format-exp2
- A module and decorator for generically handling format= in python mgr modules
Reviewed-by: Adam King <adking@redhat.... - 10:33 PM Revision 54cdc1d4 (ceph): Merge pull request #45786 from adk3798/staggered-upgrade
- mgr/cephadm: staggered upgrade
Reviewed-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
Reviewed-by: Red... - 03:33 PM RADOS Bug #55726: Drained OSDs are still ACTIVE_PRIMARY - casuing high IO latency on clients
- https://lists.ceph.io/hyperkitty/list/ceph-users@ceph.io/thread/NQKDCBJ2SH3DTUCMV6KU4T3EGKOSCGJV/
- 02:14 PM RADOS Bug #55726 (Need More Info): Drained OSDs are still ACTIVE_PRIMARY - casuing high IO latency on c...
- Hi
I observed high latencies and mount points hanging since Octopus release
and it's still observed on Pacific l... - 03:24 PM RADOS Bug #46847: Loss of placement information on OSD reboot
- we also encounter the similar issue and when ecpool during rebalance; sometime (osd overload or pg peering crash), th...
- 11:59 AM Dashboard Bug #53781: cephadm/test_dashboard_e2e.sh: Unable to find element `cd-modal` when testing on orch...
- @ljflores, @ljflores6, Ernesto:
yuriw-2022-05-19_01:43:57-rados-wip-yuri7-testing-2022-05-18-1636-distro-default-s... - 11:56 AM CephFS Bug #55725: MDS allows a (kernel) client to exceed the xattrs key/value limits
- I've created https://github.com/ceph/ceph/pull/46357 that's still an RFC as I'm not sure that's the way to go. I'll ...
- 11:48 AM CephFS Bug #55725 (Pending Backport): MDS allows a (kernel) client to exceed the xattrs key/value limits
- A client is allowed to set as many xattrs in an inode as it wants, as long as it has CAP_XATTR_EXCL. This will allow...
- 10:07 AM rgw Bug #55680: RGW rest API returns responses with header 'Content-Type: application/xml' even when ...
- > where is this 'format' query parameter documented?
I found it documented on [Admin Operations](https://docs.ceph.c... - 08:28 AM Revision 2d4743dd (ceph): os/objectstore/test: Add test for data corruption in file truncation
- Test for https://tracker.ceph.com/issues/53129
Signed-off-by: Adam Kupczyk <akupczyk@redhat.com>
(cherry picked from... - 08:28 AM Revision eea0b883 (ceph): os/bluestore/bluefs: Fix data corruption in truncate()
- It is possible to create condition in which a BlueFS contains file that is corrupted.
It can happen when BlueFS repla... - 08:12 AM Revision 80d767aa (ceph): osd/OSD: Log aggregated slow ops detail to cluster logs
- Slow requests can overwhelm a cluster log with every slow op in
detail and also fills up the monitor db. Instead, log... - 06:32 AM Revision 5a78fe17 (ceph): ceph.spec.in: disable annobin plugin if compile with gcc-toolset
- we are seeing FTBFS failures when compiling the packages with seastar
enabled, like:
Package gcc-toolset-9-annobin-9... - 05:28 AM Revision ab198278 (ceph): qa/cephfs: remove temporary files
- These temporary files don't matter for test execution with teuthology
but they do matter for execution with vstart_ru... - 03:32 AM CephFS Bug #55724 (Need More Info): cephfs RWX in k8s
- our application using an RWX cephfs volume share files between POD in different NODE(k8s enviroment), and this applic...
- 03:27 AM Revision 521a316d (ceph): crimson/os/seastore/segment_cleaner: cleanup logs
- Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
- 03:27 AM Revision d8f5acb8 (ceph): crimson/os/seastore/cache: ignore maybe unused variables
- Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
- 03:26 AM Revision 90276e9f (ceph): crimson/os/seastore/segment_cleaner: move implementations to cc
- Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
- 03:20 AM Revision 2b4b7c43 (ceph): cephadm: prometheus: The generatorURL in alerts is only using hostname
- Prometheus is currently using only the hostname in the 'generatorURL' of an alert which causes issues when clicking o...
- 03:12 AM Revision 9f566325 (ceph): cephadm: prometheus: The generatorURL in alerts is only using hostname
- Prometheus is currently using only the hostname in the 'generatorURL' of an alert which causes issues when clicking o...
- 02:16 AM Revision c6e5724e (ceph): Merge pull request #46335 from cyx1231st/wip-seastore-onode-fix-unalign...
- crimson/onode-staged-tree: fix unaligned reference to shard_pool_t::pool
Reviewed-by: Samuel Just <sjust@redhat.com> - 02:14 AM Revision b5901f9a (ceph): Merge pull request #46333 from athanatos/sjust/wip-55705
- crimson: generalize journal_seq_t to tolerate different paddr_t types
Reviewed-by: Yingxin Cheng <yingxin.cheng@inte... - 02:11 AM Revision 449a1e1d (ceph): Merge pull request #46310 from cyx1231st/wip-seastore-tune-cleaner
- crimson/os/seastore: increase journal size and decrease rewrite-dirty size
Reviewed-by: Samuel Just <sjust@redhat.co...
05/19/2022
- 11:55 PM Revision 0d45ecaf (ceph): Merge pull request #46122 from tchaikov/wip-pmem
- blk/pmem: refactor pmem_check_file_type() using std::filesystem
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com> - 11:45 PM Revision 9a2f0005 (ceph): doc: 16.2.9 Release notes
- Signed-off-by: David Galloway <dgallowa@redhat.com>
(cherry picked from commit d7c5dc0dd3a5b4df0fe080d0f1af59af84e603... - 11:29 PM Revision 40062676 (ceph): qa/suites/rados/thrash-erasure-code-big/thrashers: add `osd max backfil...
- All `rados/thrash-erasure-code-big` tests that die due to the “wait_for_recovery” timeout have one thing in common: T...
- 10:45 PM Dashboard Bug #55723 (Triaged): octopus: dashboard failures due to timed-out or failed connections
- Octopus runs in the teuthology rados suite are experiencing many consistent failures of this kind:
/a/yuriw-2022-0... - 10:25 PM Revision 6493133e (ceph): doc: add disk benchmarking and cache recommendations
- Advise operators on how to benchmark devices for BlueStore, and how to
tune the volatile write cache for optimal OSD ... - 10:15 PM Revision db9ee932 (ceph): docs/start: fix min. hardware rec. typo
- The minimum hardware recommendations said that we
recommended a minimum of "24GB+ per daemon".
I changed this to rea... - 10:14 PM Revision d4b4a97a (ceph): Merge pull request #46327 from adk3798/pacific-batch-may1
- pacific: cephadm batch backport May
Reviewed-by: Redouane Kachach <rkachach@redhat.com> - 10:13 PM Revision f13bb57a (ceph): Merge pull request #46309 from adk3798/pacific-public-network-bootstrap
- pacific: cephadm: improve network handling during bootstrap
Reviewed-by: Redouane Kachach <rkachach@redhat.com> - 10:10 PM Revision 84a709f3 (ceph): Merge pull request #44769 from guits/wip-54009-pacific
- pacific: ceph-volume: zap osds in rollback_osd()
Reviewed-by: Teoman ONAY <tonay@redhat.com> - 10:08 PM Revision b3e725ac (ceph): Merge pull request #45562 from tchaikov/wip-vstart-with-pmem
- vstart.sh: add options to enable PMEM bluestore backend
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Rados... - 10:01 PM RADOS Bug #51076 (Fix Under Review): "wait_for_recovery: failed before timeout expired" during thrashos...
- 09:43 PM Orchestrator Feature #55722 (New): Add filesystem mirroring info to telemetry collection
- Basic information about mirroring being enabled is collected for Ceph RBD. Since CephFS mirroring is a feature, it wo...
- 09:36 PM Orchestrator Feature #55721 (New): Add NFS information to telemetry collection
- With more work going into NFS support in Ceph, it would be good to collect telemetry information about NFS usage in C...
- 09:24 PM Revision 7b83c51f (ceph): mgr/cephadm: split _do_upgrade into sub functions
- This function was around 500 lines and difficult to work
with. Splitting it into sub functions should hopefully make
... - 09:24 PM Revision e6b0fe0e (ceph): mgr/cephadm: add new args and validation for staggered upgrade
- Signed-off-by: Adam King <adking@redhat.com>
- 09:24 PM Revision aeaa0b5f (ceph): mgr/cephadm: make UpgradeState from_json a bit safer
- This way, for downgrades to whatever versions
this lands in onward, having added new parameters to
UpgradeState shoul... - 09:24 PM Revision c1f3497b (ceph): mgr/cephadm: make use of new upgrade control parameters
- Fixes: https://tracker.ceph.com/issues/54135
Signed-off-by: Adam King <adking@redhat.com> - 09:24 PM Revision 62a06c46 (ceph): mgr/cephadm: autopep8 changes
- Signed-off-by: Adam King <adking@redhat.com>
- 09:24 PM Revision 791e1d20 (ceph): qa/suites/orch/cephadm: staggered upgrade test
- Signed-off-by: Adam King <adking@redhat.com>
- 09:24 PM Revision 0a46fcb4 (ceph): mgr/cephadm: unit test for staggered upgrade param validation
- Signed-off-by: Adam King <adking@redhat.com>
- 09:24 PM Revision 6a68def6 (ceph): doc/cephadm: staggered upgrade docs
- Signed-off-by: Adam King <adking@redhat.com>
- 09:20 PM rgw Backport #50802: octopus: slow radosgw-admin startup when large value of rgw_gc_max_objs configured
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45423
merged - 09:20 PM Revision ffda8f3f (ceph): Merge pull request #45423 from cfsnyder/wip-50802-octopus
- octopus: radosgw-admin: skip GC init on read-only admin ops
Reviewed-by: Casey Bodley <cbodley@redhat.com> - 09:19 PM RADOS Bug #51904: test_pool_min_size:AssertionError:wait_for_clean:failed before timeout expired due to...
- Neha Ojha wrote:
> Laura Flores wrote:
> > /a/yuriw-2022-03-25_18:42:52-rados-wip-yuri7-testing-2022-03-24-1341-pac... - 09:03 PM Revision 6aa34044 (ceph): Merge pull request #45425 from rkachach/fix_issue_54309
- mgr/cephadm: Adding prometheus service discovery endpoints
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: P... - 08:08 PM Revision 12f33984 (ceph): Merge pull request #46301 from rkachach/fix_issue_55685
- mgr/cephadm: adding support to copy ceph conf to per fsid config location
Reviewed-by: Adam King <adking@redhat.com> - 07:42 PM Revision 148edd76 (ceph): Merge pull request #46054 from rkachach/fix_issue_55466
- mgr/cephadm: fix unit.stop for ceph daemons
Reviewed-by: Adam King <adking@redhat.com> - 07:29 PM Orchestrator Bug #54071: rados/cephadm/osds: Invalid command: missing required parameter hostname(<string>)
- @Guillaume Adam King and I suspect that ubuntu_18.04 is the culprit here. After running `rados:cephadm:osds/{0-distro...
- 07:20 PM Dashboard Cleanup #55720 (Pending Backport): mgr/dashboard: improve error reporting in logs
- Dashboard reports regular (expected) errors in a very dramatic way. The following is a 404, something that should loo...
- 06:35 PM Dashboard Backport #55718 (In Progress): pacific: mgr/dashboard: customizable log-in page text/banner
- 06:15 PM Dashboard Backport #55718 (Resolved): pacific: mgr/dashboard: customizable log-in page text/banner
- https://github.com/ceph/ceph/pull/46343
- 06:34 PM Revision 562f57c4 (ceph): mgr/dashboard: customizable log-in page text/banner
- Fixes:https://tracker.ceph.com/issues/55231
Signed-off-by: Sarthak0702 <sarthak.dev.0702@gmail.com>
(cherry picked fr... - 06:34 PM CephFS Bug #55719 (Resolved): test_cephfs_shell: temporary files cause tests to fail with vstart_runner.py
- 06:31 PM Dashboard Backport #55717 (In Progress): quincy: mgr/dashboard: customizable log-in page text/banner
- 06:15 PM Dashboard Backport #55717 (Resolved): quincy: mgr/dashboard: customizable log-in page text/banner
- https://github.com/ceph/ceph/pull/46342
- 06:30 PM Revision f09ff913 (ceph): mgr/dashboard: customizable log-in page text/banner
- Fixes:https://tracker.ceph.com/issues/55231
Signed-off-by: Sarthak0702 <sarthak.dev.0702@gmail.com>
(cherry picked fr... - 06:19 PM Revision 367808b4 (ceph): Merge pull request #46129 from rkachach/fix_issue_ssh
- mgr/cephadm: Adding an early ssh connectivity check during bootsrap
Reviewed-by: Adam King <adking@redhat.com> - 06:12 PM Dashboard Feature #55231 (Pending Backport): mgr/dashboard: customizable log-in page text/banner
- 06:11 PM Revision 4edef77f (ceph): Merge pull request #45951 from rhcs-dashboard/feature-set-login-banner
- mgr/dashboard: customizable log-in page text/banner
Reviewed-by: Aashish Sharma <aasharma@redhat.com>
Reviewed-by: A... - 04:09 PM CephFS Bug #55716 (Fix Under Review): cephfs-shell: Cmd2ArgparseError is imported without version check
- 03:37 PM CephFS Bug #55716 (Resolved): cephfs-shell: Cmd2ArgparseError is imported without version check
- @cmd2.exceptions.Cmd2ArgparseError@ is imported without version check. It's available only after @1.0.0@. Developer's...
- 04:09 PM CephFS Bug #55710 (Fix Under Review): cephfs-shell: exit code unset when command has missing argument
- 12:29 PM CephFS Bug #55710 (Resolved): cephfs-shell: exit code unset when command has missing argument
- In following case the exit code should be non-zero to indicate failure -...
- 03:41 PM Revision 5714dbf2 (ceph): mgr/dashboard: extend daemon actions to host details
- The daemon actions are only available in the service details section but
not on the host details. This takes care of ... - 03:40 PM Revision 03b7280f (ceph): mgr/dashboard: Hide hostname column of daemon table in host details
- Fixes: https://tracker.ceph.com/issues/53355
Signed-off-by: Nizamudeen A <nia@redhat.com>
(cherry picked from commit ... - 03:33 PM Revision ff86ae75 (ceph): cephfs-shell: check version before importing Cmd2ArgparseError
- Cmd2ArgparseError is available only cmd2 version 1.0.1 onwards. Before
that, SystemExit(2) is raised. This commit cre... - 03:12 PM rgw Backport #52991: octopus: rgw: have "bucket check --fix" fix pool ids correctly
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45456
merged - 03:12 PM Revision 4b249a2f (ceph): Merge pull request #45456 from cfsnyder/wip-52991-octopus
- octopus: rgw: have "bucket check --fix" fix pool ids correctly
Reviewed-by: Casey Bodley <cbodley@redhat.com> - 03:08 PM rgw Bug #55619 (Need More Info): rgw: input args poolid and epoch of fun RGWRados::Bucket::UpdateInde...
- 03:08 PM rgw Bug #55618 (Fix Under Review): RGWRados::check_disk_state no checking object's storage_class
- 03:08 PM rgw Bug #55618 (Need More Info): RGWRados::check_disk_state no checking object's storage_class
- 03:06 PM cephsqlite Bug #55696: vstart hangs on when creating volume
- FWIW, I can't reproduce the issue when compiling with gcc-11. So, something changed (libstd?) that broke this regex.
- 01:59 PM cephsqlite Bug #55696: vstart hangs on when creating volume
- Ok, looks like it's a gcc12 issue. Here's a small program I've wrote:...
- 09:24 AM cephsqlite Bug #55696: vstart hangs on when creating volume
- Thanks a lot for your help.
I've added some debug code and it looks like the crash is happening in file libcephsql... - 02:44 PM CephFS Feature #55715 (Resolved): pybind/mgr/cephadm/upgrade: allow upgrades without reducing max_mds
- See mailing list post "Alternate Multi-MDS Upgrade Procedure".
cephadm should have a configurable upgrade option t... - 02:40 PM rgw Backport #55714 (Resolved): quincy: user policy API incompatibilities with aws
- https://github.com/ceph/ceph/pull/47235
- 02:40 PM rgw Backport #55713 (Rejected): octopus: user policy API incompatibilities with aws
- 02:40 PM rgw Backport #55712 (In Progress): pacific: user policy API incompatibilities with aws
- https://github.com/ceph/ceph/pull/47234
- 02:38 PM rgw Bug #55603 (Pending Backport): user policy API incompatibilities with aws
- 02:37 PM Revision a997d739 (ceph): Merge pull request #46067 from sumedhak27/fix/user-policy/response-corr...
- rgw_rest_user_policy: Fix GetUserPolicy & ListUserPolicies responses
Reviewed-by: Daniel Gryniewicz <dang@redhat.com... - 02:36 PM rgw Bug #55607 (Need More Info): tests CmpOmap.cmp_vals_u64_empty_default\CmpOmap.cmp_rm_keys_u64_emp...
- what branch is this, master? nothing has changed here, and this test is passing in the rgw suite
- 02:27 PM rgw Bug #55680 (Need More Info): RGW rest API returns responses with header 'Content-Type: applicatio...
- 02:26 PM rgw Bug #55680: RGW rest API returns responses with header 'Content-Type: application/xml' even when ...
- > I've just tried to receive responses in different formats like json using "format" query parameter and it works.
... - 02:22 PM CephFS Bug #55583: Intermittent ParsingError failure in mgr/volumes module during "clone cancel"
- This appears to be affecting ceph pacific now with the v16.2.9 release.
- 02:00 PM Revision 9b828a1d (ceph): doc/start: alphabetize hardware-recs links
- This PR alphabetizes the internal and external
references at the bottom of the Restructured
Text.
(This is really ju... - 01:56 PM Revision 505f4013 (ceph): doc/start: alphabetize hardware-recs links
- This PR alphabetizes the internal and external
references at the bottom of the Restructured
Text.
(This is really ju... - 01:55 PM RADOS Bug #55711 (Fix Under Review): mon: race condition between `mgr fail` and MgrMonitor::prepare_bea...
- 01:51 PM RADOS Bug #55711 (Pending Backport): mon: race condition between `mgr fail` and MgrMonitor::prepare_bea...
- https://gist.github.com/rzarzynski/25ac59c8422e9ad0b1710a765a77f19a#the-race-condition
- 12:37 PM Revision c7306b7d (ceph): cephfs-shell: set exit code when Cmd2ArgparseError is caught
- Not doing so, sets the exit code to zero which is not desired in case of
a command failure.
Fixes: https://tracker.c... - 11:27 AM Revision 1d4e48ba (ceph): Merge pull request #46311 from b-ranto/wip-alerts-quincy
- [quincy] mgr/alerts: Add Message-Id and Date header to sent emails
Reviewed-by: Brad Hubbard <bhubbard@redhat.com> - 10:55 AM Orchestrator Bug #51245 (Closed): octopus: cephadm/focal: E: The repository 'https://download.ceph.com/debian-...
- code on master of *cephadm/test_repos.sh* seems to be using a newer version:...
- 10:30 AM Orchestrator Bug #55638 (Resolved): alertmanager webhook urls may lead to 404
- 10:23 AM Revision aafa3d17 (ceph): Merge pull request #46008 from soumyakoduri/wip-skoduri-cloudtier-tests
- rgw/qa: enable s3-tests related to cloud-transition feature
Reviewed-by: casey Bodley <cbodley@redhat.com>
Reviewed-... - 10:17 AM bluestore Bug #55328 (Need More Info): OSD crashed due to checksum error
- 12:10 AM bluestore Bug #55328: OSD crashed due to checksum error
- Hi Igor,
>So you've already destroyed this OSD, right?
Yes. I destroyed it because the logs had been lost.
Sin... - 09:03 AM Revision 6a4f0e35 (ceph): crimson/os/seastore: increase journal size and decrease rewrite-dirty size
- Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
- 08:40 AM Revision c0cccccb (ceph): Merge pull request #46334 from athanatos/sjust/wip-55706
- crimson: clarify use of tm_make_config_t
Reviewed-by: Myoungwon Oh <myoungwon.oh@samsung.com>
Reviewed-by: Yingxin C... - 08:27 AM Revision fa86d2ea (ceph): rgw/qa: Run tests on multiple cloudtier config
- Run cloudtier tests with parameter 'retain_head_object'
set to true and false.
However having multiple cloudtier sto... - 08:19 AM Orchestrator Bug #51027: monmap drops rebooted mon if deployed via label
- Interesting that this was changed to Resolved 8 months ago - we have a test cluster installed with 16.2.7 from the st...
- 07:57 AM Orchestrator Bug #55595 (Pending Backport): cephadm: prometheus: The generatorURL in alerts is only using host...
- 07:52 AM Orchestrator Bug #55595 (Resolved): cephadm: prometheus: The generatorURL in alerts is only using hostname
- 07:51 AM Orchestrator Bug #55595 (Pending Backport): cephadm: prometheus: The generatorURL in alerts is only using host...
- 07:50 AM Orchestrator Bug #55595 (Resolved): cephadm: prometheus: The generatorURL in alerts is only using hostname
- 07:47 AM Orchestrator Bug #55595 (Pending Backport): cephadm: prometheus: The generatorURL in alerts is only using host...
- 07:31 AM Revision 282150d4 (ceph): mgr/dashboard: Creating and editing Prometheus AlertManager silences is...
- When creating a new monitoring silence the form is pre-filled with the wrong alert data. It is always used the alert ...
- 07:26 AM Revision 249bcfb9 (ceph): crimson: generalize journal_seq_t to tolerate different paddr_t types
- Introduced: bdc1c1490ff11269c7808e762893fcbdea3a0503
Fixes: https://tracker.ceph.com/issues/55706
Signed-off-by: Samu... - 07:16 AM Revision 74c85303 (ceph): crimson/onode-staged-tree: fix unaligned reference to shard_pool_t::pool
- ../src/crimson/os/seastore/onode_manager/staged-fltree/stages/key_layout.h:844:44:
runtime error: reference binding t... - 07:16 AM Bug #55684: Debian bullseye packages for pacific missing?
- With the release of 16.2.9, packages are available again in the bullseye repositories.
- 06:01 AM RADOS Bug #55708 (Fix Under Review): Reducing 2 Monitors Causes Stray Daemon
- Example of the problem:
Roles:
smithi001: mon.a
smithi002: mon.b
smithi070: mon.c
smithi100 : mon.d
smithi2... - 05:39 AM Revision a581660f (ceph): mgr/dashboard: Add daemon logs tab to Logs component
- Add Daemon logs to the logs component
Signed-off-by: Aashish Sharma <aasharma@redhat.com> - 05:29 AM Revision b19b802c (ceph): crimson: clarify use of tm_make_config_t
- Fixes: https://tracker.ceph.com/issues/55706
Introduced: 9fe59429fc2ef17e2bec329109713eb63ffc74c9
Signed-off-by: Samu... - 05:27 AM RADOS Bug #55662: EC: Clay assert fail ../src/osd/ECBackend.cc: 685: FAILED ceph_assert(pop.data.length...
- i used /qa/standalone/erasure-code/test-erasure-eio.sh, the test that failed is TEST_ec_object_attr_read_error when i...
- 05:07 AM Revision 30a2e863 (ceph): test/osd: unit-tests for the scrubber scheduler
- Adding unittest_scrub_sched, testing the way scrubs are scheduled.
Signed-off-by: Ronen Friedman <rfriedma@redhat.com> - 04:17 AM Revision 09111a69 (ceph): Merge pull request #46329 from ceph/1629
- doc: 16.2.9 Release notes
- 04:05 AM Revision eef79d39 (ceph): Merge pull request #44233 from myoungwon/wip-add-rbm-inline-outline-alloc
- seastore: add CircularBoundedJournal
Reviewed-by: Samuel Just <sjust@redhat.com> - 04:02 AM crimson Bug #55706 (New): crimson: transaction_manager tm_make_config_t needs to only pass detailed=true ...
- 03:58 AM Bug #55705 (New): seastore_type: fix journal_seq_t::cmp for different paddr_t subtypes
- 03:08 AM Revision 4fbf4c4f (ceph): qa: enlarge the tag number and test more for the snapshot
- Signed-off-by: Xiubo Li <xiubli@redhat.com>
- 01:15 AM rgw Bug #54054: dencoder: missing lots of rgw and cls_rgw types in src/tools/ceph-dencoder/rgw_types.h
- Casey Bodley wrote:
> example commit that added cls_rgw_lc_get_entry_ret in https://github.com/ceph/ceph/pull/44743/... - 12:52 AM Revision 56429b0b (ceph): seastore/cbjournal: add a log if crc is mismatched
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:52 AM Revision b8ee3353 (ceph): seastore/cbjournal: add assert(initialized), revmoving open_device_read...
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:52 AM Revision 9bf20419 (ceph): seastore/cbjournal: rename init to initialized
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:52 AM Revision 22f604a3 (ceph): seastore/cbjournal: move written_to from the header to CBJournal
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:51 AM Revision 08adf84f (ceph): seastore/cbjournal: remove header_checksum field and add calculating he...
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:51 AM Revision 80806a1b (ceph): seastore: use config value and avoid passing a hint
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:51 AM Revision e95bb11a (ceph): seastore: rename journal_type to journal_type_t
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:51 AM Revision 88411665 (ceph): test/cbjournal: do rb_device.reset() unconditionally
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:51 AM Revision 9fe59429 (ceph): test/seastore: use tm_make_config_t to get default_placement_hint
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:51 AM Revision 18322f56 (ceph): test/seastore: return journal type with less lines
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:51 AM Revision 54705add (ceph): seastore: add a log line after set_disable_trim is called
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:51 AM Revision 8260c7d8 (ceph): seastore: add the comment to explain disable_trim
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:51 AM Revision 593543d0 (ceph): seastore: add space between ) and {
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:50 AM Revision b45b03a7 (ceph): seastore: add a comment (blk_paddr_t is absolute)
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:50 AM Revision 0ff35731 (ceph): seastore: do assert if paddr type is not SEGMENT in add_relative
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:50 AM Revision ffcb5f4e (ceph): seastore: rollback a change (paddr_t -> auto)
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:49 AM Revision 1518a067 (ceph): seastore/cbjournal: fix comment to explain the condition in detail
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:49 AM Revision 954102b4 (ceph): seastore/cbjournal: make open_device_read_header not to be called if in...
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:49 AM Revision 45915962 (ceph): seastore/cbjournal: rename open_for_write to open_device_read_header
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:49 AM Revision 1804695f (ceph): seastore/cbjournal: add comment to explain initialized
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:49 AM Revision e40a1792 (ceph): seastore/cbjournal: remove unused field
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:49 AM Revision 55902916 (ceph): seastore/cbjournal: add writev to submit writes with aligned buffers
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:49 AM Revision f4b1129f (ceph): seastore/cbjournal: use journal_tail instead of applied_to to track jou...
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:49 AM Revision 3449595c (ceph): seastore/cbjournal: remove start and end fields in cbjournal header
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:49 AM Revision 0631f371 (ceph): seastore/cbjournal: remove error field
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:48 AM Revision 621b5df8 (ceph): seastore/cbjournal: change comment for block_size
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:48 AM Revision d520e5e7 (ceph): test/cbjournal: fix wrong device id
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:48 AM Revision 35de684f (ceph): seastore/cbjournal: remove used_size in header
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:48 AM Revision 8b178a07 (ceph): seastore/cbjournal: rename csum to header_checksum and remove csum_type
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:48 AM Revision 8c5ebd3a (ceph): seastore/cbjournal: use cur_segment_seq to track the sequence of writte...
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:47 AM Revision 1c7942c8 (ceph): seastore: use config_t instead of parameter in make_transaction_manager
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:35 AM Revision bdc1c149 (ceph): seastore: make journal_seq_t.cmp compatible with blk_paddr_t
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:34 AM Revision 8b255efb (ceph): seastore: add disable_trim parameter to segment_cleaner for cbjournal t...
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:33 AM Revision 8d0a6ebc (ceph): seastore: add add_record_relative to blk_paddr to handle adjust_addrs_f...
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:33 AM Revision 2b923b0c (ceph): seastore: fix maybe_relarive_to in paddr_t to handle the both addrs tra...
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:33 AM Revision eabd4868 (ceph): seastore: add maybe_relative_to in blk_paddr_t
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:32 AM Revision 0e48ccc8 (ceph): seastore: replace set_*_off with add_offset to handle transparently
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:32 AM Revision 410e29d1 (ceph): seastore: fix add_relative to work corretly in case of blk addr
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:31 AM Revision af1f1e2b (ceph): seastore/cbjournal: remove last_committed_record_base
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:31 AM Revision b8cf506f (ceph): seastore: add more explanation regarding how CBJournal works
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:31 AM Revision 316b6f38 (ceph): seastore: recover header's variable correctly without storing it
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:31 AM Revision 3fcda535 (ceph): seastore: read records until find invalid entry and recover variables
- To do not loss last_committed_record and written_to at shutdown,
this commit update the most recent value correctly d... - 12:31 AM Revision 8a8c89d9 (ceph): seastore: rename *_super to *_header and use it as helper functions
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:31 AM Revision 26f06396 (ceph): seastore: move value initialization to the default constructor
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:31 AM Revision dfbe73e1 (ceph): seastore: use const in mkfs()
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:31 AM Revision 84175d60 (ceph): seastore: enable cbjournal when running unittest_transaction_manager
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:29 AM Revision ede5d509 (ceph): test: add unit tests for CircularBoundedJournal
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
- 12:29 AM Revision 76d52a96 (ceph): seatore: add CircularBoundedJournal
- Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
05/18/2022
- 11:56 PM cephsqlite Bug #55696: vstart hangs on when creating volume
- Radek was unable to reproduce it as well https://gist.github.com/rzarzynski/c1197842aed9f0bfae63fa77bc1afd11
- 05:38 PM cephsqlite Bug #55696: vstart hangs on when creating volume
- MDS=0 MGR=1 OSD=3 MON=1 ../src/vstart.sh -n -x --without-dashboard on 8b396522d8f88c9cd58b82a0d35b943dc6744dce works ...
- 04:33 PM cephsqlite Bug #55696: vstart hangs on when creating volume
- FYI the sqlite3 version I've installed in this system is 3.38.5-1.1 (from openSUSE Tumbleweed).
- 04:28 PM cephsqlite Bug #55696: vstart hangs on when creating volume
- ...
- 04:13 PM cephsqlite Bug #55696: vstart hangs on when creating volume
- Here's the full output when adding MGR=1 to the command line.
- 03:18 PM cephsqlite Bug #55696 (Duplicate): vstart hangs on when creating volume
- As in the subject, when I create a vstart cluster it hangs with the following:...
- 11:22 PM Revision 235daf39 (ceph): Merge pull request #46328 from zdover23/wip-pr-46315-backport-to-octopus
- octopus: doc/start: s/3/three/ in intro.rst
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com> - 11:21 PM Revision 31e54a56 (ceph): Merge pull request #46325 from zdover23/wip-pr-46315-backport-to-quincy
- quincy: doc/start: s/3/three/ in intro.rst
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com> - 11:21 PM Revision 75cca95f (ceph): Merge pull request #46326 from zdover23/wip-pr-46315-backport-to-pacific
- pacific: doc/start: s/3/three/ in intro.rst
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com> - 10:06 PM Revision d5e1fdfc (ceph): build: Silence deprecation warnings from OpenSSL 3
- The OpenSSL developers suggest that anyone wishing to continue using
low-level functions may either live with the war... - 09:09 PM RADOS Bug #51076: "wait_for_recovery: failed before timeout expired" during thrashosd test with EC back...
- /a/yuriw-2022-05-13_14:13:55-rados-wip-yuri3-testing-2022-05-12-1609-octopus-distro-default-smithi/6832699
- 08:57 PM rgw Backport #55704 (Rejected): octopus: Metadata synchronization failed,"metadata is behind on 1 sha...
- 08:57 PM rgw Backport #55703 (New): quincy: Metadata synchronization failed,"metadata is behind on 1 shards" a...
- 08:57 PM rgw Backport #55702 (New): pacific: Metadata synchronization failed,"metadata is behind on 1 shards" ...
- 08:56 PM RADOS Bug #52316: qa/tasks/mon_thrash.py: _do_thrash AssertionError len(s['quorum']) == len(mons)
- /a/yuriw-2022-05-13_14:13:55-rados-wip-yuri3-testing-2022-05-12-1609-octopus-distro-default-smithi/6832711...
- 08:51 PM rgw Bug #46563 (Pending Backport): Metadata synchronization failed,"metadata is behind on 1 shards" a...
- 08:50 PM rgw Backport #55701 (New): pacific: `radosgw-admin user modify --placement-id` crashes without `--sto...
- 08:50 PM rgw Backport #55700 (New): quincy: `radosgw-admin user modify --placement-id` crashes without `--stor...
- 08:50 PM rgw Backport #55699 (Rejected): octopus: `radosgw-admin user modify --placement-id` crashes without `...
- 08:49 PM rgw Bug #55548 (Pending Backport): `radosgw-admin user modify --placement-id` crashes without `--stor...
- 08:48 PM Revision 5dabc21d (ceph): Merge pull request #46151 from cbodley/wip-rgw-derr-config-store
- rgw: remove cerr config_store from rgw_common.cc
Reviewed-by: Daniel Gryniewicz <dang@redhat.com> - 08:47 PM Revision 2656e8f0 (ceph): Merge pull request #46148 from smanjara/wip-smanjara-metadata-sync-fix
- rgw multisite: complete fix for metadata sync issue
Reviewed-by: Casey Bodley <cbodley@redhat.com> - 08:45 PM Revision c20201dd (ceph): Merge pull request #46141 from sumedhak27/rgw_rest_bucket/support_max-s...
- rgw_rest_bucket: Support max-size attr for SetBucketQuota REST API
Reviewed-by: Daniel Gryniewicz <dang@redhat.com> - 08:44 PM Revision 0b7ab95c (ceph): Merge pull request #46232 from cbodley/wip-qa-rgw-sse
- qa/rgw: use 'with-sse-s3' override for s3tests
Reviewed-by: Ali Maredia <amaredia@redhat.com> - 08:43 PM Revision 70550139 (ceph): Merge pull request #46152 from cbodley/wip-55548
- radosgw-admin: don't crash on --placement-id without --storage-class
Reviewed-by: Daniel Gryniewicz <dang@redhat.com> - 08:16 PM Revision d7c5dc0d (ceph): doc: 16.2.9 Release notes
- Signed-off-by: David Galloway <dgallowa@redhat.com>
- 08:13 PM Revision c9e216c1 (ceph): Merge pull request #46056 from ceph/wip-yuriw-release-16.2.8-master
- doc: 16.2.8 Release Notes
- 08:06 PM mgr Bug #55687 (Resolved): pacific: Regressions with holding the GIL while attempting to lock a mutex
- 07:57 PM Revision 6fe98741 (ceph): doc/start: s/3/three/ in intro.rst
- I'm changing "3" to "three" for two reasons:
1. It's correct.
2. This allows me to test backports into Octopus, Paci... - 07:56 PM Revision 88ad770d (ceph): doc/start: s/3/three/ in intro.rst
- I'm changing "3" to "three" for two reasons:
1. It's correct.
2. This allows me to test backports into Octopus, Paci... - 07:51 PM Revision 4c3647a3 (ceph): 16.2.9
- 07:51 PM Revision b451f33a (ceph): mgr/cephadm: unit test for re-adding host and receiving loopback address
- Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit abfbbd383cadfa3e2862d939444e0e9218b3cb3b) - 07:50 PM Revision bfa71049 (ceph): doc/start: s/3/three/ in intro.rst
- I'm changing "3" to "three" for two reasons:
1. It's correct.
2. This allows me to test backports into Octopus, Paci... - 07:50 PM Revision 64b4a16b (ceph): mgr/cephadm: re-use old ip when re-adding hosts if necessary
- When a host is re-added without an explicit ip we can default to the old
ip we had stored for the host rather than ei... - 07:47 PM Revision 1f9d5515 (ceph): mgr/cephadm: stripping out / from the end of the url
- Fixes: https://tracker.ceph.com/issues/55638
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
(cherry picked fr... - 07:47 PM Revision 58249988 (ceph): mgr/cephadm: force fail over when we want to remove active mgr
- Fixes: https://tracker.ceph.com/issues/55679
Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit... - 07:46 PM Revision 83c999b2 (ceph): mgr/cephadm: fixing yaml parsing during bootstrap
- Fixes: https://tracker.ceph.com/issues/55555
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
(cherry picked fr... - 07:45 PM Revision 5ed349f9 (ceph): cephadm: fix adoption of osds from custom name clusters
- Fixes: https://tracker.ceph.com/issues/55654
Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit... - 07:43 PM Revision f5a4f704 (ceph): mgr/cephadm: do not add _admin label when no-minimize-config is provided
- Fixes: https://tracker.ceph.com/issues/52727
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
(cherry picked fr... - 07:42 PM Revision 94bdc00f (ceph): cephadm: avoid crashing on expected non-zero exit
- - Avoid crashing when a call out to an external program expectedly does
not return exit status zero.
There are pro... - 07:37 PM RADOS Bug #53485 (Fix Under Review): monstore: logm entries are not garbage collected
- 01:37 PM RADOS Bug #53485: monstore: logm entries are not garbage collected
- PR https://github.com/ceph/ceph/pull/44511
- 07:32 PM Revision 0803e18b (ceph): Merge pull request #46302 from cfsnyder/wip-cfsnyder-gil-deadlock-fix-p...
- pacific: mgr/ActivePyModules.cc: fix cases where GIL is held while attempting to lock mutex
- 06:49 PM Orchestrator Bug #54360: Dead job at "Finished running handlers" in rados/cephadm/osds/.../rm-zap-wait
- Laura Flores wrote:
> /a/lflores-2022-04-22_20:48:19-rados-wip-55324-pacific-backport-distro-default-smithi/6801437
... - 06:47 PM Orchestrator Bug #54360: Dead job at "Finished running handlers" in rados/cephadm/osds/.../rm-zap-wait
- Laura Flores wrote:
> /a/lflores-2022-04-22_20:48:19-rados-wip-55324-pacific-backport-distro-default-smithi/6801437
... - 06:34 PM Revision 1d3419f5 (ceph): Merge pull request #46167 from dang/wip-dang-nosuchtagset
- RGW - Fix NoSuchTagSet error
Reviewed-by: Casey Bodley <cbodley@redhat.com> - 06:26 PM RADOS Bug #55662: EC: Clay assert fail ../src/osd/ECBackend.cc: 685: FAILED ceph_assert(pop.data.length...
- Can you please add the test that helped you discover this issue? I believe the same test was passing with other EC pl...
- 06:22 PM Revision ae2e93f5 (ceph): qa: Pull from quay.io not docker.io
- We are pushing to quay.io now due to docker.io rate limiting.
Signed-off-by: David Galloway <dgallowa@redhat.com> - 06:21 PM Dashboard Backport #55689 (In Progress): pacific: mgr/dashboard: datatable unit tests get skipped with no e...
- 06:19 PM Dashboard Backport #55688 (In Progress): quincy: mgr/dashboard: datatable unit tests get skipped with no er...
- 06:17 PM RADOS Bug #55407: quincy osd's fail to boot and crash
- This looks like something new and unrelated to other crashes in this ticket, so created a new one: https://tracker.ce...
- 06:17 PM RADOS Bug #51858: octopus: rados/test_crash.sh failure
- /a/nojha-2022-05-17_22:38:06-rados-wip-lrc-fix-pacific-distro-basic-smithi/6839177
- 06:17 PM Dashboard Backport #55691 (In Progress): quincy: mgr/dashboard: unselect when clicking outside a table
- 06:17 PM Revision 0a975ca8 (ceph): mgr/dashboard: unselect rows in datatables
- Fixes: https://tracker.ceph.com/issues/53244
Signed-off-by: Sarthak0702 <sarthak.0702@gmail.com>
(cherry picked from ... - 06:17 PM RADOS Bug #55698 (New): osd: segfault at boot up
- In the https://tracker.ceph.com/issues/55407#note-14 an OSD crash during early boot up is reported:...
- 06:14 PM Orchestrator Bug #55674 (Fix Under Review): mgr/cephadm: alertmanager generate_config also doesn't consider FQDN
- 06:14 PM Dashboard Backport #55690 (In Progress): pacific: mgr/dashboard: unselect when clicking outside a table
- 06:14 PM Revision 3bdb929b (ceph): mgr/dashboard: unselect rows in datatables
- Fixes: https://tracker.ceph.com/issues/53244
Signed-off-by: Sarthak0702 <sarthak.0702@gmail.com>
(cherry picked from ... - 06:09 PM RADOS Bug #55559: osd-backfill-stats.sh fails in TEST_backfill_ec_prim_out
- The common theme between these failures (this one and #47026) is @check()@ function of @qa/standalone/osd-backfill/os...
- 06:01 PM Revision 38ebba8e (ceph): Merge pull request #44013 from adk3798/use-old-addr
- mgr/cephadm: re-use old ip when re-adding hosts if necessary
Reviewed-by: Redouane Kachach <rkachach@redhat.com> - 05:59 PM Revision 87342078 (ceph): Merge pull request #46088 from pcuzner/cephadm_mpath_support
- cephadm: Add support for mpath devices to gather-facts
Reviewed-by: Adam King <adking@redhat.com> - 05:30 PM Revision ca02fd34 (ceph): Merge pull request #46315 from zdover23/wip-doc-2022-05-18-intro-3-to-t...
- doc/start: s/3/three/ in intro.rst
Reviewed-by: Josh Durgin <jdurgin@redhat.com> - 05:03 PM rgw Feature #55697 (New): support compressed http responses for requests with Accept-Encoding: gzip
- 04:21 PM Orchestrator Bug #55638 (Pending Backport): alertmanager webhook urls may lead to 404
- 03:52 PM Revision 99de9e02 (ceph): mgr/ActivePyModules.cc: fix cases where GIL is held while attempting to...
- The mgr process can deadlock if the GIL is held while attempting to lock a mutex.
Relevant regressions were introduce... - 03:51 PM Revision 77c135f1 (ceph): Merge pull request #46306 from rkachach/fix_issue_55638
- mgr/cephadm: stripping out / from the end of the url
Reviewed-by: Adam King <adking@redhat.com> - 03:50 PM mgr Bug #55656: mgr crash on "The path '/prometheus_receiver' was not found."
- At least for the dashboard related failure, we added https://github.com/ceph/ceph/pull/46306 to the LRC and re-enable...
- 03:32 PM rbd Bug #54448: [rbd-mirror] "failed to unlink local peer from remote image" due to EROFS error
- ...
- 03:14 PM Backport #55561: quincy: cmake: pmdk fails to compile on Centos Stream 9
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/46212
merged - 03:13 PM Revision f932191c (ceph): Merge pull request #46212 from idryomov/wip-use-system-libpmem-on-c9s-q...
- quincy: rpm: use system libpmem on Centos 9 Stream
Reviewed-by: Deepika Upadhyay <dupadhya@redhat.com> - 03:13 PM rbd Backport #55473: quincy: [pwl] endianness issue with WriteLogCacheEntry encoding
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/46094
merged - 03:13 PM Revision eb043392 (ceph): Merge pull request #46094 from idryomov/wip-55389-quincy
- quincy: librbd/cache/pwl: fix bit field endianness issue
Reviewed-by: Deepika Upadhyay <dupadhya@redhat.com> - 03:02 PM RADOS Bug #55695: Shutting down a monitor forces Paxos to restart and sometimes disregard subsequent co...
- https://docs.google.com/document/d/1ucVz54vMlm26oiqQoqJ2upUPmiROd4AmwSwbVM_s2A0/edit#
- 03:01 PM RADOS Bug #55695 (Fix Under Review): Shutting down a monitor forces Paxos to restart and sometimes disr...
- *Problem:*
mon.a
mon.b
mon.c
mon.d
mon.e
ceph -a stop mon.d
ceph mon remove d
.
.
mon.d is down... - 02:31 PM Orchestrator Bug #55605: Rook orchestrator py exception with NFS commands
- https://github.com/ceph/ceph/pull/43046
I think the above PR is what added code to the rook orch module that trigg... - 02:14 PM Revision 59273966 (ceph): qa/vstart_runner: store FSID in LocalContext instances
- 1. Method cluster() in ceph.py creates a dictionary "ctx.ceph", attaches
a namespace to ctx.ceph[cluster_name], cr... - 02:09 PM Orchestrator Bug #55641 (Pending Backport): ceph orch commands try to sudo even as root user
- 01:47 PM Orchestrator Bug #44824 (Resolved): cephadm: adding osd device is not idempotent
- This issue seems to be fixed on master upstream. Probably it was fixed by the following PR https://github.com/ceph/ce...
- 01:19 PM Revision a1e7026a (ceph): Merge pull request #46291 from adk3798/move-active-mgr
- mgr/cephadm: force fail over when we want to remove active mgr
Reviewed-by: Redouane Kachach <rkachach@redhat.com> - 01:05 PM Revision 989dc12d (ceph): Merge pull request #46303 from rkachach/fix_issue_55641
- mgr/cephadm: do not use sudo for root user
Reviewed-by: Adam King <adking@redhat.com> - 12:29 PM Orchestrator Bug #44781 (Resolved): cephadm: monitoring: root volume alert doesn't work in container
- Changed the PR to the one which was merged to master recently.
- 11:59 AM Bug #54434: hdd osd's crashing after pacific upgrade
- Hi,
we think this might be caused by https://tracker.ceph.com/issues/55324
As this should be fixed in 16.2.8 we pla... - 11:55 AM Orchestrator Bug #46204 (Resolved): cephadm upgrade test: fail if upgrade status is set to error
- 11:43 AM Orchestrator Bug #53939 (Resolved): ceph-nfs-upgrade, pacific: Upgrade Paused due to UPGRADE_REDEPLOY_DAEMON: ...
- 11:34 AM Orchestrator Bug #53169 (Resolved): octopus: AssertionError: assert osd.fullname is not None
- 11:30 AM Orchestrator Bug #53169: octopus: AssertionError: assert osd.fullname is not None
- seems to be fixed in master as well: https://github.com/ceph/ceph/commit/b5eab0ddfa0bb8ae7b1a6aec4ea2e4257a01a045 mer...
- 10:55 AM ceph-ansible Bug #53684: The ingress daemon uses "*" as frontend network even though a virtual_ip is specified...
- Voja Molani wrote:
> Then why the change to the @stats@ frontend port 1967? Now even statistics are inaccessible for... - 09:38 AM ceph-ansible Bug #53684: The ingress daemon uses "*" as frontend network even though a virtual_ip is specified...
- Voja Molani wrote:
> Then why the change to the @stats@ frontend port 1967? Now even statistics are inaccessible for... - 09:20 AM ceph-ansible Bug #53684: The ingress daemon uses "*" as frontend network even though a virtual_ip is specified...
- Then why the change to the @stats@ frontend port 1967? Now even statistics are inaccessible for all machines except 1...
- 10:36 AM Revision 28efcec2 (ceph): doc/start: s/3/three/ in intro.rst
- I'm changing "3" to "three" for two reasons:
1. It's correct.
2. This allows me to test backports into Octopus, Paci... - 09:54 AM CephFS Bug #55694 (Resolved): qa/vstart_runner: ctx has no dict "ceph"
- Running @test_readahead.TestReadahead@ using vstart_runner.py and kernel client fails. Command: @python ../qa/tasks/...
- 09:46 AM Orchestrator Bug #46782: cephadm bootstrap demands --mon-ip or --mon-addrv option even when Mon IPs are specif...
- Probably it could be addressed once https://github.com/ceph/ceph/pull/41855 is merged
- 09:44 AM Orchestrator Bug #55117 (Resolved): `cephadm unit status` prints backtrace if service is stopped
- 09:40 AM Orchestrator Bug #51806 (Need More Info): cephadm: stopped contains end up in error state
- 09:37 AM Orchestrator Bug #52906 (Pending Backport): cephadm rm-daemon is not closing any tcp ports that were opened fo...
- 09:36 AM Orchestrator Bug #55492 (Pending Backport): public_network parsing is broken on Ubuntu18.04
- 09:35 AM Orchestrator Bug #55555 (Pending Backport): cephadm: bootstrap with --skip-admin-label causes KeyError traceba...
- 09:35 AM Orchestrator Bug #55555 (Resolved): cephadm: bootstrap with --skip-admin-label causes KeyError traceback for -...
- 09:34 AM Orchestrator Bug #55556 (Pending Backport): cephadm fails to bootstrap when an ipv6 address is provided
- 09:34 AM Orchestrator Bug #52514 (Need More Info): vstart fails with --cephadm option
- 09:31 AM Orchestrator Bug #51257 (Pending Backport): mgr/cephadm: Cannot add managed (ceph apply) mon daemons on differ...
- 09:22 AM Revision 02c4b460 (ceph): mgr/stats: fetches client_metadata for multiple filesystems.
- Signed-off-by: Neeraj Pratap Singh <neesingh@redhat.com>
(cherry picked from commit 5a1c4875c1b95248c050fb1f6aff48af4... - 09:22 AM Revision eaa007df (ceph): qa: test for verification of client metrics and metadata.
- (cherry picked from commit 9855e15de2af20be49079271af23f7bfe24d56c4)
Signed-off-by: Neeraj Pratap Singh <neesingh@red... - 08:58 AM Orchestrator Bug #55265 (New): cephadm hangs forever if the mon cannot bind on the provided port (--mon-addrv)
- Change fix was reverted by the PR https://github.com/ceph/ceph/pull/46245 as it caused cephadm to hang on a dense nod...
- 08:52 AM Revision c5e4aa60 (ceph): mgr/cephadm: adding support to copy ceph conf to per fsid config location
- Fixes: https://tracker.ceph.com/issues/55685
Signed-off-by: Redouane Kachach <rkachach@redhat.com> - 08:48 AM bluestore Bug #55328: OSD crashed due to checksum error
- Shinya Hayashi wrote:
> Hi Igor,
>
> > The log under the link refers to OSD startup on Apr 09. While under the fr... - 12:01 AM bluestore Bug #55328: OSD crashed due to checksum error
- Hi Igor,
> The log under the link refers to OSD startup on Apr 09. While under the fresh one I mean the resulting ... - 08:02 AM Revision 0b7cc6bc (ceph): ceph-mixin: fix typos
- Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@cern.ch>
- 07:18 AM Revision 3ed1d76c (ceph): mds: add a perf counter to record slow replies
- Though we have MDS_HEALTH_SLOW_METADATA_IO and MDS_HEALTH_SLOW_REQUEST health alert, but those are not
precise nor ac... - 06:36 AM CephFS Feature #55463 (In Progress): cephfs-top: allow users to chose sorting order
- 06:07 AM Revision 473a586f (ceph): mgr/alerts: Add Date header to mails sent by alerts module
- Signed-off-by: Lorenz Bausch <info@lorenzbausch.de>
(cherry picked from commit 4031917739c1e17d909a3fd53fb74fd0fc8603... - 06:05 AM Revision 2861d97c (ceph): mgr/alerts: Generate Message-Id for mails sent by alerts module
- Signed-off-by: Lorenz Bausch <info@lorenzbausch.de>
(cherry picked from commit ef5975e701cfeb58f2dd8fb9f0410d08692fa7... - 05:57 AM Revision 4d17b205 (ceph): mgr/alerts: Add Date header to mails sent by alerts module
- Signed-off-by: Lorenz Bausch <info@lorenzbausch.de>
(cherry picked from commit 4031917739c1e17d909a3fd53fb74fd0fc86030a) - 05:57 AM Revision 2906d4f2 (ceph): mgr/alerts: Generate Message-Id for mails sent by alerts module
- Signed-off-by: Lorenz Bausch <info@lorenzbausch.de>
(cherry picked from commit ef5975e701cfeb58f2dd8fb9f0410d08692fa757) - 02:32 AM Revision b779d91b (ceph): osd: add activating complete low level log for pairing with start_peeri...
- PeeringState::start_peering_interval() tell us the pg peering(new interval) begin time
AllReplicasActivated : tell us... - 12:04 AM Orchestrator Bug #54132: ssh errors too verbose
- Workaround:
Set option mon_health_detail_to_clog to false.
If MONs are in quorum:
ceph config s...
05/17/2022
- 11:21 PM RADOS Feature #55693 (Fix Under Review): Limit the Health Detail MSG log size in cluster logs
- RHBZ# https://bugzilla.redhat.com/show_bug.cgi?id=2087527
Version-Release number of selected component (if applica... - 10:58 PM RADOS Backport #55513: quincy: mount.ceph fails to understand AAAA records from SRV record
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/46113
merged - 10:58 PM Revision 702768c9 (ceph): Merge pull request #46113 from Matan-B/wip-55513-quincy
- quincy: mount/conf: Fix IPv6 parsing
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Radoslaw Zarzynski <rzar... - 10:56 PM RADOS Backport #55280: quincy: mon/OSDMonitor: properly set last_force_op_resend in stretch mode
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45871
merged - 10:56 PM Revision 123464d3 (ceph): Merge pull request #45871 from idryomov/wip-stretch-last-force-resend-q...
- quincy: mon/OSDMonitor: properly set last_force_op_resend in stretch mode
Reviewed-by: Greg Farnum <gfarnum@redhat.com> - 10:25 PM Revision bcb0d514 (ceph): mgr/cephadm: fixing ipv6/128 and ipv4/32 subnets handling
- Fixes: https://tracker.ceph.com/issues/51257
Fixes: https://tracker.ceph.com/issues/53496
Signed-off-by: Redouane Ka... - 10:25 PM Revision f6dc000b (ceph): mgr/cephadm: fixing ipv6 handling during bootstrap
- Fixes: https://tracker.ceph.com/issues/55556
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
(cherry picked fr... - 10:24 PM Revision 44f9f2d8 (ceph): mgr/cephadm: Adding cephadm networking configuration checks+refactoring
- Fixes: https://tracker.ceph.com/issues/55174
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
(cherry picked fr... - 10:20 PM Revision 2faac84f (ceph): mgr/cephadm: fixing public network conf parsing
- Fixes: https://tracker.ceph.com/issues/55132
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
(cherry picked fr... - 09:47 PM Revision 948dd1bb (ceph): Merge pull request #46163 from rkachach/fix_issue_55556
- mgr/cephadm: fixing ipv6 handling during bootstrap
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: John Mull... - 09:45 PM Revision 3daac6f5 (ceph): Merge pull request #46202 from rkachach/fix_issue_51257
- mgr/cephadm: fixing ipv6/128 and ipv4/32 subnets handling
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: Jo... - 09:44 PM Revision e01758e7 (ceph): Merge pull request #46207 from rkachach/fix_issue_55555
- mgr/cephadm: fixing yaml parsing during bootstrap
Reviewed-by: Adam King <adking@redhat.com> - 09:17 PM RADOS Bug #53485: monstore: logm entries are not garbage collected
- Sorry, forgot to add - we faced this issue on v15.2.13 and on v14.2.22 as well.
- 09:17 PM RADOS Bug #53485: monstore: logm entries are not garbage collected
- We observed this several times on a customer side. each out of 3 mon store.db rapidly growing, had tons of logm keys ...
- 09:15 PM Revision 15648422 (ceph): Merge pull request #46218 from votdev/issue_55595_prometheus_external_url
- cephadm: prometheus: The generatorURL in alerts is only using hostname
Reviewed-by: Adam King <adking@redhat.com>
Re... - 09:13 PM Revision 63aab1c2 (ceph): Merge pull request #46222 from adk3798/dont-use-non-cluster-cached-conns
- mgr/cephadm: don't use cached conns for hosts not in cluster
Reviewed-by: Michael Fritch <mfritch@suse.com>
Reviewed... - 09:13 PM Revision 028aa5c5 (ceph): Merge pull request #46245 from adk3798/revert-call-changes
- cephadm: Revert "mgr/cephadm: fixing call method timeout handling"
Reviewed-by: Michael Fritch <mfritch@suse.com>
Re... - 09:11 PM Revision 6c02f6a0 (ceph): Merge pull request #46264 from adk3798/adopt-custom-name-osd
- cephadm: fix adoption of osds from custom name clusters
Reviewed-by: Redouane Kachach <rkachach@redhat.com> - 07:35 PM Revision 53cd8543 (ceph): Merge pull request #45878 from dparmar18/backport_mdsdoc_pacific
- pacific: doc/cephfs/add-remove-mds: added cephadm note, refined "Adding an MDS"
- 07:04 PM Revision e055fa53 (ceph): Merge pull request #46305 from zdover23/wip-doc-2022-05-17-basic-workfl...
- doc/dev: refine basic-workflow.rst integ. test
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com> - 06:08 PM Revision 63c60410 (ceph): doc/dev: refine basic-workflow.rst integ. test
- This is one in a set of PRs meant to keep the Basic
Workflow in the Developer guide current. It refines
the English i... - 06:05 PM RADOS Backport #52077 (Resolved): octopus: api_tier_pp: [ FAILED ] LibRadosTwoPoolsPP.HitSetWrite
- 04:24 PM Linux kernel client Bug #55090: mounting subvolume shows size/used bytes for entire fs, not subvolume
- I've done a quick grep in the kernel code and, apparently, the following security modules will initialize the inode->...
- 03:35 PM Orchestrator Bug #55638 (Fix Under Review): alertmanager webhook urls may lead to 404
- 03:27 PM Revision 17032f6b (ceph): mgr/cephadm: stripping out / from the end of the url
- Fixes: https://tracker.ceph.com/issues/55638
Signed-off-by: Redouane Kachach <rkachach@redhat.com> - 03:24 PM Revision d0ac12dc (ceph): rgw/qa: enable s3-tests related to cloud-transition feature
- Added a new test-suite to configure cloudtier storage class and run related s3-tests.
Signed-off-by: Soumya Koduri <... - 03:24 PM Revision f846f6ff (ceph): rgw/qa: Add separate task for cloudtier tests
- Signed-off-by: Soumya Koduri <skoduri@redhat.com>
- 03:08 PM Revision 7cf3f64f (ceph): Merge pull request #46288 from zdover23/wip-doc-tracker-55676-backport-...
- pacific: doc/dev: update basic-workflow.rst
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com> - 03:07 PM Revision 6eaa7adb (ceph): Merge pull request #46287 from zdover23/wip-doc-tracker-55676-backport-...
- quincy: doc/dev: update basic-workflow.rst
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com> - 02:55 PM Revision a8bcb710 (ceph): Merge pull request #46298 from cyx1231st/wip-seastore-add-metrics
- crimson/os/seastore: add and fix metrics to reveal internal activities
Reviewed-by: Xuehan Xu <xxhdx1985126@gmail.com> - 02:54 PM Bug #55563 (Resolved): vstart: defaulting ASOK_DIR to out/ causes stop.sh to delete logs
- 02:53 PM Revision 3cc7b3b7 (ceph): Merge pull request #46176 from athanatos/sjust/wip-55563
- vstart: default CEPH_ASOK_DIR to asok/
Reviewed-by: Milind Changire <mchangir@redhat.com> - 02:25 PM Revision 227d52e2 (ceph): ceph-volume: lvm activate: add --no-tmpfs
- This isn't necessary for cephadm, but having this arg match raw activate
makes the interface more consistent.
Signed... - 02:25 PM Revision ec946328 (ceph): ceph-volume: top-level 'activate' command
- First try raw, then lvm.
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 3d7ceec684b0ac5b83f... - 02:25 PM Revision d439bcf2 (ceph): python-common: drivegroup: add 'method' property
- The DriveGroup method can be none, 'raw', or 'lvm'.
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from... - 02:25 PM Revision 6b2d817e (ceph): mgr/orchestrator: accept --method arg to 'orch daemon add osd'
- Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit cef129d90abd73536a141fb375ce35cc7e5081a4)
Co... - 02:25 PM Revision 15265b74 (ceph): mgr/cephadm: identify and instantiate raw osds post-create
- Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 11d366d4410938c8588b0d212d05b5ebe23efe4d)
Co... - 02:25 PM Revision afc1db28 (ceph): ceph-volume: activate: try simple mode too
- This is of dubious value to cephadm since /etc/ceph/osd/* won't be
populated inside of a conatiner. However, it make... - 02:25 PM Revision f32effcb (ceph): mgr/orchestrator: improve usage string for 'orch daemon add osd'
- Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 816bacba35c9861eedbb49d35dc70c7cbe8a5e8e) - 02:25 PM Revision 67b098d7 (ceph): mgr/cephadm: generate one c-v raw prepare cmd per data device in raw mode
- Fixes: https://tracker.ceph.com/issues/54522
Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit... - 02:25 PM Revision 9a20700e (ceph): ceph-volume/tests: speed up tox tests
- Let's use `--numprocesses=auto` in order to speed up the unit tests execution.
See the difference, without `--numpro... - 02:25 PM Revision a6fac0f6 (ceph): doc/cephadm: fix a typo
- s/osd_crush_choose_leaf_type/osd_crush_chooseleaf_type
```
[ceph: root@adm-1 /]# ceph config set global osd_crush_ch... - 02:25 PM Revision cda090c5 (ceph): ceph-volume: various fixes in arg_validators
- if a device with an FS is passed, ceph-volume should abort
the OSD creation.
Fixes: https://tracker.ceph.com/issues/... - 02:25 PM Revision f0aca9cd (ceph): DriveSelection: skip unavailable devices
- Cephadm shouldn't try to deploy a disk reported as unavailable by ceph-volume.
The idea here is to check the rejectio... - 02:25 PM Revision b4aa61c3 (ceph): orchestrator: support complex osd creation
- This adds the support of complex OSD creation with command
`orch daemon add osd`.
Any argument supported by `DriveGro... - 02:25 PM Revision b35b0d6c (ceph): ceph-volume: do not leave pv when zapping osds
- when zapping a device and no vg/lv are left, the pv should be
removed too.
Signed-off-by: Guillaume Abrioux <gabriou... - 02:25 PM Revision 5875aad6 (ceph): ceph-volume/tests: reject loop devices in lvm.conf
- The current task doesn't works (typo?).
Otherwise api/lvm.py can't work properly, functions such as
`get_single_lv()`... - 02:25 PM Revision d4dfb370 (ceph): ceph-volume: raw activate: accept --osd-id and/or --osd-uuid instead of...
- This makes it possible to start raw osds based on their uuid/id instead of
device name (which may not be stable).
Si... - 02:25 PM Revision 236e5a7a (ceph): ceph-volume: lvm activate: infer bluestore or filestore
- No need to require --filestore and/or --bluestore args since we can tell
from the LV tags which one it is.
We can't ... - 02:15 PM Revision dca48440 (ceph): doc: updated release date
- Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
- 02:02 PM rgw Bug #53810 (Fix Under Review): memory usage ceiling increased following lua scripts (PR 35477)
- 01:51 PM Linux kernel client Bug #53710 (Resolved): ceph_direct_read_write handle NULL pointer dereference
- This was fixed in mainline with this commit:...
- 01:45 PM crimson Bug #55692: Crimson: unexpected ceph_abort() in segment_cleaner
- I encoutered this issue, too. It should be due to trim_backref transactions conflicting others on ROOT extent.
- 12:16 PM crimson Bug #55692 (Resolved): Crimson: unexpected ceph_abort() in segment_cleaner
- ...
- 01:22 PM Linux kernel client Bug #43290: unrecoverable OOM during rbd_concurrent.sh
- https://pulpito.ceph.com/dis-2022-05-16_20:25:23-krbd-quincy-wip-fix-linger-resend-default-smithi/6836383
- 01:21 PM Linux kernel client Bug #55510 (In Progress): Cannot seek to offset "0xfffffff0000 - 1" within file
- 01:13 PM Linux kernel client Bug #55510: Cannot seek to offset "0xfffffff0000 - 1" within file
- I think this is a limitation imposed by the ceph MDS. Sachin, can you try setting this on your test setup and see if ...
- 12:02 PM Orchestrator Bug #52717 (Resolved): cephadm fails to probe devices on osd nodes
- 11:57 AM Orchestrator Bug #55279 (Resolved): cephadm: Upgrade fails with "Need standby mgr daemon" with multiple mgr da...
- merged and backported into pacific and quincy.
- 10:38 AM Orchestrator Bug #55641 (Fix Under Review): ceph orch commands try to sudo even as root user
- 10:32 AM Revision 7cfcc7ef (ceph): mgr/cephadm: do not use sudo for root user
- Fixes: https://tracker.ceph.com/issues/55641
Signed-off-by: Redouane Kachach <rkachach@redhat.com> - 10:22 AM bluestore Bug #55328: OSD crashed due to checksum error
- Hey Shinya,
>Sorry for the lack of my explanation. The log shared on this issue is collected with the following lo... - 01:27 AM bluestore Bug #55328: OSD crashed due to checksum error
- > I read the more disk blocks following the broken offset.
Sorry, I forgot to attach the collected data. - 01:23 AM bluestore Bug #55328: OSD crashed due to checksum error
- Hi Igor,
Thank you for your kind suggestions.
> 1) Grep node's (and apparently all available OSD containers) fi... - 10:06 AM Dashboard Backport #55691 (Resolved): quincy: mgr/dashboard: unselect when clicking outside a table
- https://github.com/ceph/ceph/pull/46323
- 10:06 AM Dashboard Backport #55690 (Resolved): pacific: mgr/dashboard: unselect when clicking outside a table
- https://github.com/ceph/ceph/pull/46322
- 10:04 AM Revision 940b2105 (ceph): doc/cephfs/add-remove-mds: added cephadm note, refined "Adding an MDS"
- Description: 1) Add a note about using cephadm for setting up the
cluster and mds(s), also mention th... - 10:02 AM Dashboard Bug #53244 (Pending Backport): mgr/dashboard: unselect when clicking outside a table
- 09:50 AM Dashboard Bug #53244 (Fix Under Review): mgr/dashboard: unselect when clicking outside a table
- 10:00 AM Revision 46a7c1c6 (ceph): mgr/ActivePyModules.cc: fix cases where GIL is held while attempting to...
- The mgr process can deadlock if the GIL is held while attempting to lock a mutex.
Relevant regressions were introduce... - 09:59 AM Orchestrator Feature #55685 (Fix Under Review): copy ceph conf and admin key to the new location /var/lib/ceph...
- 09:28 AM Orchestrator Feature #55685 (Resolved): copy ceph conf and admin key to the new location /var/lib/ceph/<fsid>/...
- As part of the PR: https://github.com/ceph/ceph/pull/45877 now we store ceph conf on /var/lib/ceph/<fsid>/config/ (in...
- 09:57 AM mgr Bug #55687: pacific: Regressions with holding the GIL while attempting to lock a mutex
- These regressions appear to have been introduced here: https://github.com/ceph/ceph/pull/44750
Note that the issue... - 09:48 AM mgr Bug #55687 (Resolved): pacific: Regressions with holding the GIL while attempting to lock a mutex
- The mgr process can deadlock if the GIL is held while attempting to lock a mutex. There have been some recent regress...
- 09:55 AM Dashboard Backport #55689 (Resolved): pacific: mgr/dashboard: datatable unit tests get skipped with no erro...
- https://github.com/ceph/ceph/pull/46322
- 09:55 AM Dashboard Backport #55688 (Resolved): quincy: mgr/dashboard: datatable unit tests get skipped with no error...
- https://github.com/ceph/ceph/pull/46323
- 09:50 AM Dashboard Bug #54575 (Pending Backport): mgr/dashboard: datatable unit tests get skipped with no error message
- 09:48 AM Revision 5b9dcf3a (ceph): Merge pull request #45313 from rhcs-dashboard/unselect-datatable-row
- mgr/dashboard: unselect rows in datatables
Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Reviewed-by: Ernesto Puer... - 09:46 AM Orchestrator Bug #55679 (Fix Under Review): cephadm: applying service spec that should move active mgr leaves ...
- 12:43 AM Orchestrator Bug #55679 (Resolved): cephadm: applying service spec that should move active mgr leaves extra mg...
- If you have a setup of host A, B, C with mgr on A and B where the one on A is active and you then apply a mgr spec th...
- 09:40 AM Dashboard Bug #55686 (Resolved): mgr/dashboard/iscsi: RuntimeError: dictionary changed size during iteration
- h3. Description of problem
While upgrading from 16.2.7 to 16.2.8 (but likely unrelated to this new release, since ... - 09:35 AM CephFS Backport #55626 (In Progress): quincy: cephfs-shell: put command should accept both path mandator...
- https://github.com/ceph/ceph/pull/46300
- 09:34 AM CephFS Backport #55630 (In Progress): quincy: cephfs-shell: saving files doesn't work as expected
- 09:34 AM CephFS Backport #55630: quincy: cephfs-shell: saving files doesn't work as expected
- https://github.com/ceph/ceph/pull/46300
- 09:34 AM CephFS Backport #55628 (In Progress): quincy: cephfs-shell: creates directories in local file system eve...
- https://github.com/ceph/ceph/pull/46300
- 09:30 AM Revision c84c551f (ceph): qa: testcase test_get_without_target_name fixed
- Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
(cherry picked from commit 1e3fb3c8741d90de3dc8a7a6748f1136ad0afdc1) - 09:29 AM Revision d6c2f57c (ceph): doc/man/cephfs-shell.rst: get cmd must accept both path mandatorily
- Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
(cherry picked from commit db8ff8b809f33d1a410aefc3bace4a1b8a824cce) - 09:29 AM Revision 35412de8 (ceph): cephfs-shell: get cmd must get both path and should validate them
- Description:
- While using `get` command, `local_path` parameter is optional. Changing it
to mandatory.
- Rationa... - 09:29 AM Revision 76f92eb3 (ceph): qa: added testcase to check get cmd doesn't create subdirs on its own
- Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
(cherry picked from commit aa9938aacb02ab010754241d468d34702be9e473) - 09:29 AM Revision 49f05fd5 (ceph): qa: path in test_get_with_target_name() fixed
- Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
(cherry picked from commit 4da419ed2470dd8001eb9a8b276d176437c1301a) - 09:29 AM Revision c66ef017 (ceph): cephfs-shell: get command should never create a directory on its own
- Descrption: When using the get command on a single file, it would append the remote path to
source path a... - 09:28 AM Revision bac0f507 (ceph): qa: removed test_without_target_dir
- Rationale: get and put now demand both the paths mandatorily.
Also testing of get and put without target p... - 09:28 AM Revision 74bbac2b (ceph): doc/man/cephfs-shell.rst: put cmd must accept both path mandatorily
- Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
(cherry picked from commit 70e21a92dfd30d0569446bd11ebd76d0ebd1a855) - 09:28 AM Revision 6f774c5d (ceph): qa: added tests to make sure put accepts both paths and validate local ...
- Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
(cherry picked from commit e52fb12c393944f1f1c1c4819a9d4a7912f3a4c1) - 09:28 AM Revision 30259c66 (ceph): cephfs-shell: put cmd must accept both paths and validate local_path
- Description:
- `put` command didn't display any error when file at local_path was not
found. This PR intends to a... - 09:15 AM RADOS Bug #55665: osd: osd_fast_fail_on_connection_refused will cause the mon to continuously elect
- ...
- 08:42 AM Revision d044c9cc (ceph): rgw,osd: convert tracer to be a global var
- since we are using batch span processor, the tracer does not send the
spans by himself. so a single tracer is good en... - 08:42 AM Revision f956b79a (ceph): cmake: change build type of opentelemtry to Release
- Signed-off-by: Omri Zeneva <ozeneva@redhat.com>
- 08:42 AM Revision dd57ad6c (ceph): do_freebsd.sh: set WITH_JAEGER=OFF
- Signed-off-by: Omri Zeneva <ozeneva@redhat.com>
- 08:41 AM Revision 41606cd0 (ceph): common/tracer: use batch_span_processor over simple processor
- the batch span processor holds batch of spans until timeout reached or
it fills up, instead of sending each span alon... - 08:38 AM Revision bee4d993 (ceph): debian: make jaeger package installation as default
- jaeger opentelemetry deps that will be installed by default now:
libyaml-dev > 0.6
libthrift-dev (thift deps: libeve... - 08:38 AM Revision 028751bc (ceph): install-deps: make jaeger package install default, removes with_jaeger
- flag
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com> - 08:38 AM Revision e63f1ba0 (ceph): cmake: include opentelemetry include directories
- Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
- 08:38 AM Revision bbaafcd3 (ceph): cmake: create jaeger_base target for consuming tracing libraries
- Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
- 08:38 AM Revision 19eff9a0 (ceph): cmake: use BOOST_ROOT if building with system boost
- Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
- 08:38 AM Revision 29ddad92 (ceph): win32_build: do not build jaeger for windows, disable cmake option
- Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
- 08:38 AM Revision 644c9982 (ceph): cmake: set WITH_JAEGER=ON by default
- Signed-off-by: Omri Zeneva <ozeneva@redhat.com>
- 08:38 AM Revision 2fecc2c1 (ceph): common/tracer: return static noop span, instead of calling StartSpan(..)
- Signed-off-by: Omri Zeneva <ozeneva@redhat.com>
- 08:38 AM Revision 24ba2e18 (ceph): osd: remove unused tracing spans
- Signed-off-by: Omri Zeneva <ozeneva@redhat.com>
- 08:38 AM Revision 7be8be63 (ceph): ceph.spec.in: make jaeger packages installation default true.
- specify --without-jaeger during rpm build process if jaeger package
install is not desired.
Signed-off-by: Deepika U... - 08:37 AM Revision a12808e4 (ceph): crimson/os/seastore: improve and fix tree metrics
- Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
- 08:37 AM Revision bbe7a1be (ceph): crimson/os/seastore: add metrics for extent rewrite version
- Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
- 08:37 AM Revision 935cc3f9 (ceph): crimson/os/seastore: adjust logs to FixedKVBtree
- * Fix the subsys name.
* Change FixedKVBtree logs to trace level -- seems too verbose when the
global level is debu... - 08:37 AM Revision dc400ca9 (ceph): crimson/os/seastore/segment_cleaner: add metrics about why IO is blocking
- Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
- 08:37 AM Revision 29558b3d (ceph): crimson/os/seastore/segment_cleaner: add metrics about journal sizes
- Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
- 08:31 AM CephFS Backport #55625 (In Progress): pacific: cephfs-shell: put command should accept both path mandato...
- 08:27 AM CephFS Backport #55625: pacific: cephfs-shell: put command should accept both path mandatorily and valid...
- https://github.com/ceph/ceph/pull/46297
- 08:31 AM CephFS Backport #55627 (In Progress): pacific: cephfs-shell: creates directories in local file system ev...
- 08:27 AM CephFS Backport #55627: pacific: cephfs-shell: creates directories in local file system even if file not...
- https://github.com/ceph/ceph/pull/46297
- 08:31 AM CephFS Backport #55629 (In Progress): pacific: cephfs-shell: saving files doesn't work as expected
- 08:26 AM CephFS Backport #55629: pacific: cephfs-shell: saving files doesn't work as expected
- https://github.com/ceph/ceph/pull/46297
- 08:21 AM Revision 7bbdb62e (ceph): qa: testcase test_get_without_target_name fixed
- Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
(cherry picked from commit 1e3fb3c8741d90de3dc8a7a6748f1136ad0afdc1) - 08:19 AM Revision ab86bcb0 (ceph): doc/man/cephfs-shell.rst: get cmd must accept both path mandatorily
- Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
(cherry picked from commit db8ff8b809f33d1a410aefc3bace4a1b8a824cce) - 08:19 AM Revision 85ba56f3 (ceph): cephfs-shell: get cmd must get both path and should validate them
- Description:
- While using `get` command, `local_path` parameter is optional. Changing it
to mandatory.
- Rationa... - 08:19 AM Revision 75f4e4d7 (ceph): qa: added testcase to check get cmd doesn't create subdirs on its own
- Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
(cherry picked from commit aa9938aacb02ab010754241d468d34702be9e473) - 08:19 AM Revision 97694fc4 (ceph): qa: path in test_get_with_target_name() fixed
- Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
(cherry picked from commit 4da419ed2470dd8001eb9a8b276d176437c1301a) - 08:19 AM Revision 22a0af91 (ceph): cephfs-shell: get command should never create a directory on its own
- Descrption: When using the get command on a single file, it would append the remote path to
source path a... - 08:18 AM Revision 6a9c4bbd (ceph): qa: removed test_without_target_dir
- Rationale: get and put now demand both the paths mandatorily.
Also testing of get and put without target p... - 08:16 AM Revision bb1c3b38 (ceph): doc/man/cephfs-shell.rst: put cmd must accept both path mandatorily
- Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
(cherry picked from commit 70e21a92dfd30d0569446bd11ebd76d0ebd1a855) - 08:16 AM Revision 9fd9db7c (ceph): qa: added tests to make sure put accepts both paths and validate local ...
- Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
(cherry picked from commit e52fb12c393944f1f1c1c4819a9d4a7912f3a4c1) - 08:15 AM Revision 3d9fb7e7 (ceph): cephfs-shell: put cmd must accept both paths and validate local_path
- Description:
- `put` command didn't display any error when file at local_path was not
found. This PR intends to a... - 07:58 AM Revision 4a7401b1 (ceph): Merge pull request #46292 from anthonyeleven/anthonyeleven/clarify-min-...
- doc/rados/configuration: clarify VMware note in bluestore-config-ref.rst
Reviewed-by: Zac Dover <zac.dover@gmail.com> - 07:42 AM Revision c8f086c1 (ceph): ceph-mixin: fix test with rate and label changes
- Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@cern.ch>
- 07:41 AM Revision 3b6356c8 (ceph): ceph-mixin: don't add cluster matcher if showcluster is disabled
- Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@cern.ch>
- 07:01 AM Bug #55684: Debian bullseye packages for pacific missing?
- Copy'n'Paste error - that was for buster ...
- 07:00 AM Bug #55684: Debian bullseye packages for pacific missing?
- The packages file for the specific release https://download.ceph.com/debian-16.2.8/dists/buster/main/binary-amd64/Pac...
- 06:27 AM Bug #55684 (New): Debian bullseye packages for pacific missing?
- Hi there,
we deployed a ceph cluster (16.2.7) on debian bullseye a while ago, using packages from https://download... - 06:45 AM Revision 2e1f43c9 (ceph): client/fuse: Fix directory DACs overriding for root
- DACs are overridable for directories. For files,
Read/write DACs are always overridable but executable
DACs are overr... - 06:28 AM CephFS Cleanup #3998 (Fix Under Review): mds: split up mdstypes
- 04:59 AM Support #55683 (New): Rados Ip change
- Hi all I have ceph cluster in degraded mode due to issue with rados Ip
We found rados was configure in wrong networ... - 04:11 AM bluestore Bug #55682 (Triaged): OSD boot takes more than half an hour
- Delete all pools (containing 40 million of objects in total) and wait for the recycling of used space to complete. Ea...
- 03:29 AM Cleanup #55681 (New): docs/disable double dashes "--" smartquotes convertion to en-dashs "–"
- Double dashes ("--") are converted to [en]dash ("–") which is looks like a single dash.
It's because of docutils sma... - 03:23 AM rgw Bug #55680 (Pending Backport): RGW rest API returns responses with header 'Content-Type: applicat...
- Hi,
I've just tried to receive responses in different formats like json using "format" query parameter and it works.... - 01:46 AM Revision 1a0e0cd4 (ceph): doc/rados/configuration: clarify VMware note in bluestore-config-ref.rst
- Signed-off-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
- 01:38 AM RADOS Bug #52884: osd: optimize pg peering latency when add new osd that need backfill
- ...
- 12:48 AM Revision 63d13df4 (ceph): mgr/cephadm: force fail over when we want to remove active mgr
- Fixes: https://tracker.ceph.com/issues/55679
Signed-off-by: Adam King <adking@redhat.com>
05/16/2022
- 10:40 PM rgw Backport #55678 (New): quincy: rgw: remove potentially conficting definition of dout_subsys
- 10:40 PM rgw Backport #55677 (New): pacific: rgw: remove potentially conficting definition of dout_subsys
- 10:37 PM rgw Cleanup #55657 (Pending Backport): rgw: remove potentially conficting definition of dout_subsys
- 10:36 PM Revision 9c1916f6 (ceph): Merge pull request #46265 from ivancich/wip-misplaced-dout_subsys-def
- rgw: remove potentially conficting definition of dout_subsys
Reviewed-by: Adam C. Emerson <aemerson@redhat.com> - 10:20 PM Revision 3b216b6e (ceph): ceph-volume: zap osds in rollback_osd()
- rollback_osd() should zap and wipe the device for the corresponding osd
that was being prepared after a failure happe... - 10:07 PM rbd Bug #55094 (Duplicate): quincy: ceph rbd mirror snapshot schedule status fails to match level spec
- 10:04 PM rbd Bug #54970 (Duplicate): rbd diff of a clone misses blocks used by the image, referenced to the pa...
- Hi David,
16.2.8 was released earlier today, please give it a try and reopen if the issue persists. - 09:58 PM CephFS Backport #53715: octopus: mds: fails to reintegrate strays if destdn's directory is full (ENOSPC)
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/44668
merged - 09:58 PM Revision 20a9f97d (ceph): Merge pull request #44668 from Vicente-Cheng/wip-53715-octopus
- octopus: mds: skip directory size checks for reintegration
Reviewed-by: Ramana Raja <rraja@redhat.com> - 09:35 PM Orchestrator Bug #52321 (Pending Backport): qa/tasks/rook times out: 'check osd count' reached maximum tries (...
- From Joseph S. in #52420, which was a duplicate:
> Resolved, I don't remember exactly what the issue was so I can'... - 09:33 PM Orchestrator Bug #52420 (Duplicate): rados/rook: 'wait for operator' reached maximum tries (90) after waiting ...
- 09:32 PM Revision 276360a9 (ceph): docs: updated Change Log PRs
- Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
- 09:06 PM Revision 86aacf11 (ceph): Merge pull request #46158 from cyx1231st/wip-seastore-cleaner
- crimson/os/seastore/segment_cleaner: misc cleanups and improvements
Reviewed-by: Samuel Just <sjust@redhat.com> - 08:37 PM Revision b79e2a6c (ceph): mgr/dashboard: unselect rows in datatables
- Fixes: https://tracker.ceph.com/issues/53244
Signed-off-by: Sarthak0702 <sarthak.0702@gmail.com> - 08:30 PM Documentation #55676: Backport 1st part of dev guide reorg to Q, P, and O.
- https://github.com/ceph/ceph/pull/46289 - Octopus backport
- 08:13 PM Documentation #55676: Backport 1st part of dev guide reorg to Q, P, and O.
- https://github.com/ceph/ceph/pull/46288 - Pacific Backport
- 08:03 PM Documentation #55676: Backport 1st part of dev guide reorg to Q, P, and O.
- https://github.com/ceph/ceph/pull/46287 - Quincy backport
- 07:56 PM Documentation #55676 (Resolved): Backport 1st part of dev guide reorg to Q, P, and O.
- https://github.com/ceph/ceph/pull/46154 must be backported to Quincy, Pacific, and Octopus.
The commit that will b... - 08:14 PM Linux kernel client Bug #55090: mounting subvolume shows size/used bytes for entire fs, not subvolume
- I checked with our ceph admin and looked up the details of the key I am using with 'ceph auth ls':...
- 07:50 PM Linux kernel client Bug #55090: mounting subvolume shows size/used bytes for entire fs, not subvolume
- Hi Luís,
With the cephfs filesystem where I reproduced this, I have read/write access to everything in /volumes/_n... - 08:11 PM Revision 17e54abd (ceph): doc/dev: update basic-workflow.rst
- This PR updates the basic-workflow.rst file
to serve the needs of people in 2022 who were not
present at jump street.... - 07:58 PM Revision 818fa442 (ceph): doc/dev: update basic-workflow.rst
- This PR updates the basic-workflow.rst file
to serve the needs of people in 2022 who were not
present at jump street.... - 06:53 PM bluestore Bug #55324: rocksdb omap iterators become extremely slow in the presence of large delete range to...
- Would this be applicable to CephFS as well? We are seeing significant impact (osd slow ops) after deletes on a 16.2.7...
- 06:36 PM Revision ccc27304 (ceph): Merge remote-tracking branch 'gh/pacific' into pacific-release
- 06:04 PM mgr Bug #55656: mgr crash on "The path '/prometheus_receiver' was not found."
- Got it, thanks David.
- 05:57 PM mgr Bug #55656: mgr crash on "The path '/prometheus_receiver' was not found."
- Pretty sure it was reesi004. But because the reesi root drives are so small and we have the debug level set so high,...
- 05:01 PM mgr Bug #55656: mgr crash on "The path '/prometheus_receiver' was not found."
- David Galloway wrote:
> Crashed with the dashboard module enabled but it managed to bring itself back up this time.
... - 05:35 PM rgw Bug #55675: [rgw-ms][dbr]:50K object did not sync to the secondary after doing a 20M workload on ...
- Via sync error list , we observe errors like :
- "message": "failed to sync bucket instance: (125) Operation canc... - 05:33 PM rgw Bug #55675 (Can't reproduce): [rgw-ms][dbr]:50K object did not sync to the secondary after doing ...
- 1. Description:
When performing a 20M object workload on a versioned bucket, we observed that 50K objects did not ... - 05:16 PM Revision 43087f50 (ceph): Merge pull request #45560 from idryomov/wip-readv-writev-overflow-octopus
- octopus: librbd: readv/writev fix iovecs length computation overflow
Reviewed-by: Christopher Hoffman <choffman@redh... - 05:15 PM rbd Backport #54988: octopus: Create test case to verify values of snaps in rbd du
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45554
merged - 05:15 PM Revision 2507460a (ceph): Merge pull request #45554 from idryomov/wip-rbd-du-validate-octopus
- octopus: test/librbd: add test to verify diff_iterate size
Reviewed-by: Deepika Upadhyay <dupadhya@redhat.com> - 05:14 PM rbd Backport #54483: octopus: rbd snapshot schedule status output is missing schedule
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45530
merged - 05:14 PM Revision ee9d4cda (ceph): Merge pull request #45530 from idryomov/wip-fix-schedule-status-octopus
- octopus: mgr/rbd_support: cast pool_id from int to str when collecting LevelSpec
Reviewed-by: Sunny Kumar <sunkumar@... - 05:07 PM RADOS Bug #55670 (Fix Under Review): osdmaptool is not mapping child pgs to the target OSDs
- 09:01 AM RADOS Bug #55670 (Fix Under Review): osdmaptool is not mapping child pgs to the target OSDs
- Step to reproduce the issue:
1. ceph osd getmap > osdmap.bin
2. ./bin/osdmaptool --test-map-pgs-dump --pool <pool... - 02:44 PM RADOS Bug #55559 (Duplicate): osd-backfill-stats.sh fails in TEST_backfill_ec_prim_out
- 02:41 PM RADOS Bug #55559: osd-backfill-stats.sh fails in TEST_backfill_ec_prim_out
- I opened a new issue since a different test failed this time. The failure does look the same though, so maybe the one...
- 02:43 PM RADOS Bug #47026: osd-backfill-stats.sh fails in TEST_backfill_ec_down_all_out
- This was originally tracked in #55559. A different test was affected (TEST_backfill_ec_prim_out), but the failure loo...
- 02:26 PM Revision 17f72562 (ceph): Merge pull request #45662 from zenomri/wip-cond-tracing
- rgw: support conditional tracing using lua script
Reviewed-by: Casey Bodley <cbodley@redhat.com>, Yuval Lifshitz <yl... - 02:08 PM mgr Bug #52327 (Resolved): Module 'devicehealth' has failed: can't subtract offset-naive and offset-a...
- 02:07 PM mgr Backport #53620 (Resolved): octopus: Module 'devicehealth' has failed: can't subtract offset-naiv...
- 01:26 PM Revision fd4f484d (ceph): ceph-mixin: refactor the structure of _config and utils
- Before this refactor we couln't override the config externally. Now the
_config is correctly propagated and not only ... - 01:26 PM Revision 4595e9af (ceph): ceph-mixin: fix makefile dashboards dependency
- Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@cern.ch>
- 01:26 PM Revision faeea8d1 (ceph): ceph-mixin: fix linting issue and add cluster template support
- Fix most of the issues reported by dashboards-linter:
- Add matcher/template for job (and also cluster)
- use $__rate... - 01:21 PM rgw Feature #55640 (Fix Under Review): make lua scripting optional
- 12:56 PM Orchestrator Bug #55674 (Resolved): mgr/cephadm: alertmanager generate_config also doesn't consider FQDN
- In https://tracker.ceph.com/issues/54502 I thought generate_config already considers the FQDN for the active mgr inst...
- 12:49 PM CephFS Bug #24894: client: allow overwrites to files with size greater than the max_file_size config
- On F34 (FS XFS) attempt to overwrite from file-size-limit fails w/o any write.
This is not the case on the upstream ... - 12:42 PM Orchestrator Bug #55673 (Fix Under Review): mgr/cephadm: Deploying a cluster with the Vagrantfile fails
- 12:37 PM Orchestrator Bug #55673 (Fix Under Review): mgr/cephadm: Deploying a cluster with the Vagrantfile fails
- Deploying a small cluster for testing/development purpose using the src/pybind/mgr/cephadm/Vagrantfile fails because ...
- 12:36 PM Dashboard Cleanup #55003 (Fix Under Review): mgr/dashboard: lint the grafana dashboards
- 12:11 PM crimson Bug #55666 (Resolved): DumpMetricsHook caused crash
- 05:10 AM crimson Bug #55666 (Resolved): DumpMetricsHook caused crash
- ...
- 12:08 PM ceph-ansible Bug #53684: The ingress daemon uses "*" as frontend network even though a virtual_ip is specified...
- Voja Molani wrote:
> I would like to question why binding to 0.0.0.0 is a problem.
>
> Binding to 0.0.0.0 and a f... - 09:49 AM ceph-ansible Bug #53684: The ingress daemon uses "*" as frontend network even though a virtual_ip is specified...
- I would like to question why binding to 0.0.0.0 is a problem.
Binding to 0.0.0.0 and a floating IP address was a p... - 11:56 AM Revision d4d92938 (ceph): Merge pull request #46274 from xxhdx1985126/wip-admin-sock
- crimson/admin: deal with seastar's new metric types/logics
Reviewed-by: Yingxin Cheng <yingxin.cheng@intel.com>
Revi... - 11:52 AM Orchestrator Bug #55664 (Fix Under Review): cephadm: cephadm user/home removed during RPM upgrade
- 12:47 AM Orchestrator Bug #55664: cephadm: cephadm user/home removed during RPM upgrade
- Submitted a pull request: https://github.com/ceph/ceph/pull/46272
- 12:28 AM Orchestrator Bug #55664 (Resolved): cephadm: cephadm user/home removed during RPM upgrade
- The cephadm RPM package maintains the following files:...
- 11:11 AM bluestore Bug #55328: OSD crashed due to checksum error
- Hi Shinya,
I can suggest the following steps to proceed the investigation on the origin of this log snippet:
1) Gre... - 02:55 AM bluestore Bug #55328: OSD crashed due to checksum error
- Hi Igor
Thank you for your response.
> 1) At 02:18:07 on Apr 09 OSD detected checksum failure at offset 0xa5b40... - 09:40 AM RADOS Bug #52884: osd: optimize pg peering latency when add new osd that need backfill
- https://github.com/ceph/ceph/pull/46281
add codes for master branch - 09:32 AM Revision 603a29a8 (ceph): osd/scrub: relocate determine_scrub_time()
- This aux func calculates the next scrub time based on
configuration data, scrub history and the requested scrub
flags... - 09:30 AM Orchestrator Bug #55644 (Rejected): cephadm fails to ingest big output from ceph-volume inventory command
- This issue doesn't happen when using json pretty print option of ceph-volume (which is the option used by serve.py)
- 09:17 AM RADOS Bug #55407: quincy osd's fail to boot and crash
- Hi! Today I've just build master again.
Rebuilt osd and on first boot:
...
-79> 2022-05-16T09:10:21.707+0000... - 08:56 AM rgw Backport #53656 (New): pacific: "StorageClass" in ListMultipart's result allways is 'STANDARD'
- 08:51 AM RADOS Bug #55669: osd: add log for pg peering and activiting complete
- https://github.com/ceph/ceph/pull/46279
- 08:51 AM RADOS Bug #55669 (New): osd: add log for pg peering and activiting complete
- ...
- 08:51 AM Revision d3ce7169 (ceph): crimson/admin: deal with seastar's new metric types/logics
- Fixes: https://tracker.ceph.com/issues/55666
Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com> - 08:46 AM Revision 2eb98855 (ceph): rgw: during "bucket check --fix" set index entry pool id correctly
- The current code sets the pool id of bucket index entries to the
bucket index pool rather than the data pool. This fi... - 08:42 AM rgw Bug #55546: rgw: trigger dynamic reshard on index entry count rather than object count
- I just want to note that if you want to scale `rgw_max_objs_per_shard` for versioned buckets, there's a special case ...
- 08:39 AM Revision 6bc95882 (ceph): radosgw-admin: skip GC init on read-only admin ops
- Fixes: https://tracker.ceph.com/issues/50520
Signed-off-by: Mark Kogan <mkogan@redhat.com>
(cherry picked from commi... - 08:34 AM Revision 7ddb3649 (ceph): mgr: limit changes to pg_num
- We need to avoid making drastic changes to pg_num that outpace pgp_num or
else we will may hit the per-osd pg limits.... - 08:32 AM Revision 7145287f (ceph): Merge pull request #45962 from ronen-fr/wip-rf-sbe-test2
- test/osd: test environment for the scrubber "backend"
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Matan... - 08:29 AM Bug #54966: osd/ec: some pg status stuck at active+recovery_unfound+degraded+remapped
- duplicate to https://tracker.ceph.com/issues/55668
- 08:22 AM RADOS Bug #55668: osd/ec: after one-by-one adding a new osd to the ceph cluster, pg stuck recovery_unfound
- Since I was developing on ceph15.2.13, I did not adapt to the master.
If there is no problem with the review, consi... - 08:21 AM RADOS Bug #55668: osd/ec: after one-by-one adding a new osd to the ceph cluster, pg stuck recovery_unfound
- ...
- 08:16 AM RADOS Bug #55668: osd/ec: after one-by-one adding a new osd to the ceph cluster, pg stuck recovery_unfound
- ...
- 08:07 AM RADOS Bug #55668: osd/ec: after one-by-one adding a new osd to the ceph cluster, pg stuck recovery_unfound
- ...
- 08:06 AM RADOS Bug #55668: osd/ec: after one-by-one adding a new osd to the ceph cluster, pg stuck recovery_unfound
- ...
- 08:05 AM RADOS Bug #55668: osd/ec: after one-by-one adding a new osd to the ceph cluster, pg stuck recovery_unfound
- The problem was first described at this link:
https://tracker.ceph.com/issues/54966?next_issue_id=54965 - 08:03 AM RADOS Bug #55668: osd/ec: after one-by-one adding a new osd to the ceph cluster, pg stuck recovery_unfound
- https://github.com/ceph/ceph/pull/46276
- 07:56 AM RADOS Bug #55668 (New): osd/ec: after one-by-one adding a new osd to the ceph cluster, pg stuck recover...
- problem:...
- 08:08 AM Dashboard Backport #55643 (In Progress): quincy: mgr/dashboard: Creating and editing Prometheus AlertManage...
- 08:08 AM Revision 2a2971e8 (ceph): mgr/dashboard: Creating and editing Prometheus AlertManager silences is...
- When creating a new monitoring silence the form is pre-filled with the wrong alert data. It is always used the alert ...
- 08:04 AM Dashboard Backport #55642 (In Progress): pacific: mgr/dashboard: Creating and editing Prometheus AlertManag...
- 07:47 AM Dashboard Bug #55667 (Triaged): mgr/dashboard: Datatables broken layout
- h3. Description of problem
The layout of data tables on some pages are broken:
1. under Cluster> Host>Host List>D... - 07:15 AM Revision 9f8bcd76 (ceph): mgr/dashboard: customizable log-in page text/banner
- Fixes:https://tracker.ceph.com/issues/55231
Signed-off-by: Sarthak0702 <sarthak.dev.0702@gmail.com> - 07:12 AM Revision 058a0ee8 (ceph): Merge pull request #46270 from anthonyeleven/anthonyeleven/clarify-min-...
- 06:54 AM Revision b8146307 (ceph): qa: remove spurious argument to snap-schedule status command
- Removing the subvol support exposed a spurious argument to the status
command which was assgned to the 'subvol' param... - 06:54 AM Revision c15b854c (ceph): doc/cephfs: remove subvol support from snap-schedule
- Signed-off-by: Milind Changire <mchangir@redhat.com>
- 06:54 AM Revision 919c1568 (ceph): mgr/snap_schedule: remove subvol interface
- Remove snap-schedule support for subvolumes.
Fixes: https://tracker.ceph.com/issues/55148
Signed-off-by: Milind Chan... - 06:34 AM RADOS Bug #53327: osd: osd_fast_shutdown_notify_mon not quite right and enable osd_fast_shutdown_notify...
- Manuel Lausch wrote:
> Hi Nitzan,
> I checked your patch on the current pacific branch.
>
> unfortunately I stil... - 06:30 AM RADOS Bug #55665: osd: osd_fast_fail_on_connection_refused will cause the mon to continuously elect
- pull_request: https://github.com/ceph/ceph/pull/46273
- 04:09 AM RADOS Bug #55665: osd: osd_fast_fail_on_connection_refused will cause the mon to continuously elect
- For scenarios where a single node has both mon and osd, and the number of osd on a single node is large, or the mon e...
- 03:12 AM RADOS Bug #55665: osd: osd_fast_fail_on_connection_refused will cause the mon to continuously elect
- My test result:...
- 03:11 AM RADOS Bug #55665 (Fix Under Review): osd: osd_fast_fail_on_connection_refused will cause the mon to con...
- The first issue is described at https://tracker.ceph.com/issues/55067
Problem Description:... - 05:06 AM crimson Bug #53265 (Resolved): crimson-osd crashed due to out-dated leaf node meta
- 05:06 AM crimson Bug #53267 (Resolved): seastore crash during perf test after about 1 hour of running
- 05:05 AM crimson Bug #53651 (Resolved): seastore crash due to out-dated onode destruction
- 05:05 AM crimson Bug #53612 (Resolved): seastore crash due to out-dated rewritten extent access
- 05:05 AM crimson Bug #55143 (Resolved): crash caused by non-continuous journal segment sequence
- 04:10 AM RADOS Backport #55067: octopus: osd_fast_shutdown_notify_mon option should be true by default
- https://tracker.ceph.com/issues/55665?next_issue_id=55662
- 12:31 AM Revision 7e8d8317 (ceph): mgr/cephadm: re-use old ip when re-adding hosts if necessary
- When a host is re-added without an explicit ip we can default to the old
ip we had stored for the host rather than ei... - 12:31 AM Revision abfbbd38 (ceph): mgr/cephadm: unit test for re-adding host and receiving loopback address
- Signed-off-by: Adam King <adking@redhat.com>
- 12:30 AM Revision c881fd97 (ceph): cephadm: preserve cephadm user during RPM upgrade
- The cephadm postun macro in the rpm spec file doesn't test for upgrade,
and removes the cephadm user. The patch chan...
05/15/2022
- 09:50 PM Revision 7a2a5651 (ceph): doc/rados/configuration: Enhance BlueStore min_alloc_size section
- Signed-off-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
- 12:59 PM Orchestrator Feature #55663 (In Progress): cephadm/nfs: enable cephadm to provide one virtual per ganesha inst...
- cephadm allows ingress service (haporxy+keepalived) to be deployed in front of NFS-ganesha service (a cluster of NFS-...
- 11:49 AM Revision cd0cd7cb (ceph): Merge pull request #45947 from optimistyzy/418_add_nvme_tcp_support
- blk/spdk: add support to use NVMe device provided by NVMe-oF target
Reviewed-by: Anthony D'Atri <anthony.datri@gmai... - 10:00 AM CephFS Bug #24894: client: allow overwrites to files with size greater than the max_file_size config
- PR to enable overwriting till actually file-size: https://github.com/ceph/ceph/pull/46267
Tested with ceph-fuse cl... - 08:44 AM Revision a451a367 (ceph): client: allow overwrites to files with size greater than the max_file_s...
- Before this change, overwriting from file-offset >= max_file_size config
returns "File too large" (even though the da... - 06:31 AM Revision c5684e44 (ceph): Merge pull request #46226 from ronen-fr/wip-rf-cln-typesh
- osd: cleanup object_stat_sum_t initialization
Reviewed-by: Matan Breizman <mbreizma@redhat.com> - 06:23 AM RADOS Bug #55662 (Rejected): EC: Clay assert fail ../src/osd/ECBackend.cc: 685: FAILED ceph_assert(pop....
- ...
- 01:15 AM Revision 27b7ccac (ceph): blk/spdk: Add the support to use nvme device provided by NVMe-of Target
- This patch is used to add the support to use the nvmedevice provided
by NVMe-oF target.
Signed-off-by: Ziye Yang <zi...
05/14/2022
- 09:38 PM Revision 0df6ead8 (ceph): Merge pull request #46117 from zdover23/wip-doc-pr-46109-backport-to-pa...
- Wip doc pr 46109 backport to pacific
Reviewed-by: Josh Durgin <jdurgin@redhat.com> - 09:50 AM CephFS Backport #55661 (Resolved): quincy: qa: add test case for fsync crash issue
- https://github.com/ceph/ceph/pull/46496
- 09:50 AM CephFS Backport #55660 (Resolved): pacific: qa: add test case for fsync crash issue
- https://github.com/ceph/ceph/pull/46425
- 09:46 AM CephFS Feature #55283 (Resolved): qa: add fsync/sync stuck waiting for unsafe request test
- 09:45 AM CephFS Bug #55329 (Pending Backport): qa: add test case for fsync crash issue
- 09:45 AM CephFS Backport #55659 (Resolved): pacific: mds: stuck 2 seconds and keeps retrying to find ino from aut...
- https://github.com/ceph/ceph/pull/46424
- 09:45 AM CephFS Backport #55658 (Resolved): quincy: mds: stuck 2 seconds and keeps retrying to find ino from auth...
- https://github.com/ceph/ceph/pull/46497
- 09:44 AM Revision 42b74f49 (ceph): Merge pull request #45886 from lxbsz/wip-55283
- qa: add filesystem/file sync stuck test support
Reviewed-by: Venky Shankar <vshankar@redhat.com> - 09:43 AM CephFS Bug #55240 (Pending Backport): mds: stuck 2 seconds and keeps retrying to find ino from auth MDS
- 09:43 AM Revision 3f55262e (ceph): Merge pull request #45955 from lxbsz/wip-55240
- mds: trigger to flush the mdlog in handle_find_ino()
Reviewed-by: Venky Shankar <vshankar@redhat.com> - 09:42 AM CephFS Bug #55170 (Resolved): mds: crash during rejoin (CDir::fetch_keys)
- 09:42 AM Revision 450cdbaa (ceph): Merge pull request #46063 from vshankar/wip-55170
- mds: fetch all dirfrag entries when no dentry keys are requested
Reviewed-by: Venky Shankar <vshankar@redhat.com> - 09:41 AM Revision 8beaa5e5 (ceph): Merge pull request #46153 from lxbsz/wip-54411-1
- client: force send global open_files/metadata metrics
Reviewed-by: Venky Shankar <vshankar@redhat.com> - 04:33 AM Revision 8efea3e8 (ceph): rgw: remove potentially conficting definition of dout_subsys
- dout_subsys should strictly be defined in .cc files. There was a
definition of dout_subsys in rgw_log.h, which is inc... - 01:12 AM rgw Cleanup #55657: rgw: remove potentially conficting definition of dout_subsys
- An example issue.......
- 12:00 AM rgw Cleanup #55657 (Pending Backport): rgw: remove potentially conficting definition of dout_subsys
- dout_subsys should strictly be defined in .cc files. There was a
definition of dout_subsys in rgw_log.h, which is in...
05/13/2022
- 10:49 PM RADOS Bug #45721: CommandFailedError: Command failed (workunit test rados/test_python.sh) FAIL: test_ra...
- I reproduced the symptoms of this bug locally by incrementing the notify count before an eq check. The extra incremen...
- 07:40 PM mgr Bug #55656: mgr crash on "The path '/prometheus_receiver' was not found."
- Crashed with the dashboard module enabled but it managed to bring itself back up this time....
- 06:50 PM mgr Bug #55656 (Closed): mgr crash on "The path '/prometheus_receiver' was not found."
- ...
- 07:25 PM Revision 8dc7cb10 (ceph): Merge pull request #46258 from xxhdx1985126/wip-backref-minor-bug-fixes
- crimson/os/seastore/cache: backref buffer minor bug fix
Reviewed-by: Samuel Just <sjust@redhat.com> - 05:36 PM rgw Bug #55655 (New): rgw: clean up linking targets to radosgw-admin
- Although not technically a bug, I'm listing it as such so it makes it onto the agenda of the bug scrub, which seems a...
- 05:32 PM rgw Bug #55650: CMake error building on Debian Buster
- https://github.com/ceph/ceph-build/pull/1999
- 04:36 PM rgw Bug #55650 (Rejected): CMake error building on Debian Buster
- You were correct. This actually led me to discover builds are being done on the smaller SSD on the builders. That led...
- 03:10 PM rgw Bug #55650: CMake error building on Debian Buster
- > [ 90%] Built target ceph_test_rgw_obj
the target built/linked successfully, so if cmake fails to copy it, i can ... - 12:48 PM rgw Bug #55650 (Rejected): CMake error building on Debian Buster
- https://jenkins.ceph.com/job/ceph-build/523/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=buster,DIST=buster,MACHI...
- 04:55 PM Revision 361c71c7 (ceph): cephadm: fix adoption of osds from custom name clusters
- Fixes: https://tracker.ceph.com/issues/55654
Signed-off-by: Adam King <adking@redhat.com> - 04:48 PM Orchestrator Bug #55654 (Resolved): cephadm: adoption of osds from cluster with custom names is broken
- When trying to adopt osds from clusters with custom names the osd's old files aren't properly transferred over. This ...
- 03:40 PM Revision ecb948ab (ceph): Merge pull request #46154 from zdover23/wip-doc-2022-04-14-dev-guide-ba...
- doc/dev: update basic-workflow.rst
Reviewed-by: Josh Durgin <jdurgin@redhat.com> - 02:48 PM mgr Backport #55634 (New): octopus: ceph pg dump times out due to no active mgr
- 02:42 PM mgr Backport #55634 (In Progress): octopus: ceph pg dump times out due to no active mgr
- 02:42 PM Revision 6e234b19 (ceph): pybind/mgr: add a Responder decorator type
- The Responder is the decorator that future endpoint functions in the mgr can
use to automatically handle conversions ... - 02:42 PM Revision 76492408 (ceph): pybind/mgr: add test cases for Responder type
- Signed-off-by: John Mulligan <jmulligan@redhat.com>
- 02:42 PM Revision 8c787614 (ceph): pybind/mgr: change to private _load_func_metadata classmethod
- The load_func_metadata had exactly one use in the codebase, the
store_func_metadata method. It was also a staticmetho... - 02:42 PM Revision 2b22297f (ceph): pybind/mgr: enhance CLICommand to fetch extra args from wrapped funcs
- Previously, the CLICommand decorator "assumed" that the decorator was
applied directly to a mgr module api endpoint f... - 02:42 PM Revision efee0d7e (ceph): pybind/mgr: add format arg to Responder's extra args
- To ensure that the Responder can make use of a user provided `--format=`
parameter even if the programmer doesn't exp... - 02:42 PM Revision 1800f30f (ceph): pybind/mgr: add tests to verify Responder decorator behavior
- Signed-off-by: John Mulligan <jmulligan@redhat.com>
- 02:42 PM Revision 777814d5 (ceph): pybind/mgr: add a wrapper exception for use with Responder
- In order to best get a "real" exception converted to something
that can be cleanly sent to the mgr response, this new... - 02:42 PM Revision 55ee8a31 (ceph): pybind/mgr: add test cases for ErrorResponse exception type
- Signed-off-by: John Mulligan <jmulligan@redhat.com>
- 02:42 PM Revision d6c31681 (ceph): pybind/mgr: add short guide to the object_format.py docstring
- Add a short-ish guide to the use of the object_format module's Responder
and other types.
Signed-off-by: John Mullig... - 02:42 PM Revision 1ecbffbe (ceph): pybind/mgr: include object_format.py in CMakeLists.txt for build
- Because ceph uses CMake for building python packages too.
Signed-off-by: John Mulligan <jmulligan@redhat.com> - 02:42 PM Revision 4904b02f (ceph): .github: ensure object_format.py is labeled the same as mgr_util.py
- Signed-off-by: John Mulligan <jmulligan@redhat.com>
- 02:41 PM Revision 006c3389 (ceph): pybind/mgr: start a new object_format.py for general formatting
- Currently, there's some auto-formatting logic in the orchestrator
module and a lot of ad-hoc formatting scattered aro... - 02:41 PM Revision 05b76159 (ceph): pybind/mgr: reformat quoting in format enum
- Whenever possible I use 'black' to reformat the python code.
It's strict and its formatting is superset of what ceph'... - 02:41 PM Revision 5a3f2ae9 (ceph): pybind/mgr: add ObjectFormatAdapter type to object_format.py
- The ObjectFormatAdapter fills the role for bridging between types
that can return a simplified representation of them... - 02:41 PM Revision f2e10b7f (ceph): pybind/mgr: add test cases for ObjectFormatAdapter
- Signed-off-by: John Mulligan <jmulligan@redhat.com>
- 02:41 PM Revision 27787a99 (ceph): pybind/mgr: add a ReturnValueAdapter type to object_format.py
- The ReturnValueAdapter type fulfills a similar role to the
ObjectFormatAdapter but instead of serializing data for th... - 02:41 PM Revision 29d8be42 (ceph): pybind/mgr: add a test case for the ReturnValueAdapter
- Signed-off-by: John Mulligan <jmulligan@redhat.com>
- 02:41 PM Revision 77573637 (ceph): pybind/mgr: add CommonFormatter type and valid_formats method
- A type that has a valid_formats method, and thus meets the
CommonFormatter protocol, supports distinguishing between ... - 02:25 PM Dashboard Backport #55653 (Resolved): quincy: mgr/dashboard: rewrite long promql queries using multiline
- https://github.com/ceph/ceph/pull/46548
- 02:25 PM Dashboard Backport #55652 (Resolved): pacific: mgr/dashboard: rewrite long promql queries using multiline
- https://github.com/ceph/ceph/pull/46549
- 02:22 PM Dashboard Cleanup #55005 (Pending Backport): mgr/dashboard: rewrite long promql queries using multiline
- 02:21 PM Revision cfa5d0fe (ceph): Merge pull request #45581 from MrFreezeex/jsonnet-multiline-cleanup
- ceph-mixin: rewrite promql queries to multiline
Reviewed-by: Aashish Sharma <aasharma@redhat.com>
Reviewed-by: Ernes... - 02:08 PM rgw Backport #53470: octopus: cohort::lru may unlock twice
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45465
merged - 02:08 PM Revision 4d510bec (ceph): Merge pull request #45465 from cfsnyder/wip-53470-octopus
- octopus: common: avoid pthread_mutex_unlock twice
Reviewed-by: Laura Flores <lflores@redhat.com> - 01:33 PM Dashboard Cleanup #55651 (New): mgr/dashboard: rbd-mirroring as a tab on Images rather than a new page
- Right now rbd-mirroring is under block/mirroring. It would make a lot of sense to put it in block/rbd/mirrorring whic...
- 12:59 PM Revision f29d5c5b (ceph): doc: 16.2.8 Release Notes
- See testing summary - https://tracker.ceph.com/issues/55356
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> - 12:59 PM Revision cce0a9f9 (ceph): doc: add note for cephfs upgrade in notable changes
- Signed-off-by: Venky Shankar <vshankar@redhat.com>
- 12:58 PM Revision 417774f6 (ceph): Merge pull request #46142 from tchaikov/wip-cmake-fuse
- cmake: mark FUSE REQUIRED if WITH_FUSE
Reviewed-by: Venky Shankar <vshankar@redhat.com> - 12:42 PM Revision 63fb40b6 (ceph): cephfs-shell: fix rm cmd's error output
- Description: rm command when is used to delete a directory
or in any way that it fails, it just throws a... - 12:40 PM Revision a00fd5f8 (ceph): Merge pull request #46237 from vshankar/wip-add-multids-stray-check-for...
- doc: add note about checking pending stray directory entries before initiating upgrade
Reviewed-by: Venky Shankar <... - 12:16 PM Revision 0ad9c3ff (ceph): crimson/os/seastore/cache: backref buffer minor bug fix
- Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com>
- 11:20 AM Orchestrator Bug #55602: Adding OSDs does not work as documented
- the changes that allow that got merged after 17.2.0 was released which means it will be included in the next release,...
- 10:54 AM Revision 92724156 (ceph): doc: add note about checking pending stray directory entries before ini...
- Signed-off-by: Venky Shankar <vshankar@redhat.com>
- 10:22 AM Revision c325d50d (ceph): Merge pull request #46236 from vshankar/wip-manual-upgrade-add-check
- doc: add setting/unsetting `mon_mds_skip_sanity` config for manual ceph-mds upgrade
Reviewed-by: Venky Shankar <vsha... - 10:20 AM Dashboard Cleanup #55649 (New): mgr/dashboard: rbd-mirroring issues without meaningfull msg
- h3. Description of problem
When an image has an issue and is displayed under the issue tab, it shows unknown state... - 10:17 AM Dashboard Feature #55648 (Resolved): mgr/dashboard: add support for snapshot mode in image mirroring
- h3. Description of problem
When you enable an image with snaphot mode, it disappears from the image list.
h3. E... - 10:15 AM Dashboard Cleanup #55647 (New): mgr/dashboard: rbd-mirror sync tab not working
- h3. Description of problem
Whenever you write to an image, the syncing tab is simply not showing anything.
h3. ... - 10:13 AM Dashboard Feature #55646 (Resolved): mgr/dashboard: revamp rbd-mirror ui when starting
- h3. Description of problem
Creating an rbd-mirror instance in the UI should be an easy step-by-step click type of ... - 10:11 AM Dashboard Feature #55645 (Resolved): mgr/dashboard: rbd promote/demote/enable/disable/resync mirroring images
- h3. Description of problem
add rbd promote/demote/enable/disable/resync mirroring images endpoints
h3. Environm... - 09:57 AM CephFS Bug #54285 (New): make stop.sh clear the evicted clients too
- 09:29 AM RADOS Backport #55067: octopus: osd_fast_shutdown_notify_mon option should be true by default
- My test result:...
- 09:26 AM Orchestrator Bug #55644 (Rejected): cephadm fails to ingest big output from ceph-volume inventory command
- Running cephadm on a dense node (with 120 disks in this case) fails when trying to process the ceph-volume inventory ...
- 09:15 AM Dashboard Backport #55643 (Resolved): quincy: mgr/dashboard: Creating and editing Prometheus AlertManager s...
- https://github.com/ceph/ceph/pull/46278
- 09:15 AM Dashboard Backport #55642 (Resolved): pacific: mgr/dashboard: Creating and editing Prometheus AlertManager ...
- https://github.com/ceph/ceph/pull/46277
- 09:13 AM Dashboard Bug #55578 (Pending Backport): mgr/dashboard: Creating and editing Prometheus AlertManager silenc...
- 09:12 AM Revision b6f6246e (ceph): Merge pull request #46206 from votdev/issue_55578_prom_am_silence
- mgr/dashboard: Creating and editing Prometheus AlertManager silences is buggy
Reviewed-by: Aashish Sharma <aasharma@... - 09:09 AM Dashboard Backport #55222 (Resolved): quincy: mgr/dashboard: Alert manager shows bogus 'MTU mismatch' alerts
- 09:09 AM Revision 351e9e8e (ceph): Merge pull request #45814 from p-se/wip-55222-quincy
- quincy: mgr/dashboard: Compare values of MTU alert by device
Reviewed-by: Nizamudeen A <nia@redhat.com>
Reviewed-by:... - 09:06 AM Dashboard Backport #55600 (Resolved): quincy: mgr/dashboard: introduce memory and cpu usage for daemons
- 09:06 AM Dashboard Feature #55218 (Pending Backport): mgr/dashboard: introduce memory and cpu usage for daemons
- 09:06 AM Dashboard Feature #55218 (Resolved): mgr/dashboard: introduce memory and cpu usage for daemons
- 09:04 AM Revision 2d566b12 (ceph): Merge pull request #46220 from rhcs-dashboard/wip-55600-quincy
- quincy: mgr/dashboard: introduce memory and cpu usage for daemons
Reviewed-by: Aashish Sharma <aasharma@redhat.com>
... - 08:16 AM Orchestrator Bug #55641 (Resolved): ceph orch commands try to sudo even as root user
- Several (all?) @ceph orch@ commands try to @sudo@ even though the current user is already @root@.
This undesirable... - 08:14 AM rgw Feature #55640: make lua scripting optional
- I'd like to work on this. I have done some work already and produced a build that does not depend on Lua at runtime o...
- 08:12 AM rgw Feature #55640 (Fix Under Review): make lua scripting optional
- - Make Lua scripting, the runtime- and the compiletime-dependency optional
- Introduce a compile-time flag for enabl... - 07:51 AM Revision 1be6f396 (ceph): crimson/os/seastore/segment_cleaner: add missing maybe_wake_on_space_us...
- Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
- 07:51 AM Revision 6ecbc1e7 (ceph): crimson/os/seastore/segment_cleaner: misc assert reinforcements
- Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
- 07:51 AM Revision f3042862 (ceph): crimson/os/seastore/segment_cleaner: unify update_segment_avail_bytes()
- * unify update_segment_avail_bytes() and set_journal_head() interfaces.
* reuse segment_info_t::written_to to get the... - 07:51 AM Revision dcce611d (ceph): crimson/os/seastore/segment_cleaner: cleanup, track available space in ...
- Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
- 07:51 AM Revision 8eedd518 (ceph): crimson/os/seastore/segment_cleaner: classify space into available, unr...
- Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
- 07:51 AM Revision 236c8a41 (ceph): crimson/os/seastore/segment_cleaner: improve space calculations
- Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
- 07:51 AM Revision c7f46a4a (ceph): crimson/os/seastore/segment_cleaner: fix an issue that caused forever-GC
- Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
- 07:51 AM Revision c3e23dd5 (ceph): crimson/os/seastore/segment_cleaner: refine metrics
- Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
- 07:51 AM Revision 5ebc4744 (ceph): crimson/os/seastore/segment_cleaner: exclude utilizations from empty/op...
- Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
- 07:51 AM Revision 3ea0e7bb (ceph): crimson/os/seastore/segment_cleaner: distinguish in-journal and type-jo...
- Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
- 07:51 AM Revision 37aef8a7 (ceph): crimson/os/seastore/segment_cleaner: distinguish journal/ool when count...
- Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
- 07:51 AM Revision f4a3af68 (ceph): crimson/os/seastore/segment_cleaner: measure the initial reclaim ratio
- Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
- 07:51 AM Revision 538f9554 (ceph): crimson/os/seastore: fix metrics with TRIM_BACKREF transaction
- Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
- 07:51 AM Revision 210985aa (ceph): crimson/os/seastore/segment_cleaner: drop unused code
- Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
- 07:51 AM Revision f681364e (ceph): crimson/os/seastore/segment_cleaner: cleanup and validate config_t
- Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
- 07:51 AM Revision ff1b1891 (ceph): crimson/os/seastore/segment_allocator: simplify close_segment()
- Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
- 07:51 AM Revision 2e40d4e1 (ceph): crimson/os/seastore/segment_cleaner: fix journal tail calculations
- Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
- 07:51 AM Revision d8ff1071 (ceph): crimson/os/seastore/segment_cleaner: cleanup, drop the unnecessary stop...
- Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
- 07:50 AM Revision 58eb0623 (ceph): Merge pull request #46256 from xxhdx1985126/wip-backref-big-buffer
- crimson/os/seastore: use a whole large backref buffer in cache instea…
Reviewed-by: Samuel Just <sjust@redhat.com>
R... - 07:25 AM CephFS Bug #54460: snaptest-multiple-capsnaps.sh test failure
- client-type: fuse
* Iteratively running shell scripts under *qa/workunits/fs/snaps/* on a fuse mount with a 10 sec... - 07:21 AM Bug #55639 (New): mon coredump after update, initializing leveldb db back storage
- After updatng ceph from pacific-16.2.7 to quincy-17.2.0 the monitor does not start anymore. It chrashes with a coredu...
- 04:44 AM Revision aab8bb0f (ceph): crimson/os/seastore: use a whole large backref buffer in cache instead ...
- Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com>
- 04:12 AM Backport #55616 (In Progress): pacific: Nose is no longer maintained and is now actively breaking...
- 03:53 AM Backport #55615 (In Progress): quincy: Nose is no longer maintained and is now actively breaking ...
- 03:53 AM Revision adfd441e (ceph): test/pybind/ceph_argparse: Switch to bare unittest
- nose has been unmaintained for a long time, and to work on
removing it as a dependency, re-work test_ceph_argparse to... - 03:53 AM Revision a3d434f4 (ceph): test/pybind/ceph_daemon: Switch to bare unittest
- nose has been unmaintained for a long time, and to work on
removing it as a dependency, re-work test_ceph_daemon to u... - 03:53 AM Revision 3fdbd088 (ceph): ceph.spec.in,debian/control: Remove nose
- With the direct calls of nose methods removed, we no longer need to
BuildRequire it.
Fixes: https://tracker.ceph.com... - 03:00 AM Orchestrator Bug #55638 (Resolved): alertmanager webhook urls may lead to 404
- The current formation of the dashboard urls can result in the url containing a double-slash
When this happens, you s... - 02:58 AM Bug #54545 (Resolved): when nasm is used on alpine linux -Os is passed so it fails
- 02:49 AM Bug #54545 (Fix Under Review): when nasm is used on alpine linux -Os is passed so it fails
- 02:58 AM Revision 26f8b9f7 (ceph): Merge pull request #45368 from a16bitsysop/nasm
- nasm-wrapper: ignore -O flags passed
Reviewed-by: Kefu Chai <tchaikov@gmail.com> - 01:03 AM Revision d6fce6ab (ceph): cephadm: Update unittests for disk enclosures
- Add testcases for the new Enclosure class used by
HostFacts (gather-facts subcommand)
Signed-off-by: Paul Cuzner <pc... - 12:59 AM Revision ccb47b06 (ceph): cephadm: Add support for mpath devices to gather-facts
- multipath devices typically show as 2 device nodes, so
gather-facts needs to use the serial number of the
device to e...
05/12/2022
- 11:40 PM Bug #55565 (Resolved): crimson: crash on RecoveryBackend::WaitForObjectRecovery use-after-free
- 11:10 PM RADOS Backport #55633 (In Progress): octopus: ceph-osd takes all memory before oom on boot
- https://github.com/ceph/ceph/pull/46253
- 06:07 PM RADOS Backport #55633 (Rejected): octopus: ceph-osd takes all memory before oom on boot
- 11:05 PM Revision 7cc1b29f (ceph): osd/PGLog.cc: Trim duplicates by number of entries
- PGLog needs to trim duplicates by the number of entries rather than the versions. That way, we prevent unbounded dupl...
- 11:02 PM Revision ef04b8c0 (ceph): tools/ceph_objectstore_took: Add duplicate entry trimming
- Adding duplicate entries trimming to trim-pg-log opertion, we will use the exist
PGLog trim function to find out the ... - 10:59 PM Revision a3ebda29 (ceph): Merge pull request #45570 from mgfritch/backport-45420-octopus
- octopus: cephadm: infer the default container image during pull
Reviewed-by: Adam King adking@redhat.com - 10:57 PM rgw Backport #51782: octopus: tempest: test_create_object_with_transfer_encoding fails
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45437
merged - 10:57 PM Revision a6299d09 (ceph): Merge pull request #45437 from cfsnyder/wip-51782-octopus
- octopus: qa/rgw: add failing tempest test to blocklist
Reviewed-by: Casey Bodley <cbodley@redhat.com> - 10:56 PM RADOS Backport #52077: octopus: api_tier_pp: [ FAILED ] LibRadosTwoPoolsPP.HitSetWrite
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45320
merged - 10:56 PM Revision ab4b60fb (ceph): Merge pull request #45320 from ljflores/wip-52077-octopus
- octopus: test: fix wrong alarm (HitSetWrite)
Reviewed-by: Myoungwon Oh <omwmw@sk.com> - 10:55 PM mgr Backport #54450: octopus: prometheus module: add used_bytes metric back
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45238
merged - 10:55 PM Revision ae49854c (ceph): Merge pull request #45238 from k0ste/wip-54450-octopus
- octopus: mgr/prometheus: Added `avail_raw` field for Pools DF Prometheus mgr module
Reviewed-by: Neha Ojha <nojha@re... - 10:55 PM Revision 221b499b (ceph): rgw: fix lua background crash on zone reload
- Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
- 10:42 PM RADOS Backport #55631 (In Progress): pacific: ceph-osd takes all memory before oom on boot
- https://github.com/ceph/ceph/pull/46252
- 06:06 PM RADOS Backport #55631 (Resolved): pacific: ceph-osd takes all memory before oom on boot
- 10:40 PM Revision d49ff13c (ceph): osd/PGLog.cc: Trim duplicates by number of entries
- PGLog needs to trim duplicates by the number of entries rather than the versions. That way, we prevent unbounded dupl...
- 10:39 PM Revision 1f3fede1 (ceph): tools/ceph_objectstore_took: Add duplicate entry trimming
- Adding duplicate entries trimming to trim-pg-log opertion, we will use the exist
PGLog trim function to find out the ... - 10:39 PM RADOS Backport #55632 (In Progress): quincy: ceph-osd takes all memory before oom on boot
- https://github.com/ceph/ceph/pull/46251
- 06:06 PM RADOS Backport #55632 (Resolved): quincy: ceph-osd takes all memory before oom on boot
- 10:35 PM Revision 3ff0df6a (ceph): osd/PGLog.cc: Trim duplicates by number of entries
- PGLog needs to trim duplicates by the number of entries rather than the versions. That way, we prevent unbounded dupl...
- 10:35 PM Revision 5245fb33 (ceph): tools/ceph_objectstore_took: Add duplicate entry trimming
- Adding duplicate entries trimming to trim-pg-log opertion, we will use the exist
PGLog trim function to find out the ... - 10:23 PM Revision 209e51b8 (ceph): 16.2.8
- 09:02 PM Dashboard Bug #54984 (Resolved): mgr/dashboard: Remove padding in search highlighted text
- 07:59 PM Revision cced371a (ceph): Merge pull request #46229 from rhcs-dashboard/wip-55416-quincy
- quincy: mgr/dashboard: fix wrong pg status processing
Reviewed-by: Nizamudeen A <nia@redhat.com> - 07:48 PM bluestore Bug #55636 (Resolved): octopus: osd-bluefs-volume-ops.sh: TEST_bluestore2 fails with "FAILED ceph...
- /a/yuriw-2022-05-09_21:49:19-rados-wip-yuri6-testing-2022-05-09-0734-octopus-distro-default-smithi/6829109...
- 07:43 PM Revision ecd871a0 (ceph): Merge pull request #46244 from tchaikov/wip-bump-up-seastar
- crimson: bump up seastar
Reviewed-by: Samuel Just <sjust@redhat.com> - 07:41 PM Orchestrator Bug #54142: quincy cephadm-purge-cluster needs work
- I was able to return to quincy deployments and purges using cephadm-17.2.0-0.el8.noarch and have had no problems runn...
- 07:29 PM Orchestrator Bug #49287: podman: setting cgroup config for procHooks process caused: Unit libpod-$hash.scope n...
- /a/yuriw-2022-05-09_15:52:46-rados-wip-yuri6-testing-2022-05-09-0734-octopus-distro-default-smithi/6828876
- 07:01 PM devops Bug #55635 (New): (Pacific) repository for Ubuntu Jammy (22.04)
- ...
- 06:52 PM RADOS Bug #55559: osd-backfill-stats.sh fails in TEST_backfill_ec_prim_out
- Hello Laura! Is there a thing that makes you think this isn't a duplicate of #47026?
- 06:48 PM RADOS Bug #49689: osd/PeeringState.cc: ceph_abort_msg("past_interval start interval mismatch") start
- If more date is necessary, it might be worth no contact Richard Bateman who replicated something awfully similar to t...
- 06:31 PM mgr Backport #55634 (New): octopus: ceph pg dump times out due to no active mgr
- https://github.com/ceph/ceph/pull/46262
- 06:29 PM RADOS Bug #55582: octopus: api_watch_notify: LibRadosWatchNotify.AioWatchDelete2 fails because `rados_w...
- Yet another in in the family of Watch / Notify ENOENT -> ENOTCONN bugs.
- 06:28 PM RADOS Bug #44229: monclient: _check_auth_rotating possible clock skew, rotating keys expired way too early
- ...
- 06:25 PM RADOS Bug #44229 (New): monclient: _check_auth_rotating possible clock skew, rotating keys expired way ...
- Perhaps this replicated in:
/home/teuthworker/archive/yuriw-2022-04-29_15:44:49-rados-wip-yuri5-testing-2022-04-28... - 06:28 PM RADOS Bug #49591: no active mgr (MGR_DOWN)" in cluster log
- I can't find @Degraded data redundancy@ in the mgr's log but I can find messages about expired cephx keys:...
- 06:26 PM mgr Bug #51815 (Pending Backport): ceph pg dump times out due to no active mgr
- Regarding https://tracker.ceph.com/issues/52993#note-3, this fix should also be backported to Octopus.
- 06:09 PM RADOS Bug #52993: upgrade:octopus-x Test: Upgrade test failed due to timeout of the "ceph pg dump" command
- We haven't backported the fix for https://tracker.ceph.com/issues/51815 to Octopus (per Neha's explanation).
- 06:06 PM CephFS Backport #55630 (Resolved): quincy: cephfs-shell: saving files doesn't work as expected
- 06:05 PM CephFS Backport #55629 (Resolved): pacific: cephfs-shell: saving files doesn't work as expected
- 06:05 PM CephFS Backport #55628 (Resolved): quincy: cephfs-shell: creates directories in local file system even i...
- 06:05 PM CephFS Backport #55627 (Resolved): pacific: cephfs-shell: creates directories in local file system even ...
- 06:05 PM CephFS Backport #55626 (Resolved): quincy: cephfs-shell: put command should accept both path mandatorily...
- 06:05 PM CephFS Backport #55625 (Resolved): pacific: cephfs-shell: put command should accept both path mandatoril...
- 06:02 PM RADOS Bug #47299: Assertion in pg_missing_set: p->second.need <= v || p->second.is_delete()
- Hello! A note from a bug scrub:
1. This issue looks like being caused by a particular data stored in OSD which
2.... - 09:33 AM RADOS Bug #47299: Assertion in pg_missing_set: p->second.need <= v || p->second.is_delete()
- ...
- 05:53 PM RADOS Bug #48440 (Need More Info): log [ERR] : scrub mismatch
- We would need to ensure the latest reoccurence is about the OSD scrub (we haven't seen too many mon scrubbing issues ...
- 05:45 PM RADOS Bug #53729 (Pending Backport): ceph-osd takes all memory before oom on boot
- 04:14 PM Orchestrator Bug #54132: ssh errors too verbose
- quincy backport - https://github.com/ceph/ceph/pull/46055
- 03:03 PM Revision 61ed55b8 (ceph): Merge pull request #46227 from rhcs-dashboard/angular-production-fix
- mgr/dashboard: avoid overriding the configuration in package.json
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
... - 02:50 PM CephFS Support #55486: cephfs degraded during upgrade from 16.2.5 -> 16.2.6
- Venky Shankar wrote:
> Hi Jesse,
>
> Do you have the MDS logs when the file system was reported as damaged? cepha... - 02:29 PM RADOS Backport #55624 (In Progress): quincy: Unable to format `ceph config dump` command output in yaml...
- 02:26 PM RADOS Backport #55624 (Resolved): quincy: Unable to format `ceph config dump` command output in yaml us...
- https://github.com/ceph/ceph/pull/46246
- 02:29 PM Revision bc45a277 (ceph): ceph.in: clarify the usage of `--format` in the ceph command
- It is not clear to users in the output of `ceph --help` that
the yaml formatter option is only valid for orch command... - 02:29 PM Revision 195e3f12 (ceph): doc/man/8: update the description of `--format`
- The `ceph --format` option includes yaml, which
is only valid for orch commands.
Signed-off-by: Laura Flores <lflore... - 02:27 PM rgw Bug #55487: bucket lifecycle for aborting old multipart uploads does not work on non-master multi...
- @Matt: i guess RGWSI_Bucket_SObj::store_bucket_instance_info() and remove_bucket_instance_info() is where we'd want t...
- 02:25 PM RADOS Bug #53895 (Pending Backport): Unable to format `ceph config dump` command output in yaml using `...
- 02:22 PM rgw Bug #54482 (Resolved): octopus: heap memory leak in radosgw
- 02:18 PM rgw Bug #55410 (Won't Fix): [rgw-ms][dbr]:Large omap object found in the buckets.index pool, correspo...
- 02:13 PM rgw Bug #55546: rgw: trigger dynamic reshard on index entry count rather than object count
- that would require 'bucket stats' to track individual omap entries. i think it would be a lot easier for rgw to just ...
- 02:10 PM rgw Bug #55566: [RGW-MS][DBR]:rgw crash observed in thread_name:sync-log-trim on the secondary, when ...
- duplicate (and fixed in) of https://tracker.ceph.com/issues/40341 -- multisite: failed assert(cursor) in mdlog trimming
- 02:09 PM rgw Bug #55566 (Duplicate): [RGW-MS][DBR]:rgw crash observed in thread_name:sync-log-trim on the seco...
- 02:09 PM rgw Bug #55528 (Resolved): rgw/dbstore: Support user creation via `radosgw-admin`
- 02:09 PM Revision c6e63de4 (ceph): cephadm: Revert "mgr/cephadm: fixing call method timeout handling"
- This reverts commit 55d42d0c31a5414cb2beac9273faa7123efb8709.
Fixes: https://tracker.ceph.com/issues/55623
Signed-o... - 02:06 PM Orchestrator Bug #55623 (Resolved): cephadm: call handling causing process to not exit when container does
- Basically, in certain environments with certain commands (specifically saw on a host with 102 multipath devices, runn...
- 02:03 PM rgw Bug #55618 (Fix Under Review): RGWRados::check_disk_state no checking object's storage_class
- 09:38 AM rgw Bug #55618: RGWRados::check_disk_state no checking object's storage_class
- https://github.com/ceph/ceph/pull/46238
- 07:34 AM rgw Bug #55618 (Resolved): RGWRados::check_disk_state no checking object's storage_class
- 1. put STANDARD_IA object, which index_op prepare success but complete timeout becase ERR_BUSY_RESHARDING
2. but obj... - 02:03 PM rgw Bug #55619 (Fix Under Review): rgw: input args poolid and epoch of fun RGWRados::Bucket::UpdateIn...
- 09:42 AM rgw Bug #55619: rgw: input args poolid and epoch of fun RGWRados::Bucket::UpdateIndex::complete_del s...
- https://github.com/ceph/ceph/pull/46240
- 09:39 AM rgw Bug #55619 (Need More Info): rgw: input args poolid and epoch of fun RGWRados::Bucket::UpdateInde...
- 01:30 PM Revision 29ed4456 (ceph): crimson: replace DERIVE metrics with COUNTER metrics
- in a recent change in Seastar, DERIVE metric was dropped in favor
of COUNTER.
in this change, all DERIVE metrics are... - 01:30 PM Revision 0ef91ba0 (ceph): seastar: bump up seastar submodule to recent master
- Signed-off-by: Kefu Chai <tchaikov@gmail.com>
- 01:01 PM Dashboard Bug #39121: mgr/dashboard: Cancel button leads to the previous page in browser history
- PR: https://github.com/ceph/ceph/pull/46243
- 12:21 PM Revision 56875e9c (ceph): Merge pull request #46239 from tchaikov/wip-crimson-nbd
- crimson/tools/store_nbd: s/get_paddr/get_val/
Reviewed-by: Yingxin Cheng <yingxin.cheng@intel.com>
Reviewed-by: Xueh... - 12:20 PM CephFS Backport #55621: quincy: qa: fs suite tests failing with "json.decoder.JSONDecodeError: Extra dat...
- Note to backporter - needs to be picked up with https://github.com/ceph/ceph/pull/44151 backport
- 12:12 PM CephFS Backport #55621 (Resolved): quincy: qa: fs suite tests failing with "json.decoder.JSONDecodeError...
- https://github.com/ceph/ceph/pull/46469
- 12:08 PM Revision 62dbb254 (ceph): Merge pull request #46231 from rhcs-dashboard/update-id-email
- githubmap: Email and Id updated
Reviewed-by: Ernesto Puerta <epuertat@redhat.com> - 11:52 AM CephFS Bug #55620 (Pending Backport): ceph pacific fails to perform fs/multifs test
- During execution of the integration tests (IBM Z, BE) the fs/multifs suite produces a set of error related to segfaul...
- 11:47 AM bluestore Bug #55328: OSD crashed due to checksum error
- Hi Shinya,
is my description below correct? Doesn't it provide any clue for you?
1) At 02:18:07 on Apr 09 OSD det... - 10:12 AM RADOS Backport #55067: octopus: osd_fast_shutdown_notify_mon option should be true by default
- I think we should also use failure_pending queue like send_failures to avoid one osd sending target osd to mon multip...
- 09:35 AM RADOS Backport #55067: octopus: osd_fast_shutdown_notify_mon option should be true by default
- ...
- 06:08 AM RADOS Backport #55067: octopus: osd_fast_shutdown_notify_mon option should be true by default
When a node is actively shut down for operation and maintenance,
the osd/mon/mds process on it will automatically...- 05:55 AM RADOS Backport #55067: octopus: osd_fast_shutdown_notify_mon option should be true by default
- Nitzan Mordechai wrote:
> jianwei zhang wrote:
> > osd_fast_shutdown(true)
> > osd_fast_shutdown_notify_mon(false)... - 09:51 AM Bug #55374 (Resolved): qa/cephfs: omit_sudo not set to True crashes the xfstests-dev tests
- 09:51 AM Revision 153634f1 (ceph): Merge pull request #45950 from rishabh-d-dave/qa-cephfs-test_acls
- qa/cephfs: minor fixes for xfstests_dev.py and test_acls.py
Reviewed-by: Venky Shankar <vshankar@redhat.com> - 09:46 AM CephFS Bug #55112 (Pending Backport): cephfs-shell: saving files doesn't work as expected
- 09:46 AM CephFS Bug #55216 (Pending Backport): cephfs-shell: creates directories in local file system even if fil...
- 09:46 AM CephFS Bug #55242 (Pending Backport): cephfs-shell: put command should accept both path mandatorily and ...
- 09:46 AM Revision 29793ca7 (ceph): Merge pull request #45829 from dparmar18/fix_put
- cephfs-shell: fix put and get cmd
Reviewed-by: Venky Shankar <vshankar@redhat.com> - 09:45 AM CephFS Bug #53996 (Resolved): qa: update fs:upgrade tasks to upgrade from pacific instead of octopus, or...
- 09:44 AM Revision 44a01991 (ceph): Merge pull request #45834 from ajarr/wip-53996
- qa/suites/fs/upgrade: change octopus installations and references
Reviewed-by: Venky Shankar <vshankar@redhat.com> - 09:43 AM CephFS Bug #55516 (Pending Backport): qa: fs suite tests failing with "json.decoder.JSONDecodeError: Ext...
- 09:42 AM Revision 18681c5d (ceph): Merge pull request #46161 from joscollin/wip-B55516-extra-data
- qa: fix is_addr_blocklisted() to get blocklisted clients from 'osd dump'
Reviewed-by: Venky Shankar <vshankar@redhat... - 09:41 AM CephFS Bug #55572 (Resolved): qa/cephfs: omit_sudo doesn't have effect when passed to run_shell()
- 09:41 AM Revision 806551ad (ceph): Merge pull request #46192 from rishabh-d-dave/qa-cephfs-mount-omit_sudo...
- qa/cephfs: omit_sudo must be passed to underlying method...
Reviewed-by: Venky Shankar <vshankar@redhat.com> - 09:24 AM Revision 9b660896 (ceph): Merge pull request #45185 from a16bitsysop/quincy-32bit
- src/os/bluestore/BlueStore.cc: Use static_cast<uint64_t> fix for 32bit
Reviewed-by: Kefu Chai <tchaikov@gmail.com> - 09:04 AM Revision bf23e257 (ceph): crimson/tools/store_nbd: s/get_paddr/get_val/
- it is a follow-up change of ec89b17f2a1724addee7531c97c616fe399cd1cd
which breaks the build of the nbd tool.
Signed-... - 09:00 AM Revision 546ce3a5 (ceph): qa: check mounts attribute in ctx
- check mounts attribute in ctx before unmounting in bark()
Fixes: https://tracker.ceph.com/issues/49898
Signed-off-by... - 08:57 AM Bug #54434: hdd osd's crashing after pacific upgrade
- Hi,
i am working on the same cluster as Maximilian and we are also still facing the issue.
We compared some conf... - 07:48 AM Dashboard Bug #43006: Device monitoring - get-health-metrics - json parse error
- Any progress on this? We have the same issue with all our 10GB SAS disks. Running @ceph device get-health-metrics HGS...
- 07:40 AM Bug #55496 (Fix Under Review): OSD Daemon unaware of zfs root
- 07:35 AM Revision 4a2e553b (ceph): rgw: check object storage_class when check_disk_state
- fix: https://tracker.ceph.com/issues/55618
Signed-off-by: Huber-ming <zhangsm01@inspur.com> - 07:34 AM Revision 8af18855 (ceph): qa/rgw - run sse-s3 test cases only if configured or requested
- This commit adds logic to automatically detect when sse-s3 is
available and if not, disables sse-s3 tests by default.... - 07:34 AM Revision c125baa6 (ceph): qa/rgw - run sse-s3 test cases by default
- Signed-off-by: Marcus Watts <mwatts@redhat.com>
(cherry picked from commit 20cb9805c97343137f04680c865707fe96185d79) - 07:34 AM Revision 45919439 (ceph): rgw/crypt - fix rest call to fail if insufficient kms args supplied.
- in s3-land, it is ok to supply incomplete kms args for bucket encryption
configuration, but not on the rest call. Th... - 07:34 AM Revision 41a8a0a7 (ceph): rgw/crypt - improve PutBucketEncryption / RGWBucketEncryptionConfig
- The existing logic for bucket encryption was incomplete. This adds the
rest of the changes necessary to support sse-... - 07:34 AM Revision ecd2042a (ceph): rgw/crypt - remote old parts path for sse attributes
- crypt_attribute_map is the place where sse attributes
should be found by the rest of the sse logic. There is
no long... - 07:34 AM Revision 7a2c6dee (ceph): rgw/crypt - generalize putbucketencryption.
- The previous logic only suported putbucketencryption to enable
sse-s3. The protocol allows putbucketencryption to be... - 07:34 AM Revision f3a8bb8c (ceph): rgw/crypt - fix sse-s3 logic.
- The previous logic path was overly eager to do sse-s3. This version
ensures that the "no-encryption" case does not d... - 07:34 AM Revision 04492eea (ceph): rgw/crypt - document that sse-s3 exists.
- encryption.rst documents which encryption features are available.
I've added a section on sse-s3, and clarified some ... - 07:33 AM Revision 844c6b7a (ceph): qa/rgw: run sse-s3 test cases conditionally
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 4e644832b0e584a231d2a6fc4a8caa78ea56ed5b)... - 07:33 AM Revision 03b6d640 (ceph): qa/rgw: configure sse-s3 in vault_transit.yaml
- Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 1b679e0828ce2f44a03fc8d36a43783014dfba55)... - 07:33 AM Revision 8adc5625 (ceph): rgw/sse-s3: remove make_kek_s3/generate_kek_sse_s3
- Alternate routines provide more functionality, flexibility.
create_ss3_s3_bucket_key
remove_ss3_s3_bucket_key
Signed... - 07:33 AM Revision c2de3959 (ceph): rgw/sse-s3: bucketencryption should not generate bucket key names.
- It is possible to request and use sse-s3 without setting bucketencryption policy
Therefore, logic to manage per-bucke... - 07:33 AM Revision 508f6053 (ceph): rgw/sse-s3: +get_encryption_defaults, use new crypt_attribute_map
- putobj and postobj: get_encryption_defaults
this fetches bucketencryption policy and resolves defaults.
also errors... - 07:33 AM Revision 0318a086 (ceph): rgw/sse-s3: various improvements.
- 1. sse-s3 should not require bucketencryption policy, work w/ postobj
2. make bucket key name configurable
3. +rgw_re... - 07:33 AM Revision 86015e9f (ceph): rgw/sse-s3: save sse attributes in req_state->crypt_attribute_map
- req_state->crypt_attribute_map to save sse-s3 cryptographic attributes
this is not quite a duplicate of x_meta_map be... - 07:33 AM Revision e8c5ef84 (ceph): rgw: Address review comments, fix test cases for rgw_kms
- Addressed earlier review comments on having const class members.
Resolved the make check problem.
Signed-off-by: Pri... - 07:33 AM Revision c6011ac4 (ceph): rgw: Adding SSE-S3 support in GET and PUT paths (using Vault as KMS)
- Added the support to generate KEK based on bucket owner UID in
PutBucketEncryption. This is stored in bucket x-attrs.... - 07:33 AM Revision 5cf01abf (ceph): rgw: sse-s3: Introducing SSE-S3 RGW options and using them
- +configuration options
+kms support for sse-s3 operations.
+support to create and delete vault keys.
Signed-off-by: ... - 05:36 AM Revision 6190f90a (ceph): src/os/bluestore/BlueStore.cc: Use static_cast<uint64_t> to fix 32bit c...
- Fixes: https://tracker.ceph.com/issues/54415
Signed-off-by: Duncan Bellamy <dunk@denkimushi.com> - 05:25 AM Revision 70ef7619 (ceph): doc: add setting/unsetting `mon_mds_skip_sanity` config for manual ceph...
- Signed-off-by: Venky Shankar <vshankar@redhat.com>
- 03:04 AM CephFS Bug #55332: Failure in snaptest-git-ceph.sh (it's an async unlink/create bug)
- Xiubo Li wrote:
> Venky Shankar wrote:
> > Another instance: https://pulpito.ceph.com/vshankar-2022-05-02_16:58:59-... - 02:06 AM Revision 6f78f2f4 (ceph): Merge pull request #46136 from athanatos/sjust/wip-crimson-operation-re...
- crimson: refactor osd operation pipeline
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com> - 01:24 AM Bug #55617 (New): cephadm shell container problem
- Randomly when starting cephadm shell the config directory is not passed into the container correctly and ceph command...
05/11/2022
- 09:58 PM rgw Backport #54278 (In Progress): pacific: rgw: remove rgw_rados_pool_pg_num_min and its use on pool...
- 09:53 PM Revision 89421015 (ceph): rgw: remove rgw_rados_pool_pg_num_min and its use on pool creation
- use the cluster defaults for pg_num_min
Fixes: https://tracker.ceph.com/issues/52673
Signed-off-by: Casey Bodley <c... - 09:50 PM rgw Backport #54277 (In Progress): quincy: rgw: remove rgw_rados_pool_pg_num_min and its use on pool ...
- 09:47 PM Revision 8b2c0d38 (ceph): rgw: remove rgw_rados_pool_pg_num_min and its use on pool creation
- use the cluster defaults for pg_num_min
Fixes: https://tracker.ceph.com/issues/52673
Signed-off-by: Casey Bodley <c... - 09:26 PM mgr Bug #55611: "overlapping roots" error message needs documentation
- This isn't an error, just an indication that the autoscaler won't scale PGs due to this. Also came up here https://ww...
- 01:46 PM mgr Bug #55611 (Pending Backport): "overlapping roots" error message needs documentation
- The Sepia LRC's mgr keeps throwing the following error:...
- 08:59 PM RADOS Backport #54568: octopus: mon/MonCommands.h: target_size_ratio range is incorrect
- Kamoltat Sirivadhna wrote:
> https://github.com/ceph/ceph/pull/45398
merged - 08:59 PM Revision 2841f0a0 (ceph): Merge pull request #45398 from kamoltat/wip-ksirivad-octopus-backport-4...
- octopus: mon/MonCommands.h: fix target_size_ratio range
Reviewed-by: Neha Ojha <nojha@redhat.com> - 08:51 PM Revision 12d0955b (ceph): Merge pull request #45390 from xxhdx1985126/wip-backref2
- crimson/os/seastore: add back-reference
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Yingxin Cheng <ying... - 08:48 PM rgw Backport #51702: octopus: rgw: md5 signatures not match when enable rgw compress for RGWBulkUpload
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45433
merged - 08:48 PM Revision d755e8e5 (ceph): Merge pull request #45433 from cfsnyder/wip-51702-octopus
- octopus: rgw: fix md5 not match for RGWBulkUploadOp upload when enable rgw com…
Reviewed-by: Casey Bodley <cbodley@r... - 08:46 PM RADOS Backport #55012: octopus: librados: check latest osdmap on ENOENT in pool_reverse_lookup()
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45587
merged - 08:46 PM Revision 71415b8b (ceph): Merge pull request #45587 from idryomov/wip-pool-reverse-lookup-osdmap-...
- octopus: librados: check latest osdmap on ENOENT in pool_reverse_lookup()
Reviewed-by: Laura Flores <lflores@redhat.... - 08:13 PM rgw Backport #53640: octopus: compiler warning, enumeration value ‘AMQP_STATUS_SSL_SET_ENGINE_FAILED’...
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45479
merged - 08:13 PM Revision fc0516e6 (ceph): Merge pull request #45479 from cfsnyder/wip-53640-octopus
- octopus: rgw/amqp: add default case to silence compiler warning
Reviewed-by: Casey Bodley <cbodley@redhat.com> - 08:12 PM RADOS Backport #53550: octopus: [RFE] Provide warning when the 'require-osd-release' flag does not matc...
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/44260
merged - 08:12 PM Revision c98a3241 (ceph): Merge pull request #44260 from sseshasa/wip-53550-octopus
- octopus: osd/OSDMap: Add health warning if 'require-osd-release' != current release
Reviewed-by: Neha Ojha <nojha@re... - 07:51 PM Revision 137875e5 (ceph): Merge pull request #46230 from ceph/octopus-gtest2
- octopus: Fixes for make check
Reviewed-by: Casey Bodley <cbodley@redhat.com> - 07:03 PM cephsqlite Bug #55304 (Fix Under Review): libcephsqlite: crash when compiled with gcc12 cause of regex treat...
- 06:59 PM Dashboard Bug #55604 (In Progress): mgr/dashboard: form field validation icons overlap with other icons
- 06:59 PM cephsqlite Bug #55142 (Need More Info): [ERR] : Unhandled exception from module 'devicehealth' while running...
- This error is generated when the cephsqlite RADOS instance is blocklisted. So this is likely a symptom and not a bug.
- 06:57 PM Revision 0bd2d023 (ceph): mgr/dashboard: form field validation icons overlap with other icons
- Signed-off-by: Sarthak0702 <sarthak.dev.0702@gmail.com>
- 06:49 PM Revision 98ddd408 (ceph): qa/rgw: use 'with-sse-s3' override for s3tests
- don't rely on the ceph manager task to parse a config file. each rgw
could be using a different config. instead, reve... - 06:45 PM Revision 864f457a (ceph): Revert "qa/rgw - run sse-s3 test cases only if configured or requested"
- This reverts commit 9235cf95c1ef976af6d5a1aa7919b135066d7208.
Signed-off-by: Casey Bodley <cbodley@redhat.com> - 06:01 PM Revision 98087586 (ceph): Merge pull request #46126 from soumyakoduri/wip-skoduri-dbstore-vstart
- rgw/dbstore: Support user creation via `radosgw-admin`
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
Reviewed-by:... - 05:55 PM rbd Backport #54377: octopus: [rbd-mirror] disabling and shortly after re-enabling mirroring on the i...
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45177
merged - 05:54 PM Revision e5efeb8c (ceph): Merge pull request #45177 from pponnuvel/wip-54377-octopus
- octopus: rbd-mirror: synchronize with in-flight stop in ImageReplayer::stop()
Reviewed-by: Ilya Dryomov <idryomov@gm... - 05:54 PM Revision 7f05a908 (ceph): githubmap: Email and Id upadted
- Signed-off-by: Sarthak0702 <sarthak.dev.0702@gmail.com>
- 05:33 PM Revision 5507dc6b (ceph): include/denc: use pair<const K,V> in range-based for loop
- map<K,V>::value_type is pair<const K, V>, so if we use range-based for
loop when iterating through a map, we should u... - 05:11 PM Revision bb906e47 (ceph): test/test_rbd_replay: move operator<<(..rbd_loc& name) to rbd_replay
- so gtest can print out rbd_loc when printing out diagnostic information
when test fails. after moving operator<<(ostr... - 04:59 PM Bug #55050 (Resolved): Sphinx 3.5.4 is incompatible
- 04:58 PM RADOS Backport #52078 (Resolved): pacific: api_tier_pp: [ FAILED ] LibRadosTwoPoolsPP.HitSetWrite
- 04:58 PM RADOS Backport #55047 (Resolved): quincy: rados/test.sh hangs while running LibRadosTwoPoolsPP.Manifest...
- 04:58 PM RADOS Backport #55439 (Resolved): quincy: FAILED ceph_assert due to issue manifest API to the original ...
- 04:58 PM mgr Backport #53606 (Resolved): octopus: mgr/telemetry: fix waiting for mgr to warm up
- 04:12 PM mgr Backport #53606: octopus: mgr/telemetry: fix waiting for mgr to warm up
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45772
merged - 04:56 PM RADOS Backport #54468 (Resolved): octopus: Setting osd_pg_max_concurrent_snap_trims to 0 prematurely cl...
- 04:15 PM RADOS Backport #54468: octopus: Setting osd_pg_max_concurrent_snap_trims to 0 prematurely clears the sn...
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45324
merged - 04:56 PM RADOS Backport #55074 (Resolved): octopus: osd: osd_fast_shutdown_notify_mon not quite right
- 04:13 PM RADOS Backport #55074: octopus: osd: osd_fast_shutdown_notify_mon not quite right
- Laura Flores wrote:
> https://github.com/ceph/ceph/pull/45655
merged - 04:54 PM Revision 148a6d99 (ceph): common/ceph_time: Don't define public things in time_detail
- Defining things in a detail section and then using them outside turned
out to not be the best idea.
Signed-off-by: A... - 04:51 PM cephsqlite Bug #55606: [ERR] Unhandled exception from module ''devicehealth'' while running on mgr.y: unknown
- Nitzan Mordechai wrote:
> /home/teuthworker/archive/yuriw-2022-04-29_15:44:49-rados-wip-yuri5-testing-2022-04-28-100... - 05:12 AM cephsqlite Bug #55606 (In Progress): [ERR] Unhandled exception from module ''devicehealth'' while running ...
- /home/teuthworker/archive/yuriw-2022-04-29_15:44:49-rados-wip-yuri5-testing-2022-04-28-1007-distro-default-smithi/681...
- 04:30 PM Backport #55616 (Resolved): pacific: Nose is no longer maintained and is now actively breaking te...
- https://github.com/ceph/ceph/pull/46255
- 04:30 PM Backport #55615 (Resolved): quincy: Nose is no longer maintained and is now actively breaking tes...
- https://github.com/ceph/ceph/pull/46254
- 04:29 PM Cleanup #54252 (Pending Backport): Nose is no longer maintained and is now actively breaking test...
- 04:28 PM Revision f0e30f67 (ceph): Merge pull request #45064 from s-t-e-v-e-n-k/no-direct-use-of-nose
- test: No direct use of nose
Reviewed-by: Casey Bodley <cbodley@redhat.com> - 04:26 PM Revision fbf53a25 (ceph): common/ceph_time: add operator<< for signedspan
- * templatize operator<<(ostream&, duration<>), so it works for more
duration<> classes with minimal efforts -- we j... - 04:26 PM Revision 8543e24f (ceph): common/ceph_time: move operator<<(ostream&, timespan&) into std namespace
- otherwise compiler is not able to find it as the "timespan" here is
actually a class defined in std namespace, even i... - 04:16 PM mgr Backport #53620: octopus: Module 'devicehealth' has failed: can't subtract offset-naive and offse...
- Yaarit Hatuka wrote:
> https://github.com/ceph/ceph/pull/45287
merged - 04:16 PM Revision 7bcd66c3 (ceph): Merge pull request #45287 from yaarith/wip-52327-octopus
- octopus: mgr/devicehealth: fix missing timezone from time delta calculation
Reviewed-by: Laura Flores <lflores@redha... - 04:15 PM Revision 3f454b64 (ceph): Merge pull request #45324 from ljflores/wip-54468-octopus
- octopus: osd: require osd_pg_max_concurrent_snap_trims > 0
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Da... - 04:15 PM RADOS Bug #54592: partial recovery: CEPH_OSD_OP_OMAPRMKEYRANGE should mark omap dirty
- https://github.com/ceph/ceph/pull/45593 merged
- 04:14 PM Revision 7814d6ba (ceph): Merge pull request #45593 from vumrao/wip-vumrao-55019
- octopus: osd/PrimaryLogPG.cc: CEPH_OSD_OP_OMAPRMKEYRANGE should mark omap dirty
Reviewed-by: Neha Ojha <nojha@redhat... - 04:13 PM Revision 075f1d4c (ceph): Merge pull request #45655 from ljflores/wip-55074-octopus
- octopus: osd/OSD: osd_fast_shutdown_notify_mon not quite right
Reviewed-by: Nitzan Mordechai <nmordech@redhat.com> - 04:12 PM Revision 1d35f104 (ceph): Merge pull request #45772 from ljflores/wip-53606-octopus
- octopus: mgr/telemetry: fix waiting for mgr to warm up
Reviewed-by: Yaarit Hatuka <yaarithatuka@gmail.com> - 03:55 PM rgw Backport #55614 (In Progress): quincy: GetBucketTagging returns wrong NoSuchTagSetError instead o...
- https://github.com/ceph/ceph/pull/50103
- 03:55 PM rgw Backport #55613 (In Progress): pacific: GetBucketTagging returns wrong NoSuchTagSetError instead ...
- https://github.com/ceph/ceph/pull/50533
- 03:55 PM rgw Backport #55612 (Rejected): octopus: GetBucketTagging returns wrong NoSuchTagSetError instead of ...
- 03:54 PM rgw Bug #55460 (Pending Backport): GetBucketTagging returns wrong NoSuchTagSetError instead of NoSuch...
- 03:53 PM RADOS Bug #52993: upgrade:octopus-x Test: Upgrade test failed due to timeout of the "ceph pg dump" command
- Similar problem happened on a rados/singleton test for Octopus:
/a/yuriw-2022-04-26_20:58:55-rados-wip-yuri2-testi... - 03:03 PM Dashboard Backport #55416 (In Progress): quincy: mgr/dashboard: snaptrim_wait is considered Unknown
- 03:02 PM Revision 33dda693 (ceph): mgr/dashboard: fix wrong pg status processing
- Fixes: https://tracker.ceph.com/issues/54481
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
(cherry picked from ... - 03:02 PM Dashboard Backport #55415 (In Progress): pacific: mgr/dashboard: snaptrim_wait is considered Unknown
- 03:02 PM Revision 69b7b85d (ceph): mgr/dashboard: fix wrong pg status processing
- Fixes: https://tracker.ceph.com/issues/54481
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
(cherry picked from ... - 02:59 PM rgw Bug #14991 (Won't Fix - EOL): rgw core dump with ceph::log::Log::is_inside_log_lock
- 02:41 PM rbd Backport #54323: octopus: allow rbd_default_map_options to be overridden at pool and image level
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45182
merged - 02:41 PM Revision e7bbf855 (ceph): Merge pull request #45182 from ideepika/wip-54323-octopus
- octopus: tools/rbd: expand where option rbd_default_map_options can be set
Reviewed-by: Christopher Hoffman <choffma... - 02:39 PM rbd Backport #54380: octopus: c++20: compilation failures around BitVector::NoInitAllocator
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45180
merged - 02:39 PM Revision fd521603 (ceph): Merge pull request #45180 from ideepika/wip-54380-octopus
- octopus: common: replace BitVector::NoInitAllocator with wrapper struct
Reviewed-by: Ilya Dryomov <idryomov@redhat.com> - 02:34 PM Revision 3bc0354b (ceph): Merge pull request #45762 from NitzanMordhai/wip-nitzan-test-cls-lock-e...
- cls_lock: check expired lock before unlock
Reviewed-by: Brad Hubbard <bhubbard@redhat.com> - 02:34 PM Revision 6322d1aa (ceph): Merge pull request #45529 from NitzanMordhai/wip-nitzan-pglog-dups-not-...
- osd/PGLog.cc: Trim duplicates by number of entries
Reviewed-by: Mykola Golub <mgolub@suse.com>
Reviewed-by: Josh Dur... - 02:32 PM Revision 7268e457 (ceph): Merge pull request #44839 from NitzanMordhai/wip-nitzan-mon-ok-to-stop
- mon/Monitor: Validate monitor ids during 'mon ok-to-stop' cmd
Reviewed-by: Sridhar Seshasayee <sseshasa@redhat.com>
... - 02:29 PM rgw Backport #52072: octopus: PutObjRentention allows invalid changes to retention mode
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45441
merged - 02:28 PM Revision db0066c7 (ceph): Merge pull request #45441 from cfsnyder/wip-52072-octopus
- octopus: rgw: add the condition of lock mode conversion to PutObjRentention
Reviewed-by: Casey Bodley <cbodley@redha... - 02:11 PM Revision 48fe886b (ceph): mgr/dashboard: avoid overriding the configuration in package.json
- the warning in npm run build is `Option "configuration" was already specified with value "en-US". The
new value "prod... - 02:06 PM rgw Bug #46563: Metadata synchronization failed,"metadata is behind on 1 shards" appear
- There is a PR supposedly fixing this issue: https://github.com/ceph/ceph/pull/46148
- 02:06 PM rgw Bug #39657: multisite: metadata sync does not keep retrying failed entries
- There is a PR supposedly fixing this issue: https://github.com/ceph/ceph/pull/46148
- 01:36 PM Orchestrator Feature #55610: Provide a way to cancel ceph orch apply -i
- ...
- 01:34 PM Orchestrator Feature #55610 (New): Provide a way to cancel ceph orch apply -i
- As best I can tell, there is no way to cancel this operation if it goes badly. See https://lists.ceph.io/hyperkitty/...
- 12:16 PM Revision 4b8c66a0 (ceph): rgw_rest_user_policy: [55603] Fix Get & List User Policy responses
- GetUserPolicy & ListUserPolicies responses has few mistakes/typos if compared
with aws documentation of the API's.
Wh... - 12:10 PM CephFS Bug #55332: Failure in snaptest-git-ceph.sh (it's an async unlink/create bug)
- Jeff Layton wrote:
> > Anyway we need to make sure the unlink and create sequence in either the client side or the M... - 10:34 AM CephFS Bug #55332: Failure in snaptest-git-ceph.sh (it's an async unlink/create bug)
- > Anyway we need to make sure the unlink and create sequence in either the client side or the MDS side.
We do d_dr... - 09:37 AM CephFS Bug #55332: Failure in snaptest-git-ceph.sh (it's an async unlink/create bug)
- Venky Shankar wrote:
> Xiubo Li wrote:
> > Venky Shankar wrote:
> > > This happens at least once when running fs s... - 09:13 AM CephFS Bug #55332: Failure in snaptest-git-ceph.sh (it's an async unlink/create bug)
- Xiubo Li wrote:
> Locally when I running the _*snaptest-git-ceph.sh*_ tests there had two MDS daemons crash with:
>... - 09:06 AM CephFS Bug #55332: Failure in snaptest-git-ceph.sh (it's an async unlink/create bug)
- Xiubo Li wrote:
> Venky Shankar wrote:
> > This happens at least once when running fs suite. Latest - https://pulpi... - 08:32 AM CephFS Bug #55332: Failure in snaptest-git-ceph.sh (it's an async unlink/create bug)
- Locally when I running the _*snaptest-git-ceph.sh*_ tests there had two MDS daemons crash with:...
- 06:08 AM CephFS Bug #55332: Failure in snaptest-git-ceph.sh (it's an async unlink/create bug)
- Venky Shankar wrote:
> This happens at least once when running fs suite. Latest - https://pulpito.ceph.com/vshankar-... - 05:44 AM CephFS Bug #55332: Failure in snaptest-git-ceph.sh (it's an async unlink/create bug)
- This happens at least once when running fs suite. Latest - https://pulpito.ceph.com/vshankar-2022-05-09_10:08:21-fs-w...
- 11:46 AM Revision 1e3fb3c8 (ceph): qa: testcase test_get_without_target_name fixed
- Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
- 11:46 AM Revision 64df8c2c (ceph): cephfs-shell: get command should never create a directory on its own
- Descrption: When using the get command on a single file, it would append the remote path to
source path a... - 11:46 AM Revision 4da419ed (ceph): qa: path in test_get_with_target_name() fixed
- Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
- 11:46 AM Revision aa9938aa (ceph): qa: added testcase to check get cmd doesn't create subdirs on its own
- Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
- 11:46 AM Revision 689927b0 (ceph): cephfs-shell: get cmd must get both path and should validate them
- Description:
- While using `get` command, `local_path` parameter is optional. Changing it
to mandatory.
- Rationa... - 11:46 AM Revision db8ff8b8 (ceph): doc/man/cephfs-shell.rst: get cmd must accept both path mandatorily
- Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
- 11:41 AM Revision 31ce2eff (ceph): qa: removed test_without_target_dir
- Rationale: get and put now demand both the paths mandatorily.
Also testing of get and put without target p... - 11:40 AM Revision cfeab92e (ceph): cephfs-shell: put cmd must accept both paths and validate local_path
- Description:
- `put` command didn't display any error when file at local_path was not
found. This PR intends to a... - 11:40 AM Revision e52fb12c (ceph): qa: added tests to make sure put accepts both paths and validate local ...
- Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
- 11:40 AM Revision 70e21a92 (ceph): doc/man/cephfs-shell.rst: put cmd must accept both path mandatorily
- Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
- 10:44 AM Dashboard Bug #55609 (Triaged): mgr/dashboard: kcli cephadm e2e failure
- 10:42 AM Revision 4281dc1b (ceph): cephadm: prometheus: The generatorURL in alerts is only using hostname
- Prometheus is currently using only the hostname in the 'generatorURL' of an alert which causes issues when clicking o...
- 09:50 AM Revision a1c5052c (ceph): osd: cleanup object_stat_sum_t initialization
- Fix the confusing combination of default-member-initializers
for some members and direct initialization of others in
... - 09:04 AM mgr Bug #39096: common/Timer.cc: 50: FAILED ceph_assert(thread == __null) in ~SafeTimer
- ceph tell mds.xxx injectargs '--mds_cache_memory_limit 1652177345' assert fail,
common/Timer.cc: 50: FAILED ceph_ass... - 08:58 AM Revision 234d1c85 (ceph): os/bluestore: use swap for deferred_stable when not bluefs_layout.singl...
- Fixes: https://tracker.ceph.com/issues/55608
When `bluefs_layout.single_shared_device()` is false and `deferred_done... - 08:52 AM Revision be9b7819 (ceph): mgr/cephadm: fix unit.stop for ceph daemons
- Fixes: https://tracker.ceph.com/issues/55466
Signed-off-by: Redouane Kachach <rkachach@redhat.com> - 08:48 AM bluestore Feature #55608 (Fix Under Review): Use swap for deferred_stable when not bluefs_layout.single_sha...
- When bluefs_layout.single_shared_device() is false and deferred_done is not empty, the deferred_stable_queue is alway...
- 08:22 AM Revision 0e0135a1 (ceph): mgr/cephadm: Adding prometheus service discovery endpoints
- Signed-off-by: Redouane Kachach <rkachach@redhat.com>
Fixes: https://tracker.ceph.com/issues/54309 - 08:10 AM Revision 6ec1565b (ceph): rgw: support conditional tracing using lua script
- before lua script is being executed, we keep the tracer runtime configuration value, and then decides whether to trac...
- 06:28 AM Revision b7d2b252 (ceph): test/osd/scrub: scrubber backend test files
- introducing the scrubber_generators to create
scrubber test data, and the scrubber_test_datasets
for pre-prepared tes... - 06:28 AM Revision ce7e7e51 (ceph): test: fixing compilation issues with kv_store_bench
- Existing code relied on an include path that had
specified 'using std'.
Signed-off-by: Ronen Friedman <rfriedma@redh... - 06:18 AM Revision 862065de (ceph): rbd-mirror: straighten ImageReplayer::stop() a bit
- - don't default on_finish parameter
- m_restart_requested is set in ImageReplayer::restart() which is the
only rest... - 06:18 AM Revision 33a484bb (ceph): rbd-mirror: manual stop should take precedence over regular stop
- Somewhat similar to commit 0a3794e56256 ("rbd-mirror: make stop
properly cancel restart"), make it so that a) if a ma... - 06:18 AM Revision 54b0b7a3 (ceph): rbd-mirror: turn m_on_stop_finish into a list of Contexts
- Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 4ad31cd0583ebb695a9d84a35b9fc20ad9ec8585) - 06:18 AM Revision 484d3534 (ceph): rbd-mirror: synchronize with in-flight stop in ImageReplayer::stop()
- Complete on_finish right away only if the replayer is stopped (meaning
that it is legible to be restarted immediately... - 06:18 AM Revision c62f9f97 (ceph): test/rbd_mirror: grab timer lock before calling add_event_after()
- add_event_after() expects an externally provided mutex to be held
for the call. This was missed in commit 8965a0f2a6... - 06:12 AM Revision 2852ea77 (ceph): test/scrub/osd: scrubber-related interface changes
- required to facilitate testing
Signed-off-by: Ronen Friedman <rfriedma@redhat.com> - 05:56 AM Revision 6f459d8b (ceph): Merge pull request #46164 from rishabh-d-dave/vstart-minor-fixes
- qa/vstart_runner: minor bug fix and minor adjustments
Reviewed-by: Venky Shankar <vshankar@redhat.com> - 05:29 AM rgw Bug #55607 (Can't reproduce): tests CmpOmap.cmp_vals_u64_empty_default\CmpOmap.cmp_rm_keys_u64_em...
- /home/teuthworker/archive/yuriw-2022-04-29_15:44:49-rados-wip-yuri5-testing-2022-04-28-1007-distro-default-smithi/681...
- 05:24 AM Bug #55531: octopus: No remote osd logs captured in dead jobs
- /home/teuthworker/archive/yuriw-2022-04-29_15:44:49-rados-wip-yuri5-testing-2022-04-28-1007-distro-default-smithi/681...
- 05:22 AM RADOS Bug #48440: log [ERR] : scrub mismatch
- /home/teuthworker/archive/yuriw-2022-04-29_15:44:49-rados-wip-yuri5-testing-2022-04-28-1007-distro-default-smithi/681...
- 05:20 AM RADOS Bug #45721: CommandFailedError: Command failed (workunit test rados/test_python.sh) FAIL: test_ra...
- /home/teuthworker/archive/yuriw-2022-04-29_15:44:49-rados-wip-yuri5-testing-2022-04-28-1007-distro-default-smithi/681...
- 05:18 AM RADOS Bug #49591: no active mgr (MGR_DOWN)" in cluster log
- /home/teuthworker/archive/yuriw-2022-04-29_15:44:49-rados-wip-yuri5-testing-2022-04-28-1007-distro-default-smithi/681...
- 04:50 AM Revision d22869b2 (ceph): Merge pull request #46217 from Matan-B/wip-matanb-c-shard_services
- crimson/osd: Moving shard_services to PGBackend
Reviewed-by: Samuel Just <sjust@redhat.com> - 02:41 AM Revision 7f022510 (ceph): Merge pull request #46208 from rzarzynski/wip-crimson-main-using-cleanups
- crimson/osd: drop "using ..." from main.cc
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Kefu Chai <tchai... - 02:27 AM bluestore Bug #53184: failed to start new osd due to SIGSEGV in BlueStore::read()
- If you need additional information, please comment.
- 12:21 AM bluestore Bug #55328: OSD crashed due to checksum error
- Can anyone respond? I believe this is a serious problem since data seems to be broken.
05/10/2022
- 11:25 PM rgw Backport #53037: octopus: rgw: cls_bucket_list_unordered() might return repeating or partial resu...
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45458
merged - 11:25 PM Revision 6d428846 (ceph): Merge pull request #45458 from cfsnyder/wip-53037-octopus
- octopus: rgw: cls_bucket_list_unordered() might return one redundent entry every time is_truncated is true
Reviewed-... - 11:24 PM rgw Backport #53653: octopus: `radosgw-admin reshard stale-instances rm` can't remove stale-indexs wh...
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45481
merged - 11:24 PM Revision 35f7732a (ceph): Merge pull request #45481 from cfsnyder/wip-53653-octopus
- octopus: rgw: init bucket index only if putting bucket instance info succeeds
Reviewed-by: Casey Bodley <cbodley@red... - 11:24 PM rgw Backport #54075: octopus: Memory leak in radosgw-admin bucket chown command
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45492
merged - 11:24 PM Revision c2e32b7a (ceph): Merge pull request #45492 from cfsnyder/wip-54075-octopus
- octopus: rgw: bucket chown bad memory usage
Reviewed-by: Casey Bodley <cbodley@redhat.com> - 11:23 PM rgw Backport #54085: octopus: librgw: make rgw file handle versioned
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45496
merged - 11:23 PM Revision 7e8282cb (ceph): Merge pull request #45496 from cfsnyder/wip-54085-octopus
- octopus: librgw: make rgw file handle versioned
Reviewed-by: Casey Bodley <cbodley@redhat.com> - 11:23 PM rgw Backport #54149: octopus: PostObj ignores error, may lose data
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45503
merged - 11:23 PM Revision 31a7ce8d (ceph): Merge pull request #45503 from cfsnyder/wip-54149-octopus
- octopus: rgw: RGWPostObj::execute() may lost data.
Reviewed-by: Casey Bodley <cbodley@redhat.com> - 11:22 PM rgw Backport #55045: octopus: cls_rgw_suggest_changes() may accidentally delete newly-completed entries
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45902
merged - 11:22 PM Revision ec5d6a5d (ceph): Merge pull request #45902 from ivancich/wip-55045-octopus
- octopus: cls/rgw: rgw_dir_suggest_changes detects race with completion
Reviewed-by: Casey Bodley <cbodley@redhat.com> - 11:22 PM rgw Backport #52349: octopus: XML responses return different order of XML elements
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45449
merged - 11:22 PM Revision 64c42d9d (ceph): Merge pull request #45449 from cfsnyder/wip-52349-octopus
- octopus: rgw: change order of xml elements in ListRoles response
Reviewed-by: Casey Bodley <cbodley@redhat.com> - 10:06 PM Bug #55531: octopus: No remote osd logs captured in dead jobs
- /a/yuriw-2022-05-09_21:42:51-rados-wip-yuri2-testing-2022-04-26-1132-octopus-distro-default-smithi/6829091
- 08:03 PM rbd Bug #55094: quincy: ceph rbd mirror snapshot schedule status fails to match level spec
- Sorry for the late reply. I think that yes, this may now be resolved with the current quincy image. I'm going to re-...
- 07:03 PM Revision cf96c6f8 (ceph): googletest submodule: pick up change to silence error=maybe-uninitializ...
- to include the fix of https://github.com/google/googletest/pull/3024
otherwise GCC-11 fails to compile the tests wit... - 06:27 PM Orchestrator Bug #55605: Rook orchestrator py exception with NFS commands
- I can also confirm that this issue is a regression in v17.2.0. The problem is *not* present in the latest development...
- 05:27 PM Orchestrator Bug #55605: Rook orchestrator py exception with NFS commands
- John Mulligan identified a bit of code in the orchestrator that is likely related:
this is stab in the dark but th... - 05:05 PM Orchestrator Bug #55605 (Resolved): Rook orchestrator py exception with NFS commands
- Some `ceph nfs` commands are failing with the Quincy v17.2.0 release of Ceph using the Rook orchestrator module. (Of ...
- 05:49 PM Orchestrator Bug #55596 (Fix Under Review): Don't cache SSH config if host fails to join cluster
- 03:02 PM Orchestrator Bug #55596 (Resolved): Don't cache SSH config if host fails to join cluster
- I accidentally ran ...
- 05:28 PM CephFS Fix #55536 (Resolved): cephfs-shell: print proper python error message
- 05:28 PM Revision 5e1ec0cb (ceph): Merge pull request #46110 from dparmar18/fix_onecmd
- cephfs-shell: make onecmd() print proper error msg
Reviewed-by: Venky Shankar <vshankar@redhat.com> - 05:27 PM Revision acf17ed4 (ceph): mgr/cephadm: don't use cached conns for hosts not in cluster
- Fixes: https://tracker.ceph.com/issues/55596
Signed-off-by: Adam King <adking@redhat.com> - 05:27 PM Revision 8cfef719 (ceph): Merge pull request #46047 from dparmar18/qa_testcephfs_shell_pep8_fixes
- qa/cephfs/test_cephfs_shell: Fixed pep8 formatting violations
Reviewed-by: Venky Shankar <vshankar@redhat.com> - 05:14 PM Revision a50ac60f (ceph): mgr/dashboard: fix overlapping icons in forms
- Fixes: https://tracker.ceph.com/issues/55604
Signed-off-by: Ernesto Puerta <epuertat@redhat.com> - 05:06 PM Revision cffc58dc (ceph): Merge pull request #46219 from zdover23/wip-doc-45512-backport-to-octopus
- octopus: ceph/admin: s/master/main
Reviewed-by: Laura Flores <lflores@redhat.com> - 04:59 PM Dashboard Bug #55604 (Resolved): mgr/dashboard: form field validation icons overlap with other icons
- !validation_icons_chrome.png!
Seems to be caused by the following CSS rule in the @styles.css@ file (it's a Boostr... - 04:57 PM rgw Bug #55603 (Pending Backport): user policy API incompatibilities with aws
- GetUserPolicy & ListUserPolicies responses has few mistakes/typos when compared with aws documentation.
Due to this ... - 04:57 PM Orchestrator Bug #55602 (New): Adding OSDs does not work as documented
- ...
- 04:41 PM Dashboard Backport #55600 (In Progress): quincy: mgr/dashboard: introduce memory and cpu usage for daemons
- 04:10 PM Dashboard Backport #55600 (Resolved): quincy: mgr/dashboard: introduce memory and cpu usage for daemons
- https://github.com/ceph/ceph/pull/46220
- 04:40 PM Revision c2f07f61 (ceph): mgr/dashboard: fix linting errors and add test
- Fixes: https://tracker.ceph.com/issues/55218
Signed-off-by: Aashish Sharma <aasharma@redhat.com>
(cherry picked from ... - 04:33 PM Revision 4c17b52b (ceph): mgr/dashboard: introduce memory and cpu usage for daemons
- Fixes: https://tracker.ceph.com/issues/55218
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
Co-authored-by: Aashis... - 04:10 PM Dashboard Backport #55601 (Resolved): pacific: mgr/dashboard: introduce memory and cpu usage for daemons
- https://github.com/ceph/ceph/pull/46459
- 04:09 PM rgw Bug #55599 (In Progress): rgw: zipper/dbstore: implement lifecycle support
- There are a few areas not yet generalized:
1) radosgw-admin lc list
2) unification of lc sharding itself (it's no... - 04:06 PM Dashboard Feature #55218 (Pending Backport): mgr/dashboard: introduce memory and cpu usage for daemons
- 04:06 PM Revision be1c083b (ceph): Merge pull request #45808 from rhcs-dashboard/add-cpu/mem-usage
- mgr/dashboard: introduce memory and cpu usage for daemons
Reviewed-by: Sarthak0702 <NOT@FOUND>
Reviewed-by: Aashish ... - 04:03 PM Revision 094034f6 (ceph): jenkinsfile: add containerized pipeline
- Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
- 04:00 PM Dashboard Backport #55598 (Resolved): quincy: mgr/dashboard: smart data fetching error
- https://github.com/ceph/ceph/pull/46455
- 04:00 PM Dashboard Backport #55597 (Resolved): pacific: mgr/dashboard: smart data fetching error
- 03:56 PM Dashboard Bug #55571 (Pending Backport): mgr/dashboard: smart data fetching error
- 03:55 PM Revision fd7d50c8 (ceph): Merge pull request #46190 from rhcs-dashboard/smart-data-fix
- mgr/dashboard: fix smart data error
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Paul Cuzner <pcuz... - 03:53 PM Revision a227e400 (ceph): doc/dev: update basic-workflow.rst
- This PR updates the basic-workflow.rst file
to serve the needs of people in 2022 who were not
present at jump street.... - 03:44 PM Revision f272477b (ceph): qa/tasks/ceph: extract update_archive_setting()
- for better readability
also update the comment in `ceph_crash()` to reflect the changed
settings
Signed-off-by: Kef... - 03:17 PM Revision 86877c23 (ceph): ceph/admin: s/master/main
- This PR changes the name "master" to "main" so
that builds (and, I assume, a great many other
things) will not fail.
... - 02:58 PM Revision 3ed1dfee (ceph): Merge pull request #45894 from rishabh-d-dave/stop-sh-check-mdss
- src/stop.sh: check if ceph-mds daemon(s) exist beforehand
Reviewed-by: Venky Shankar <vshankar@redhat.com> - 02:47 PM CephFS Backport #55413: quincy: mds: add perf counter to record slow replies
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/46156
merged - 02:47 PM Revision 6551f450 (ceph): Merge pull request #46156 from nmshelke/wip-55413-quincy
- quincy: mds: add a perf counter to record slow replies
Reviewed-by: Venky Shankar <vshankar@redhat.com> - 02:45 PM CephFS Backport #55540: quincy: cephfs-top: multiple file system support
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/46147
merged - 02:45 PM Revision bbd6e7ef (ceph): Merge pull request #46147 from neesingh-rh/wip-55540-quincy
- quincy: cephfs-top: Multiple filesystem support
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Reviewed-by: Nikhil... - 02:44 PM Revision 4af8a884 (ceph): mgr/cephadm: fixing yaml parsing during bootstrap
- Fixes: https://tracker.ceph.com/issues/55555
Signed-off-by: Redouane Kachach <rkachach@redhat.com> - 02:43 PM CephFS Backport #55376: quincy: mgr/volumes: allow users to add metadata (key-value pairs) to subvolumes
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45994
merged - 02:43 PM Revision 29d32049 (ceph): Merge pull request #45994 from nmshelke/wip-55376-quincy
- quincy: mgr/volumes: set, get, list and remove metadata of subvolume
Reviewed-by: Venky Shankar <vshankar@redhat.com> - 02:43 PM CephFS Backport #55039: quincy: ceph-fuse: mount -a on already mounted folder should be ignored
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45939
merged - 02:43 PM Revision 62d9feff (ceph): Merge pull request #45939 from nmshelke/wip-55039-quincy
- quincy: ceph-fuse: ignore fuse mount failure if path is already mounted
Reviewed-by: Venky Shankar <vshankar@redhat.... - 02:40 PM rgw Backport #52114: octopus: hadoop: broken mirror for apache-maven download
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45446
merged - 02:40 PM Revision 0384c91a (ceph): Merge pull request #45446 from cfsnyder/wip-52114-octopus
- octopus: qa/rgw: update apache-maven mirror for rgw/hadoop-s3a
Reviewed-by: Casey Bodley <cbodley@redhat.com> - 02:40 PM rgw Backport #52108: octopus: multisite: if mdlogs are trimmed prematurely, 'radosgw-admin sync statu...
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45443
merged - 02:40 PM Revision 9f1b4c54 (ceph): Merge pull request #45443 from cfsnyder/wip-52108-octopus
- octopus: radosgw-admin: 'sync status' is not behind if there are no mdlog entries
Reviewed-by: Casey Bodley <cbodley... - 02:39 PM rgw Backport #51700: octopus: S3 CopyObject: failed to parse copy location
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45431
merged - 02:39 PM Revision 508f3d56 (ceph): Merge pull request #45431 from cfsnyder/wip-51700-octopus
- octopus: rgw: url_decode before parsing copysource in copyobject
Reviewed-by: Casey Bodley <cbodley@redhat.com> - 02:38 PM rgw Backport #54495: octopus: segmentation fault in UserAsyncRefreshHandler::init_fetch
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45412
merged - 02:38 PM Revision bcdc2fe2 (ceph): Merge pull request #45412 from cfsnyder/wip-54495-octopus
- octopus: rgw: fix segfault in UserAsyncRefreshHandler::init_fetch
Reviewed-by: Casey Bodley <cbodley@redhat.com> - 02:34 PM Revision 55b0f164 (ceph): Merge pull request #46042 from cbodley/wip-55459
- octopus: rgw: RGWCoroutine::set_sleeping() checks for null stack
Reviewed-by: Casey Bodley <cbodley@redhat.com> - 02:32 PM Revision aa9783fa (ceph): Merge pull request #45523 from cbodley/wip-54622
- octopus: rgw: parse tenant name out of rgwx-bucket-instance
Reviewed-by: Shilpa Jagannath <smanjara@redhat.com> - 02:24 PM rgw Backport #53867: octopus: consecutive complete-multipart-upload requests following the 1st (succe...
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45488
merged - 02:24 PM Revision 14f9e9f8 (ceph): Merge pull request #45488 from cfsnyder/wip-53867-octopus
- octopus: rgw: return OK on consecutive complete-multipart reqs
Reviewed-by: Casey Bodley <cbodley@redhat.com> - 02:24 PM rgw Backport #53836: octopus: [doc] mention support for cross-region replication (added with per-buck...
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45485
merged - 02:23 PM Revision e421bb08 (ceph): Merge pull request #45485 from cfsnyder/wip-53836-octopus
- octopus: rgw: document S3 bucket replication support
Reviewed-by: Casey Bodley <cbodley@redhat.com> - 02:21 PM rgw Backport #53157: octopus: sse: on missing kms keyid, return 400 InvalidArgument instead 403 Inval...
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45462
merged - 02:21 PM Revision 920f2243 (ceph): Merge pull request #45462 from cfsnyder/wip-53157-octopus
- octopus: rgw:When KMS encryption is used and the key does not exist, we should…
Reviewed-by: Casey Bodley <cbodley@r... - 02:21 PM rgw Backport #53078: octopus: notifications: http endpoints with one trailing slash are considered ma...
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45460
merged - 02:20 PM Revision 596abf14 (ceph): Merge pull request #45460 from cfsnyder/wip-53078-octopus
- octopus: src/rgw: Fix for malformed url
Reviewed-by: Casey Bodley <cbodley@redhat.com> - 02:19 PM Revision 006cfa4d (ceph): Merge pull request #46143 from tchaikov/wip-dashboard-angular
- cmake: s/--prod/--configuration=production/
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Nizamudee... - 02:19 PM rgw Backport #52989: octopus: rgw: document rgw_lc_debug_interval configuration option
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45454
merged - 02:18 PM Revision 09b5870c (ceph): Merge pull request #45454 from cfsnyder/wip-52989-octopus
- octopus: rgw: document rgw_lc_debug_interval configuration option
Reviewed-by: Casey Bodley <cbodley@redhat.com> - 02:18 PM rgw Backport #52957: octopus: ERROR: failed to list reshard log entries, oid=reshard.0000000000 marke...
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45452
merged - 02:18 PM Revision d30c5d15 (ceph): Merge pull request #45452 from cfsnyder/wip-52957-octopus
- octopus: radosgw-admin: 'reshard list' doesn't log ENOENT errors
Reviewed-by: Casey Bodley <cbodley@redhat.com> - 02:17 PM Orchestrator Bug #55595 (Fix Under Review): cephadm: prometheus: The generatorURL in alerts is only using host...
- 01:03 PM Orchestrator Bug #55595 (Resolved): cephadm: prometheus: The generatorURL in alerts is only using hostname
- Prometheus is currently using only the hostname in the 'generatorURL' of an alert which causes issues when clicking o...
- 02:16 PM Revision 9af99c30 (ceph): crimson/osd: Moving shard_services to PGBackend
- ec and replicated backends are derived from PGBackend,
shard_services should be a member of the base class.
Signed-o... - 01:39 PM Orchestrator Bug #44781: cephadm: monitoring: root volume alert doesn't work in container
- This is a very old issue but probably it's fixed by changes from the PR https://github.com/ceph/ceph/pull/45597 becau...
- 12:53 PM Linux kernel client Bug #55575 (Rejected): task blocked for more than 122 seconds.
- That kernel is quite old, and I don't think it has the patches here:
https://lore.kernel.org/ceph-devel/202106... - 12:38 PM RADOS Backport #53971 (In Progress): octopus: BufferList.rebuild_aligned_size_and_memory failure
- https://github.com/ceph/ceph/pull/46216
- 12:33 PM Revision 49872ccf (ceph): test/bufferlist: ensure rebuild_aligned_size_and_memory() always rebuilds.
- Before the patch the test case was showing an unreliable behaviour
dependent on the underlying memory allocator. It w... - 12:32 PM Revision f03fee0a (ceph): test/bufferlist: assert the rebuild in rebuild_aligned_size_and_memory(...
- For the investigation of failures like the following one:
```
[ RUN ] BufferList.rebuild_aligned_size_and_memor... - 12:32 PM RADOS Backport #53972 (In Progress): pacific: BufferList.rebuild_aligned_size_and_memory failure
- https://github.com/ceph/ceph/pull/46215
- 12:28 PM Revision ac69959e (ceph): test/bufferlist: ensure rebuild_aligned_size_and_memory() always rebuilds.
- Before the patch the test case was showing an unreliable behaviour
dependent on the underlying memory allocator. It w... - 12:28 PM Revision 420aea6b (ceph): test/bufferlist: assert the rebuild in rebuild_aligned_size_and_memory(...
- For the investigation of failures like the following one:
```
[ RUN ] BufferList.rebuild_aligned_size_and_memor... - 12:24 PM Revision 66331f4b (ceph): Merge pull request #46093 from pdvian/wip-admin-curl
- examples: Add rgw script to access admin APIs using curl
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
Reviewed-b... - 12:20 PM Dashboard Backport #55594 (Resolved): pacific: mgr/dashboard: show smart data of hdd devices with scsi prot...
- 12:20 PM Dashboard Backport #55593 (Resolved): quincy: mgr/dashboard: show smart data of hdd devices with scsi protocol
- https://github.com/ceph/ceph/pull/46455
- 12:18 PM Backport #54275 (In Progress): quincy: rados: 16.2.7 multiple gcc-12 compile errors
- https://github.com/ceph/ceph/pull/46214
- 12:17 PM Dashboard Bug #55574 (Pending Backport): mgr/dashboard: show smart data of hdd devices with scsi protocol
- 12:17 PM Revision c959ae67 (ceph): Merge pull request #46196 from rhcs-dashboard/smart-data-scsi
- mgr/dashboard: smart data for devices with scsi protocol
Reviewed-by: Aashish Sharma <aasharma@redhat.com>
Reviewed-... - 12:05 PM Backport #54276 (Resolved): pacific: rados: 16.2.7 multiple gcc-12 compile errors
- 11:57 AM Dashboard Backport #55592 (Resolved): pacific: mgr/dashboard: cluster > hosts: services are not services bu...
- 11:57 AM Dashboard Backport #55591 (Resolved): quincy: mgr/dashboard: cluster > hosts: services are not services but...
- https://github.com/ceph/ceph/pull/46455
- 11:55 AM Dashboard Backport #55590 (Resolved): pacific: mgr/dashboard: weird "selected" count in "physical devices" ...
- https://github.com/ceph/ceph/pull/46456
- 11:55 AM Dashboard Backport #55589 (Resolved): quincy: mgr/dashboard: weird "selected" count in "physical devices" t...
- https://github.com/ceph/ceph/pull/46455
- 11:52 AM Dashboard Cleanup #47218 (Pending Backport): mgr/dashboard: cluster > hosts: services are not services but ...
- 11:52 AM Revision 7752d877 (ceph): Merge pull request #46201 from rhcs-dashboard/daemon_count_hosts
- mgr/dashboard: show daemon count instead of services in host page
Reviewed-by: Aashish Sharma <aasharma@redhat.com>
... - 11:51 AM Dashboard Bug #55523 (Pending Backport): mgr/dashboard: weird "selected" count in "physical devices" table ...
- 11:51 AM Revision e24adc95 (ceph): Merge pull request #46174 from rhcs-dashboard/physical-disks-selection
- mgr/dashboard: devices with same UID causes multiselection
Reviewed-by: Sarthak0702 <NOT@FOUND>
Reviewed-by: Aashish... - 11:48 AM Revision 84f7da7a (ceph): Merge pull request #46159 from rhcs-dashboard/disable-external-grafana-...
- mgr/cephadm: Disable external snapshots in grafana
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: Avan Thak... - 11:15 AM Dashboard Bug #55588 (Triaged): mgr/dashboard: mutli-delete of Users and Buckets has 'Create' enabled in dr...
- h3. Description of problem
_here_
h3. Environment
* @ceph version@ string:
* Platform (OS/distro/release)... - 10:06 AM Revision 450a6f0b (ceph): rgw/dbstore: Support user creation via `radosgw-admin`
- With the changes in https://github.com/ceph/ceph/pull/45987 ,
'radosgw-admin' command can be used to execute few admi... - 09:38 AM CephFS Bug #55553 (Resolved): qa/vstart_runner: LocalFuseMount._run_mount_cmd() doesn't return values on...
- 09:38 AM Revision 338e18b8 (ceph): Merge pull request #46169 from rishabh-d-dave/vr-run-mnt-cmd
- qa/vstart_runner: fix bug in LocalFuseMount._run_mount_cmd()
Reviewed-by: Venky Shankar <vshankar@redhat.com> - 09:06 AM Bug #55587 (New): "initial_admin_password" does not work in Grafana Service spec
- When creating a "Grafana service spec" with the key "initial_admin_password" as described here: https://docs.ceph.com...
- 08:51 AM Backport #55561 (In Progress): quincy: cmake: pmdk fails to compile on Centos Stream 9
- 08:50 AM Backport #55560 (In Progress): pacific: cmake: pmdk fails to compile on Centos Stream 9
- 08:46 AM Revision 532ea1c9 (ceph): rpm: use system libpmem on Centos 9 Stream
- We need libpmem 1.10 and Centos 9 Stream has it. On top of sticking
to distro-provided packages being generally a go... - 08:44 AM Revision 621111ca (ceph): rpm: use system libpmem on Centos 9 Stream
- We need libpmem 1.10 and Centos 9 Stream has it. On top of sticking
to distro-provided packages being generally a go... - 08:33 AM Orchestrator Bug #46038 (Closed): cephadm mon start failure: Failed to reset failed state of unit ceph-9342dcf...
- Too old issue which doesn't seem to happen anymore. Please, feel free to reopen if you can reproduce.
- 07:25 AM Revision 4fab6639 (ceph): mgr/dashboard: smart data for devices with scsi protocol
- In the dashboard, we've been showing smart data for hdd devices with ata
protocol only. Otherwise we show a No Smart ... - 07:22 AM CephFS Bug #55332: Failure in snaptest-git-ceph.sh (it's an async unlink/create bug)
- Venky Shankar wrote:
> Another instance: https://pulpito.ceph.com/vshankar-2022-05-02_16:58:59-fs-wip-vshankar-testi... - 04:48 AM CephFS Bug #55332: Failure in snaptest-git-ceph.sh (it's an async unlink/create bug)
- The kernel crash issue has been fixed in https://patchwork.kernel.org/project/ceph-devel/list/?series=639983.
- 06:49 AM Dashboard Feature #55586 (New): mgr/dashboard: use color codes for instances in hosts page
- The Services column has been improved to show the daemon_instances count rather than listing the whole daemons. An im...
- 06:44 AM Revision ee78b476 (ceph): mgr/dashboard: show daemon count instead of services in host page
- Fixes: https://tracker.ceph.com/issues/47218
Signed-off-by: Nizamudeen A <nia@redhat.com> - 05:33 AM Revision c9807d35 (ceph): qa/vstart_runner: fix args to os.path.join()
- Result of os.path.join() before "./bin/ceph-mds" and after
"./bin/./ceph-mds".
Before -
2022-05-05 19:36:11,100.10... - 05:32 AM Revision 3dd15095 (ceph): qa/vstart_runner: minor bug fix and minor adjustments
- The message regarding deletion of helper tools is printed for every
command. This message should be printed only when... - 05:00 AM Revision f0055201 (ceph): Merge pull request #37667 from rishabh-d-dave/vr-inherit-Remote
- vstart_runner: let LocalRemote inherit Remote
Reviewed-by: Venky Shankar <vshankar@redhat.com> - 04:57 AM CephFS Bug #54701 (Fix Under Review): crash: void Server::set_trace_dist(ceph::ref_t<MClientReply>&, CIn...
- 03:56 AM CephFS Bug #54701: crash: void Server::set_trace_dist(ceph::ref_t<MClientReply>&, CInode*, CDentry*, MDR...
- Venky Shankar wrote:
> I've managed to reproduce this crash today. Will send out a fix.
OK. This was not the exac... - 04:38 AM RADOS Bug #53327: osd: osd_fast_shutdown_notify_mon not quite right and enable osd_fast_shutdown_notify...
- they did: https://tracker.ceph.com/issues/55074
- 01:59 AM RADOS Bug #53327: osd: osd_fast_shutdown_notify_mon not quite right and enable osd_fast_shutdown_notify...
- octopus: osd/OSD: osd_fast_shutdown_notify_mon not quite right #45655
https://github.com/ceph/ceph/pull/45655/commit... - 04:31 AM RADOS Backport #55067: octopus: osd_fast_shutdown_notify_mon option should be true by default
- jianwei zhang wrote:
> osd_fast_shutdown(true)
> osd_fast_shutdown_notify_mon(false)
> osd_mon_shutdown_timeout(5... - 12:55 AM RADOS Backport #55067: octopus: osd_fast_shutdown_notify_mon option should be true by default
- osd_fast_shutdown(true)
osd_fast_shutdown_notify_mon(false)
osd_mon_shutdown_timeout(5s) --> cannot send MOSDMar... - 12:49 AM RADOS Backport #55067: octopus: osd_fast_shutdown_notify_mon option should be true by default
- ...
- 12:44 AM RADOS Backport #55067: octopus: osd_fast_shutdown_notify_mon option should be true by default
- mon.a/c has millions of osd_failure (immediate+timeout). There should be messages forwarded by mon.c.
- 12:41 AM RADOS Backport #55067: octopus: osd_fast_shutdown_notify_mon option should be true by default
- ceph version: v15.2.13
I found a problem with the mon election, which should be related to it.
Test steps when ... - 01:02 AM RADOS Bug #53328 (Duplicate): osd_fast_shutdown_notify_mon option should be true by default
- 12:31 AM Revision ab6b68ef (ceph): Merge pull request #46194 from athanatos/sjust/wip-55565
- crimson: fix op tracking related bugs
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
05/09/2022
- 10:57 PM rbd Bug #53959: make check: unittest_rbd_mirror: TestImageReplayer/3.SnapshotRemove FAILED ceph_asser...
- https://jenkins.ceph.com/job/ceph-pull-requests/95045/consoleFull#-5136497327725d52c-2930-43cb-b77a-ae0a919c2170
<... - 09:59 PM rgw Backport #55545: quincy: 17.2.0 build failure on Alpine linux
- Casey Bodley wrote:
> https://github.com/ceph/ceph/pull/46144
merged - 09:59 PM Revision 068d62ae (ceph): Merge pull request #46144 from cbodley/wip-55545
- quincy: cmake/rgw: add missing dependency on Arrow::Arrow
Reviewed-by: J. Eric Ivancich <ivancich@redhat.com> - 09:56 PM rgw Bug #54482: octopus: heap memory leak in radosgw
- https://github.com/ceph/ceph/pull/45283 merged
- 09:55 PM Revision b32c4dcc (ceph): Merge pull request #45283 from cbodley/wip-54482
- octopus: rgw: fix leak of RGWBucketList memory (octopus only)
Reviewed-by: Daniel Gryniewicz <dang@redhat.com> - 09:54 PM rgw Backport #52076: octopus: rgw: resolve empty ordered bucket listing results w/ CLS filtering
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45088
merged - 09:54 PM Revision 3bdf9a27 (ceph): Merge pull request #45088 from dvanders/wip-52076-octopus
- octopus: rgw: resolve empty ordered bucket listing results w/ CLS filtering *and* bucket index list produces incorrec...
- 09:49 PM Orchestrator Feature #55576: [RFE] Add a rescan subcommand to the orch device command
- Sebastian Wagner wrote:
> https://github.com/ceph/ceph/blob/524ef52573141c819a71f9da93dac8db9fb81fc0/src/pybind/mgr/... - 12:26 PM Orchestrator Feature #55576: [RFE] Add a rescan subcommand to the orch device command
- https://github.com/ceph/ceph/blob/524ef52573141c819a71f9da93dac8db9fb81fc0/src/pybind/mgr/cephadm/module.py#L2051
... - 07:51 AM Orchestrator Feature #55576 (Resolved): [RFE] Add a rescan subcommand to the orch device command
- When disks are added/removed on a server (or enclosure) the bus/adapter may need to be rescanned to pick up the chang...
- 09:04 PM Revision 29a00b44 (ceph): crimson/common/operation: trim AggregateBlockingEvent::events entries
- PglogBasedRecovery and BackfillRecovery reuse the same Operation
until their respective operations are complete. Eac... - 08:58 PM Bug #55585 (New): ceph auth access denied
I am also experiecing an issue with ceph auth
I want to import the keyring following this link : https://knowled...- 08:58 PM Bug #55584 (New): ceph auth access denied
I am also experiecing an issue with ceph auth
I want to import the keyring following this link : https://knowled...- 08:34 PM rgw Backport #55458: quincy: Huge amount of RGW crashes in the multisite setup with a backtrace
- Casey Bodley wrote:
> https://github.com/ceph/ceph/pull/46041
merged - 08:34 PM Revision 85b2b12b (ceph): Merge pull request #46041 from cbodley/wip-55458
- quincy: rgw: RGWCoroutine::set_sleeping() checks for null stack
Reviewed-by: Casey Bodley <cbodley@redhat.com> - 08:33 PM rgw Backport #55455: quincy: ceph_test_librgw_file_nfsns crash on shutdown during ~OpsLogFile()
- Casey Bodley wrote:
> https://github.com/ceph/ceph/pull/46038
merged - 08:33 PM Revision 0b9dc952 (ceph): Merge pull request #46038 from cbodley/wip-55455
- quincy: rgw: OpsLogFile::stop() signals under mutex
Reviewed-by: Casey Bodley <cbodley@redhat.com> - 08:33 PM Orchestrator Bug #55347: SELinux Denials during cephadm/workunits/test_cephadm
- Octopus too:
/a/yuriw-2022-04-26_20:58:55-rados-wip-yuri2-testing-2022-04-26-1132-octopus-distro-default-smithi/68... - 07:53 PM Revision 396ff7b7 (ceph): Merge pull request #46127 from Matan-B/wip-matanb-cyan-clone
- crimson/os: Add OP_CLONE to cyanstore
Reviewed-by: Samuel Just <sjust@redhat.com> - 07:47 PM Revision 15b5a93a (ceph): Merge pull request #46205 from rzarzynski/wip-crimson-cls_rgw-objapi
- crimson/osd, rgw: implement the new Objclass API methods for cls_rgw
Reviewed-by: Samuel Just <sjust@redhat.com> - 07:46 PM Revision 813ab994 (ceph): Merge pull request #44418 from AmnonHanuhov/wip-fix_futurized_store
- crimson/os: Don't limit the amount of returned keys per omap get call
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redh... - 07:08 PM CephFS Bug #55583 (Pending Backport): Intermittent ParsingError failure in mgr/volumes module during "c...
- This issue is a bit difficult to explain so please bear with me.
On quincy, but not on octopus or pacific, a test ... - 06:58 PM rgw Bug #19988 (Fix Under Review): RGW: can't stack compression and encryption filters
- 06:47 PM Backport #55077 (Resolved): octopus: Sphinx 3.5.4 is incompatible
- 06:39 PM Revision 1290cb41 (ceph): Merge pull request #45972 from ljflores/wip-55077-octopus
- octopus: admin/doc-requirements: bump sphinx to 4.4.0
- 04:56 PM Revision b15af334 (ceph): doc/man/8: Additional enable_stretch_mode explanation and rework layout
- Add additional explanation about stretch mode as suggested by Anthony,
rework a bit the layout of argument details.
... - 04:54 PM rgw Backport #54036 (Rejected): octopus: crypt: can't load client cert from /home/ubuntu/cephtest/ca/...
- sorry! kmip isn't present on octopus, closing
- 04:47 PM RADOS Bug #55582 (New): octopus: api_watch_notify: LibRadosWatchNotify.AioWatchDelete2 fails because `r...
- /a/lflores-2022-05-09_14:54:06-rados-wip-55077-octopus-distro-default-smithi/6828789...
- 04:12 PM Revision fc4e9ff8 (ceph): crimson/osd: drop "using config_t = ..." from main.cc
- Signed-off-by: Radosław Zarzyński <rzarzyns@redhat.com>
- 04:12 PM Revision 86043d96 (ceph): crimson/osd: drop "using std::string" from main.cc
- Signed-off-by: Radosław Zarzyński <rzarzyns@redhat.com>
- 04:10 PM RADOS Bug #48793: out of order op
- @Neha @Ronen this Octopus failure looks a lot like this Tracker. Was the revised scrub code backported to Octopus, or...
- 03:37 PM RADOS Backport #55581 (New): octopus: api_list: LibRadosList.EnumerateObjects and LibRadosList.Enumerat...
- 03:35 PM RADOS Bug #52553: pybind: rados.RadosStateError raised when closed watch object goes out of scope after...
- /a/lflores-2022-05-04_18:59:38-rados-wip-55077-octopus-distro-default-smithi/6821227...
- 03:31 PM RADOS Bug #48899 (Pending Backport): api_list: LibRadosList.EnumerateObjects and LibRadosList.Enumerate...
- /a/lflores-2022-05-04_18:59:38-rados-wip-55077-octopus-distro-default-smithi/6820998...
- 03:28 PM Orchestrator Bug #55555 (Fix Under Review): cephadm: bootstrap with --skip-admin-label causes KeyError traceba...
- 03:15 PM Orchestrator Bug #55555 (In Progress): cephadm: bootstrap with --skip-admin-label causes KeyError traceback fo...
- 03:25 PM Revision 658486b5 (ceph): mgr/dashboard: Creating and editing Prometheus AlertManager silences is...
- When creating a new monitoring silence the form is pre-filled with the wrong alert data. It is always used the alert ...
- 03:19 PM Dashboard Bug #55578 (Fix Under Review): mgr/dashboard: Creating and editing Prometheus AlertManager silenc...
- 01:03 PM Dashboard Bug #55578 (Resolved): mgr/dashboard: Creating and editing Prometheus AlertManager silences is buggy
- When creating a new monitoring silence the form is pre-filled with the wrong alert data. It is always used the alert ...
- 03:13 PM Revision 14c04fb0 (ceph): crimson/osd, rgw: implement the new Objclass API methods for cls_rgw
- They were introduced by 3877c1e37f2fa4e1574b57f05132288f210835a7.
Signed-off-by: Radosław Zarzyński <rzarzyns@redhat... - 03:08 PM Revision 9d06d861 (ceph): cephfs-shell: fix `rmdir`'s description and error msg output
- Descrption: rmdir cmd's description bettered(used man page's rmdir description),
along with aligning the ... - 02:05 PM CephFS Backport #55580 (New): pacific: snap_schedule: avoid throwing traceback for bad or missing arguments
- 02:05 PM CephFS Backport #55579 (New): quincy: snap_schedule: avoid throwing traceback for bad or missing arguments
- 02:01 PM CephFS Bug #54560 (Pending Backport): snap_schedule: avoid throwing traceback for bad or missing arguments
- 02:00 PM Revision d4f36d64 (ceph): Merge pull request #45732 from mchangir/mgr-snap_schedule-validate-fs-f...
- mgr/snap_schedule: validate fs name argument
Reviewed-by: Venky Shankar <vshankar@redhat.com> - 01:49 PM Revision c5f3c512 (ceph): cephfs-shell: make onecmd() print proper error msg
- Rationale: Whenever a python exception occurred in cephfs-shell,
it would often only be the exception mess... - 01:29 PM CephFS Backport #52427 (Resolved): pacific: qa: "error reading sessionmap 'mds1_sessionmap'"
- 12:44 PM CephFS Bug #55537 (Triaged): mds: crash during fs:upgrade test
- 12:43 PM CephFS Bug #55538 (Triaged): Test failure: test_flush (tasks.cephfs.test_readahead.TestReadahead)
- 12:37 PM Dashboard Backport #55570 (In Progress): pacific: mgr/dashboard: fix ssl cert validation for ingress servi...
- 12:37 PM Revision 13218203 (ceph): mgr/dashboard: fix ssl cert validation for ingress service creation
- Fixes: https://tracker.ceph.com/issues/55511
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
(cherry picked from co... - 12:37 PM Revision d2adbe51 (ceph): mgr/dashboard: add unit tests for ingress service
- Signed-off-by: Avan Thakkar <athakkar@redhat.com>
(cherry picked from commit 2c15c26a71ec3acf67f7005e775832928432c821) - 12:33 PM Dashboard Backport #55569 (In Progress): quincy: mgr/dashboard: fix ssl cert validation for ingress servic...
- 12:33 PM Revision 41c730bc (ceph): mgr/dashboard: fix ssl cert validation for ingress service creation
- Fixes: https://tracker.ceph.com/issues/55511
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
(cherry picked from co... - 12:33 PM Revision a91c8e62 (ceph): mgr/dashboard: add unit tests for ingress service
- Signed-off-by: Avan Thakkar <athakkar@redhat.com>
(cherry picked from commit 2c15c26a71ec3acf67f7005e775832928432c821) - 11:43 AM RADOS Bug #54182: OSD_TOO_MANY_REPAIRS cannot be cleared in >=Octopus
- I just observed this issue once more and forgot to drop the info that a restart of an OSD actually resets this counte...
- 11:34 AM Orchestrator Bug #51257 (Fix Under Review): mgr/cephadm: Cannot add managed (ceph apply) mon daemons on differ...
- 11:25 AM Orchestrator Bug #51257 (In Progress): mgr/cephadm: Cannot add managed (ceph apply) mon daemons on different s...
- 11:34 AM Orchestrator Bug #53496 (Fix Under Review): cephadm: list-networks swallows /128 networks, breaking the orches...
- 11:29 AM Revision 75945ad7 (ceph): mgr/cephadm: fixing ipv6/128 and ipv4/32 subnets handling
- Fixes: https://tracker.ceph.com/issues/51257
Fixes: https://tracker.ceph.com/issues/53496
Signed-off-by: Redouane Ka... - 10:59 AM bluestore Bug #55577 (New): OSD crashes on devicehealth scraping
- * Linux kernel version: `5.17.5-arch1-1`
* Ceph version: `17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (... - 10:16 AM Revision 53aa69e3 (ceph): Merge branch 'master' into qa_testcephfs_shell_pep8_fixes
- 10:10 AM Orchestrator Bug #51806 (New): cephadm: stopped contains end up in error state
- 10:10 AM Revision c02ab23e (ceph): qa/cephfs/test_cephfs_shell: Fixed pep8 formatting violations
- NOTE: Although most of the issues are fixed but a few function
and variable names are unchanged in order to pre... - 10:08 AM RADOS Bug #50608: ceph_assert(is_primary()) in PrimaryLogPG::on_local_recover
- (upgrade and restart OSDs is probably more accurate wording). If I upgrade node #2 and OSD on node #1 would die with ...
- 10:07 AM RADOS Bug #50608: ceph_assert(is_primary()) in PrimaryLogPG::on_local_recover
- Always happens when you upgrade nodes, probably some timing issue with PGs going or flapping primary. I never have de...
- 10:06 AM RADOS Bug #50608: ceph_assert(is_primary()) in PrimaryLogPG::on_local_recover
- 'virtual void PrimaryLogPG::on_local_recover(const hobject_t&, const ObjectRecoveryInfo&, ObjectContextRef, bool, Obj...
- 09:37 AM Bug #54347: ceph df stats break when there is an OSD with CRUSH weight == 0
- Thank you for your feedback Snow Si: this was helpful to workaround the "STORED == USED" issue in ceph df output.
... - 09:28 AM rbd Bug #55534 (Rejected): Persistent write back cache - Error message needs improvement for corrupte...
- 09:20 AM rbd Bug #55534: Persistent write back cache - Error message needs improvement for corrupted cache wit...
- Ilya Dryomov wrote:
> > Pmem device size is 500 GB, cache size created is 400GB. cache file size was not big.
>
>... - 09:10 AM Dashboard Cleanup #47218 (Fix Under Review): mgr/dashboard: cluster > hosts: services are not services but ...
- 08:22 AM Revision da0051f9 (ceph): doc/man/8: Add enable_stretch_mode docs
- Explanation taken from ceph mon -h, plus additional sentence for explaining
new_crush_rule arg.
Signed-off-by: Eneko... - 08:07 AM Revision dda803b3 (ceph): mgr/cephadm: Adding an early ssh connectivity check during bootsrap
- Fixes: https://tracker.ceph.com/issues/55493
Fixes: https://tracker.ceph.com/issues/51665
Signed-off-by: Redouane Ka... - 07:47 AM Linux kernel client Bug #55575 (Rejected): task blocked for more than 122 seconds.
- When using cephfs, I encountered a hang problem. I’m using the kernel client.
client kernel version: 5.4.173-1.el7... - 07:32 AM RADOS Bug #55573: stretch mode: be more sane about changing different size/min_size
- Realized my suggestion/formula in the mailing list wasn't good :)
This is what I intended originally:
- degraded ... - 07:27 AM CephFS Bug #55332: Failure in snaptest-git-ceph.sh (it's an async unlink/create bug)
- There has no debug kernel for _*kernel-5.18.0_rc2_ceph_g1771083b2f18-1.x86_64.rpm*_, which could be get from [1], so ...
- 05:14 AM CephFS Bug #55332: Failure in snaptest-git-ceph.sh (it's an async unlink/create bug)
- From _*remote/smithi183/syslog/kern.log.gz*_, the kernel has been crashed due to _*NULL pointer dereference*_:
<pr... - 07:25 AM Revision 1da1865c (ceph): kv/RocksDBStore: Remove feature to make WholeSpaceIterator based on bou...
- Iterator-bounding feature is introduced to make RocksDB iterators limited, so they
would less likely traverse over to... - 05:44 AM Revision f38e3e96 (ceph): mgr/dashboard: fix smart data error
- the error in the log was this
```
"/usr/share/ceph/mgr/dashboard/services/ceph_service.py", line 253, in _get_smart_... - 02:29 AM Revision 524ef525 (ceph): Merge pull request #46064 from liu-chunmei/crimson-pool-quota
- Crimson pool quota
Reviewed-by: Samuel Just <sjust@redhat.com> - 02:24 AM Bug #55087 (Resolved): rpm: openSUSE needs libthrift-devel, not thrift-devel
- 01:39 AM Linux kernel client Bug #55425 (Duplicate): kclient: with 'wsync' option enabled with ffsb.sh will crash
- 01:27 AM Linux kernel client Bug #55421 (Fix Under Review): kclient: kernel BUG at fs/ceph/addr.c:125! when running the ffsb.sh
- 01:26 AM Linux kernel client Bug #55421: kclient: kernel BUG at fs/ceph/addr.c:125! when running the ffsb.sh
- The pages in the file mapping maybe reclaimed and reused by other
subsystems and the page->private maybe used as fla...
05/08/2022
- 09:03 PM rgw Feature #41051: rgw: push rgw bucket listing with prefixes and delimiters logic/filtering to the ...
- Yes, the fix is in all builds of Pacific.
- 08:49 PM rgw Feature #41051: rgw: push rgw bucket listing with prefixes and delimiters logic/filtering to the ...
- Casey Bodley wrote:
> Jiayu Sun wrote:
> > I'm facing the same performance issue. since this backport was rejected.... - 02:53 PM Dashboard Bug #55571 (Fix Under Review): mgr/dashboard: smart data fetching error
- 02:52 PM Dashboard Bug #55523 (Fix Under Review): mgr/dashboard: weird "selected" count in "physical devices" table ...
- 02:50 PM Revision 9fe18a62 (ceph): mgr/dashboard: devices with same UID causes multiselection
- In the Physical Disks page, the uids for multiple devices are coming in
as same and that causes the selection to go b... - 02:34 PM Dashboard Bug #55574 (Resolved): mgr/dashboard: show smart data of hdd devices with scsi protocol
- We show a No Smart Data found error when the device is SCSI.
- 12:42 PM Dashboard Tasks #47338 (Fix Under Review): mgr/dashboard: Add E2E test to check external links
- Created a service - link-provider service and the corresponding spec file.
- 11:11 AM Revision f5223c0b (ceph): rgw: add lua counters
- Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
- 11:11 AM Revision 51c19337 (ceph): rgw: add unit tests to background lua context
- Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
- 11:10 AM Revision 4856c7d5 (ceph): rgw: Lua scripting global map feature
- Adding a lua background class. This class aims to allow to run a background
Lua script and bind a shared Lua table wi... - 08:27 AM Revision 54b8d692 (ceph): crimson/os: Add OP_CLONE to cyanstore
- Signed-off-by: Matan Breizman <mbreizma@redhat.com>
05/07/2022
- 11:47 PM Revision 4b55a2b4 (ceph): crimson/osd: check full
- need check if pool exceeds its quota
Signed-off-by: chunmei-liu <chunmei.liu@intel.com> - 11:36 PM Revision 01e7122c (ceph): crimson/errorator: change errorator template to int
- need define EDQUOT which is not included in std::errc.
Signed-off-by: chunmei-liu <chunmei.liu@intel.com> - 09:44 PM Revision 6a8bdb4b (ceph): crimson: refactor RepRequest to use start_pg_operation
- Signed-off-by: Samuel Just <sjust@redhat.com>
- 09:44 PM Revision 89430b1c (ceph): crimson: mark OSD::get_or_create_pg and wait_for_pg private
- All users now use start_pg_operation.
Signed-off-by: Samuel Just <sjust@redhat.com> - 09:44 PM Revision 04e2db38 (ceph): crimson: refactor RecoverySubRequest to use start_pg_operation
- A side effect of this PR is that RecoverySubRequest will now use the
peering pipeline for ordering. Not using before... - 01:52 PM Linux kernel client Bug #55421: kclient: kernel BUG at fs/ceph/addr.c:125! when running the ffsb.sh
- Added the index in the mapping and reproduce it again, the same index _*3439*_ were using different folio:...
- 11:43 AM Linux kernel client Bug #55421: kclient: kernel BUG at fs/ceph/addr.c:125! when running the ffsb.sh
- I added logs to print the inode number at the same time:
When the folio was added to the mapping, the inode# is _*... - 11:35 AM Linux kernel client Bug #55421: kclient: kernel BUG at fs/ceph/addr.c:125! when running the ffsb.sh
- Tried the following patch, where are possible to set or change the _*private*_ data for the page or folio, and when r...
- 10:24 AM Linux kernel client Bug #55421: kclient: kernel BUG at fs/ceph/addr.c:125! when running the ffsb.sh
- ...
- 06:26 AM Linux kernel client Bug #55421: kclient: kernel BUG at fs/ceph/addr.c:125! when running the ffsb.sh
- Added some debug logs and they are:...
- 04:14 AM Linux kernel client Bug #55421: kclient: kernel BUG at fs/ceph/addr.c:125! when running the ffsb.sh
- I found a very easy way to reproduce it, that's run the _*ffsb.sh*_ test in more than terminals at the same time and ...
- 04:12 AM Linux kernel client Bug #55421: kclient: kernel BUG at fs/ceph/addr.c:125! when running the ffsb.sh
- ...
- 06:56 AM Revision 027d6c29 (ceph): crimson/common/operation: use std::list for AggregateBlockingEvent::events
- std::vector's references aren't stable after emplace_back.
Fixes: https://tracker.ceph.com/issues/55565
Signed-off-b... - 06:56 AM Revision d0708b54 (ceph): crimson/osd/pg_recovery: remove new_started, fix parallel_for_each call
- Presumably typo from b7e2b11595c6e2cd2c638135ef6f044c40efaa87.
Fixes: https://tracker.ceph.com/issues/55565
Signed-o... - 05:13 AM Revision ed9c7734 (ceph): crimson/os/seastore/segment_cleaener: flush backrefs when trimming journal
- Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com>
- 05:13 AM Revision 689c8ee2 (ceph): crimson/os/seastore/cache: replay alloc info deltas
- Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com>
- 05:13 AM Revision bf862580 (ceph): crimson/os/seastore: add depth parameter to FixedKVBtree::mapped_space_...
- Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com>
- 05:13 AM Revision 724a91c0 (ceph): crimson/os/seastore/cache: record backref extents placement update in C...
- Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com>
- 05:13 AM Revision e79ad1a5 (ceph): crimson/os/seastore/transaction_manager: scan backref tree on mount
- Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com>
- 05:13 AM Revision 17669171 (ceph): crimson/os/seastore/segment_cleaner: trim journal and reclaim space wit...
- Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com>
- 05:13 AM Revision ddcccb21 (ceph): crimson/os/seastore/btree: clean up: add print_detail method for btree ...
- Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com>
- 05:13 AM Revision de4260d5 (ceph): crimson/os/seastore/transaction_manager: prepare extents for lba_manage...
- Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com>
- 05:13 AM Revision 5059504f (ceph): crimson/os/seastore: better debug outputs
- Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com>
- 05:13 AM Revision c64d6f55 (ceph): crimson/os/seastore: record replay_from info for dirty extents and allo...
- Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com>
- 05:13 AM Revision 989138ef (ceph): crimson/os/seastore/btree: fix log error
- Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com>
- 05:13 AM Revision 09d971d2 (ceph): crimson/os/seastore/btree: allow backref extents to be loaded from disk...
- For the purpose of higher space reclaim perf, we load backref extents by
parallelly invoking Cache::get_extent_by_typ... - 05:13 AM Revision 8c987827 (ceph): crimson/os/seastore/segment_cleaner: set gc size back to 1MB per cycle
- This should reduce the conflicts between gc transactions and io transactions
Signed-off-by: Xuehan Xu <xxhdx1985126@... - 05:13 AM Revision 15a89c75 (ceph): crimson/os/seastore/cache: add extent alloc info to journal records
- Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com>
- 05:12 AM Revision 339df7c9 (ceph): crimson/os/seastore: rename rbm_alloc_delta_t to alloc_delta_t
- Devices other than rbm need this delta
Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com> - 04:51 AM Revision 25722fba (ceph): crimson/os/seastore: add backref manager
- Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com>
- 04:51 AM Revision 34792d87 (ceph): crimson/os/seastore: lazy backref tree updates for extent (re)placement
- Buffer all backref updates(allocs/releases) in Cache.
Also, organize them into an intrusive set, so later backref que... - 01:05 AM Revision df9827eb (ceph): crimson/osd/pg_recovery: avoid using create_part_trigger() directly
- AggregateBlockingEvent::TriggerI::maybe_record_blocking() should handle
invoking create_part_trigger().
Signed-off-b...
05/06/2022
- 11:21 PM Revision 83e9db3a (ceph): crimson: retain reference to WaitForObjectRecovery until blocker resolves
- PGRecovery::on_global_recover destroys the map entry without waiting for
the future returned from
seastar::futur... - 06:13 PM Orchestrator Bug #45327: cephadm: Orch daemon add is not idempotent
- /a/yuriw-2022-04-26_20:58:55-rados-wip-yuri2-testing-2022-04-26-1132-octopus-distro-default-smithi/6807469
- 06:13 PM Orchestrator Bug #45327 (Pending Backport): cephadm: Orch daemon add is not idempotent
- 04:46 PM RADOS Bug #55573 (New): stretch mode: be more sane about changing different size/min_size
- From the mailing list:
I created 2 aditional pools each with a matching stretch rule:
- size=2/min=1 (not advised... - 04:36 PM CephFS Bug #55572 (Fix Under Review): qa/cephfs: omit_sudo doesn't have effect when passed to run_shell()
- 04:36 PM CephFS Bug #55572: qa/cephfs: omit_sudo doesn't have effect when passed to run_shell()
- Should this too be backported?
- 04:20 PM CephFS Bug #55572 (Resolved): qa/cephfs: omit_sudo doesn't have effect when passed to run_shell()
- run_shell() of mount.py accepts omit_sudo but doesn't pass it to underlying methods and therefore has no effect. This...
- 04:34 PM Revision 02f0a3f1 (ceph): qa/cephfs: omit_sudo must be passed to underlying method...
- so that it can have it's intended effect.
Fixes: https://tracker.ceph.com/issues/55572
Signed-off-by: Rishabh Dave <... - 03:42 PM Revision 74e57a6a (ceph): Merge pull request #46170 from elacunza/patch-1
- doc/rados/operations: Add missing required parameters to stretch-mode CRUSH rule example
- 03:32 PM rbd Bug #54448: [rbd-mirror] "failed to unlink local peer from remote image" due to EROFS error
- ...
- 03:30 PM Dashboard Bug #55571 (Resolved): mgr/dashboard: smart data fetching error
- ...
- 03:14 PM Revision 9b40fdad (ceph): examples: Add rgw script to access admin APIs using curl
- The rgw_admin_curl.sh script will allow end-user/developers to
access RGW admin APIs through curl command.
Signed-of... - 02:24 PM Bug #54473: cmake: pmdk fails to compile on Centos Stream 9
- Ilya Dryomov wrote:
> Thanks, Justin. I see that you also want this in pacific. Just for my understanding, are we ... - 11:02 AM Bug #54473: cmake: pmdk fails to compile on Centos Stream 9
- Hey just to say that I would really love to see pacific compiling on stream 9. We would be interested to have some se...
- 09:39 AM Bug #54473: cmake: pmdk fails to compile on Centos Stream 9
- Thanks, Justin. I see that you also want this in pacific. Just for my understanding, are we intending to support pa...
- 02:17 PM mgr Backport #54449 (Resolved): quincy: prometheus module: add used_bytes metric back
- 02:16 PM mgr Backport #54451 (Resolved): pacific: prometheus module: add used_bytes metric back
- 01:37 PM Bug #54320: osd/OSDMap: OSDMap CRC inconsistence with incremental
- see also https://github.com/ceph/ceph/pull/45095
- 12:46 PM Revision 0e66107c (ceph): qa: drop get_blocklisted_instances in TestMirroring
- drop get_blocklisted_instances in TestMirroring and use
is_addr_blocklisted instead.
Signed-off-by: Jos Collin <jcol... - 11:55 AM Dashboard Backport #55570 (Resolved): pacific: mgr/dashboard: fix ssl cert validation for ingress service ...
- https://github.com/ceph/ceph/pull/46204
- 11:55 AM Dashboard Backport #55569 (Resolved): quincy: mgr/dashboard: fix ssl cert validation for ingress service c...
- https://github.com/ceph/ceph/pull/46203
- 11:52 AM Dashboard Bug #55511 (Pending Backport): mgr/dashboard: fix ssl cert validation for ingress service creation
- 11:52 AM Revision a7e57518 (ceph): Merge pull request #46108 from rhcs-dashboard/fix-ingress-ssl-cert-vali...
- mgr/dashboard: fix ssl cert validation for ingress service creation
Reviewed-by: Ernesto Puerta <epuertat@redhat.com... - 10:49 AM Dashboard Bug #55568 (Pending Backport): mgr/dashboard: CephPGImbalance alert inaccuracies
- h3. Description of problem
The CephPGImbalance might be inaccurate in some specific environments. The CephPGImbala... - 10:21 AM Revision 2e2eb69b (ceph): rgw/dbstore: Add options to configure dbstore db file path & name_prefix
- DBStore will use the below options when creating .db file for rgw server
to use.
'dbstore_db_dir':
- path for th... - 08:23 AM Dashboard Feature #54445 (Resolved): mgr/dashboard: make the search text to get highlight
- 08:23 AM Dashboard Backport #54587 (Resolved): quincy: mgr/dashboard: make the search text to get highlight
- 08:23 AM Revision 5d31ff7c (ceph): Merge pull request #45679 from rhcs-dashboard/wip-54587-quincy
- quincy: mgr/dashboard: highlight the search text in cluster logs
Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Rev... - 08:20 AM Revision 47de5d79 (ceph): qa: fix is_addr_blocklisted() to get blocklisted clients from 'osd dump'
- By the introduction of range blocklist, the 'blocklist ls' command outputs
two lists. It's also straightforward to ge... - 08:16 AM Dashboard Bug #55133 (Resolved): mgr/dashboard: Error message of /api/grafana/validation is not helpful
- 08:16 AM Dashboard Backport #55379 (Resolved): quincy: mgr/dashboard: Error message of /api/grafana/validation is no...
- 08:16 AM Revision 755de673 (ceph): Merge pull request #45957 from votdev/wip-55379-quincy
- quincy: mgr/dashboard: Imrove error message of '/api/grafana/validation' API endpoint
Reviewed-by: Avan Thakkar <ath... - 08:15 AM Dashboard Bug #55176 (Resolved): mgr/dashboard: datatable in Cluster Host page hides wrong column on select...
- 08:15 AM Dashboard Backport #55274 (Resolved): quincy: mgr/dashboard: datatable in Cluster Host page hides wrong col...
- 08:15 AM Revision addbd6de (ceph): Merge pull request #45862 from rhcs-dashboard/wip-55274-quincy
- quincy: mgr/dashboard: datatable in Cluster Host page hides wrong column on selection
Reviewed-by: Avan Thakkar <ath... - 08:15 AM Dashboard Bug #54983 (Resolved): mgr/dashboard: RGW users and buckets tables are empty if the selected gate...
- 08:15 AM Dashboard Backport #55276 (Resolved): pacific: mgr/dashboard: RGW users and buckets tables are empty if the...
- 08:14 AM Dashboard Backport #55275 (Resolved): quincy: mgr/dashboard: RGW users and buckets tables are empty if the ...
- 08:14 AM Revision 5928679a (ceph): Merge pull request #45867 from votdev/wip-55275-quincy
- quincy: mgr/dashboard: RGW users and buckets tables are empty if the selected gateway is down
Reviewed-by: Sarthak07... - 08:14 AM Dashboard Bug #54591 (Resolved): mgr/dashboard: Language dropdown box is partly hidden on login page
- 08:14 AM Dashboard Backport #55007 (Resolved): quincy: mgr/dashboard: Language dropdown box is partly hidden on logi...
- 08:13 AM Revision 79fc3202 (ceph): Merge pull request #45619 from votdev/wip-55007-quincy
- quincy: mgr/dashboard: Language dropdown box is partly hidden on login page
Reviewed-by: Avan Thakkar <athakkar@redh... - 08:00 AM Revision 334f4e14 (ceph): mgr/cephadm: Disable external snapshots in grafana
- This PR intends to disable the external snapshots in grafana to reduce security threats
Signed-off-by: Aashish Sharm... - 07:31 AM Revision 42c3018c (ceph): doc/rados/operations: Add missing required parameters to stretch-mode C...
- Rule example is missing min_size and max_size, both are required.
Signed-off-by: Eneko Lacunza <elacunza@binovo.es> - 07:12 AM Revision 8541ad16 (ceph): crimson: remove unused PGRecovery method declarations
- Signed-off-by: Samuel Just <sjust@redhat.com>
- 06:40 AM rbd Bug #55515: [pwl] "rbd persistent-cache flush" is very slow
- Ilya Dryomov wrote:
>
> But I definitely saw cache flushing taking too long on workloads with no flushes, particul... - 06:34 AM Bug #55565: crimson: crash on RecoveryBackend::WaitForObjectRecovery use-after-free
- https://github.com/athanatos/ceph/tree/sjust/wip-55565 wip, debugging further crashes
- 04:43 AM Bug #55565 (Resolved): crimson: crash on RecoveryBackend::WaitForObjectRecovery use-after-free
- Seems to be due to...
- 06:11 AM Revision 5aa342c9 (ceph): crimson/osd: replace OpSequencer with simpler intrusive_list based impl...
- Signed-off-by: Samuel Just <sjust@redhat.com>
- 06:09 AM rgw Bug #55566: [RGW-MS][DBR]:rgw crash observed in thread_name:sync-log-trim on the secondary, when ...
- [ceph: root@magna121 /]# ceph crash ls
ID ENTITY ... - 05:03 AM rgw Bug #55566 (Duplicate): [RGW-MS][DBR]:rgw crash observed in thread_name:sync-log-trim on the seco...
- rgw crashed in thread_name:sync-log-trim on the secondary when 20M objects uploaded for test-bucket-1
a snippet o... - 05:47 AM CephFS Fix #55567 (Resolved): cephfs-shell: rm returns just the error code and not proper error msg
- ...
- 04:22 AM Revision 40a44787 (ceph): Merge pull request #45935 from dparmar18/cephfs-shell-doc-update
- doc/man/cephfs-shell.rst: add use of exclamation mark with cmds
Reviewed-by: Venky Shankar <vshankar@redhat.com> - 04:20 AM CephFS Bug #55558: qa/cephfs: mon cap not properly tested in caps_helper.py
- Rishabh Dave wrote:
> Venky, better to backport this fix? It might prevent some bugs reaching downstream.
ACK. - 04:19 AM CephFS Bug #55557: qa/cephfs: setting to sudo to True has no effect on _run_python()
- Rishabh Dave wrote:
> Venky, better to backport this fix? It might prevent some bugs reaching downstream.
ACK. - 04:17 AM CephFS Backport #55428 (In Progress): quincy: unaccessible dentries after fsstress run with namespace-re...
- 04:14 AM Revision 805a3674 (ceph): mds: include encoded stray inode when sending dentry unlink message to ...
- The series of events that lead to unaccessible dentries is as follows (requires some
hardlinked files, directory pinn... - 04:12 AM CephFS Backport #55427 (In Progress): pacific: unaccessible dentries after fsstress run with namespace-r...
- 04:07 AM Revision 7d670055 (ceph): mds: include encoded stray inode when sending dentry unlink message to ...
- The series of events that lead to unaccessible dentries is as follows (requires some
hardlinked files, directory pinn... - 03:45 AM Revision abaa12ff (ceph): crimson/osd/osd_operations/peering_event: refactor to use OSD::start_pg...
- Signed-off-by: Samuel Just <sjust@redhat.com>
- 03:45 AM Revision 580b5e24 (ceph): crimson/osd/osd_operations/client_request: refactor for OSD::start_pg_o...
- Signed-off-by: Samuel Just <sjust@redhat.com>
- 02:52 AM CephFS Backport #55342 (In Progress): quincy: mds: try to reset heartbeat when fetching or committing.
- 02:49 AM Revision 8a4e21ef (ceph): mds: reset heartbeat when fetching or committing dentries
- Fixes: https://tracker.ceph.com/issues/54345
Signed-off-by: Xiubo Li <xiubli@redhat.com>
Conflicts:
src/mds/CDir.cc - 02:47 AM Revision 9367c170 (ceph): mds: switch to use heartbeat_reset_grace instead of hard code
- Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit 8496730f4854a172498ad918de12198fc7e443d8) - 02:47 AM Revision 1722d1a2 (ceph): mds: add mds_heartbeat_reset_grace option support
- Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit 109e370c5f4f18d02386086b8babd7ef6a5c578a) - 02:46 AM Revision b26b85ad (ceph): mds: rename count to items_count
- Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit 3d9bebb0468ef01d20ae78ddfd6dbfcb8663771e) - 02:45 AM CephFS Backport #55343 (In Progress): pacific: mds: try to reset heartbeat when fetching or committing.
- 02:38 AM Revision d41f37c8 (ceph): crimson: rename WaitForActiveBlocker::on_active
- We need to unblock this in cases other than on_active.
Signed-off-by: Samuel Just <sjust@redhat.com> - 02:38 AM Revision bdeabe5d (ceph): crimson/common/operation: return intrusive_ptr<T> rather than T::IRef
- Signed-off-by: Samuel Just <sjust@redhat.com>
- 02:38 AM Revision 557adf64 (ceph): crimson/osd: consolidate connection pipeline definitions
- Really, all pg routable events (peering events, client operations, etc)
should have the same sequence of pre-pg block... - 02:38 AM Revision 244c17f7 (ceph): crimson/osd/osd: introduce start_pg_operation
- We're going to unify responsibility for routing requests to requests
to start_pg_operation from the different osd ope... - 02:23 AM CephFS Backport #55346 (In Progress): pacific: client: get stuck forever when the forward seq exceeds 256
- 02:20 AM CephFS Backport #55345 (In Progress): quincy: client: get stuck forever when the forward seq exceeds 256
- 02:13 AM Revision 69b549d0 (ceph): client: stop forwarding the request when exceeding 256 times
- The type of 'num_fwd' in ceph 'MClientRequestForward' is 'int32_t',
while in 'ceph_mds_request_head' the type is '__u... - 01:34 AM Orchestrator Bug #55555: cephadm: bootstrap with --skip-admin-label causes KeyError traceback for --apply-spec
- It seems like @cephadm@ is not ready for bootstrapping ingress at all: if I understand correctly any line containing ...
- 01:30 AM Linux kernel client Bug #55421: kclient: kernel BUG at fs/ceph/addr.c:125! when running the ffsb.sh
- Jeff Layton wrote:
> I ran ffsb.sh in a loop for 10 iterations on my home test rig and never saw a crash or hang. Pe... - 01:22 AM Revision e3a57483 (ceph): common: notify all when max backlog reached in OutputDataSocket, otherw...
- Fixes: https://tracker.ceph.com/issues/55422
Signed-off-by: Shu Yu <yushu20171007@163.com> - 01:01 AM RADOS Bug #55549: OSDs crashing
- After days of fighting this (it's on a production cluster) I finally gave up on the least important of the pools -- t...
- 12:02 AM Revision 79639196 (ceph): Merge pull request #46097 from tchaikov/wip-crimson-cleanups
- crimson/osd/main: s/values/config_values/
Reviewed-by: Chunmei Liu <chunmei.liu@intel.com>
05/05/2022
- 09:03 PM Orchestrator Bug #47078: cephadm: ForwardToSyslog=yes (aka really huge syslog)
- As of today (May 5th 2022), it doesn't seem to be any practical solution to this issue. The only candidate is still j...
- 07:56 PM Revision 20ec94cc (ceph): Merge pull request #45788 from rzarzynski/wip-crimson-op-tracking-2
- crimson: bring the core of op tracking
Reviewed-by: Samuel Just <sjust@redhat.com> - 07:17 PM Revision ba159409 (ceph): vstart: default CEPH_ASOK_DIR to asok/
- stop.sh removes the configured asok_dir, so defaulting this to out/
results in logs being removed. Let's instead jus... - 07:09 PM rgw Bug #55564 (In Progress): s3select: -Wredundant-move warnings
- ...
- 07:04 PM Orchestrator Bug #55347: SELinux Denials during cephadm/workunits/test_cephadm
- http://pulpito.front.sepia.ceph.com/yuriw-2022-05-04_20:09:21-rados-pacific-distro-default-smithi/
- 07:04 PM Revision d2041897 (ceph): Merge pull request #46055 from adk3798/quincy-backport-april
- quincy: Cephadm Batch Backport April
Reviewed-by: Michael Fritch <mfritch@suse.com> - 06:59 PM Revision cfafb364 (ceph): Merge pull request #46006 from phlogistonjohn/jjm-nfs-cleanups-pt4
- mgr/nfs: minor organizational cleanups
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: Michael Fritch <mfrit... - 06:59 PM Dashboard Bug #54992: pacific: rados/dashboard: tasks/dashboard: cannot stat '/etc/containers/registries.co...
- /a/yuriw-2022-05-04_20:09:21-rados-pacific-distro-default-smithi/6821407
- 06:52 PM Revision 5cec9739 (ceph): Merge pull request #46035 from rkachach/fix_issue_52906
- mgr/cephadm: adding logic to close ports when removing a daemon
Reviewed-by: Adam King <adking@redhat.com> - 06:42 PM Bug #55563 (Resolved): vstart: defaulting ASOK_DIR to out/ causes stop.sh to delete logs
- stop.sh runs rm -rf "${asok_dir}" which results in the log directory being removed
- 06:04 PM bluestore Backport #55441 (In Progress): quincy: rocksdb omap iterators become extremely slow in the presen...
- 06:04 PM Revision 270a89d8 (ceph): bluestore: set upper and lower bounds on rocksdb omap iterators
- Limits RocksDB omap Seek operations to the relevant key range of the object's omap.
This prevents RocksDB from unnece... - 06:04 PM Revision a823a8b0 (ceph): bluestore: add config option to allow rocksdb iterator bounds to be dis...
- Add osd_rocksdb_iterator_bounds_enabled config option to allow rocksdb iterator bounds to be disabled.
Also includes ... - 06:04 PM Revision 41499c33 (ceph): kv/RocksDBStore: simplify RocksDBStore::get_cf_handle(string, IteratorB...
- Adds a precondition to RocksDBStore::get_cf_handle(string, IteratorBounds)
to avoid duplicating logic of the only cal... - 04:49 PM Linux kernel client Bug #55421: kclient: kernel BUG at fs/ceph/addr.c:125! when running the ffsb.sh
- I ran ffsb.sh in a loop for 10 iterations on my home test rig and never saw a crash or hang. Perhaps this is related ...
- 11:29 AM Linux kernel client Bug #55421: kclient: kernel BUG at fs/ceph/addr.c:125! when running the ffsb.sh
- Jeff Layton wrote:
> One thing that might be helpful is to turn this BUG_ON into a VM_BUG_ON, so we at least get som... - 11:23 AM Linux kernel client Bug #55421: kclient: kernel BUG at fs/ceph/addr.c:125! when running the ffsb.sh
- One thing that might be helpful is to turn this BUG_ON into a VM_BUG_ON, so we at least get some information about pa...
- 12:46 AM Linux kernel client Bug #55421: kclient: kernel BUG at fs/ceph/addr.c:125! when running the ffsb.sh
- Jeff Layton wrote:
> I hit the problem again as well in testing. The kernel has the proposed patch:
>
> http:... - 04:40 PM rgw Bug #54405 (Fix Under Review): beast: move access log line to separate log subsystem
- 04:23 PM RADOS Bug #47025: rados/test.sh: api_watch_notify_pp LibRadosWatchNotifyECPP.WatchNotify failed
- This is from the 16.2.8 run.
/a/yuriw-2022-05-04_20:09:21-rados-pacific-distro-default-smithi/6821705... - 04:10 PM Revision a0ae10eb (ceph): RGW - Fix NoSuchTagSet error
- A bug in AWS documentation caused this to be named "NoSuchTagSetError",
when the proper name (now fixed in the docs) ... - 04:03 PM CephFS Bug #55557: qa/cephfs: setting to sudo to True has no effect on _run_python()
- Venky, better to backport this fix? It might prevent some bugs reaching downstream.
- 02:35 PM CephFS Bug #55557 (Fix Under Review): qa/cephfs: setting to sudo to True has no effect on _run_python()
- 02:33 PM CephFS Bug #55557 (Pending Backport): qa/cephfs: setting to sudo to True has no effect on _run_python()
- 04:02 PM CephFS Bug #55558: qa/cephfs: mon cap not properly tested in caps_helper.py
- Venky, better to backport this fix? It might prevent some bugs reaching downstream.
- 04:01 PM CephFS Bug #55558 (Fix Under Review): qa/cephfs: mon cap not properly tested in caps_helper.py
- 02:51 PM CephFS Bug #55558 (Pending Backport): qa/cephfs: mon cap not properly tested in caps_helper.py
- Tests were written with assumption that MDS cap @allow rw@ enables client to access only default FS but the truth is ...
- 04:01 PM CephFS Bug #55553 (Fix Under Review): qa/vstart_runner: LocalFuseMount._run_mount_cmd() doesn't return v...
- 10:41 AM CephFS Bug #55553 (Resolved): qa/vstart_runner: LocalFuseMount._run_mount_cmd() doesn't return values on...
- @FuseMount._run_mount_cmd()@ returns a tuple containing command's return value, standard output and standard error wh...
- 04:00 PM Backport #55561 (Resolved): quincy: cmake: pmdk fails to compile on Centos Stream 9
- https://github.com/ceph/ceph/pull/46212
- 04:00 PM Backport #55560 (Resolved): pacific: cmake: pmdk fails to compile on Centos Stream 9
- https://github.com/ceph/ceph/pull/46211
- 03:59 PM Bug #54473: cmake: pmdk fails to compile on Centos Stream 9
- sorry about that!
- 03:33 PM Revision 94d2b104 (ceph): qa/vstart_runner: fix bug in LocalFuseMount._run_mount_cmd()
- This methods fails to collect return value from
FuseMount._run_mount_cmd() and return it. This leads to a bug for tes... - 03:22 PM RADOS Backport #55439: quincy: FAILED ceph_assert due to issue manifest API to the original object
- Backport Bot wrote:
> https://github.com/ceph/ceph/pull/46061
merged - 03:22 PM Revision 5dc3c47d (ceph): Merge pull request #46061 from ljflores/wip-55439-quincy
- quincy: osd: return appropriate error if the object is not manifest
Reviewed-by: Myoungwon Oh <omwmw@sk.com>
Reviewe... - 03:20 PM RADOS Backport #55047: quincy: rados/test.sh