Project

General

Profile

Activity

From 06/26/2021 to 07/25/2021

07/25/2021

10:00 PM Backport #51837 (Need More Info): octopus: ceph.spec: after being eliminated, FIRST_ARG crept bac...
after https://github.com/ceph/ceph/pull/42440 Nathan Cutler
09:57 PM Backport #51836 (In Progress): pacific: ceph.spec: after being eliminated, FIRST_ARG crept back in
Nathan Cutler
09:56 PM Revision 8146c6fb (ceph): rpm: drop use of $FIRST_ARG in ceph-immutable-object-cache
The use of $FIRST_ARG was probably required because the SUSE-specific
%service_* rpm macros were playing tricks on th...
Nathan Cutler
08:20 PM Orchestrator Bug #51616: Updating node-exporter deployment progress stuck

Workaround (caution: temporarily disruptive), Assuming this is the only reported problem remaining after upgrade o...
Harry Coin
01:43 PM Orchestrator Bug #51298 (Resolved): ceph orch stop mgr should not stop all the mgrs and should give a warning ...
Kefu Chai
01:42 PM Revision da35cbe6 (ceph): Merge pull request #42466 from adk3798/mgr-stop
mgr/cephadm: Don't allow stopping full mgr, mon or osd services
Reviewed-by: Michael Fritch <mfritch@suse.com>
Kefu Chai
11:31 AM RADOS Bug #51843 (Triaged): osd/scrub: OSD crashes at PG removal
Caused by the incorrect reliance of some Scrubber sub-objects on PG::gen_prefix() for their logging.
Ronen Friedman
11:29 AM RADOS Bug #51843 (Resolved): osd/scrub: OSD crashes at PG removal
A dout() message in the scrubber code might cause an OSD crash, if issued when the PG is already removed.
BT might...
Ronen Friedman
11:26 AM Backport #50598 (In Progress): octopus: Ceph-osd refuses to bind on an IP on the local loopback lo
Kefu Chai
11:25 AM Revision 7c91d1af (ceph): common/pick_addr: use grading machinery to refactor pick_address()
as picking iface on the same NUMA node is not a hard requirement, the
grading machinery is a nice fit for this purpos...
Kefu Chai
11:24 AM Revision 8e416bcf (ceph): common/pick_address: prefer non-loopback addresses
instead of filtering out loopback ifaces, check for loopback addresses,
and prefer non-loopback addresses over loopba...
Kefu Chai
11:23 AM Revision 2d3e225f (ceph): common/pick_address: Allow binding on loopback iface
in 6147c0917157efd2d35610e759685656a4989abb, "lo" is also skipped when
daemon is trying to find an address to bind. b...
Kefu Chai
11:23 AM Revision b97bdd9e (ceph): common/pick_address: document find_ip_in_subnet_list()
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit b106ec0bbf7fa726062989114f461f2d0a1f93a9)
Kefu Chai
11:23 AM Revision 58df0279 (ceph): common/pick_address: pass string by reference
to silence warnings from clang-tidy.
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 6d0ed81f...
Kefu Chai
11:22 AM Revision 8a61566d (ceph): common/pick_addr: refactor pick_address.cc and ipaddr.cc
* do not replicate the same logic in IPv4 and IPv6 paths
* use helpers returning bool for filtering the candidate add...
Kefu Chai
11:22 AM Revision 42e201e8 (ceph): common/pick_address: use scope_guard for freeifaddrs()
for better readability
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit c3c110b5763ac420c4b88f...
Kefu Chai
11:22 AM Revision 0961369b (ceph): common/pick_address: fail if cannot bind with specified network family
this change partially reverts 9f75dfbf364f5140b3f291e0a2c6769bc3d8cbac
we should not proceed against user's will if ...
Kefu Chai
11:22 AM Revision 2d1f8577 (ceph): pick_address: Warn and continue when you find at least 1 IPv4 or IPv6 a...
Currently if specify a single public or cluster network, yet have both
`ms bind ipv4` and `ms bind ipv6` set daemons ...
Matthew Oliver
11:20 AM Revision 090de62a (ceph): common/pick_address: define in_addr_t if it is not defined
neither mingw not not have in_addr_t defined, see
https://docs.microsoft.com/en-us/windows/win32/api/winsock2/ns-wins...
Kefu Chai
11:14 AM Backport #50599 (In Progress): pacific: Ceph-osd refuses to bind on an IP on the local loopback lo
Kefu Chai
11:13 AM Revision ddd30a39 (ceph): common/pick_addr: use grading machinery to refactor pick_address()
as picking iface on the same NUMA node is not a hard requirement, the
grading machinery is a nice fit for this purpos...
Kefu Chai
11:12 AM Revision a61d71dc (ceph): common/pick_address: prefer non-loopback addresses
instead of filtering out loopback ifaces, check for loopback addresses,
and prefer non-loopback addresses over loopba...
Kefu Chai
11:10 AM Revision 96c28798 (ceph): common/pick_address: Allow binding on loopback iface
in 6147c0917157efd2d35610e759685656a4989abb, "lo" is also skipped when
daemon is trying to find an address to bind. b...
Kefu Chai
11:10 AM Revision cca3e923 (ceph): common/pick_address: document find_ip_in_subnet_list()
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit b106ec0bbf7fa726062989114f461f2d0a1f93a9)
Kefu Chai
11:10 AM Revision d6e04dd8 (ceph): common/pick_address: pass string by reference
to silence warnings from clang-tidy.
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 6d0ed81f...
Kefu Chai
11:10 AM Revision 7b7febd3 (ceph): common/pick_addr: refactor pick_address.cc and ipaddr.cc
* do not replicate the same logic in IPv4 and IPv6 paths
* use helpers returning bool for filtering the candidate add...
Kefu Chai
11:09 AM Revision b379d771 (ceph): common/pick_address: use scope_guard for freeifaddrs()
for better readability
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit c3c110b5763ac420c4b88f...
Kefu Chai
06:28 AM Revision c2ec6489 (ceph): vstart.sh: set objectstore to "cyanstore" if --cyanstore is specified
in e6ed65db8b4e0a2f8026c2e35a12dd292c5f2b8c, "cyanstore" is added to the
help message of vstart.sh, but we should als...
Kefu Chai
04:06 AM Bug #51842 (Resolved): upmap verify failed with pool size decreased
we have a replicated pool with 3 osds, pool size is 3... huang jun
03:07 AM Revision c4e1b4d7 (ceph): crimson/osd: print logging using logger() in main()
more consistent and easier to parse this way.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai

07/24/2021

01:31 PM Revision 2e3f4689 (ceph): kv/RocksDBStore: always initialize local variable
silences following warning from GCC:
../src/kv/RocksDBStore.cc:386:7: warning: ‘r’ may be used uninitialized in thi...
Kefu Chai
01:30 PM Revision 1c45d3ae (ceph): crimson: use seastar::try_with_gate to guard background task
for less indent, and for more consistency with how tools/store_nbd
runs background task.
Signed-off-by: Kefu Chai <k...
Kefu Chai
01:30 PM Revision 9816cb99 (ceph): crimson/osd: disable var-tracking-assignments
to disable following warning:
In file included from ../src/common/config.h:27,
from ../src/crimson/...
Kefu Chai
01:30 PM Revision d6c931dc (ceph): crimson/osd: cancel timer when stopping
so that reactor does not complain when being stopped, like:
ERROR 2021-07-24 20:50:23,711 [shard 0] seastar - Timer ...
Kefu Chai
11:51 AM Orchestrator Bug #51796 (Resolved): cephadm: unable to deploy grafana without mgr/dashboard
Kefu Chai
11:51 AM Revision d686621f (ceph): Merge pull request #42467 from dsavineau/issue_51796
mgr/cephadm/grafana: check if dashboard is enabled
Reviewed-by: Adam King <adking@redhat.com>
Kefu Chai
11:41 AM Revision 7520a391 (ceph): Merge pull request #42468 from dsavineau/refact_mgr_cephadm_iscsi_dashb...
mgr/cephadm/iscsi: simplify the dashboard check
Reviewed-by: Sebastian Wagner <sewagner@redhat.com>
Reviewed-by: Ada...
Kefu Chai
11:39 AM Revision 6144acfb (ceph): Merge pull request #41168 from aclamk/wip-bluefs-more-sync-metadata
os/bluestore/bluefs: Force metadata sync after file rename and file deletion
Reviewed-by: Igor Fedotov <ifedotov@sus...
Kefu Chai
11:28 AM Revision 99ba98ce (ceph): cmake: use generator exp. for passing fmt::fmt's COMPILE_DEFINITIONS
more concise this way, without yet another redirection.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:28 AM Revision 1c3c42fe (ceph): cmake: s/OPENLDAP/OpenLDAP/
the upstream project of OpenLDAP is named "OpenLDAP", so rename OPENLDAP to
OpenLDAP for better readability.
Signed-...
Kefu Chai
11:28 AM Revision 1af0c619 (ceph): cmake: define OpenLDAP::OpenLDAP library
* define OpenLDAP::OpenLDAP, so this library can be consumed in a simpler way.
* use OpenLDAP::OpenLDAP instead of Op...
Kefu Chai
11:28 AM Revision 43d10b9e (ceph): cmake: make rgw_common a static library
it was changed from a shared library to object library back in
3c0bba40b2fcc36a02bfe89647231e8983819a72, because we w...
Kefu Chai
11:28 AM Revision 832c10df (ceph): rgw: drop unused rgw_admin_user.{h,cc}
their only consumer was dropped in c89b59428e66ae6d89d1fd27a4280045c57251cb
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:28 AM Revision 2d955ebb (ceph): cmake: build rgw_kmip_client_impl as part of radosgw
instead compiling rgw_kmip as an object library, just include
rgw_kmip_client_impl.cc in radosgw. simpler this way, a...
Kefu Chai
11:15 AM RADOS Backport #51841 (Resolved): octopus: osd: snaptrim logs to derr at every tick
https://github.com/ceph/ceph/pull/42484 Backport Bot
11:15 AM RADOS Backport #51840 (Resolved): pacific: osd: snaptrim logs to derr at every tick
https://github.com/ceph/ceph/pull/42482 Backport Bot
11:14 AM RADOS Bug #51799 (Pending Backport): osd: snaptrim logs to derr at every tick
Kefu Chai
11:13 AM Revision 65c65f7c (ceph): Merge pull request #42460 from MrFreezeex/fix-snaptrim-log
osd: log snaptrim message to dout
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:12 AM Revision aecb0bf2 (ceph): Merge pull request #42448 from tchaikov/wip-rgw-lua-fs
rgw/rgw_lua: s/boost::filesystem/std::filesystem/
Reviewed-by: Yuval Lifshitz <ylifshit@redhat.com>
Kefu Chai
06:01 AM Backport #51839 (Resolved): pacific: Upgrading the ceph-selinux package unconditionally restarts ...
https://github.com/ceph/ceph/pull/43235 Backport Bot
06:01 AM Backport #51838 (Resolved): octopus: Upgrading the ceph-selinux package unconditionally restarts ...
https://github.com/ceph/ceph/pull/43234 Backport Bot
05:57 AM Bug #21672 (Pending Backport): Upgrading the ceph-selinux package unconditionally restarts all ru...
Kefu Chai
05:57 AM Revision fa8f0756 (ceph): Merge pull request #42286 from dvanders/dvanders_selinux
ceph.spec: selinux scripts respect CEPH_AUTO_RESTART_ON_UPGRADE
Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
Revi...
Kefu Chai
05:55 AM Backport #51837 (Resolved): octopus: ceph.spec: after being eliminated, FIRST_ARG crept back in
https://github.com/ceph/ceph/pull/42509 Backport Bot
05:55 AM Backport #51836 (Resolved): pacific: ceph.spec: after being eliminated, FIRST_ARG crept back in
https://github.com/ceph/ceph/pull/42480 Backport Bot
05:54 AM Revision d25cd607 (ceph): Merge pull request #42451 from ideepika/wip-jaeger-buildthrift
cmake: fix failure due missing thrift build scripts if building with jaeger
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:53 AM Bug #51797 (Pending Backport): ceph.spec: after being eliminated, FIRST_ARG crept back in
Kefu Chai
05:53 AM Revision ab7e753a (ceph): Merge pull request #42452 from smithfarm/wip-first-arg-immutable
rpm: drop use of $FIRST_ARG in ceph-immutable-object-cache
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Reviewed-b...
Kefu Chai
05:50 AM Revision 553ed460 (ceph): ceph.spec.in: build with header only fmt on RHEL
because fmt is packaged in EPEL, while librados is packaged
in RHEL, so we cannot have fmt as a runtime dependency of...
Kefu Chai
05:49 AM Revision 06bd71cf (ceph): cmake: add an option "WITH_FMT_HEADER_ONLY"
in this change:
* an interface library named "fmt-header-only" is introduced. it brings
the support to the header ...
Kefu Chai
05:47 AM Revision b1af9a74 (ceph): osdc/Objecter: move LingerOp's ctor to .cc
so the linkage of fmt::fmt does not spill out to other compilation
units.
Signed-off-by: Kefu Chai <kchai@redhat.com...
Kefu Chai
05:45 AM Revision b278f078 (ceph): Merge pull request #42464 from tchaikov/wip-header-only-fmt
cmake, ceph.spec.in: build with header only fmt on RHEL
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
02:08 AM mgr Bug #51743 (Resolved): Test failure: test_module_commands (tasks.mgr.test_module_selftest.TestMod...
Kefu Chai

07/23/2021

10:52 PM mgr Bug #51835: mgr/DaemonServer.cc: FAILED ceph_assert(pending_service_map.epoch > service_map.epoch)
This happened in a version which has the fix for https://tracker.ceph.com/issues/48022. Neha Ojha
10:51 PM mgr Bug #51835 (Resolved): mgr/DaemonServer.cc: FAILED ceph_assert(pending_service_map.epoch > servic...
... Neha Ojha
10:50 PM RADOS Bug #51816: monitor segfault on startup in container
I tested yesterday with the latest master build available on shaman : "ceph version 17.0.0-6285-gc011af69 (c011af6903... Dimitri Savineau
09:21 PM RADOS Bug #51816: monitor segfault on startup in container
This is related to https://github.com/ceph/ceph/pull/42014. I know there have been a few follow-on fixes for this PR,... Neha Ojha
10:39 PM Revision c9ad86e9 (ceph): Merge pull request #42438 from tchaikov/wip-qa-test_module_selftest
qa/tasks/mgr: clean crash reports before waiting for clean
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Jo...
Neha Ojha
10:15 PM bluestore Backport #51649 (Resolved): pacific: Bluestore repair might erroneously remove SharedBlob entries.
Igor Fedotov
10:01 PM bluestore Backport #51649: pacific: Bluestore repair might erroneously remove SharedBlob entries.
Igor Fedotov wrote:
> https://github.com/ceph/ceph/pull/42423
merged
Yuri Weinstein
10:15 PM bluestore Backport #51650 (Resolved): octopus: Bluestore repair might erroneously remove SharedBlob entries.
Igor Fedotov
10:02 PM bluestore Backport #51650: octopus: Bluestore repair might erroneously remove SharedBlob entries.
Igor Fedotov wrote:
> https://github.com/ceph/ceph/pull/42373
merged
Yuri Weinstein
10:10 PM RADOS Bug #51729: Upmap verification fails for multi-level crush rule
Binary osd map attached. Andras Pataki
09:38 PM RADOS Bug #51729 (Need More Info): Upmap verification fails for multi-level crush rule
Can you share copy of your binary osdmap? Neha Ojha
10:02 PM Revision 0f589fd5 (ceph): Merge pull request #42373 from ifed01/wip-ifed-fix-missing-shared-blob
octopus: os/bluestore: fix erroneous SharedBlob record removal during repair
Reviewed-by: Neha Ojha <nojha@redhat.co...
Yuri Weinstein
10:01 PM Revision c6a1fa5a (ceph): Merge pull request #42423 from ifed01/wip-ifed-fix-missing-shared-blob-pac
pacific: os/bluestore: fix erroneous SharedBlob record removal during repair.
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
09:59 PM RADOS Backport #51663: pacific: rados/test_envlibrados_for_rocksdb.sh: cmake: symbol lookup error: cmak...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42344
merged
Yuri Weinstein
09:59 PM Revision 4bb08554 (ceph): Merge pull request #42344 from neha-ojha/wip-51663-pacific
pacific: qa/*/test_envlibrados_for_rocksdb.sh: install libarchive-3.3.3
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
09:58 PM RADOS Backport #51582: octopus: osd does not proactively remove leftover PGs
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42239
merged
Yuri Weinstein
09:58 PM Revision e0802885 (ceph): Merge pull request #42239 from trociny/wip-51582-octopus
octopus: osd: move down peers out from peer_purged
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Samuel Jus...
Yuri Weinstein
09:57 PM RADOS Backport #51584: pacific: osd does not proactively remove leftover PGs
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42238
merged
Yuri Weinstein
09:56 PM Revision 1e172e24 (ceph): Merge pull request #42238 from trociny/wip-51584-pacific
pacific: osd: move down peers out from peer_purged
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Reviewed-by: Ne...
Yuri Weinstein
09:54 PM RADOS Bug #51000: LibRadosTwoPoolsPP.ManifestSnapRefcount failure
Myoungwon Oh wrote:
> Ok, I'll take a look.
thanks!
Neha Ojha
09:54 PM RADOS Bug #51000 (Fix Under Review): LibRadosTwoPoolsPP.ManifestSnapRefcount failure
Neha Ojha
09:54 PM RADOS Backport #49377: pacific: building libcrc32
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/39902
merged
Yuri Weinstein
09:54 PM Revision e8f7904f (ceph): Merge pull request #39902 from singuliere/wip-49377-pacific
pacific: cmake: build static libs if they are internal ones
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
09:43 PM RADOS Bug #51083 (Need More Info): Raw space filling up faster than used space
Moving to need more info, please let us know if it happens again. Neha Ojha
09:41 PM RADOS Bug #45423: api_tier_pp: [ FAILED ] LibRadosTwoPoolsPP.HitSetWrite
Hi Myoungwon Oh, this is tiering test has been causing a lot of failures, do you think you can help investigate? Neha Ojha
09:34 PM RADOS Bug #48908 (Need More Info): EC Pool OSD crashes
Can you capture a coredump for the crash? This appears to be memory leak of some sort, what is the memory/RSS usage l... Neha Ojha
09:23 PM RADOS Bug #51799 (Fix Under Review): osd: snaptrim logs to derr at every tick
Neha Ojha
09:04 PM Revision 6402c587 (ceph): mgr/cephadm: Don't allow stopping full mgr, mon or osd services
I can't think of any case where we would want to allow this
Fixes: https://tracker.ceph.com/issues/51298
Signed-off...
Adam King
07:49 PM rgw Backport #51514: pacific: notifications: metadata does not work for COPY events
Cory, is this backport complete? The master PR had an additional commit for @CompleteMultipartUpload@ events. Ken Dreyer
07:32 PM Revision b2035cc1 (ceph): os/bluestore/bluefs: Add test that detects bluefs inconsistency
Add test that detects possible scenario that will cause BlueFS to have file
that contains data that has never been wr...
Adam Kupczyk
07:14 PM ceph-volume Backport #50862 (Resolved): pacific: add ceph-volume lvm [new-db|new-wal|migrate] commands
Igor Fedotov
06:30 PM ceph-volume Backport #50862: pacific: add ceph-volume lvm [new-db|new-wal|migrate] commands
Igor Fedotov wrote:
> https://github.com/ceph/ceph/pull/42219
merged
Yuri Weinstein
07:13 PM bluestore Backport #50935 (Resolved): pacific: osd-bluefs-volume-ops.sh fails
Igor Fedotov
06:30 PM bluestore Backport #50935: pacific: osd-bluefs-volume-ops.sh fails
Igor Fedotov wrote:
> https://github.com/ceph/ceph/pull/42219
merged
Yuri Weinstein
06:42 PM RADOS Backport #51662: octopus: rados/test_envlibrados_for_rocksdb.sh: cmake: symbol lookup error: cmak...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42421
merged
Yuri Weinstein
06:42 PM Revision 02dd0874 (ceph): Merge pull request #42421 from neha-ojha/wip-51662-octopus
octopus: qa/*/test_envlibrados_for_rocksdb.sh: install libarchive-3.3.3
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
06:31 PM Dashboard Backport #51731: pacific: mgr/dashboard: Add configurable MOTD or wall notification
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42414
merged
Yuri Weinstein
06:31 PM Revision 8e0e9efa (ceph): Merge pull request #42414 from votdev/wip-51731-pacific
pacific: mgr/dashboard: Add configurable MOTD or wall notification
Reviewed-by: Avan Thakkar <athakkar@redhat.com>
R...
Yuri Weinstein
06:30 PM RADOS Backport #51553: pacific: rebuild-mondb hangs
Kefu Chai wrote:
> https://github.com/ceph/ceph/pull/42411
merged
Yuri Weinstein
06:30 PM Revision 331cb4fe (ceph): Merge pull request #42411 from tchaikov/pacific-pr-27465
pacific: ceph-monstore-tool: use a large enough paxos/{first,last}_committed
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
06:29 PM Revision 04f334ae (ceph): Merge pull request #42219 from ifed01/wip-ifed-migrate-pac
pacific: ceph-volume: implement bluefs volume migration
Guillaume Abrioux <gabrioux@redhat.com>
Reviewed-by: Dimitri...
Yuri Weinstein
06:26 PM Revision d81478b5 (ceph): cmake: add an option "WITH_FMT_HEADER_ONLY"
in this change:
* an interface library named "fmt-header-only" is introduced. it brings
the support to the header ...
Kefu Chai
06:26 PM Revision 54191314 (ceph): ceph.spec.in: build with header only fmt on RHEL
because fmt is packaged in EPEL, while librados is packaged
in RHEL, so we cannot have fmt as a runtime dependency of...
Kefu Chai
06:20 PM CephFS Backport #51834 (Resolved): pacific: mon/MDSMonitor: allow creating a file system with a specific...
https://github.com/ceph/ceph/pull/42900 Backport Bot
06:20 PM CephFS Backport #51833 (Resolved): pacific: client: flush the mdlog in unsafe requests' relevant and aut...
https://github.com/ceph/ceph/pull/42925 Backport Bot
06:20 PM CephFS Backport #51832 (Resolved): pacific: mds: META_POP_READDIR, META_POP_FETCH, META_POP_STORE, and c...
https://github.com/ceph/ceph/pull/42939 Backport Bot
06:20 PM CephFS Backport #51831 (Rejected): octopus: mds: META_POP_READDIR, META_POP_FETCH, META_POP_STORE, and c...
https://github.com/ceph/ceph/pull/45160 Backport Bot
06:18 PM CephFS Bug #51600 (Pending Backport): mds: META_POP_READDIR, META_POP_FETCH, META_POP_STORE, and cache_h...
Patrick Donnelly
06:18 PM Revision a54e2a66 (ceph): Merge PR #42256 into master
* refs/pull/42256/head:
mds: update META_POP_READDIR/FETCH/STORE and cache_hit_rate for dump loads
Reviewed-by: Ven...
Patrick Donnelly
06:17 PM CephFS Feature #51518 (Pending Backport): client: flush the mdlog in unsafe requests' relevant and auth ...
Patrick Donnelly
06:17 PM Revision bab1d1fa (ceph): Merge PR #42173 into master
* refs/pull/42173/head:
client: flush the mdlog in unsafe requests' relevant and auth MDSes only
Reviewed-by: Patri...
Patrick Donnelly
06:16 PM CephFS Feature #51340 (Pending Backport): mon/MDSMonitor: allow creating a file system with a specific f...
Patrick Donnelly
06:15 PM Revision 0e71ea4a (ceph): Merge PR #42106 into master
* refs/pull/42106/head:
mds: create file system with specific ID
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
05:01 PM Revision 0e0d3205 (ceph): osdc/Objecter: move LingerOp's ctor to .cc
so the linkage of fmt::fmt does not spill out to other compilation
units.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:35 PM Revision ce483a14 (ceph): Merge pull request #42131 from tchaikov/wip-doc-dev-ci
doc/dev/continuous-integration: use ceph repos
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
03:24 PM Orchestrator Bug #51796 (Fix Under Review): cephadm: unable to deploy grafana without mgr/dashboard
Dimitri Savineau
03:03 PM Orchestrator Bug #51796 (In Progress): cephadm: unable to deploy grafana without mgr/dashboard
Dimitri Savineau
03:21 PM Revision a6808efc (ceph): mgr/cephadm/iscsi: simplify the dashboard check
We don't need to run an extra command (mgr module ls) to obtain the mgr
modules list since we already have this infor...
Dimitri Savineau
03:03 PM Revision 16bb5b80 (ceph): mgr/cephadm/grafana: check if dashboard is enabled
When deploying the grafana service but the mgr dashboard isn't enabled then
dashboard set-grafana-api-ssl-verify comm...
Dimitri Savineau
02:40 PM RADOS Backport #51830 (Resolved): pacific: set a non-zero default value for osd_client_message_cap
https://github.com/ceph/ceph/pull/42615 Backport Bot
02:36 PM RADOS Bug #49894 (Pending Backport): set a non-zero default value for osd_client_message_cap
Neha Ojha
02:15 PM mgr Feature #51563 (Fix Under Review): mgr/prometheus: add pool crush rule and crush rule metadata
Patrick Seidensal
02:08 PM Orchestrator Bug #51829 (Resolved): cephadm: deploying cephadm-exporter fails with shutil SameFileError
... Adam King
02:06 PM Orchestrator Bug #51818: "ceph orch host add" presents unhelpful error message if target host is missing cephadm
in any case this is broken. the list (*[]*) should contain the error message. Somehow it got lost, leading to a non-h... Sebastian Wagner
01:24 AM Orchestrator Bug #51818: "ceph orch host add" presents unhelpful error message if target host is missing cephadm
Argh, sorry for the typos there, s/cephadm/ceph orch/ in several places. Lars Kellogg-Stedman
01:23 AM Orchestrator Bug #51818 (Resolved): "ceph orch host add" presents unhelpful error message if target host is mi...
When using "ceph orch host add", if the remote host is missing cephadm
and its dependencies then "ceph orch host add...
Lars Kellogg-Stedman
12:58 PM Revision 9054b1a7 (ceph): Merge pull request #42157 from markhpc/wip-osd_client_message_cap
common/options: Set osd_client_message_cap to 256.
Reviewed-by: Neha Ojha <nojha@redhat.com>
Kefu Chai
11:45 AM RADOS Bug #48750: ceph config set using osd/host mask not working
Do the other masks (non-host) masks work for you?
I have the same problem in octopus. class masks work, as do crus...
Dan van der Ster
11:37 AM Dashboard Subtask #51612 (Fix Under Review): mgr/dashboard: cephadm-e2e script: improvements
Alfonso Martínez
11:10 AM Orchestrator Documentation #47637: mgr/cephadm: document how to configure custom TLS certificate for Grafana
Reconfigure can be done easier with... Kai Stian Olstad
09:56 AM Orchestrator Bug #51794 (Fix Under Review): mgr/test_orchestrator: remove pool and namespace from nfs service
Varsha Rao
09:56 AM CephFS Bug #51795 (Fix Under Review): mgr/nfs:update pool name to '.nfs' in vstart.sh
Varsha Rao
09:49 AM rgw Bug #51827 (Closed): existing objects are deleted while I/o is running with bucket reshard execut...
- Run a script to create a few objects and simultaneously execute reshard command on the bucket on the primary site.
...
Shilpa MJ
09:47 AM rgw Bug #51740: Random files are lost from rados but are still visible in bucket index
Hi everybody,
we found the issue.
It was a cleanup script that didn't work correctly.
Basically it removed files...
Boris B
09:45 AM Revision da5aa888 (ceph): src/pybind/mgr/test_orchestrator: remove nfs pool and namespace
'orch apply nfs' no longer requires pool and namespace.
Fixes: https://tracker.ceph.com/issues/51794
Signed-off-by: ...
Varsha Rao
09:43 AM Revision ff33b4f2 (ceph): src/vstart: update nfs-ganesha pool name
Recently, the default pool name for nfs was changed from 'nfs-ganesha' to
'.nfs'. Change the pool name in vstart too....
Varsha Rao
09:25 AM Backport #51826 (Resolved): octopus: run-tox-mgr-dashboard failed to write the /tmp/test_sanitize...
https://github.com/ceph/ceph/pull/44728 Backport Bot
09:25 AM Backport #51825 (Resolved): pacific: run-tox-mgr-dashboard failed to write the /tmp/test_sanitize...
https://github.com/ceph/ceph/pull/44727 Backport Bot
09:21 AM Bug #51792 (Pending Backport): run-tox-mgr-dashboard failed to write the /tmp/test_sanitize_passw...
Alfonso Martínez
06:18 AM Bug #51792 (Resolved): run-tox-mgr-dashboard failed to write the /tmp/test_sanitize_password.txt ...
Kefu Chai
08:42 AM CephFS Bug #51824: pacific scrub ~mds_dir causes stray related ceph_assert, abort and OOM
After a few minutes num_strays is now 19966371 and unchanging.
Dan van der Ster
08:27 AM CephFS Bug #51824 (Pending Backport): pacific scrub ~mds_dir causes stray related ceph_assert, abort and...
We are testing the scalability of pacific snapshots, snap trimming, and num_stray accounting and ran into some crashe... Dan van der Ster
08:11 AM Bug #51029: Ninja build fails when -DWITH_JAEGER=ON
Thanks Deepika Upadhyay. But there is still a minor error:... Honggang Yang
07:54 AM Revision 24b753f2 (ceph): doc/cephadm: Move some sections from mon.rst to serivce-management.rst
Avoid duplication and instead only reference the corresponding sections.
Signed-off-by: Sebastian Wagner <sewagner@r...
Sebastian Wagner
07:32 AM Revision e2b2faef (ceph): osd: log snaptrim message to dout
This log message is not an error and is done on every tick of the
snaptrim process. Replace the derr logging to dout(...
Arthur Outhenin-Chalandre
07:26 AM Bug #51821 (Closed): client is using insecure global_id reclaim
Hi everyone.
We are running an Octopus cluster at work with more than 30 clients, and I'm currently reviewing paci...
Daniel Persson
06:18 AM Revision ade690b5 (ceph): Merge pull request #42449 from kevinzs2048/wip-test-sanitize
qa/run-tox-mgr-dashboard: Do not write to /tmp/test_sanitize_password…
Reviewed-by: Alfonso Martínez <almartin@redha...
Kefu Chai
05:27 AM rbd Bug #51820 (New): rbd-nbd: handle SIGTERM gracefully
rbd-nbd handle SIGTERM, but we have noticed that the mount point is entering into Read-Only when the rbd-nbd process ... Prasanna Kumar Kalever
05:16 AM CephFS Backport #51819 (In Progress): pacific: cephfs-mirror: removing a mirrored directory path causes ...
Venky Shankar
05:10 AM CephFS Backport #51819 (Resolved): pacific: cephfs-mirror: removing a mirrored directory path causes oth...
https://github.com/ceph/ceph/pull/42458 Backport Bot
05:13 AM Revision a38ee6a3 (ceph): test: add test for checking readd after remove for a directory path
Fixes: http://tracker.ceph.com/issues/51666
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from co...
Venky Shankar
05:12 AM Revision f5d4626e (ceph): cephfs-mirror: record directory path cancel in DirRegistry
When removing a directory path from mirroring, cephfs-mirror records
this state in a thread-local storage. The replay...
Venky Shankar
05:12 AM Revision b0fe2a59 (ceph): cephfs-mirror: complete context when a mirror instance is not failed or...
Without this, the updater thread can start processing othere queued
contexts when a mirror instance is failed or bloc...
Venky Shankar
05:06 AM CephFS Bug #51666 (Pending Backport): cephfs-mirror: removing a mirrored directory path causes other syn...
Venky Shankar
02:55 AM Revision 042aea0a (ceph): Merge pull request #41794 from ceph/dependabot/pip/src/ceph-volume/plug...
ceph-volume: bump pip in /src/ceph-volume/plugin/zfs
Reviewed-by: Willem Jan Withagen <wjw@digiware.nl>
Reviewed-by:...
Kefu Chai
01:57 AM Revision 8706aa15 (ceph): ceph-volume: bump pip in /src/ceph-volume/plugin/zfs
Bumps [pip](https://github.com/pypa/pip) from 9.0.1 to 19.2.
- [Release notes](https://github.com/pypa/pip/releases)
...
Kefu Chai
01:51 AM Revision af798754 (ceph): Merge pull request #42255 from tchaikov/wip-cmake-mgr-cleanup
cmake: install mgr module separately
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Sebastian Wagner...
Kefu Chai
01:47 AM Revision b82b5f96 (ceph): Merge pull request #42437 from rzarzynski/wip-crimson-generic-alienstore
crimson/os: generalize AlienStore beyond BlueStore.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Chunmei L...
Kefu Chai
12:10 AM Orchestrator Bug #51817 (Resolved): FAILED tests/test_cephadm.py::TestShell::test_fsid - AttributeError: 'Fake...
... Sebastian Wagner

07/22/2021

10:18 PM RADOS Bug #51816 (Resolved): monitor segfault on startup in container
The ceph-container project runs a demo container to validate the container build which starts few daemons and tests i... Dimitri Savineau
09:52 PM CephFS Feature #51416: kclient: add debugging for mds failover events
Jeff Layton wrote:
> I can see where to add such a message, but I'm not that familiar with all of the different MDS ...
Patrick Donnelly
08:53 PM RADOS Bug #49689: osd/PeeringState.cc: ceph_abort_msg("past_interval start interval mismatch") start
/a/yuriw-2021-07-21_19:04:13-rados-wip-yuri4-testing-2021-07-21-0859-pacific-distro-basic-smithi/6285380 Neha Ojha
08:52 PM Revision 1cb84a11 (ceph): rpm: drop use of $FIRST_ARG in ceph-immutable-object-cache
The use of $FIRST_ARG was probably required because the SUSE-specific
%service_* rpm macros were playing tricks on th...
Nathan Cutler
08:48 PM mgr Bug #51815 (Pending Backport): ceph pg dump times out due to no active mgr
... Neha Ojha
06:24 PM ceph-volume Bug #51814 (Resolved): documentation: add lvm new-db, new-wal and migrate
Three new lvm subcommands have been added to ceph-volume:

* ceph-volume lvm new-db
* ceph-volume lvm new-wal
* ...
Dimitri Savineau
05:28 PM ceph-volume Bug #51526 (Fix Under Review): ZeroDivisionError when specifying only LVs as --db-devices
Dimitri Savineau
05:26 PM ceph-volume Bug #51811 (Resolved): ceph-volume lvm migrate without args raises an exception
... Dimitri Savineau
05:25 PM rgw Backport #51810 (Resolved): pacific: default value of follow_olh in get_obj_state() differs betwe...
https://github.com/ceph/ceph/pull/45438 Backport Bot
05:24 PM rgw Bug #51677 (Pending Backport): default value of follow_olh in get_obj_state() differs between sal...
Casey Bodley
03:51 PM rgw Bug #51677 (Fix Under Review): default value of follow_olh in get_obj_state() differs between sal...
Daniel Gryniewicz
05:23 PM Revision dc6e6aee (ceph): Merge pull request #42455 from dang/wip-dang-zipper-get_obj_state
RGW - Zipper - Make default args match in get_obj_state
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
05:15 PM Revision 4d3b01db (ceph): rgw: set default ssl options for beast frontend
to 'no_sslv2:no_sslv3:no_tlsv1:no_tlsv1_1'
Signed-off-by: Mykola Golub <mgolub@suse.com>
(cherry picked from commit ...
Mykola Golub
04:45 PM Revision 0a5ad093 (ceph): os/bluestore: implement allocation perf histogram.
This allows to monitor how fragmented resulting allocations are
depending on the requested block size.
Could be coup...
Igor Fedotov
04:31 PM Revision 1c57168f (ceph): qa/standalone: fixing the timings when waiting for deep-scrub to start
initiate_and_fetch_state() initiates a scrub, then polls the published
PG state looking for 'scrubbing'. Calling flus...
Ronen Friedman
04:27 PM Orchestrator Bug #51806: cephadm: stopped contains end up in error state
Adding ... Adam King
03:26 PM Orchestrator Bug #51806 (Need More Info): cephadm: stopped contains end up in error state
... Sebastian Wagner
04:26 PM Revision 59c70373 (ceph): osd/scrub: separate between PG state flags and internal scrubber operation
Modify the scrubber to rely on internal flags for 'should we repair' and
'is this a deep scrub', instead of using PG_...
Ronen Friedman
04:26 PM Revision e7c63864 (ceph): test: recovery_scrub: do not display 'repair' status on auto-repair dee...
A new test: auto_repair_bluestore_tag.
Based on auto_repair_bluestore_basic. Sets auto-repair, starts a periodic
dee...
Ronen Friedman
04:25 PM RADOS Backport #51496: octopus: mgr spamming with repeated set pgp_num_actual while merging
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42420
merged
Yuri Weinstein
04:25 PM Revision e7e5aeaa (ceph): Merge pull request #42420 from neha-ojha/wip-51496-octopus
octopus: mgr/DaemonServer: skip redundant update of pgp_num_actual
Reviewed-by: Dan van der Ster <daniel.vanderster@...
Yuri Weinstein
04:08 PM Revision c33df013 (ceph): cmake: install libopentracing.so.1(dependency of libjaeger)
fixes:
dpkg-shlibdeps: error: cannot find library libopentracing.so.1 needed by debian/libjaeger/usr/lib/libjaegertra...
Deepika Upadhyay
04:07 PM Revision c140147a (ceph): cmake: always require thrift v0.13.0 if WITH_JAEGER
* without this the build shall continue and eventually fail
as thrift is a required dependency for jaeger
Signed-off...
Deepika Upadhyay
04:07 PM Revision 8c5edecc (ceph): .githubmap: Update myself
Signed-off-by: Sebastian Wagner <sewagner@redhat.com> Sebastian Wagner
04:05 PM Revision 4df43cff (ceph): cmake: reorder find_package_handle_standard_arg for thrift
* Findthrift: thrift_FOUND fails to set if called before
find_package_handle_standard_arg, hence reorder adding
t...
Deepika Upadhyay
03:59 PM Revision 9c00a343 (ceph): Merge pull request #42247 from pritha-srivastava/wip-rgw-sts-session-po...
rgw/sts: createbucket op should take session_policies into account
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>...
Adam Emerson
03:55 PM Revision fcb1eb91 (ceph): cmake: remove buildthrift methods
we use Findthrift.cmake method for adding thrift dependencies, the
cleanup 80e82686ebafe36fca6dfd21cb32e63ced94d5cd m...
Deepika Upadhyay
03:53 PM Orchestrator Bug #51111: Pacific: CEPHADM_STRAY_DAEMON after deploying iSCSI gateway with cephadm due to tcmu-...
ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) Tobias Fischer
03:53 PM Orchestrator Bug #51111: Pacific: CEPHADM_STRAY_DAEMON after deploying iSCSI gateway with cephadm due to tcmu-...
same here as well:... Tobias Fischer
03:52 PM rgw Fix #51599 (Resolved): rgw: cleanup virtual dtor decls and defns
Casey Bodley
03:52 PM Revision fb60094c (ceph): Merge pull request #42249 from kalebskeithley/rgw-51599
rgw: cleanup virtual dtor decls and defns
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
Casey Bodley
03:48 PM Revision 664fe75c (ceph): RGW - Zipper - Make default args match in get_obj_state
The default arg for follow_olh was different between the base class and
the Rados class. Fix it so they're the same....
Daniel Gryniewicz
03:46 PM Revision 54b41f71 (ceph): Merge pull request #42365 from PracticalMetal/typo
doc: Fix typos and grammar in ecbackend.rst
Reviewed-by: Deepika Upadhyay <dupadhya@redhat.com>
Reviewed-by: Kefu Ch...
Neha Ojha
03:39 PM rgw Bug #51491 (Fix Under Review): "ERROR: s3tests.functional.test_s3_website.test_website_xredirect_...
Daniel Gryniewicz
02:56 PM Revision 4ee63174 (ceph): Merge PR #42431 into master
* refs/pull/42431/head:
cmake: add "mypy" back to tox envlist of "qa""
qa/tasks/vstart_runner: add optional "sudo" ...
Patrick Donnelly
02:54 PM Revision e30663a1 (ceph): Merge PR #42444 into master
* refs/pull/42444/head:
doc/cephfs/journaler: document options using confval directive
Reviewed-by: Patrick Donnell...
Patrick Donnelly
02:47 PM CephFS Bug #51805 (Fix Under Review): pybind/mgr/volumes: The cancelled clone still goes ahead and compl...
Kotresh Hiremath Ravishankar
02:44 PM CephFS Bug #51805 (Resolved): pybind/mgr/volumes: The cancelled clone still goes ahead and complete the ...
When a clone is created and cancelled for some reason. The clone cancel cmd
succeeds but the clone completes in the ...
Kotresh Hiremath Ravishankar
02:32 PM rgw Bug #51437 (New): the lifecycle transition operation does not work after set object acl
Casey Bodley
02:30 PM rgw Backport #51804 (Resolved): pacific: http/notifications: "Content-Type" is missing in POST messages
https://github.com/ceph/ceph/pull/42644 Backport Bot
02:26 PM rgw Bug #51534 (Fix Under Review): Report an error when the container name is less than three character
Daniel Gryniewicz
02:25 PM rgw Bug #51530 (Pending Backport): http/notifications: "Content-Type" is missing in POST messages
Casey Bodley
02:25 PM rgw Backport #51803 (Resolved): pacific: notifications: zero size in case of delete marker creation
https://github.com/ceph/ceph/pull/42643 Backport Bot
02:25 PM rgw Backport #51802 (Resolved): pacific: notifications: zero timestamp in complete multipart upload e...
Backport Bot
02:20 PM rgw Bug #51687 (Pending Backport): notifications: zero timestamp in complete multipart upload event
Casey Bodley
02:20 PM rgw Backport #51801 (Resolved): pacific: radosgw-admin should print error on missing --end-marker arg...
https://github.com/ceph/ceph/pull/42640 Backport Bot
02:20 PM rgw Bug #51681 (Pending Backport): notifications: zero size in case of delete marker creation
Casey Bodley
02:19 PM rgw Bug #51712 (Pending Backport): radosgw-admin should print error on missing --end-marker argument
Casey Bodley
02:19 PM Revision c011af69 (ceph): Merge pull request #42380 from adamemerson/wip-51712
rgw: radosgw-admin errors if marker not specified on data/mdlog trim
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
02:08 PM rgw Bug #51462 (Fix Under Review): rgw: resolve empty ordered bucket listing results w/ CLS filtering
Casey Bodley
02:00 PM Revision 0ad615ba (ceph): ceph-volume/tests: update ansible ssh_args env var
The ansible ssh_args parameter is usually defined in the ansible.cfg file.
Currently this variable is overrided in to...
Dimitri Savineau
02:00 PM Revision b758fdd8 (ceph): ceph-volume/tests: set ANSIBLE_CONFIG env var
Without loading the ansible.cfg file from ceph-ansible project, we don't
have the pipelining enabled which can result...
Dimitri Savineau
02:00 PM Revision 95056a24 (ceph): ceph-volume/tests: use pytest rerunfailures
We already install the dependency from ceph-ansible requirements.txt and to
avoid false positive (like after rebootin...
Dimitri Savineau
02:00 PM Revision 842fc2b6 (ceph): ceph-volume/tests: use ansible_facts
Since inject_facts_as_vars is set to false in the ansible.cfg file then we
have to update the references to use ansib...
Dimitri Savineau
01:30 PM rgw Bug #47910: radosgw crash on objecter operations
The fix has actually been released on v14.2.22: [1]
rgw: beast frontend uses 512k mprotected coroutine stacks (pr#...
Mauricio Oliveira
12:58 PM CephFS Documentation #51683: mgr/nfs: add note about creating exports for nfs using vstart to developer ...
Add about rgw exports creation as well Varsha Rao
12:56 PM CephFS Bug #51800 (Resolved): mgr/nfs: create rgw export with vstart
Varsha Rao
12:56 PM Bug #51797 (Fix Under Review): ceph.spec: after being eliminated, FIRST_ARG crept back in
oops Nathan Cutler
12:07 PM Bug #51797 (Resolved): ceph.spec: after being eliminated, FIRST_ARG crept back in
the use of FIRST_ARG had already been eliminated by
926433f5d45e557c42f050b43798ba29dc495e02 but was re-introduced l...
Nathan Cutler
12:50 PM Revision 6edebf8a (ceph): Merge pull request #42329 from vshankar/wip-cephfs-mirror-dir-remove-re...
cephfs-mirror: record directory path cancel in DirRegistry
Reviewed-by: Milind Changire <mchangir@redhat.com>
Milind Changire
12:41 PM RADOS Bug #51799 (Resolved): osd: snaptrim logs to derr at every tick
Hi,
We reduced `osd_snap_trim_sleep` to 0.1 to speed up snap trim process but now the OSD spam the log on every ti...
Arthur Outhenin-Chalandre
12:25 PM Revision 3117a6c3 (ceph): Merge pull request #42450 from tchaikov/wip-debian-jaeger
debian/control: depend on libjaeger only if <pkg.ceph.jaeger>
Reviewed-by: Deepika Upadhyay <dupadhya@redhat.com>
Kefu Chai
12:20 PM Revision d04ef800 (ceph): qa/run-tox-mgr-dashboard: Do not write to /tmp/test_sanitize_password.t...
To allow running multiple instances of the same tests.
Fixes: https://tracker.ceph.com/issues/51792
Signed-off-by: ...
Kevin Zhao
12:04 PM Orchestrator Bug #51796 (Resolved): cephadm: unable to deploy grafana without mgr/dashboard
... Sebastian Wagner
11:33 AM Revision 3c4117c0 (ceph): rgw: Do not use non-posix aio_init
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl> Willem Jan Withagen
11:26 AM rgw Bug #51720: Compilation of FreeBSD fails due to missing LIBAIO
Mark Kogan wrote:
> is the compilation error occurs only on the _aioinit(...)_ call?
>
> in which case we can #if...
Willem Jan Withagen
11:14 AM CephFS Bug #51795 (Pending Backport): mgr/nfs:update pool name to '.nfs' in vstart.sh
As we have changed nfs-ganesha's default pool name.... Varsha Rao
11:08 AM Orchestrator Bug #51794 (Resolved): mgr/test_orchestrator: remove pool and namespace from nfs service
... Varsha Rao
10:40 AM rbd Bug #51628 (In Progress): bogus "unable to find a keyring" warning on "rbd mirroring bootstrap im...
Thanks for confirming, Ritesh. Still need to make that warning go away to avoid confusion. Ilya Dryomov
10:04 AM Revision 1f856081 (ceph): Merge pull request #42433 from sebastian-philipp/fix-gen-keepalive-config
mgr/cephadm: Fix haproxy not being recognized as a proper daemon
Reviewed-by: Adam King <adking@redhat.com>
Reviewed...
Sebastian Wagner
09:59 AM Revision 8e1edd74 (ceph): debian/control: depend on libjaeger only if <pkg.ceph.jaeger>
otherwise we'd have following failure when trying to install ceph
packages if they are not built with pkg.ceph.jaeger...
Kefu Chai
09:20 AM Orchestrator Feature #51793 (Closed): cephadm: Grafana: Add switch to enable the Gafana admin account
Right now, users need to replace the Jinja2 template in order to enable the admin account. This has a few downsides. ... Sebastian Wagner
09:19 AM Revision d83d4f35 (ceph): ceph-volume: lvm batch: fast_allocations(): avoid ZeroDivisionError
* Fixes Bug #51526 ( https://tracker.ceph.com/issues/51526 )
Signed-off-by: Jonas Zeiger <jonas.zeiger@talpidae.net>
Jonas Zeiger
08:57 AM Bug #51792 (Fix Under Review): run-tox-mgr-dashboard failed to write the /tmp/test_sanitize_passw...
Kefu Chai
07:06 AM Bug #51792 (Resolved): run-tox-mgr-dashboard failed to write the /tmp/test_sanitize_password.txt ...
234/235 Test #6: run-tox-mgr-dashboard .....................***Failed 387.04 sec
tools.py ..... [ 1%]
controllers...
Kevin Zhao
08:55 AM Revision a8f1cf2e (ceph): mgr/cephadm: Fix haproxy not being recognized as a proper daemon
Turns out daemon types != service types:
cephadm [WRN] Found unknown service type haproxy on host smithi019
...
Sebastian Wagner
08:49 AM Revision 71e20279 (ceph): rgw/rgw_lua: s/boost::filesystem/std::filesystem/
for less dependencies on 3rd party libraries, and to reduce the
compilation time.
Signed-off-by: Kefu Chai <kchai@re...
Kefu Chai
08:35 AM Revision e3245d12 (ceph): cmake: s/NPM/NPM_EXECUTABLE/
so the naming is more consistent with other executables found by
find_program().
Signed-off-by: Kefu Chai <kchai@red...
Kefu Chai
08:35 AM Revision 6d17e684 (ceph): cmake: use ${NPM} instead of npm
so it is more explicit that ${NPM} is used when NODEENV is not
specified.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:35 AM Revision e4f1de64 (ceph): cmake: simplify the regex for matching npm command
npx command was added in 3fe39d4899f909d4db8bb3fbc1de5367b280620d,
but we don't use npx anymore, so drop it.
Signed-...
Kefu Chai
08:35 AM Revision 993e2506 (ceph): cmake: push dashboard build logic down
it's simpler to build dashboard in dashboard/CMakeLists.txt
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:35 AM Revision 7633a97a (ceph): cmake: push frontend build logic down
it's simpler to build frontend in frontend/CMakeLists.txt
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:33 AM Revision 73e983cf (ceph): pybind/mgr/dashboard: build frontend/dist in build
to enable us to build out of source, we should build the frontend
artifacts out of src. in this change:
* cmake:
-...
Kefu Chai
08:18 AM Revision 8f84f121 (ceph): doc: fix typo and grammar
Signed-off-by: Pulkit Mittal <2pulkit2@gmail.com> Pulkit Mittal
07:46 AM mgr Bug #51637 (Duplicate): mgr/insights: mgr consumes excessive amounts of memory
Konstantin Shalygin
07:44 AM mgr Bug #51637 (Fix Under Review): mgr/insights: mgr consumes excessive amounts of memory
Konstantin Shalygin
07:46 AM mgr Bug #48269 (Fix Under Review): insights module can generate too much data, fail to put in config-key
Konstantin Shalygin
07:34 AM Bug #51029 (Resolved): Ninja build fails when -DWITH_JAEGER=ON
Kefu Chai
07:33 AM Revision 7048172c (ceph): Merge pull request #38783 from ideepika/wip-osd-tracing
cmake/ninja: support ninja for jaegertracing
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
07:28 AM Revision 97bcfda5 (ceph): crimson/os/seastore/segment_manager: respect len parameter of BlockSegm...
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
07:07 AM Dashboard Bug #51791: unittest_ceph_immutable_obj_cache and run-tox-mgr-dashboard failed on non-sudo user e...
Wrong description. please close this one, Kevin Zhao
07:05 AM Dashboard Bug #51791 (Duplicate): unittest_ceph_immutable_obj_cache and run-tox-mgr-dashboard failed on non...
... Kevin Zhao
05:58 AM Dashboard Bug #51773 (Resolved): FAIL: test_health_permissions (tasks.mgr.dashboard.test_health.HealthTest)
was pr related change, based on the difference in testing schema (int) and used value(str) Deepika Upadhyay
05:45 AM RADOS Bug #48841 (Resolved): test_turn_off_module: wait_until_equal timed out
https://github.com/ceph/ceph/pull/41907 fixed this Kamoltat (Junior) Sirivadhna
05:45 AM Revision a4d654b9 (ceph): cmake: use PATTERN instead of REGEX to exclude installed files
for better readability
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:44 AM Revision dfd3deb5 (ceph): cmake: install mgr module separately
instead of installing the whole directory, install mgr modules
individually, so it's more clear that what EXCLUDE pat...
Kefu Chai
05:39 AM Revision ffc37646 (ceph): cmake: adds BUILD_BYPRODUCT for external build jaegertracing libs
* adds BUILD_BYPRODUCT which tells ninja which library will be generated
after the build(needed for dependent build l...
Deepika Upadhyay
05:39 AM Revision a92a7aa2 (ceph): cmake: change debian DESTDIR for installing jaeger deps
debian uses debian/tmp as destination dir for installing build files,
but since we are using common path($build_dir/e...
Deepika Upadhyay
05:39 AM Revision 5f5de4cc (ceph): cmake: fix jaeger linking to ceph libraries
updates:
* custom target jaeger_base
* target jaeger-base which encapsulates all jaeger libs
* include external libra...
Deepika Upadhyay
05:38 AM Revision 1e2278e1 (ceph): cmake: minor reorder of boost path in jaeger build external projet
* Boost is a dependency for jaeger, to use the right version, we pass
ceph build boost path to cmake jaeger build ste...
Deepika Upadhyay
05:32 AM Bug #21672 (Fix Under Review): Upgrading the ceph-selinux package unconditionally restarts all ru...
Kefu Chai
05:32 AM Revision 2eea5080 (ceph): cmake: target name Jaeger >> jaegertracing
since jaegertracing is the original target that jaeger submodule uses in
it's cmake, cmake build complained if named ...
Deepika Upadhyay
05:31 AM Revision f51480b2 (ceph): cmake: move ExternalProjectHelper & IncludeJaeger to BuildJaeger
set_library_properties_for_external_project assists with setting right target
properties for all jaeger dependencies....
Deepika Upadhyay
05:31 AM Revision be43f613 (ceph): debian, install-deps.sh: use Build-Profiles to optionally build with ja...
we will now be using BuildProfileSpec based optional pkg building,
removing comment from .install file is no longer n...
Deepika Upadhyay
05:29 AM Revision 84ad5444 (ceph): cmake: add find_package(thrift) support for thrift 0.13
adds Findthrift.cmake which is used to find thrift 0.13, as a dependency
for building jaegertracing
* bump up submod...
Deepika Upadhyay
05:29 AM Revision 80e82686 (ceph): ceph.spec, cmake, debian: use thrift 0.13+ from distro pkg
the change to build and ship libthift was added when we didn't have 0.13.0
version shipped via distro pkgs, now that ...
Deepika Upadhyay
05:28 AM Revision 1a5bcbb3 (ceph): Merge pull request #42342 from dsavineau/cephadm_template_jinja2_lint
mgr/cephadm/templates: add jinja2 lint
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Sebastian Wagner <sewag...
Kefu Chai
05:28 AM Revision e92b4745 (ceph): ceph.spec: enable WITH_JAEGER=ON if --with-jaeger passed
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com> Deepika Upadhyay
05:28 AM Revision 00f44782 (ceph): cmake, ceph.spec, debian: use yaml-cpp >= 0.6
* since focal and centos both have yaml-cpp 0.6 available, which dropped
having boost as it's dependency, moving to 0...
Deepika Upadhyay
05:26 AM Dashboard Cleanup #45184 (Fix Under Review): mgr/dashboard: monitoring: replace Grafana JSON with code-base...
Aashish Sharma
05:26 AM Revision 9581902a (ceph): vstart.sh: use quay to pull jaeger instead of docker
In servers like the ones available in sepia labs, users might hit rate
limiting for docker pull, it is better to use ...
Deepika Upadhyay
05:02 AM Revision 32d1cca2 (ceph): qa/tasks/mgr/test_insights: Remove test for persistent checks
This test makes no sense if we are no longer persisting the store.
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
Brad Hubbard
05:01 AM Revision de665225 (ceph): pybind/mgr/insights: Don't persist report data
Don't store health reports in rocksdb.
Fixes: https://tracker.ceph.com/issues/48269
Signed-off-by: Brad Hubbard <bh...
Brad Hubbard
04:04 AM RADOS Bug #51725 (Fix Under Review): make bufferlist::c_str() skip rebuild when it isn't necessary
Kefu Chai
03:16 AM Revision bb129fc0 (ceph): doc/cephfs/journaler: document options using confval directive
better maintainablity this way. and drop unsupported options of
- journaler batch interval
- journaler batch max
Si...
Kefu Chai
02:09 AM Revision ffbc3164 (ceph): cmake: add "mypy" back to tox envlist of "qa""
This reverts commit 286e46578dcf35ab096dd242338f3751c248683c.
since 0017df2006bda64973799ab50735477674c3a5cd has bee...
Kefu Chai
02:08 AM Revision 0017df20 (ceph): qa/tasks/vstart_runner: add optional "sudo" param to _run_python()
to silence mypy warnings like:
tasks/vstart_runner.py:691: error: Definition of "_run_python" in base class "LocalCe...
Kefu Chai
01:01 AM Revision 975fd8d6 (ceph): Merge pull request #42284 from orozery/remove-calc-target-vector-copies
osdc/Objecter: avoid vector copies in _calc_target
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Reviewed-by: Kefu ...
Kefu Chai
12:58 AM Revision b11d77a1 (ceph): Merge pull request #42401 from tchaikov/wip-cmake-version
cmake: drop set(VERSION ...)
Reviewed-by: Guillaume Abrioux <gabrioux@redhat.com>
Kefu Chai
12:56 AM Revision 2bd03405 (ceph): Merge pull request #42408 from tchaikov/wip-mgr-always-on
mon/MgrMonitor: drop nautilus modules from always_on_modules
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: N...
Kefu Chai
12:56 AM Orchestrator Bug #51355 (Resolved): ingress service /var/lib/haproxy/haproxy.cfg
Kefu Chai
12:55 AM Revision 82719162 (ceph): Merge pull request #42415 from sebastian-philipp/haproxy-user-root
cephadm: haproxy 2.4 defaults to a different container user.
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: D...
Kefu Chai

07/21/2021

11:53 PM Revision c9f8846b (ceph): Merge pull request #41907 from kamoltat/wip-ksirivad-progress-time-inte...
pybind/mgr/progress: introduce 5 second sleep interval
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Neha Ojha
11:08 PM bluestore Bug #51762 (Fix Under Review): Missed shared block repair doesn't fix related issues
Igor Fedotov
12:41 PM bluestore Bug #51762 (Pending Backport): Missed shared block repair doesn't fix related issues
Igor Fedotov
12:23 PM bluestore Bug #51762 (Resolved): Missed shared block repair doesn't fix related issues
Missed shared block is usually coupled with improper statfs and extent leakage errors.
One should adjust relevant da...
Igor Fedotov
09:32 PM RADOS Backport #51452: octopus: Add simultaneous scrubs to rados/thrash
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42422
merged
Yuri Weinstein
09:32 PM Revision b8aa0b80 (ceph): Merge pull request #42422 from neha-ojha/wip-51452-octopus
octopus: qa/suites/rados: add simultaneous scrubs to the thrasher
Reviewed-by: Ronen Friedman <rfriedma@redhat.com>
Yuri Weinstein
09:29 PM mgr Backport #51456: octopus: progress module: TypeError: '<' not supported between instances of 'str...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42257
merged
Yuri Weinstein
09:29 PM Revision 1b0fc2e3 (ceph): Merge pull request #42257 from k0ste/wip-51456-octopus
octopus: osd/osd_type: use f->dump_unsigned() when appropriate
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
09:28 PM RADOS Backport #51314: octopus: osd:scrub skip some pg
Mykola Golub wrote:
> https://github.com/ceph/ceph/pull/41972
merged
Yuri Weinstein
09:27 PM Revision 93ef66fa (ceph): Merge pull request #41972 from trociny/wip-51314-octopus
octopus: osd: fix scrub reschedule bug
Reviewed-by: Deepika Upadhyay <dupadhya@redhat.com>
Yuri Weinstein
09:26 PM CephFS Backport #50898: octopus: mds: monclient: wait_auth_rotating timed out after 30
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41449
merged
Yuri Weinstein
09:26 PM Revision 2fa14610 (ceph): Merge pull request #41449 from idryomov/wip-monc-rotating-timeout-octopus
octopus: mon/MonClient: tolerate a rotating key that is slightly out of date
Reviewed-by: Deepika Upadhyay <dupadhya...
Yuri Weinstein
09:22 PM CephFS Feature #51716: Add option in `fs new` command to start rank 0 in failed state
Patrick Donnelly wrote:
> Another thing I thought of after our discussion today, Ramana: I think the --recover flag ...
Ramana Raja
07:39 PM CephFS Feature #51716: Add option in `fs new` command to start rank 0 in failed state
Another thing I thought of after our discussion today, Ramana: I think the --recover flag should do:
- Set rank0 t...
Patrick Donnelly
08:25 PM CephFS Backport #51790 (Rejected): pacific: mgr/nfs: move nfs doc from cephfs to mgr
Backport Bot
08:24 PM CephFS Documentation #51428 (Pending Backport): mgr/nfs: move nfs doc from cephfs to mgr
Varsha Rao
08:19 PM CephFS Bug #51789 (New): mgr/nfs: allow deployment of multiple nfs-ganesha daemons on single host
... Varsha Rao
08:13 PM Revision 4b1e1015 (ceph): Merge PR #42295 into master
* refs/pull/42295/head:
doc/cephfs: recover file system after recovering
Reviewed-by: Patrick Donnelly <pdonnell@re...
Patrick Donnelly
07:54 PM Dashboard Bug #49344: mgr/dashboard: 'Test failure: test_pwd_expiration_date_update (tasks.mgr.dashboard.te...
... Deepika Upadhyay
06:57 PM Orchestrator Feature #50815 (Fix Under Review): cephadm: Removing an offline host
Daniel Pivonka
06:55 PM CephFS Feature #51416: kclient: add debugging for mds failover events
I can see where to add such a message, but I'm not that familiar with all of the different MDS states. Which ones, sp... Jeff Layton
06:37 PM CephFS Feature #51787 (Resolved): mgr/nfs: deploy nfs-ganesha daemons on non-default port
`ceph orch apply nfs`[1] supports deployment nfs-ganesha daemons on non-default port. Add port argument to `nfs clust... Varsha Rao
05:52 PM rgw Bug #51786 (Triaged): could not reset user stats: Value too large for defined data type
Hi, I have some kind of double accounting on a shared bucket between two users.
I was hopping to fix the situation w...
JS Landry
05:40 PM Revision d09a0461 (ceph): Merge pull request #42402 from ljflores/perf-counter-docs
doc/dev/perf_counters: update docs to include more context about perf counter usage
Reviewed-by: Kefu Chai <kchai@re...
Neha Ojha
05:35 PM Revision 98d8a9f0 (ceph): Merge pull request #42333 from tchaikov/wip-doc-program
doc/man/8/ceph-volume: specify "program" for subcommands
Reviewed-by: Neha Ojha <nojha@redhat.com>
Kefu Chai
05:17 PM rgw Backport #51785 (Resolved): pacific: multisite: metadata sync does not keep retrying failed entries
https://github.com/ceph/ceph/pull/42656 Backport Bot
05:17 PM rgw Backport #51784 (Rejected): octopus: multisite: metadata sync does not keep retrying failed entries
Backport Bot
05:16 PM rgw Backport #51783 (Resolved): pacific: tempest: test_create_object_with_transfer_encoding fails
https://github.com/ceph/ceph/pull/45436 Backport Bot
05:16 PM rgw Backport #51782 (Resolved): octopus: tempest: test_create_object_with_transfer_encoding fails
https://github.com/ceph/ceph/pull/45437 Backport Bot
05:15 PM rgw Backport #51781 (Resolved): pacific: Return correct XML response when delete role fail.
https://github.com/ceph/ceph/pull/42639 Backport Bot
05:15 PM rgw Backport #51780 (Rejected): octopus: Return correct XML response when delete role fail.
Backport Bot
05:15 PM rgw Backport #51779 (Resolved): pacific: Creating a role in another tenant seems to be possible
https://github.com/ceph/ceph/pull/42637 Backport Bot
05:15 PM rgw Backport #51778 (Resolved): octopus: Creating a role in another tenant seems to be possible
https://github.com/ceph/ceph/pull/43270 Backport Bot
05:14 PM Revision e3a63770 (ceph): Merge pull request #42196 from cbodley/wip-qa-rgw-rm-cephadm
qa/rgw: remove rgw_cephadm.yaml from rgw/singleton suite
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
Casey Bodley
05:14 PM rgw Bug #39657 (Pending Backport): multisite: metadata sync does not keep retrying failed entries
Casey Bodley
05:13 PM Revision 255293bd (ceph): Merge pull request #42317 from cbodley/wip-39657
rgw multisite: metadata sync treats all errors as 'transient' for retry
Reviewed-by: Shilpa Jagannath <smanjara@redh...
Casey Bodley
05:13 PM Revision f54574d1 (ceph): doc/man/8/ceph-volume: specify "program" for subcommands
as per
https://www.sphinx-doc.org/en/master/usage/restructuredtext/domains.html
> Like py:currentmodule, this direct...
Kefu Chai
05:13 PM rgw Bug #51206 (Pending Backport): Creating a role in another tenant seems to be possible
Casey Bodley
05:12 PM rgw Bug #51157 (Pending Backport): Return correct XML response when delete role fail.
Casey Bodley
05:12 PM Revision c896b05a (ceph): Merge pull request #41800 from BryceCao/wip-modfiy-XML-when-deleterole-...
rgw : modfiy error XML for deleterole
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
05:11 PM Revision 4833b6cb (ceph): Merge pull request #41858 from BryceCao/wip-del-tenant-parse-in-createrole
rgw : add check for tenant provided in RGWCreateRole
Reviewed-by: Pritha Srivastava <prsrivas@redhat.com>
Casey Bodley
05:11 PM rgw Backport #51777 (Resolved): pacific: rgw forward request in multisite for RGWDeleteBucketPolicy a...
https://github.com/ceph/ceph/pull/45434 Backport Bot
05:11 PM rgw Backport #51776 (Rejected): octopus: rgw forward request in multisite for RGWDeleteBucketPolicy a...
https://github.com/ceph/ceph/pull/45435 Backport Bot
05:11 PM rgw Bug #49747 (Pending Backport): tempest: test_create_object_with_transfer_encoding fails
Casey Bodley
05:10 PM Revision 1acee2ab (ceph): Merge pull request #42361 from cbodley/wip-49747
qa/rgw: add failing tempest test to blocklist
Reviewed-by: Ali Maredia <amaredia@redhat.com>
Casey Bodley
05:10 PM Backport #51775 (Resolved): pacific: Format of date/time header "x-amz-object-lock-retain-until-d...
https://github.com/ceph/ceph/pull/44697 Backport Bot
05:10 PM Backport #51774 (Resolved): octopus: Format of date/time header "x-amz-object-lock-retain-until-d...
https://github.com/ceph/ceph/pull/43656 Backport Bot
05:09 PM Revision a59b6f2c (ceph): Merge pull request #35153 from BryceCao/wip-swift-create-bucket-constraint
rgw : skip bucket name detection for system request
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
05:08 PM rgw Bug #45551 (Pending Backport): rgw forward request in multisite for RGWDeleteBucketPolicy and RGW...
Casey Bodley
05:07 PM rgw Bug #51327 (Pending Backport): Format of date/time header "x-amz-object-lock-retain-until-date" i...
Casey Bodley
05:07 PM Revision 54235daf (ceph): Merge pull request #35061 from joke-lee/rgw-multisite-forward-policy-ac...
rgw: forward request in multisite for RGWDeleteBucketPolicy and RGWDeleteBucketPublicAccessBlock
Reviewed-by: Casey ...
Casey Bodley
05:06 PM Revision 1ae13faf (ceph): Merge pull request #42273 from dabukalam/object-lock-retain-date-iso8601
rgw: Dump Object Lock Retain Date as ISO 8601
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Casey Bodley
05:06 PM Dashboard Bug #51773 (Resolved): FAIL: test_health_permissions (tasks.mgr.dashboard.test_health.HealthTest)
... Deepika Upadhyay
05:01 PM rgw Bug #51772 (Pending Backport): tempest failures: test_create_container_with_remove_metadata_key/v...
http://qa-proxy.ceph.com/teuthology/cbodley-2021-07-21_12:55:41-rgw-wip-cbodley-testing-distro-basic-smithi/6283943/t... Casey Bodley
04:52 PM rgw Backport #49836: octopus: teuthology rgw qa/tasks/barbican.py
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/40385
merged
Yuri Weinstein
04:52 PM Revision e904df36 (ceph): Merge pull request #40385 from singuliere/wip-49836-octopus
octopus: rgw: qa/tasks/barbican.py: fix year2021 problem
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:51 PM rgw Backport #48659: octopus: notification: radosgw-admin hangs on while closing
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/40381
merged
Yuri Weinstein
04:50 PM Revision 59ca9c8a (ceph): Merge pull request #40381 from singuliere/wip-48659-octopus
octopus: rgw/amqp/kafka: prevent concurrent shutdowns from happening
Reviewed-by: Yuval Lifshitz <yuvalif@yahoo.com>
Yuri Weinstein
04:38 PM RADOS Backport #51315: nautilus: osd:scrub skip some pg
Mykola Golub wrote:
> https://github.com/ceph/ceph/pull/41973
merged
Yuri Weinstein
04:38 PM Revision f5bb427c (ceph): Merge pull request #41973 from trociny/wip-51315-nautilus
nautilus: osd: fix scrub reschedule bug
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
04:16 PM rgw Backport #51771 (Resolved): pacific: unittest_rgw_dmclock_scheduler Failed
https://github.com/ceph/ceph/pull/42651 Backport Bot
04:14 PM Backport #51770 (In Progress): nautilus: ceph.spec: drop use of DISABLE_RESTART_ON_UPDATE (SUSE s...
Nathan Cutler
03:55 PM Backport #51770 (Resolved): nautilus: ceph.spec: drop use of DISABLE_RESTART_ON_UPDATE (SUSE spec...
https://github.com/ceph/ceph/pull/42441 Backport Bot
04:14 PM Revision e06d9293 (ceph): rpm: cleanup: drop useless conditional block in %postun base
The "meat" of this conditional was ripped out by
328807f80bb6b5d1aa40631e88d755a194d5d2c2, leaving only an empty shel...
Nathan Cutler
04:14 PM Revision ee9e3a44 (ceph): rpm: cleanup: drop %service_del_postun_without_restart
SUSE needs %service_del_postun (with or without restart) *only* if there
is a possibility that the RPM containing the...
Nathan Cutler
04:13 PM rgw Bug #42788 (Pending Backport): unittest_rgw_dmclock_scheduler Failed
Kefu Chai
04:13 PM Revision b4920f07 (ceph): Merge pull request #42425 from cbodley/wip-42788
test/rgw: fix use of poll() with timers in unittest_rgw_dmclock_scheduler
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:12 PM Revision 7099c57f (ceph): rpm: cleanup: drop use of DISABLE_RESTART_ON_UPDATE
This SUSE-specific variable is deprecated and use of
%service_del_postun_without_restart macro should be preferred th...
Franck Bui
04:09 PM Backport #51769 (In Progress): octopus: ceph.spec: drop use of DISABLE_RESTART_ON_UPDATE (SUSE sp...
Nathan Cutler
03:55 PM Backport #51769 (Resolved): octopus: ceph.spec: drop use of DISABLE_RESTART_ON_UPDATE (SUSE speci...
https://github.com/ceph/ceph/pull/42440 Backport Bot
04:09 PM Revision 51ba66e3 (ceph): rpm: cleanup: drop use of DISABLE_RESTART_ON_UPDATE
This SUSE-specific variable is deprecated and use of
%service_del_postun_without_restart macro should be preferred th...
Franck Bui
04:09 PM Revision 1d80aaff (ceph): rpm: cleanup: drop %service_del_postun_without_restart
SUSE needs %service_del_postun (with or without restart) *only* if there
is a possibility that the RPM containing the...
Nathan Cutler
04:09 PM Revision 4506e57b (ceph): rpm: cleanup: drop useless conditional block in %postun base
The "meat" of this conditional was ripped out by
328807f80bb6b5d1aa40631e88d755a194d5d2c2, leaving only an empty shel...
Nathan Cutler
03:59 PM Revision c470842c (ceph): add unique pointer (rgw_api); verify magic number for parquet objects; ...
Signed-off-by: gal salomon <gal.salomon@gmail.com> gal salomon
03:54 PM Revision 86db7a46 (ceph): parquet implementation:
(1) adding arrow/parquet to make(install is missing)
(2) s3select-operation contains 2 flows CSV and Parquet
 (3) upo...
gal salomon
03:51 PM Bug #51768 (Pending Backport): ceph.spec: drop use of DISABLE_RESTART_ON_UPDATE (SUSE specific)
Nathan Cutler
03:44 PM Bug #51768 (Resolved): ceph.spec: drop use of DISABLE_RESTART_ON_UPDATE (SUSE specific)
The variable DISABLE_RESTART_ON_UPDATE is deprecated and use of %service_del_postun_without_restart macro should be p... Nathan Cutler
03:21 PM rgw Bug #51767 (Closed): missing CommonPrefixes with some shard count
Hi, I got this problems for several days and I can't find a solution.
I had a bucket with 11 shards and everythin...
JS Landry
03:20 PM Linux kernel client Bug #51759 (Fix Under Review): NULL pointer dereference in rbd_open() in 5.14-rc
[PATCH] rbd: resurrect setting of disk->private_data in rbd_init_disk() Ilya Dryomov
09:28 AM Linux kernel client Bug #51759: NULL pointer dereference in rbd_open() in 5.14-rc
Looks like gendisk::private_data simply isn't getting set. This was introduced in 195b1956b85b ("rbd: use blk_mq_all... Ilya Dryomov
06:18 AM Linux kernel client Bug #51759 (Resolved): NULL pointer dereference in rbd_open() in 5.14-rc
... Ilya Dryomov
02:47 PM mgr Bug #51743 (Fix Under Review): Test failure: test_module_commands (tasks.mgr.test_module_selftest...
Kefu Chai
02:46 PM Revision ec8a40b0 (ceph): qa/tasks/mgr: clean crash reports before waiting for clean
otherwise we have following warning in health report
{"status":"HEALTH_WARN","checks":{"RECENT_MGR_MODULE_CRASH":{"s...
Kefu Chai
02:22 PM Orchestrator Bug #51298 (In Progress): ceph orch stop mgr should not stop all the mgrs and should give a warni...
Adam King
02:00 PM RADOS Backport #51766 (Resolved): pacific: scrub/osd-scrub-repair.sh: TEST_auto_repair_bluestore_tag fa...
https://github.com/ceph/ceph/pull/42398 Backport Bot
01:58 PM RADOS Bug #51581 (Pending Backport): scrub/osd-scrub-repair.sh: TEST_auto_repair_bluestore_tag failed
Neha Ojha
01:57 PM Revision 2c528248 (ceph): Merge pull request #42410 from ronen-fr/wip-ronenf-standalone-repair
qa/standalone: fixing the timings when waiting for deep-scrub to start
Reviewed-by: Neha Ojha <nojha@redhat.com>
Rev...
Neha Ojha
01:55 PM RADOS Bug #51638: rados/test_envlibrados_for_rocksdb.sh: No match for argument: snappy-devel with cento...
David Galloway wrote:
> Deepika Upadhyay wrote:
> > David Galloway wrote:
> > > Oh, I see. Okay. I will fix.
> ...
Neha Ojha
01:54 PM Linux kernel client Bug #51279: kclient hangs on umount (testing branch)
To be clear, we did add a patch to the testing kernel to give us more info on these hangs. What it showed was that th... Jeff Layton
01:11 PM Revision d0b8aeee (ceph): os: make MemStore suitable for AlienStore.
This boils down into 2 things:
1. building `MemStore` for crimson,
2. implementing the crimson-specific variant of `...
Radoslaw Zarzynski
01:11 PM Revision 007133a6 (ceph): os: rework the factory of ObjectStore.
The goals here are:
1. make deprecation of `FileStore` easier as creational
dependencies are segmented into a var...
Radoslaw Zarzynski
01:11 PM Revision e6ed65db (ceph): crimson/os: generalize AlienStore beyond BlueStore.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
01:11 PM Revision 82eb614c (ceph): crimson/os: let AlienStore adapt MemStore.
This is useful in perf testing and benchmarking as it allows,
through comparison with `CyanStore`, to judge to pental...
Radoslaw Zarzynski
01:10 PM rbd Bug #51334: make check failures in run-rbd-unit-tests* tests
@Mykola the original tracker has TestMockMigrationHttpClient.OpenResolveFail as failing but in this case, it seems to... Deepika Upadhyay
01:05 PM ceph-volume Bug #51765 (Duplicate): executing create_from_spec_one failed / KeyError: 'ceph.cluster_fsid'
created following osd spec:... Tobias Fischer
12:45 PM bluestore Backport #51764 (Resolved): octopus: Missed shared block repair doesn't fix related issues
https://github.com/ceph/ceph/pull/43887 Backport Bot
12:45 PM bluestore Backport #51763 (Resolved): pacific: Missed shared block repair doesn't fix related issues
https://github.com/ceph/ceph/pull/43731 Backport Bot
12:36 PM Orchestrator Bug #51733: offline host hangs serve loop for 15 mins
only is happening is host is not gracefully shutdown Daniel Pivonka
12:28 PM Revision d92ebd3e (ceph): os/bluestore: fix additional errors during missed shared blob repair.
Fixes: https://tracker.ceph.com/issues/51762
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
Igor Fedotov
12:27 PM Revision 98937103 (ceph): test/objectstore/store_test: reveal incomplete fix for missed shared
blob repair.
Related-to: https://tracker.ceph.com/issues/51762
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
Igor Fedotov
12:05 PM Orchestrator Bug #51761 (Closed): journald logs are broken up again
... Sebastian Wagner
11:56 AM Dashboard Tasks #50566 (Resolved): mgr/dashboard: Review Section for the Create Cluster Workflow
Ernesto Puerta
11:46 AM Orchestrator Bug #51311: Failed to apply ingress.rgw: IndexError: list index out of range
# ceph orch ls
NAME PORTS RUNNING REFRESHED AGE PLACEMENT
alertmanager ...
Sigurd Brinch
08:50 AM Orchestrator Bug #51311 (Fix Under Review): Failed to apply ingress.rgw: IndexError: list index out of range
Sebastian Wagner
11:38 AM rbd Bug #51628: bogus "unable to find a keyring" warning on "rbd mirroring bootstrap import"
Tested and two-way mirroring works. Thanks for your inputs. You may pls. close this ticket. Ritesh Shah
08:15 AM Orchestrator Bug #51713 (Duplicate): Cephadm: Timeout waiting for ingress.nfs.foo to start
Sebastian Wagner
08:12 AM rgw Bug #51740: Random files are lost from rados but are still visible in bucket index
Good morning everybody,
we've dug further into it but still don't know how this could happen.
What we ruled out f...
Boris B
07:12 AM Revision 9cd54095 (ceph): mgr/dashboard: Add configurable MOTD or wall notification
Fixes: https://tracker.ceph.com/issues/51408
Signed-off-by: Volker Theile <vtheile@suse.com>
(cherry picked from com...
Volker Theile
06:58 AM Revision 8e513c6c (ceph): Merge pull request #42430 from tchaikov/wip-cmake-qa-drop-mypy
cmake: drop "mypy" from tox envlist of "qa"
Reviewed-by: Sebastian Wagner <sewagner@redhat.com>
Sebastian Wagner
06:49 AM Revision fa816c05 (ceph): Merge pull request #42418 from tchaikov/wip-crimson-nbd
crimson/tools/store_nbd: pass app.alien() down to FSDriver
Reviewed-by: Chunmei Liu <chunmei.liu@intel.com>
Reviewed...
Kefu Chai
06:27 AM crimson Bug #51758: SeaStore Vstart fail
"mgr.x.log"
2021-07-20T08:50:05.618+0000 7f05ce7fc700 -1 Traceback (most recent call last):
File "/home/cephlab...
dcslab snu
06:25 AM crimson Bug #51758: SeaStore Vstart fail
Some important logs in "mon.a.log"
2021-07-20T08:49:51.491+0000 7fabc27fc700 1 -- [v2:127.0.0.1:40404/0,v1:127.0....
dcslab snu
04:34 AM crimson Bug #51758 (Can't reproduce): SeaStore Vstart fail
Vstart with the option '--crimson' and '--seastore' doesn't work properly. (git commit version: 43d0e2c21852e732c1d19... dcslab snu
04:57 AM Revision b35f4ed8 (ceph): mon: let CrushWrapper::get_validated_type_id() return an optional<>
easier to reason about. and it helps to silence the false alarm of
../src/mon/OSDMonitor.cc: In member function 'voi...
Kefu Chai
04:57 AM Revision d0686c47 (ceph): crush/CrushWrapper: avoid lookup in a map twice
there is no need to look up in a map twice for searching an item by a
given key.
Signed-off-by: Kefu Chai <kchai@red...
Kefu Chai
04:19 AM Revision 865d13e9 (ceph): rgw: avoid occuring radosgw daemon crash when access a conditionally re...
Fixes: https://tracker.ceph.com/issues/51715
Signed-off-by: xiangrui meng <mengxr@chinatelecom.cn>
Signed-off-by: yup...
mengxiangrui
03:56 AM CephFS Bug #51757 (New): crash: /lib/x86_64-linux-gnu/libpthread.so.0(

http://telemetry.front.sepia.ceph.com:4000/d/jByk5HaMz/crash-spec-x-ray?orgId=1&var-sig_v2=005f7c5e895e1fbe65e7b621...
Telemetry Bot
03:56 AM CephFS Bug #51756 (Need More Info): crash: std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_b...

http://telemetry.front.sepia.ceph.com:4000/d/jByk5HaMz/crash-spec-x-ray?orgId=1&var-sig_v2=0b18f26403253ce222ac9009...
Telemetry Bot
03:56 AM bluestore Bug #51755 (Triaged): crash: rocksdb::IteratorWrapperBase<rocksdb::Slice>::Update()

http://telemetry.front.sepia.ceph.com:4000/d/jByk5HaMz/crash-spec-x-ray?orgId=1&var-sig_v2=a71a001d0de1045775522aad...
Telemetry Bot
03:56 AM rgw Bug #49666: RGW crash due to PerfCounters::inc assert_condition during multisite syncing

http://telemetry.front.sepia.ceph.com:4000/d/jByk5HaMz/crash-spec-x-ray?orgId=1&var-sig_v2=96fa452c3a27b0d721d4bcb9e...
Telemetry Bot
03:56 AM RADOS Bug #48908: EC Pool OSD crashes

http://telemetry.front.sepia.ceph.com:4000/d/jByk5HaMz/crash-spec-x-ray?orgId=1&var-sig_v2=45667d498bde59f350e2c1c48...
Telemetry Bot
03:56 AM rbd Bug #51754 (Need More Info): crash: ceph::crush::CrushLocation::init_on_startup()

http://telemetry.front.sepia.ceph.com:4000/d/jByk5HaMz/crash-spec-x-ray?orgId=1&var-sig_v2=1fcb5357a52ee4fbd9ce0d9c...
Telemetry Bot
03:38 AM Revision 351e0df4 (ceph): Merge pull request #42367 from tchaikov/wip-cmake-Og
cmake: add "-Og" to CMAKE_C_FLAGS_DEBUG
Reviewed-by: Ronen Friedman <rfriedma@redhat.com>
Reviewed-by: Willem Jan W...
Kefu Chai
03:25 AM Revision c9707a98 (ceph): Merge pull request #42427 from tchaikov/wip-seastore-metric-cleanup
crimson/os/seastore: trade a map with a plain array
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Chunmei...
Kefu Chai
03:24 AM Revision 056065c7 (ceph): Merge pull request #42429 from neha-ojha/wip-51638-cleanup
qa/*/test_envlibrados_for_rocksdb.sh: remove OS specific configuration
Reviewed-by: David Galloway <dgallowa@redhat....
Kefu Chai
03:09 AM Revision 286e4657 (ceph): cmake: drop "mypy" from tox envlist of "qa"
this change partially reverts 81305b0da9a3e04633c022b12644e2975aa46a0d,
otherwise we have following errors:
tasks/vs...
Kefu Chai
02:46 AM Orchestrator Support #51737: How to restore data after I reinstall host opera system
Sebastian Wagner wrote:
> I hope you still have a few MONs and MGRs left. Cause then, you can follow https://docs.ce...
The fool
01:24 AM Revision da49e3f2 (ceph): rgw:add lock to copy object
Signed-off-by: wangzhong <wangzhong@cmss.chinamobile.com> wangzhong
01:07 AM rbd Bug #51735: [pwl] IO hang when the size of an IO exceeds the size of the cache
Ilya Dryomov wrote:
> Do you mean the size of a _single_ I/O request?
Yes
CONGMIN YIN

07/20/2021

09:11 PM bluestore Bug #51753 (Won't Fix): crash: void BlueStore::_kv_sync_thread(): assert(r == 0)

New crash events were reported via Telemetry with newer versions (['15.2.1', '15.2.5']) than encountered in Tracker...
Telemetry Bot
08:12 PM rgw Backport #51751 (Resolved): pacific: rgw_orphan_list.sh causing a crash in the OSD
https://github.com/ceph/ceph/pull/42625 Konstantin Shalygin
08:11 PM Dashboard Bug #51750 (Rejected): test
testing Shreya Sharma
08:10 PM rgw Bug #49892 (Pending Backport): rgw_orphan_list.sh causing a crash in the OSD
Konstantin Shalygin
06:47 PM RADOS Bug #51638: rados/test_envlibrados_for_rocksdb.sh: No match for argument: snappy-devel with cento...
Deepika Upadhyay wrote:
> David Galloway wrote:
> > Oh, I see. Okay. I will fix.
>
> Awesome, thanks! :)
Sh...
David Galloway
04:15 PM RADOS Bug #51638: rados/test_envlibrados_for_rocksdb.sh: No match for argument: snappy-devel with cento...
David Galloway wrote:
> Oh, I see. Okay. I will fix.
Awesome, thanks! :)
Deepika Upadhyay
04:14 PM RADOS Bug #51638: rados/test_envlibrados_for_rocksdb.sh: No match for argument: snappy-devel with cento...
Oh, I see. Okay. I will fix. David Galloway
04:13 PM RADOS Bug #51638: rados/test_envlibrados_for_rocksdb.sh: No match for argument: snappy-devel with cento...
Deepika Upadhyay wrote:
> http://qa-proxy.ceph.com/teuthology/yuriw-2021-07-16_17:39:36-rados-wip-yuri7-testing-2021...
David Galloway
03:29 PM RADOS Bug #51638: rados/test_envlibrados_for_rocksdb.sh: No match for argument: snappy-devel with cento...
http://qa-proxy.ceph.com/teuthology/yuriw-2021-07-16_17:39:36-rados-wip-yuri7-testing-2021-07-16-0906-octopus-distro-... Deepika Upadhyay
06:24 PM Revision 651b28f2 (ceph): ceph-volume: use safer check for bluestore label
Using only the exit status of `ceph-bluestore-tool show-label` to
determine if a device is a bluestore OSD could repo...
Blaine Gardner
05:09 PM Revision 9e4157b3 (ceph): crimson/os/seastore: trade a map with a plain array
simpler this way, as we don't need a std::map<> at all.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:07 PM bluestore Backport #51710 (In Progress): pacific: compact db after bulk omap naming upgrade
https://github.com/ceph/ceph/pull/42426 Igor Fedotov
05:06 PM Revision eabe3c5c (ceph): Merge pull request #42261 from cyx1231st/wip-seastore-metrics-2
crimson/os/seastore: implement metrics at cache level
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Kefu ...
Kefu Chai
05:06 PM rgw Bug #42788 (Fix Under Review): unittest_rgw_dmclock_scheduler Failed
Casey Bodley
05:05 PM Revision 169101e5 (ceph): Merge pull request #42386 from liu-chunmei/seastore-metrics
crimson/seastore: add seastore operation latency metrics
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Ke...
Kefu Chai
05:04 PM Revision 1bbcb466 (ceph): os/bluestore: compact db after bulk omap naming upgrade.
Omap naming scheme upgrade introduced recently might perform bulk data
removal and hence leave DB in a "degraded" sta...
Igor Fedotov
05:02 PM Revision 4383c65c (ceph): os/bluestore/bluefs: Remove possibility of bluefs replay log containing...
It had been possible to have a bluefs replay log to serialize file metadata (size, allocations),
but actual data stor...
Adam Kupczyk
04:59 PM bluestore Backport #51130 (In Progress): pacific: In poweroff conditions BlueFS can create corrupted files
https://github.com/ceph/ceph/pull/42424 Igor Fedotov
04:57 PM Revision d4c33220 (ceph): os/bluestore/bluefs: Add test that detects bluefs inconsistency
Add test that detects possible scenario that will cause BlueFS to have file
that contains data that has never been wr...
Adam Kupczyk
04:56 PM Revision d438f5e7 (ceph): os/bluestore/bluefs: Remove possibility of bluefs replay log containing...
It had been possible to have a bluefs replay log to serialize file metadata (size, allocations),
but actual data stor...
Adam Kupczyk
04:54 PM bluestore Backport #51649 (In Progress): pacific: Bluestore repair might erroneously remove SharedBlob entr...
https://github.com/ceph/ceph/pull/42423 Igor Fedotov
04:52 PM Revision ea6b8dec (ceph): os/bluestore: fix erroneous SharedBlob record removal during repair.
Fixes: https://tracker.ceph.com/issues/51619
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from com...
Igor Fedotov
04:50 PM Revision a8e3589a (ceph): test/rgw: use spawn library for test_rgw_dmclock_scheduler
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
04:36 PM Revision dc1a8a8b (ceph): Merge pull request #41929 from sebastian-philipp/fix-qa-tox
qa: Various make check fixes
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:35 PM RADOS Bug #49894 (Fix Under Review): set a non-zero default value for osd_client_message_cap
Neha Ojha
04:30 PM Revision ac8cf275 (ceph): common/options: Set osd_client_message_cap to 256.
This seems like a reasonable default value based on testing results here:
https://docs.google.com/spreadsheets/d/1dwK...
Mark Nelson
04:21 PM mgr Bug #51743 (Resolved): Test failure: test_module_commands (tasks.mgr.test_module_selftest.TestMod...
... Neha Ojha
03:53 PM RADOS Bug #50106: scrub/osd-scrub-repair.sh: corrupt_scrub_erasure: return 1
/a/yuriw-2021-07-16_18:39:18-rados-wip-yuri-testing-master-7.16.21-distro-basic-smithi/6276655 Neha Ojha
03:47 PM CephFS Bug #51282: pybind/mgr/mgr_util: .mgr pool may be created too early causing spurious PG_DEGRADED ...
Neha Ojha wrote:
> /a/sage-2021-06-29_21:27:07-rados-wip-sage3-testing-2021-06-28-1912-distro-basic-smithi/6244042
...
Neha Ojha
03:40 PM Revision 50bff2d3 (ceph): Merge pull request #42419 from dsavineau/fix_typo_radosgw_admin_max_ent...
doc/man/8/radosgw-admin: fix typo on max entries
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:38 PM RADOS Backport #50911 (Rejected): nautilus: PGs always go into active+clean+scrubbing+deep+repair in th...
nautilus is EOL Neha Ojha
03:36 PM RADOS Backport #51452 (In Progress): octopus: Add simultaneous scrubs to rados/thrash
Neha Ojha
03:36 PM Revision 7983055e (ceph): qa/suites/rados: add simultaneous scrubs (multiple options) to the thra...
Setting osd-max-scrubs to either 2 or 3.
Triggered by https://tracker.ceph.com/issues/50346
Signed-off-by: Ronen Fr...
Ronen Friedman
03:35 PM Revision 6be59759 (ceph): Merge pull request #42289 from mgfritch/cephadm-test-create-daemon-dirs...
cephadm: use pyfakefs during test_create_daemon_dirs_prometheus
Reviewed-by: Patrick Seidensal <pseidensal@suse.com>
Sebastian Wagner
03:34 PM Revision 2cd3fc4c (ceph): Merge pull request #42028 from mgfritch/cephadm-infer-mismatch-fsid
cephadm: infer fsid from ceph.conf
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Sebastian Wagner <sewagner...
Sebastian Wagner
03:33 PM RADOS Bug #45721: CommandFailedError: Command failed (workunit test rados/test_python.sh) FAIL: test_ra...
http://qa-proxy.ceph.com/teuthology/yuriw-2021-07-16_17:39:36-rados-wip-yuri7-testing-2021-07-16-0906-octopus-distro-... Deepika Upadhyay
03:33 PM Revision cb553909 (ceph): Merge pull request #41280 from sebastian-philipp/test_cephadm-stdin
qa/workunits/test_cephadm: Also test stdin
Reviewed-by: Michael Fritch <mfritch@suse.com>
Sebastian Wagner
03:32 PM RADOS Backport #51662 (In Progress): octopus: rados/test_envlibrados_for_rocksdb.sh: cmake: symbol look...
Neha Ojha
03:32 PM Revision 453186dd (ceph): qa/*/test_envlibrados_for_rocksdb.sh: install libarchive-3.3.3
To workaround the libarchive dependency issue seen with centos 8, which
has been causing consistent failures like
``...
Neha Ojha
03:31 PM RADOS Backport #51496 (In Progress): octopus: mgr spamming with repeated set pgp_num_actual while merging
Neha Ojha
03:30 PM Revision 4c9b4b0d (ceph): mgr/DaemonServer: skip redundant update of pgp_num_actual
During PG merge the MGR was observed repeatedly sending identical
set pgp_num_actual values, leading to osdmap churn ...
Dan van der Ster
03:23 PM Orchestrator Bug #51713: Cephadm: Timeout waiting for ingress.nfs.foo to start
Seems to be failing consistently
rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 1-start 2-services/nfs-ingres...
Neha Ojha
02:13 PM Orchestrator Bug #51713: Cephadm: Timeout waiting for ingress.nfs.foo to start
... Sebastian Wagner
03:15 PM RADOS Backport #51741 (Rejected): octopus: CommandCrashedError: Command crashed: 'mkdir -p -- /home/ubu...
Backport Bot
03:14 PM RADOS Bug #50393: CommandCrashedError: Command crashed: 'mkdir -p -- /home/ubuntu/cephtest/mnt.0/client...
/ceph/teuthology-archive/yuriw-2021-07-16_17:39:36-rados-wip-yuri7-testing-2021-07-16-0906-octopus-distro-basic-smith... Deepika Upadhyay
02:49 PM Revision 99166e10 (ceph): doc/man/8/radosgw-admin: fix typo on max entries
This fixes a typo for the --max-entries option.
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
Dimitri Savineau
02:48 PM Revision 9f70239e (ceph): crimson/tools/store_nbd: mark padding variable with [[maybe_unused]]
also silences -Wunused-variable warning from GCC
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:48 PM Revision 8ec97762 (ceph): crimson/tools/store_nbd: pass app.alien() down to FSDriver
this was an oversight in 8fad523d41008727c9a952afcda15b77be50ba3c
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:29 PM Revision edf3bbc0 (ceph): common/bl: c_str() examines length instead of no. of bptrs.
This approach has 2 adventages:
* it takes into consideration the specical case of a bufferlist
that carries solely...
Radoslaw Zarzynski
02:11 PM Orchestrator Bug #51355 (Fix Under Review): ingress service /var/lib/haproxy/haproxy.cfg
Sebastian Wagner
02:10 PM Revision 250064bd (ceph): cephadm: haproxy 2.4 defaults to a different container user.
Another alternative would be to investigage a different setup
leverageing `--sysctl net.ipv4.ip_unprivileged_port_sta...
Sebastian Wagner
01:58 PM Revision 9eac2fba (ceph): mgr/cephadm/templates: add jinja2 lint
This adds a jinja2 lint environment in tox for testing the cephadm jinja2
templates.
This patch fixes some minor jin...
Dimitri Savineau
01:38 PM Orchestrator Bug #51736: mgr hung forever when execute multiprocessing.pool.ThreadPool accidentally
you're sure you did not hit #51733 ? Sebastian Wagner
02:50 AM Orchestrator Bug #51736 (Resolved): mgr hung forever when execute multiprocessing.pool.ThreadPool accidentally
Envrionment:
We have 30+ hosts cluster ceph. 3 mons, 3 mgrs, 330 osds.
Description:
After running one day approx...
hongloumeng a
01:29 PM Dashboard Backport #51731 (In Progress): pacific: mgr/dashboard: Add configurable MOTD or wall notification
Volker Theile
01:29 PM Revision 8b29b658 (ceph): mgr/dashboard: Add configurable MOTD or wall notification
Fixes: https://tracker.ceph.com/issues/51408
Signed-off-by: Volker Theile <vtheile@suse.com>
(cherry picked from com...
Volker Theile
12:52 PM Orchestrator Support #51737: How to restore data after I reinstall host opera system
I hope you still have a few MONs and MGRs left. Cause then, you can follow https://docs.ceph.com/en/latest/cephadm/os... Sebastian Wagner
02:51 AM Orchestrator Support #51737 (Resolved): How to restore data after I reinstall host opera system
I use cephadm bootstrap ceph cluster(2 host, 1 mon, 2 mgr, 6 osd, 2 mds, 1 cephfs).
For some reason, I need reinstal...
The fool
12:20 PM Revision 8e742424 (ceph): cmake: add "-Og" to CMAKE_C_FLAGS_DEBUG
without specifying -Og, -O0 is used. as per
https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html
> -O0
> Reduce...
Kefu Chai
12:20 PM Revision c7930b0a (ceph): cmake: use string(APPEND ...) to concat strings
less repeating this way.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:04 PM Revision d373d07a (ceph): Merge pull request #42413 from galsalomon66/fix_s3tests_yaml
RGW:revert force-branch to be ceph-master (s3-tests)
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
11:19 AM rbd Bug #51735: [pwl] IO hang when the size of an IO exceeds the size of the cache
Do you mean the size of a _single_ I/O request? Ilya Dryomov
02:42 AM rbd Bug #51735 (New): [pwl] IO hang when the size of an IO exceeds the size of the cache
IO hang when the size of an IO exceeds the size of the cache.
Root cause:...
CONGMIN YIN
11:08 AM rbd Bug #51628: bogus "unable to find a keyring" warning on "rbd mirroring bootstrap import"
Thanks for your inputs Ilya Dryomov.
I couldn't find a way to start rbd-mirror in cephadm shell earlier. After start...
Ritesh Shah
10:56 AM Dashboard Bug #51728 (Triaged): mgr/dashbord: force maintenance e2e failing for host
Ernesto Puerta
10:09 AM Revision 669660e7 (ceph): Merge pull request #42304 from sebastian-philipp/doc-dameon-add-note
doc/cephadm: add notes to `orch daemon add`
Reviewed-by: Dimitri Savineau <dsavinea@redhat.com>
Reviewed-by: Zac Dov...
Sebastian Wagner
10:09 AM Revision 657eacfc (ceph): Merge pull request #42372 from sebastian-philipp/doc-cephadm-rgw-ssl
doc/cephadm: Add RGW ssl
Reviewed-by: Dimitri Savineau <dsavinea@redhat.com>
Reviewed-by: Zac Dover <zac.dover@gmail...
Sebastian Wagner
09:48 AM Revision 7d4bc5a7 (ceph): revert force-branch to be ceph-master
Signed-off-by: galsalomon66 <gal.salomon@gmail.com> galsalomon66
09:32 AM Dashboard Backport #51730 (In Progress): octopus: mgr/dashboard: Add configurable MOTD or wall notification
Volker Theile
09:26 AM rgw Bug #51740: Random files are lost from rados but are still visible in bucket index
s3cmd ls... Boris B
09:00 AM rgw Bug #51740: Random files are lost from rados but are still visible in bucket index
Are there non-ascii chars in the object path/name ?
Do you have an example object: How it looks from s3cmd ls, ho...
Dan van der Ster
08:20 AM rgw Bug #51740 (Closed): Random files are lost from rados but are still visible in bucket index
Hello together,
we are currently facing an issue whith missing files.
We have files in the bucket index that are ...
Boris B
08:50 AM Revision bdadcd56 (ceph): crimson/os/seastore/cache: report dirty extents usage
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
08:48 AM Revision 3c8d1221 (ceph): crimson/os/seastore/cache: report cached extents usage
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
08:48 AM Revision 181e9110 (ceph): crimson/os/seastore: measure read transaction efforts that are successful
In order to calculate the ratio of discarded vs successful effort from
read-only transactions.
Signed-off-by: Yingxi...
Yingxin Cheng
08:44 AM Revision a9814178 (ceph): crimson/os/seastore: measure transactional efforts that are discarded o...
The efforts of a transaction include the number and bytes of its read,
mutate, retire and fresh extents, and the byte...
Yingxin Cheng
08:19 AM Revision c21783d4 (ceph): crimson/os/seastore/cache: cleanup to use Cache::invalidate(t, conflict...
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
08:19 AM Revision 21580723 (ceph): crimson/os/seastore: assert the committing delta is not empty
It makes no sense to commit an empty delta. It is mostly an issue that
user forget to generate delta during mutation,...
Yingxin Cheng
08:19 AM Revision 6a183356 (ceph): crimson/os/seastore/cache: count transactional cache access/hit
Labeled by source and extent-type.
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
Yingxin Cheng
07:59 AM Revision 63817042 (ceph): Merge pull request #42396 from ronen-fr/wip-ronenf-debug-docker-1
script: fix a bug in naming the source branch in ceph-debug-docker.sh
Reviewed-by: Brad Hubbard <bhubbard@redhat.com...
Ronen Friedman
07:55 AM Revision 04796910 (ceph): Merge pull request #42355 from yuvalif/wip-yuval-fix-51681
rgw/notifications: send correct size in case of delete marker creation Yuval Lifshitz
07:54 AM Revision e5a8e17a (ceph): Merge pull request #42358 from yuvalif/wip-yuval-fix-51687
rgw/notification: send current time in complete multipart upload event Yuval Lifshitz
07:54 AM Revision f108896b (ceph): Merge pull request #42189 from yuvalif/wip-yuval-fix-51530
rgw/http/notifications: support content type in HTTP POST messages Yuval Lifshitz
07:52 AM Revision fa656aa1 (ceph): crimson/seastore: add seastore operation latency metrics
Signed-off-by: chunmei-liu <chunmei.liu@intel.com> chunmei liu
07:45 AM RADOS Backport #51553 (In Progress): pacific: rebuild-mondb hangs
Kefu Chai
07:43 AM Revision e535c8f0 (ceph): tasks/ceph_manager: ignore EACCES when waiting for quorum
mon_tick_interval is 5 seconds by default. monitors update their
rotating keys every mon_tick_interval. before monito...
Kefu Chai
07:42 AM Revision e0e7f00a (ceph): tasks/ceph_manager: use safe_while() to refactor the wait for quorum
for better readability
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 3908c1f4cd0ebbfdcaae2d...
Kefu Chai
07:41 AM Revision 0795d44c (ceph): ceph-monstore-tool: use a large enough paxos/{first,last}_committed
so the rebuild paxos transaction won't be overwritten by the ones
created before recovery completes.
when the quorum...
Kefu Chai
06:23 AM Revision a5d38f0b (ceph): README.md: recommend -Og instead of -O0
per https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html
> -Og
> Optimize debugging experience. -Og should be t...
Kefu Chai
06:03 AM RADOS Bug #51581 (Fix Under Review): scrub/osd-scrub-repair.sh: TEST_auto_repair_bluestore_tag failed
Ronen Friedman
05:57 AM Revision ed45acee (ceph): qa/standalone: fixing the timings when waiting for deep-scrub to start
initiate_and_fetch_state() initiates a scrub, then polls the published
PG state looking for 'scrubbing'. Calling flus...
Ronen Friedman
03:36 AM Support #51738 (New): "missing required protocol features" when map rbd
We have updated our cluster from luminous 12.2.8 to nautilus 14.2.22 and users with this core kernel:
Linux server...
Ist Gab
03:15 AM Linux kernel client Bug #51734: kcient: the delayed_work() send too many client_caps requests one time and will delay...
6740078 2021-07-20 11:05:41.660 149df03bb700 20 -- v1:10.72.47.117:6819/926278509 done calling dispatch on 0x558e1ef... Xiubo Li
01:20 AM Linux kernel client Bug #51734: kcient: the delayed_work() send too many client_caps requests one time and will delay...
This is from https://bugzilla.redhat.com/show_bug.cgi?id=1974882 Xiubo Li
01:19 AM Linux kernel client Bug #51734 (Won't Fix): kcient: the delayed_work() send too many client_caps requests one time an...
I have enable the kernel debug logs and hit one case that, the rmdir request was issued immediatelly just after the l... Xiubo Li
03:09 AM Revision 9e5986c4 (ceph): doc/mgr/administrator: document mgr_disabled_modules
this option prevent mgr from loading specified modules. which could
be handly when debugging issues with always_on_mo...
Kefu Chai
03:09 AM Revision 0054a73b (ceph): mon/MgrMonitor: drop nautilus modules from always_on_modules
the list of always_on_modules for the older versions is only for the
upgrade use case, where the monitor is still the...
Kefu Chai
03:08 AM rgw Bug #51422: Quota about bucket does not work.
JS Landry wrote:
> Hi, object versioning maybe? Deleted objects still consume quota space.
> https://docs.ceph.com/...
海航 于
02:15 AM rbd Bug #51557 (Can't reproduce): [pwl ssd] rbd bench can't exit sometimes in ssd cache mode
Can't reproduce. CONGMIN YIN
01:03 AM Revision e714f0db (ceph): rgw: bucket index list produces incorrect result when non-ascii entries
A recent PR that helped address the issue of non-ascii plain entries
didn't cover all the bases, allowing I/O errors ...
J. Eric Ivancich
12:08 AM Revision 40148fc2 (ceph): Merge pull request #42388 from tchaikov/wip-crimson-alien
crimson/osd: use app.alien() to initialize AlienStore::alien
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
12:07 AM Revision 4a52f619 (ceph): Merge pull request #42392 from tchaikov/wip-test-test_ipaddr
test/test_ipaddr: always set ifa_flags
Reviewed-by: Neha Ojha <nojha@redhat.com>
Kefu Chai

07/19/2021

10:39 PM CephFS Tasks #51341: Steps to recover file system(s) after recovering the Ceph monitor store
Testing out steps to recover a multiple active MDS file system after recovering monitor store using OSDs:
- Stop a...
Ramana Raja
10:07 PM Revision 21baed99 (ceph): test/rgw: fix use of poll() with timers in unittest_rgw_dmclock_scheduler
the AsyncScheduler uses an asio timer to dispatch work to its executor
with an optional delay. when no delay is reque...
Casey Bodley
09:43 PM Revision 7aa3c2c3 (ceph): debian/control: update yaml-cpp version to 0.6
This fixes the build failure, as jaegertracing requires yaml-cpp v0.6+
```
Could NOT find yaml-cpp: Found unsuitable ...
Deepika Upadhyay
09:01 PM Revision 52fc6252 (ceph): debian, install-deps.sh: use Build-Profiles to optionally build debian ...
library
* use pkg.ceph.jaeger for debian optional pkgs
remove mangling needing install-deps, instead use, buildProfi...
Deepika Upadhyay
08:43 PM Orchestrator Bug #51733 (Resolved): offline host hangs serve loop for 15 mins
when a host in your cluster goes offline the next time the serve loop starts _refresh_hosts_and_daemons() will be cal... Daniel Pivonka
08:22 PM rgw Bug #51732 (Duplicate): rgw: `radosgw-admin bi list ...` can result in an I/O Error
A recent bug fix to allow proper handling of non-ASCII entries in a "bi list" did not account for all possibilities. J. Eric Ivancich
07:18 PM rgw Bug #51422: Quota about bucket does not work.
Hi, object versioning maybe? Deleted objects still consume quota space.
https://docs.ceph.com/en/pacific/radosgw/s3/...
JS Landry
07:07 PM Revision c0bd4e22 (ceph): doc/dev/perf_counters: update docs to include more context about perf c...
The Perf Counters docs, although informative, are lacking for users and developers who are wondering what they can do... Laura Flores
06:04 PM Orchestrator Bug #51546 (Pending Backport): cephadm: remove iscsi service fails when the dashboard isn't deployed
Adam King
06:00 PM Dashboard Backport #51731 (Resolved): pacific: mgr/dashboard: Add configurable MOTD or wall notification
https://github.com/ceph/ceph/pull/42414 Backport Bot
06:00 PM Dashboard Backport #51730 (Resolved): octopus: mgr/dashboard: Add configurable MOTD or wall notification
https://github.com/ceph/ceph/pull/42412 Backport Bot
05:58 PM Dashboard Tasks #51640 (Resolved): mgr/dashboard: Cluster creation workflow followups
Ernesto Puerta
05:57 PM Dashboard Feature #51408 (Pending Backport): mgr/dashboard: Add configurable MOTD or wall notification
Ernesto Puerta
05:56 PM Revision 64dbe17f (ceph): Merge pull request #42188 from votdev/issue_51408_motd
mgr/dashboard: Add configurable MOTD or wall notification
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed...
Ernesto Puerta
05:55 PM Dashboard Bug #51368 (Resolved): mgr/dashboard: bucket name input takes spaces eventhough its not allowed
Ernesto Puerta
05:55 PM Dashboard Backport #51448 (Resolved): octopus: mgr/dashboard: bucket name input takes spaces eventhough its...
Ernesto Puerta
05:54 PM Revision c19cdef2 (ceph): Merge pull request #42241 from rhcs-dashboard/wip-51448-octopus
octopus: mgr/dashboard: Fix bucket name input allowing space in the value
Reviewed-by: Waad Alkhoury <walkhour@redha...
Ernesto Puerta
05:54 PM Dashboard Feature #51300 (Resolved): mgr/dashboard: run cephadm orch backend E2E tests
Ernesto Puerta
05:54 PM Dashboard Backport #51488 (Resolved): octopus: mgr/dashboard: run cephadm orch backend E2E tests
Ernesto Puerta
05:54 PM Revision e3be470e (ceph): Merge pull request #42243 from rhcs-dashboard/wip-51488-octopus
octopus: mgr/dashboard: run cephadm-backend e2e tests with KCLI
Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Revi...
Ernesto Puerta
05:53 PM Dashboard Bug #51528 (Resolved): 400 error caused by multi-subtag language in Accept-Language header
Ernesto Puerta
05:53 PM Dashboard Backport #51558 (Resolved): pacific: 400 error caused by multi-subtag language in Accept-Language...
Ernesto Puerta
05:53 PM Revision 7feddc98 (ceph): Merge pull request #42297 from callithea/wip-51558-pacific
pacific: mgr/dashboard: fix Accept-Language header parsing
Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Reviewed-...
Ernesto Puerta
05:24 PM Revision 18cad0ac (ceph): cmake: drop set(VERSION ...)
project(...). this is the authentic place to set version number.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:12 PM RADOS Bug #51729 (In Progress): Upmap verification fails for multi-level crush rule
We have a 6+3 EC crush rule that looks like this:... Andras Pataki
04:50 PM rbd Backport #50714: octopus: Global config overrides do not apply to in-use images
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41763
merged
Yuri Weinstein
04:50 PM Revision c317d412 (ceph): Merge pull request #41763 from cfsnyder/wip-50714-octopus
octopus: librbd: global config overrides do not apply to in-use images
Reviewed-by: Ilya Dryomov <idryomov@redhat.com>
Yuri Weinstein
04:49 PM rbd Backport #47093: octopus: RBD string-based config options are ignored
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/41836
merged
Yuri Weinstein
04:49 PM Revision 1839a280 (ceph): Merge pull request #41836 from trociny/wip-47093-octopus
octopus: rbd: retrieve global config overrides from the MONs
Reviewed-by: Ilya Dryomov <idryomov@redhat.com>
Yuri Weinstein
04:11 PM rgw Bug #51687: notifications: zero timestamp in complete multipart upload event
there is no need to send the last modification time of the object here. the current time of the upload end is sufficient Yuval Lifshitz
03:31 PM Dashboard Bug #51728 (Resolved): mgr/dashbord: force maintenance e2e failing for host
... Kefu Chai
03:13 PM rgw Backport #51678 (Resolved): octopus: Potential race condition in robust notify
Adam Emerson
03:08 PM rgw Backport #51678: octopus: Potential race condition in robust notify
Adam Emerson wrote:
> Fix: https://github.com/ceph/ceph/pull/42347
merged
Yuri Weinstein
03:08 PM Revision f6bca6d2 (ceph): Merge pull request #42347 from adamemerson/wip-51674-octopus
rgw: Backport 51674 to Octopus
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
03:06 PM rgw Backport #51679 (Resolved): pacific: Potential race condition in robust notify
Adam Emerson
03:04 PM rgw Backport #51679: pacific: Potential race condition in robust notify
Adam Emerson wrote:
> Fix: https://github.com/ceph/ceph/pull/42346
merged
Yuri Weinstein
03:04 PM Revision 5c90d796 (ceph): Merge pull request #42346 from adamemerson/wip-51674-pacific
rgw: Backport of 51674 to Pacific
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
03:04 PM Revision 1fe20463 (ceph): Merge pull request #42336 from adamemerson/wip-51661-pacific
pacific: rgw: Don't segfault on datalog trim
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
03:04 PM CephFS Backport #51499: pacific: qa: test_ls_H_prints_human_readable_file_size failure
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42166
merged
Yuri Weinstein
03:03 PM Revision 6cc0ba15 (ceph): Merge pull request #42166 from batrick/i51499
pacific: qa: test_ls_H_prints_human_readable_file_size failure
Reviewed-by: Jos Collin <jcollin@redhat.com>
Yuri Weinstein
03:02 PM Dashboard Backport #51685: pacific: mgr/dashboard: test_error force maintenance dashboard check
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42354
merged
Yuri Weinstein
03:02 PM Revision c299a89a (ceph): Merge pull request #42354 from rhcs-dashboard/wip-51685-pacific
pacific: mgr/dashboard: Fix test_error force maintenance dashboard check
Reviewed-by: Avan Thakkar <athakkar@redhat....
Yuri Weinstein
03:01 PM Revision 6fb6a8e3 (ceph): Merge pull request #42102 from Matan-B/lua-request-userId
rgw: Added request field to lua scripting Yuval Lifshitz
03:00 PM Revision cf0287db (ceph): Merge pull request #41927 from Matan-B/rfe-51193-add-luarocks-version
rgw: add package version support to lua scripting Yuval Lifshitz
02:59 PM Revision adb04545 (ceph): Merge pull request #42074 from ljflores/wip-lflores-perf-channel
mgr/telemetry: add new 'perf' channel that shares aggregated perf counter metrics of a cluster
Reviewed-by: Ernesto ...
Josh Durgin
02:40 PM rgw Bug #51727 (Closed): cluster [WRN] Health check failed: Degraded data redundancy: 2/4 objects deg...
seeing PG_DEGRADED failures in the rgw suite
https://pulpito.ceph.com/yuvalif-2021-07-17_09:16:24-rgw-wip-yuval-...
Casey Bodley
02:25 PM RADOS Bug #51725 (In Progress): make bufferlist::c_str() skip rebuild when it isn't necessary
WIP branch: https://github.com/ceph/ceph/compare/master...rzarzynski:wip-bl-optimize-emptybptrs. Radoslaw Zarzynski
11:00 AM RADOS Bug #51725 (Resolved): make bufferlist::c_str() skip rebuild when it isn't necessary
> The ceph_msg_header2 on the other hand, the bufferlist comes from the segment data, which is also contiguous, but s... Ilya Dryomov
02:20 PM RADOS Bug #50659: Segmentation fault under Pacific 16.2.1 when using a custom crush location hook
I saw that 16.2.5 was released. Though I didn't expect it to address this issue, I tested with it anyway just to be s... Andrew Davidoff
02:16 PM rgw Backport #51726 (In Progress): nautilus: rgw: beast: lack of TLS settings
Mykola Golub
02:10 PM rgw Backport #51726 (Rejected): nautilus: rgw: beast: lack of TLS settings
https://github.com/ceph/ceph/pull/42399 Backport Bot
01:45 PM RADOS Backport #50900: pacific: PGs always go into active+clean+scrubbing+deep+repair in the LRC
I created a backport PR.
https://github.com/ceph/ceph/pull/42398
Satoru Takeuchi
01:33 PM RADOS Backport #50900: pacific: PGs always go into active+clean+scrubbing+deep+repair in the LRC
please link this Backport tracker issue with GitHub PR https://github.com/ceph/ceph/pull/42398
ceph-backport.sh versi...
Satoru Takeuchi
01:05 PM rgw Bug #51715 (Fix Under Review): rgw: avoid occuring radosgw daemon crash when access a conditional...
Daniel Gryniewicz
11:00 AM rgw Bug #51720 (Triaged): Compilation of FreeBSD fails due to missing LIBAIO
thank you,
is the compilation error occurs only on the _aioinit(...)_ call?
in which case we can #ifdef only th...
Mark Kogan
10:48 AM Revision 17292aa8 (ceph): rgw: d3n: remove legacy requirement to enable rgw_enable_ops_log
for D3N cache enablement
Fixes: http://tracker.ceph.com/issues/51409
Signed-off-by: Mark Kogan <mkogan@redhat.com>
Mark Kogan
10:34 AM rgw-testing Feature #51724 (Resolved): notifications: test putting an object via POST command
see here for details about the command: https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-UsingHTTPPOST.html
thi...
Yuval Lifshitz
10:26 AM rbd Bug #51628: bogus "unable to find a keyring" warning on "rbd mirroring bootstrap import"
cephadm is fairly new so the documentation may be lacking but there should be nothing special about rbd-mirror daemon... Ilya Dryomov
09:57 AM Revision de0b7d94 (ceph): script: fix a bug in naming the source branch in ceph-debug-docker.sh
Signed-off-by: Ronen Friedman <rfriedma@redhat.com> Ronen Friedman
09:49 AM rgw Bug #51247 (New): notifications: add new type DeleteMarkerDeleted of event
Yuval Lifshitz
09:47 AM Revision 1380c993 (ceph): rbd: delay parsing of default kernel map options
It now connects to the cluster to retrieve any global config
overrides before processing the default map options.
Si...
Jason Dillaman
09:47 AM Revision 7431dfeb (ceph): rbd: fix default pool handling for krbd map/unmap
The default pool name does not get passed to the kernel since commit
96f05a7956b3 ("rbd: delay determination of defau...
Ilya Dryomov
09:47 AM Revision f9171290 (ceph): rbd: rename some MapOptions instances to unmap_options
It is no longer a global variable, so rename the ones that have to do
with options for unmapping (currently just "for...
Ilya Dryomov
09:07 AM Revision aeafb8dd (ceph): Merge pull request #42391 from kelubo/master
doc/cephadm: positions of words are interchanged
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Sebastian Wa...
Sebastian Wagner
08:54 AM Dashboard Bug #51723 (Rejected): Live Demo
Testing Shreya Sharma
08:43 AM Revision 34befa41 (ceph): rgw: Address review comments, fix test cases for BucketEncryption APIs
Review comments are addressed.
Added documentation in authentication.rst for newly added IAM policies.
Test case fail...
Rahul Dev Parashar
07:57 AM Revision c2b9f6e7 (ceph): Merge pull request #42393 from tchaikov/wip-cmake-cleanups
cmake: require CMake v3.16 and cleanups
Reviewed-by: Deepika Upadhyay <dupadhya@redhat.com>
Kefu Chai
07:57 AM Revision 0aa48055 (ceph): mgr/dashboard: run cephadm-backend e2e tests with KCLI
Fixes: https://tracker.ceph.com/issues/51300
Signed-off-by: Alfonso Martínez <almartin@redhat.com>
(cherry picked fro...
Alfonso Martínez
07:29 AM Orchestrator Documentation #47637: mgr/cephadm: document how to configure custom TLS certificate for Grafana
This is how I did it
Since @cephadm shell ceph config-key set mgr/cephadm/grafana_crt -i <cert-file>@ can't read f...
Kai Stian Olstad
07:18 AM Revision 95acefb2 (ceph): rgw: Introduce BucketEncryption APIs to support SSE-S3 feature
This patch introduces support for 3 new BucketEncryption APIs which are listed
below and are helpful in supporting AW...
Rahul Dev Parashar
06:43 AM Revision e33dfa75 (ceph): cmake: use add_compile_options() to pass compile options
add_definitions() is for adding "-D" define flags, while "-include" does
not define flags, so let's be explicit and u...
Kefu Chai
06:43 AM Revision 0270f73e (ceph): cmake: do not check policies introduced before 3.16
see
- https://cmake.org/cmake/help/latest/policy/CMP0065.html
- https://cmake.org/cmake/help/latest/policy/CMP0074.h...
Kefu Chai
05:49 AM CephFS Bug #51722 (Fix Under Review): mds: slow performance on parallel rm operations for multiple kclients
This is from bugzilla https://bugzilla.redhat.com/show_bug.cgi?id=1974882.
Xiubo Li
05:46 AM CephFS Bug #51722 (Resolved): mds: slow performance on parallel rm operations for multiple kclients
There has another case that could cause the unlinkat to be delayed for a long time sometimes, such as for the "remova... Xiubo Li
05:40 AM Revision 7f476bea (ceph): doc/cephadm: add missing "ceph"
The word ceph is missing.
Signed-off-by: "Wang,Fei" <wf.ab@126.com>
wangfei
05:35 AM Revision 0003abd4 (ceph): doc/cephadm: correct a transposed word error
The positions of two words are interchanged:
scans each cluster in the host ----> scans each host in the cluster
Sig...
wangfei
05:16 AM Revision f2f7dfbd (ceph): cmake: require CMake v3.16
since we dropped the support of bionic, we now have the luxury of using
newer CMake! and by using CMake 3.16, we now ...
Kefu Chai
03:29 AM Revision ce5eaa12 (ceph): test/test_ipaddr: avoid reinterpret cast
drop couple occurrences of C-style cast, for better readability.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:29 AM Revision 1701023d (ceph): test/test_ipaddr: always set ifa_flags
do not rely on the uninitialized bits on stack for testing, otherwise
there is chance that we have following test fai...
Kefu Chai
01:56 AM Revision 425f337a (ceph): crimson/osd: s/FuturizedStore*/FuturizedStore&/ in OSDMeta and PGMeta's...
since we always pass a valid store reference to these ctors, there is no
reason to use a pointer. let's use a referen...
Kefu Chai
01:13 AM Revision eec84bb8 (ceph): crimson/osd: create store in main()
to initialize an alienstore with a reference of
seastar::alien::instance is but the internal of AlienStore, would be
...
Kefu Chai

07/18/2021

09:56 PM mgr Bug #51637: mgr/insights: mgr consumes excessive amounts of memory
I've been able to reproduce this through the following operations:... Thore K
06:58 PM mgr Backport #49351 (Need More Info): octopus: device life expectancy resets on mgr restart
non-trivial backport
first (failed) attempt: https://github.com/ceph/ceph/pull/40761
Nathan Cutler
03:57 PM Orchestrator Bug #51355: ingress service /var/lib/haproxy/haproxy.cfg
The 2.3 haproxy version is pinned in 16.2.5, it works for me, please close this.
Asbjørn Sannes
03:51 PM Orchestrator Fix #51721 (Fix Under Review): ingress: Fix for virtual_interface_networks not working
Kefu Chai
03:43 PM Orchestrator Fix #51721: ingress: Fix for virtual_interface_networks not working
PR: https://github.com/ceph/ceph/pull/42389 Asbjørn Sannes
03:39 PM Orchestrator Fix #51721 (Resolved): ingress: Fix for virtual_interface_networks not working
If you follow the documentation and try to specify the interface by specificing subnets in the spec file, it does not... Asbjørn Sannes
03:40 PM Revision 024c6aba (ceph): mgr/cephadm: ingress: fix typo in spec.virtual_interface_networks refer...
When using virtual_inteface_networks to identify the interface to have the
virtual ip on, it referenced spec.networks...
Asbjørn Sannes
02:06 PM Revision 8fad523d (ceph): crimson/osd: use app.alien() to initialize AlienStore::alien
in e53ea0886fba9073904f59ea85fb73d854565921, the new alien::submit_to() API
is used in the place of the old one. but ...
Kefu Chai
01:07 PM rgw Bug #51720 (Resolved): Compilation of FreeBSD fails due to missing LIBAIO
FreeBSD lacks `libaio`, and only has POSIX aio
```
/home/jenkins/workspace/ceph-master-compile/src/rgw/rgw_d3n_da...
Willem Jan Withagen
09:21 AM Orchestrator Bug #51311: Failed to apply ingress.rgw: IndexError: list index out of range
What does ... Asbjørn Sannes
05:47 AM Revision 552e707c (ceph): osdc/Objecter: avoid vector copies in _calc_target
Use std::move on temporary vector to claim its elements,
instead of copying them.
Signed-off-by: Or Ozeri <oro@il.ib...
Or Ozeri
03:16 AM mgr Cleanup #51631 (Resolved): mgr/devicehealth: instead of CLICommand use CLIReadCommand
Kefu Chai
03:16 AM Revision 43d0e2c2 (ceph): Merge pull request #42360 from noviicee/noviicee
mgr/devicehealth: replace CLICommand with CLIReadCommand
Reviewed-by: Varsha Rao <varao@redhat.com>
Kefu Chai
03:15 AM Revision 66e5b556 (ceph): Merge pull request #42379 from liewegas/cephadm-keyring-help
mgr/cephadm: add help strings for 'orch client-keyring ...' commands
Reviewed-by: Sebastian Wagner <sewagner@redhat....
Kefu Chai
03:07 AM Revision db0a7e22 (ceph): Merge pull request #42036 from kamoltat/wip-pg-autoscaler-overlap
pybind/mgr/autoscaler: don't scale pools with overlapping roots
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
03:01 AM Revision d330e8ae (ceph): Merge pull request #42357 from cbodley/wip-cmake-legacy-option-headers-dep
cmake: add transitive dependency on legacy-option-headers
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:01 AM Revision ba8d59bb (ceph): Merge pull request #42283 from orozery/op_target_t_constructor
common: optimize op_target_t and hobject_t constructors
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Reviewed-by: ...
Kefu Chai
03:00 AM RADOS Bug #43584 (Resolved): MON_DOWN during mon_join process
Kefu Chai
02:59 AM Revision a89e660d (ceph): Merge pull request #42366 from liewegas/mon-down-grace
mon: allow a MON_DOWN grace period after cluster mkfs
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
02:59 AM Revision 27d493b3 (ceph): Merge pull request #42315 from TheJJ/fix-op-duration-calculation
osd: fix op event duration calculation
Reviewed-by: Deepika Upadhyay <dupadhya@redhat.com>
Reviewed-by: Kefu Chai <k...
Kefu Chai

07/17/2021

10:53 AM Orchestrator Bug #51616: Updating node-exporter deployment progress stuck
I have exactly the same issue. In addition the dashboard is not working anymore. mgr is listenning on port 8443 but ... Enrico Kern
05:35 AM Revision 1905f9a0 (ceph): Merge pull request #42385 from tchaikov/wip-crimson-test-alien
test/crimson/test_alien_echo: fixes
Reviewed-by: Chunmei Liu <chunmei.liu@intel.com>
Kefu Chai
04:17 AM rbd Bug #51628: bogus "unable to find a keyring" warning on "rbd mirroring bootstrap import"
I am starting the rbd-mirror daemon manually outside of cephadm since I coudln't find any information on how to start... Ritesh Shah
02:34 AM Revision 96c75411 (ceph): Merge pull request #42351 from SoftIron/softiron-distro
build/qa: Add SoftIron Linux as valid distro in build and test scripts
Reviewed-by: Matt Benjamin <mbenjamin@redhat....
Kefu Chai
02:26 AM Revision e91ce0c5 (ceph): test/crimson/test_alien_echo: msgr->stop() before shutdown
it is required to remove all registered dispatchers before shutting down a
messenger. otherwise assert(dispatchers.em...
Kefu Chai
02:05 AM Revision f6c679a5 (ceph): test/crimson/test_alien_echo: drop msgr v1 support
crimson msgr dropped the v1 support back in
7a7e869c0a7d96e1e242929755c3af73085d00ac. so there is no point to offer
a...
Kefu Chai

07/16/2021

10:07 PM CephFS Feature #51716 (Resolved): Add option in `fs new` command to start rank 0 in failed state
Source: https://github.com/ceph/ceph/pull/42295#discussion_r670827459
Currently, to recover a file system after re...
Ramana Raja
09:32 PM rgw Bug #51715: rgw: avoid occuring radosgw daemon crash when access a conditionally redirected stati...
https://github.com/ceph/ceph/pull/42382 XiangRui Meng
09:13 PM rgw Bug #51715 (Resolved): rgw: avoid occuring radosgw daemon crash when access a conditionally redir...
Suppose that I have a bucket named www.example.com and my bucket contains the following objects:
index.html
error.h...
XiangRui Meng
09:20 PM Revision ffe5cfb6 (ceph): doc/cephfs: recover file system after recovering
... monitor stores using OSDs. The steps are valid only to recover
single active MDS file systems.
Partially-fixes: ...
Ramana Raja
06:33 PM Linux kernel client Bug #51279: kclient hangs on umount (testing branch)
I have a theory as to what this is:
Once we removed the s_mutex from the cap sending codepath, I think that it bec...
Jeff Layton
06:08 PM RADOS Bug #51638: rados/test_envlibrados_for_rocksdb.sh: No match for argument: snappy-devel with cento...
Neha Ojha wrote:
> David Galloway wrote:
> > https://github.com/ceph/ceph-cm-ansible/pull/638
> >
> > I'd love f...
Neha Ojha
05:20 PM Revision 76466da6 (ceph): qa/*/test_envlibrados_for_rocksdb.sh: remove OS specific configuration
Details in https://tracker.ceph.com/issues/51638#note-3
Signed-off-by: Neha Ojha <nojha@redhat.com>
Neha Ojha
05:19 PM Revision f5e7f3e7 (ceph): librbd: refresh full global config when applying metadata
The ConfigProxy contains a point-in-time copy of the global config
that is dynamically updated in CephContext::_conf....
Jason Dillaman
05:14 PM rgw Bug #51712 (Fix Under Review): radosgw-admin should print error on missing --end-marker argument
Adam Emerson
02:27 PM rgw Bug #51712 (Resolved): radosgw-admin should print error on missing --end-marker argument
Rather than crashing. Adam Emerson
05:10 PM CephFS Bug #51706 (Duplicate): pacific: qa: osd deep-scrub stat mismatch
Patrick Donnelly
10:16 AM CephFS Bug #51706 (Duplicate): pacific: qa: osd deep-scrub stat mismatch
Found in [1], which was failed due to this error.
[1] http://qa-proxy.ceph.com/teuthology/yuriw-2021-07-13_17:37:5...
Jos Collin
04:58 PM CephFS Bug #51191: Cannot Mount CephFS No Timeout, mount error 5 = Input/output error
I have upgraded the Ceph cluster to v16.2.5 and upgrade Rook to v1.6.7. The issue still remains.... Brian Rogers
04:53 PM Revision 9da6bdf4 (ceph): pacific: qa: avoid sudo on tmpfile
This code does not exist in master. This is a continuation of the fix
for the backport. Resolves failures like [1].
...
Patrick Donnelly
04:44 PM Revision 7cc85102 (ceph): mgr/cephadm: add help strings for 'orch client-keyring ...' commands
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
04:23 PM Revision 69a834d2 (ceph): qa/suites/upgrade/pacific-x/stress-split: do not avoid_pacific_features
We can use pacific features when installing pacific.
Otherwise, we end up with the default keyring rule for client.a...
Sage Weil
04:17 PM Orchestrator Bug #51713 (Duplicate): Cephadm: Timeout waiting for ingress.nfs.foo to start
Test Description:
rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 1-start 2-services/nfs-ingress2 3-final}
L...
Sridhar Seshasayee
04:17 PM rgw Bug #46567: Access denied for multi-object-delete by non-bucket-owner
This has been pending backport for a very long time now. We've since upgraded to Pacific 16.2.5 where it is still bro... Chris Palmer
04:15 PM rbd Backport #51059: octopus: "trash purge" shouldn't stop at the first unremovable image
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41663
merged
Yuri Weinstein
04:15 PM Revision 4e66ee08 (ceph): Merge pull request #41663 from idryomov/wip-rbd-trash-purge-octopus
octopus: librbd: don't stop at the first unremovable image when purging
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Yuri Weinstein
04:14 PM rbd Backport #50941: octopus: rbd-mirror: segfault on snapshot replayer on shutdown
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41502
merged
Yuri Weinstein
04:14 PM Revision 65f6ab4a (ceph): Merge pull request #41502 from idryomov/wip-50931-octopus
octopus: rbd-mirror: fix segfault in snapshot replayer shutdown
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Yuri Weinstein
04:03 PM rbd Bug #50905: [rbd-nbd] kernel lockup during rbd_fsx_nbd
... Ilya Dryomov
03:51 PM Revision 4cb6fcf7 (ceph): rgw: radosgw-admin errors if marker not specified on data/mdlog trim
Check that a marker was specified and trim if we don't have one.
Also: In a world where we're parsing for generation...
Adam Emerson
03:10 PM rbd Bug #51628: bogus "unable to find a keyring" warning on "rbd mirroring bootstrap import"
How are you starting rbd-mirror daemons? "1 stray daemon(s) not managed by cephadm" warnings seem related. I suspec... Ilya Dryomov
07:14 AM rbd Bug #51628: bogus "unable to find a keyring" warning on "rbd mirroring bootstrap import"
Ritesh Shah wrote:
> Hi,
>
> I installed and enabled rbd-mirroring daemon. Tried configuring one-way mirror. The ...
Ritesh Shah
07:13 AM rbd Bug #51628: bogus "unable to find a keyring" warning on "rbd mirroring bootstrap import"
Hi,
I installed and enabled rbd-mirroring daemon. Tried configuring one-way mirror. The image1 in data rbd pool se...
Ritesh Shah
02:36 PM Revision b1e17d9e (ceph): Merge pull request #42180 from ideepika/wip-tracker-51523
octopus: qa/config/rados: add dispatch delay testing params
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
02:35 PM Revision 04d652ed (ceph): Merge pull request #41660 from p-se/octopus-fix-missing-prom-alerts
octopus: mgr/cephadm: fix prometheus alerts
Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Reviewed-by: Sebastian W...
Yuri Weinstein
01:23 PM RADOS Bug #45423: api_tier_pp: [ FAILED ] LibRadosTwoPoolsPP.HitSetWrite
/a/sseshasa-2021-07-14_10:37:09-rados-wip-sseshasa-testing-2021-07-14-1320-distro-basic-smithi/6270208 Sridhar Seshasayee
01:18 PM RADOS Bug #47025: rados/test.sh: api_watch_notify_pp LibRadosWatchNotifyECPP.WatchNotify failed
Observed on master:
/a/sseshasa-2021-07-14_10:37:09-rados-wip-sseshasa-testing-2021-07-14-1320-distro-basic-smithi/6...
Sridhar Seshasayee
01:12 PM ceph-volume Backport #50861 (In Progress): octopus: add ceph-volume lvm [new-db|new-wal|migrate] commands
https://github.com/ceph/ceph/pull/42377 Igor Fedotov
01:12 PM Orchestrator Bug #51665: document unforunate interactions between cephadm and restrictive sshd_config?
Let's set aside my earlier mention of ceph-salt for a moment, and focus only on the use of @cephadm bootstrap --ssh-u... Tim Serong
01:06 PM bluestore Backport #51711 (In Progress): octopus: compact db after bulk omap naming upgrade
https://github.com/ceph/ceph/pull/42375 Igor Fedotov
12:20 PM bluestore Backport #51711 (Resolved): octopus: compact db after bulk omap naming upgrade
https://github.com/ceph/ceph/pull/42375 Backport Bot
01:04 PM Revision d3e487b8 (ceph): tests/ceph_volume: add UT for bluefs migration stuff
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit f8def0443db59e7df31132953fff708b76417236)
Igor Fedotov
01:00 PM Revision f9c9b8f0 (ceph): ceph-volume: implement bluefs volume migration.
This is a wrapper over ceph-bluestore-tool's bluefs-bdev-migrate command.
Primarily intended to introduce LVM tags ma...
Igor Fedotov
12:54 PM Revision cf2fa23f (ceph): os/bluestore/bluestore_tool: compare retval stat() with -1
before this change, stat() is always called to check if the
file specified by --dev-target exists even if this option...
Kefu Chai
12:53 PM Revision c2f82dae (ceph): tools/ceph-bluestore-tool: be more legible before requesting additional...
Request DB/WAL size specification when relevant devices are created
only.
Signed-off-by: Igor Fedotov <ifedotov@suse...
Igor Fedotov
12:43 PM Revision 243dcaef (ceph): os/bluestore: compact db after bulk omap naming upgrade.
Omap naming scheme upgrade introduced recently might perform bulk data
removal and hence leave DB in a "degraded" sta...
Igor Fedotov
12:42 PM bluestore Backport #51128 (In Progress): octopus: In poweroff conditions BlueFS can create corrupted files
https://github.com/ceph/ceph/pull/42374 Igor Fedotov
12:30 PM bluestore Backport #51650 (In Progress): octopus: Bluestore repair might erroneously remove SharedBlob entr...
https://github.com/ceph/ceph/pull/42373 Igor Fedotov
12:22 PM Revision 98c19d06 (ceph): os/bluestore: fix erroneous SharedBlob record removal during repair.
Fixes: https://tracker.ceph.com/issues/51619
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from com...
Igor Fedotov
12:20 PM bluestore Backport #51710 (Resolved): pacific: compact db after bulk omap naming upgrade
Backport Bot
12:18 PM bluestore Feature #51709 (Resolved): compact db after bulk omap naming upgrade
Omap naming scheme upgrade introduced recently might perform bulk data
removal and hence leave DB in a "degraded" st...
Igor Fedotov
11:12 AM Revision d81e27fa (ceph): rgw/notifications: send correct size in case of delete marker creation
Fixes: https://tracker.ceph.com/issues/51681
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
Yuval Lifshitz
10:57 AM rgw Bug #51708 (New): notifications: no size and etag when creating a 2nd delete marker
when creating a 2nd delete marker (after one delete marker already exists) on a versioned bucket, the notification is... Yuval Lifshitz
10:54 AM Revision 0a77eee5 (ceph): doc/cephadm: Add RGW ssl
Signed-off-by: Sebastian Wagner <sewagner@redhat.com> Sebastian Wagner
10:46 AM CephFS Bug #51707 (Resolved): pybind/mgr/volumes: Cloner threads stuck in loop trying to clone the stale...
Clones are created on a subvolume. While the clones are not complete, they are
removed with force option resulting i...
Kotresh Hiremath Ravishankar
10:38 AM RADOS Bug #51083: Raw space filling up faster than used space
So apparently "arbitrary" changes to the CRUSH map are able to free up the space again:
A few days ago, we activat...
Jan-Philipp Litza
10:20 AM bluestore Bug #51217: BlueFS::_flush_range assert(h->file->fnode.ino != 1)
An evolution of Shu Yu's fix is available at https://github.com/ceph/ceph/pull/42370 Igor Fedotov
10:01 AM rbd Bug #51686 (Fix Under Review): group snapshots are not listed in order of creation
Mykola Golub
09:30 AM rgw Bug #50932: rgw: beast: lack of TLS settings
Hi Casey,
We have plans to backport this to our nautilus based product. For this reason it would be much better fo...
Mykola Golub
09:06 AM Revision 6a1688b5 (ceph): rgw/http/notifications: support content type in HTTP POST messages
Fixes: https://tracker.ceph.com/issues/51530
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
Yuval Lifshitz
08:36 AM CephFS Cleanup #51385 (Fix Under Review): mgr/volumes/fs/fs_util.py: add extra blank line
Varsha Rao
08:08 AM Dashboard Subtask #51606 (Resolved): mgr/dashboard: Add host section e2e tests
Ernesto Puerta
06:33 AM CephFS Bug #51705 (Resolved): qa: tasks.cephfs.fuse_mount:mount command failed
fuse_mount:mount command failed in:
http://qa-proxy.ceph.com/teuthology/yuriw-2021-07-08_23:33:26-fs-wip-yuri2-testi...
Jos Collin
05:58 AM CephFS Bug #51704 (Fix Under Review): pacific: qa: Test failure: test_mount_all_caps_absent (tasks.cephf...
test_mount_all_caps_absent fails in:
http://qa-proxy.ceph.com/teuthology/yuriw-2021-07-08_23:33:26-fs-wip-yuri2-test...
Jos Collin
05:40 AM rgw Backport #51698 (In Progress): octopus: rgw: beast: lack of TLS settings
Mykola Golub
05:39 AM Revision fb9b7b05 (ceph): rgw: set default ssl options for beast frontend
to 'no_sslv2:no_sslv3:no_tlsv1:no_tlsv1_1'
Signed-off-by: Mykola Golub <mgolub@suse.com>
(cherry picked from commit ...
Mykola Golub
05:34 AM Revision aaae13d8 (ceph): rgw: allow to set ssl options and ciphers for beast frontend
Two new conf keys are added for "beast" framework:
- ssl_options: a colon separated list of ssl context options,
d...
Mykola Golub
05:08 AM Revision c49024c9 (ceph): cephfs-mirror: complete context when a mirror instance is not failed or...
Without this, the updater thread can start processing othere queued
contexts when a mirror instance is failed or bloc...
Venky Shankar
05:08 AM Revision 1a956be9 (ceph): cephfs-mirror: record directory path cancel in DirRegistry
When removing a directory path from mirroring, cephfs-mirror records
this state in a thread-local storage. The replay...
Venky Shankar
05:08 AM Revision 19a45c8d (ceph): test: add test for checking readd after remove for a directory path
Fixes: http://tracker.ceph.com/issues/51666
Signed-off-by: Venky Shankar <vshankar@redhat.com>
Venky Shankar
04:47 AM Revision c79942df (ceph): Merge PR #42338 into master
* refs/pull/42338/head:
mon/LogMonitor: tolerate external_log_to in the future
Reviewed-by: Kefu Chai <kchai@redhat...
Sage Weil
04:06 AM crimson Bug #51441 (Fix Under Review): Lingking crimson-osd failed on Arm64
Kefu Chai
03:59 AM crimson Bug #51441: Lingking crimson-osd failed on Arm64
The R_AARCH64_CALL26 relocation has a branch range of +/-2^27 bytes, or 128MBytes, so that puts a limit on the size o... Kevin Zhao
03:59 AM crimson Bug #51441: Lingking crimson-osd failed on Arm64
use
./do_cmake.sh -DCMAKE_C_FLAGS_DEBUG=-Og -DCMAKE_CXX_FLAGS_DEBUG=-Og ***
can actually solve the Linking issue.
...
Kevin Zhao
01:36 AM rgw Bug #51422: Quota about bucket does not work.
JS Landry wrote:
> Hi, do you have a quota on the bucket itself?
>
> [...]
Hi, as I knew, there is no other qu...
海航 于

07/15/2021

11:37 PM RADOS Bug #51652: heartbeat timeouts on filestore OSDs while deleting objects in upgrade:pacific-p2p-pa...
... Neha Ojha
10:01 PM Revision 03a9551e (ceph): mgr/devicehealth:replace CLICommand with CLIReadCommand
Fixes: https://tracker.ceph.com/issues/51631
Signed-off-by: Anamika <cseanamika3@gmail.com>
Anamika
08:35 PM bluestore Bug #51684: OSD crashes after update to 16.2.4
Then you can go-ahead and close this issue, we'll proceed to the upgrade in the week to come. Thanks. Jérôme Poulin
05:36 PM bluestore Bug #51684: OSD crashes after update to 16.2.4
Jerome,
I think you've missed one more fix for unexpected ENOSPC in Hybrid allocator (https://tracker.ceph.com/iss...
Igor Fedotov
05:12 PM bluestore Bug #51684: OSD crashes after update to 16.2.4
I did remove the first block: line and ran it through jq -c to compact it prior compression but it's still too big fo... Jérôme Poulin
04:31 PM bluestore Bug #51684: OSD crashes after update to 16.2.4
Jérôme Poulin wrote:
> Yes, it is correct, switching to bitmap allocator allows restarting the OSD and recovery.
> ...
Igor Fedotov
04:17 PM bluestore Bug #51684: OSD crashes after update to 16.2.4
Yes, it is correct, switching to bitmap allocator allows restarting the OSD and recovery.
Here's the full log for ...
Jérôme Poulin
01:18 PM bluestore Bug #51684: OSD crashes after update to 16.2.4
Would you please share the OSD log with the crash?
Am I getting that correct that you managed to work around the ...
Igor Fedotov
01:06 PM bluestore Bug #51684: OSD crashes after update to 16.2.4
Reference to the moment we've upgraded: https://tracker.ceph.com/issues/47883#note-5 Jérôme Poulin
12:59 PM bluestore Bug #51684 (Duplicate): OSD crashes after update to 16.2.4
After we've updated to 16.2.4 from version 14.2.0, all OSD have crashed with this backtrace after about an hour and w... Jérôme Poulin
08:17 PM RADOS Bug #43584 (Fix Under Review): MON_DOWN during mon_join process
Sage Weil
08:17 PM Revision eee041f2 (ceph): mon: allow a MON_DOWN grace period after cluster mkfs
During teuthology tests, the initial cluster bootstrap often starts up
the mon sbut doesn't include all mons in the i...
Sage Weil
07:41 PM Revision 5ef5b74e (ceph): Merge PR #42341 into master
* refs/pull/42341/head:
doc/cephadm: operations.rst typo
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
07:38 PM rgw Bug #51422: Quota about bucket does not work.
Hi, do you have a quota on the bucket itself?... JS Landry
07:29 PM rgw Bug #47861 (Duplicate): swift rest api on GET returns X-Container-* headers with zero value
Casey Bodley
07:29 PM rgw Bug #47861 (Pending Backport): swift rest api on GET returns X-Container-* headers with zero value
Casey Bodley
07:29 PM rgw Bug #47781 (Duplicate): rgw: regression for headers in RGWListBucket
Casey Bodley
07:27 PM Revision 8fb203eb (ceph): Merge pull request #42200 from cbodley/wip-47781
rgw: RadosBucket::get_bucket_info() updates RGWBucketEnt
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
Casey Bodley
07:09 PM CephFS Feature #51416: kclient: add debugging for mds failover events
Jeff Layton wrote:
> We already have this dout() message already when we get a new map:
>
> [...]
>
> By mds f...
Patrick Donnelly
12:24 PM CephFS Feature #51416: kclient: add debugging for mds failover events
We already have this dout() message already when we get a new map:... Jeff Layton
07:05 PM CephFS Cleanup #51393 (Fix Under Review): mgr/volumes/fs/operations/group.py: add extra blank line
Varsha Rao
06:47 PM rgw Backport #51699 (In Progress): pacific: rgw: beast: lack of TLS settings
Konstantin Shalygin
06:20 PM rgw Backport #51699 (Resolved): pacific: rgw: beast: lack of TLS settings
https://github.com/ceph/ceph/pull/42363 Backport Bot
06:47 PM Revision d0e2ba67 (ceph): rgw: allow to set ssl options and ciphers for beast frontend
Two new conf keys are added for "beast" framework:
- ssl_options: a colon separated list of ssl context options,
d...
Mykola Golub
06:26 PM rgw Backport #51703 (Resolved): pacific: rgw: md5 signatures not match when enable rgw compress for R...
https://github.com/ceph/ceph/pull/45432 Backport Bot
06:26 PM rgw Backport #51702 (Resolved): octopus: rgw: md5 signatures not match when enable rgw compress for R...
https://github.com/ceph/ceph/pull/45433 Backport Bot
06:22 PM rgw Backport #51701 (Resolved): pacific: S3 CopyObject: failed to parse copy location
https://github.com/ceph/ceph/pull/45430 Backport Bot
06:21 PM rgw Backport #51700 (Resolved): octopus: S3 CopyObject: failed to parse copy location
https://github.com/ceph/ceph/pull/45431 Backport Bot
06:20 PM rgw Backport #51698 (Resolved): octopus: rgw: beast: lack of TLS settings
https://github.com/ceph/ceph/pull/42368 Backport Bot
06:20 PM rgw Backport #51696 (Resolved): pacific: rgw: fail as expected when set-bucket-website attempted on a...
https://github.com/ceph/ceph/pull/42642 Backport Bot
06:20 PM rgw Backport #51695 (Resolved): octopus: rgw: fail as expected when set-bucket-website attempted on a...
https://github.com/ceph/ceph/pull/43424 Backport Bot
06:20 PM rgw Bug #46625 (Pending Backport): rgw: md5 signatures not match when enable rgw compress for RGWBulk...
Casey Bodley
06:19 PM Revision 84be9581 (ceph): Merge pull request #36213 from joke-lee/BulkUpload_md5
rgw: fix md5 not match for RGWBulkUploadOp upload when enable rgw com…
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
06:19 PM rgw Bug #43259 (Pending Backport): S3 CopyObject: failed to parse copy location
Casey Bodley
06:18 PM Revision c8c59c78 (ceph): Merge pull request #42126 from paulreece42/wip-copyobject-urldecode
rgw: url_decode before parsing copysource in copyobject
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
06:18 PM rgw Bug #50932 (Pending Backport): rgw: beast: lack of TLS settings
Casey Bodley
06:17 PM Revision 61b112e1 (ceph): Merge pull request #41579 from trociny/wip-50932
rgw: allow to set ssl options and ciphers for beast frontend
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
06:17 PM rgw Bug #51536 (Pending Backport): rgw: fail as expected when set-bucket-website attempted on a non-e...
Casey Bodley
06:17 PM Revision 7587441e (ceph): Merge pull request #42195 from xrmeng8756/master
rgw: fail as expected when set/delete-bucket-website attempted on a non-exis…
Reviewed-by: Casey Bodley <cbodley@red...
Casey Bodley
06:15 PM Dashboard Bug #51693 (Rejected): Test
Test with curl Shreya Sharma
06:11 PM rgw Bug #49747 (Fix Under Review): tempest: test_create_object_with_transfer_encoding fails
Casey Bodley
06:10 PM Revision 84909e7a (ceph): qa/rgw: add failing tempest test to blocklist
Fixes: https://tracker.ceph.com/issues/49747
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
05:45 PM Feature #51537: use git `Prepare Commit Message` hook to add component in commit title
please see `git log` for commonly used component names Deepika Upadhyay
05:41 PM Bug #51690 (New): pacific build is broken for centos 8 arm64
https://shaman.ceph.com/builds/ceph/wip-yuri2-testing-2021-07-15-0820-pacific/7465ef4ebc10c6390bbc50f0e78d0654ea43b5b... Yuri Weinstein
05:23 PM Revision 8066c630 (ceph): mgr/rook: add node and PV name information to Device in DefaultFetcher
This commit adds the information about the node and PV name to the Device object
when the DefaultFetcher generates it...
Joseph Sawaya
05:17 PM Revision 10292074 (ceph): mgr/rook: fix typing errors in Fetcher classes
This commit fixes documentation errors caught by Jenkins having to do with the typing hints
in DefaultFetcher and LSO...
Joseph Sawaya
04:51 PM CephFS Bug #51673: MDSMonitor: monitor crash after upgrade from ceph 15.2.13 to 16.2.4
i have downgraded the mon.
yes after creating and deleting the fs the upgrade ran through and all is fine
Daniel Keller
01:07 AM CephFS Bug #51673 (Fix Under Review): MDSMonitor: monitor crash after upgrade from ceph 15.2.13 to 16.2.4
Patrick Donnelly
04:37 PM mgr Cleanup #51631 (Fix Under Review): mgr/devicehealth: instead of CLICommand use CLIReadCommand
Varsha Rao
04:05 PM Revision 67ec9407 (ceph): Merge pull request #42359 from idryomov/wip-15.2.13-linkage
doc/releases: add linkage for 15.2.13
Reviewed-by: Yuri Weinstein <yweins@redhat.com>
Ilya Dryomov
04:02 PM rgw Bug #51327 (Fix Under Review): Format of date/time header "x-amz-object-lock-retain-until-date" i...
Casey Bodley
03:57 PM RADOS Bug #51688 (Pending Backport): "stuck peering for" warning is misleading
When OSDs restart or crush maps change it is common to see a HEALTH_WARN claiming that PGs have been stuck peering si... Dan van der Ster
03:51 PM Revision c508f380 (ceph): doc/releases: add linkage for 15.2.13
Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Ilya Dryomov
03:44 PM rgw Bug #51687 (Fix Under Review): notifications: zero timestamp in complete multipart upload event
Yuval Lifshitz
03:41 PM rgw Bug #51687 (Resolved): notifications: zero timestamp in complete multipart upload event
Yuval Lifshitz
03:42 PM Revision 0b3b5ddf (ceph): rgw/notification: send current time in complete multipart upload event
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
Fixes: https://tracker.ceph.com/issues/51687
Yuval Lifshitz
03:39 PM rgw Bug #51681 (Fix Under Review): notifications: zero size in case of delete marker creation
Yuval Lifshitz
09:20 AM rgw Bug #51681 (Resolved): notifications: zero size in case of delete marker creation
size should hold the value of the deleted version Yuval Lifshitz
03:35 PM mgr Backport #51188: pacific: mgr/telemetry: pass leaderboard flag even w/o ident
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42228
merged
Yuri Weinstein
03:35 PM Revision 47c76457 (ceph): Merge pull request #42228 from cfsnyder/wip-51188-pacific
pacific: mgr/telemetry: pass leaderboard flag even w/o ident
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
03:34 PM RADOS Backport #51556: pacific: mon: return -EINVAL when handling unknown option in 'ceph osd pool get'
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42229
merged
Yuri Weinstein
03:34 PM Revision 724d5e0d (ceph): Merge pull request #42229 from cfsnyder/wip-51556-pacific
pacific: mon: return -EINVAL when handling unknown option in 'ceph osd pool get'
Reviewed-by: Neha Ojha <nojha@redha...
Yuri Weinstein
03:23 PM Bug #50151 (Resolved): SElinux denials observed on teuthology rados/upgrade run
Sage Weil
03:23 PM Revision a07c2442 (ceph): Merge PR #42343 into master
* refs/pull/42343/head:
qa/suites/upgrade/pacific-x: do distro before tasks
qa/suites/orch/cephadm/smoke: centos 8....
Sage Weil
03:15 PM rgw Backport #51080: pacific: Bad error message on bucket chown
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42323
merged
Yuri Weinstein
03:15 PM Revision 452161ad (ceph): Merge pull request #42323 from cfsnyder/wip-51080-pacific
pacific: rgw: require bucket name in bucket chown
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
Yuri Weinstein
03:14 PM rgw Backport #51514: pacific: notifications: metadata does not work for COPY events
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42321
merged
Yuri Weinstein
03:14 PM Revision fa5de2ee (ceph): Merge pull request #42321 from cfsnyder/wip-51514-pacific
pacific: rgw/notifications: support metadata filter in CompleteMultipartUpload and Copy events
Reviewed-by: Casey Bo...
Yuri Weinstein
03:14 PM rgw Backport #51221: pacific: NFS bucket removal can crash
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42320
merged
Yuri Weinstein
03:13 PM Revision b0d3939b (ceph): Merge pull request #42320 from cfsnyder/wip-51221-pacific
pacific: RGW - Don't move attrs before setting them
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
Yuri Weinstein
03:05 PM Revision 954abbe5 (ceph): Merge PR #42073 into master
* refs/pull/42073/head:
doc/mgr/nfs: fix 'export apply', pool name
PendingReleaseNotes: document workaround for NFS...
Sage Weil
02:58 PM Revision cae189a5 (ceph): cmake: add transitive dependency on legacy-option-headers
the legacy-option-headers target is only marked as a dependency of the
common-objs and common-common-objs. because th...
Casey Bodley
02:49 PM CephFS Backport #51547: pacific: src/pybind/mgr/mirroring/fs/snapshot_mirror.py: do not assume a cephfs-...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42226
merged
Yuri Weinstein
02:49 PM Revision 35d2af83 (ceph): Merge pull request #42226 from cfsnyder/wip-51547-pacific
pacific: src/pybind/mgr/mirroring/fs/snapshot_mirror.py: do not assume a cephf…
Reviewed-by: Venky Shankar <vshankar...
Yuri Weinstein
02:47 PM mgr Backport #51424: pacific: mgr module INFO should be logged by default
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42225
merged
Yuri Weinstein
02:47 PM Revision 060d9c19 (ceph): Merge pull request #42225 from cfsnyder/wip-51424-pacific
pacific: mgr: set debug_mgr=2/5 (so INFO goes to mgr log by default)
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
02:47 PM RADOS Backport #51498: pacific: mgr spamming with repeated set pgp_num_actual while merging
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42223
merged
Yuri Weinstein
02:47 PM Revision ad0fef19 (ceph): Merge pull request #42223 from cfsnyder/wip-51498-pacific
pacific: mgr/DaemonServer: skip redundant update of pgp_num_actual
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
02:46 PM rbd Bug #51686 (Fix Under Review): group snapshots are not listed in order of creation
When making a list of group snapshots the group snapshot id is used as an order key. A group snapshot id is generated... Mykola Golub
02:46 PM Linux kernel client Bug #46284 (Resolved): softlockup in ceph_check_delayed_caps
Jeff Layton
02:46 PM Linux kernel client Bug #46284: softlockup in ceph_check_delayed_caps
A patch for this has now been merged into the testing branch. See:
e869cbcedf1a ceph: reduce contention in cep...
Jeff Layton
02:40 PM Linux kernel client Bug #48617 (Resolved): task fsstress:62206 blocked for more than 120 seconds.
I haven't heard of this happening since Ilya's patch went in, so I'm going to (tentatively) close this bug. Reopen if... Jeff Layton
02:38 PM Linux kernel client Bug #51158 (Resolved): KASAN use after free when destroying inode at umount
The patches for this are now merged into mainline kernels. Jeff Layton
02:36 PM Revision 6ffbe0b7 (ceph): Merge pull request #42290 from javicacheiro/fix_cephadm_selinux
cephadm: fetch the real selinux status
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: Daniel Pivonka <dpivo...
Sebastian Wagner
02:33 PM RADOS Bug #45702: PGLog::read_log_and_missing: ceph_assert(miter == missing.get_items().end() || (miter...
Observed the assert on master:
/a/sseshasa-2021-07-14_10:37:09-rados-wip-sseshasa-testing-2021-07-14-1320-distro-bas...
Sridhar Seshasayee
02:24 PM rgw Bug #51465 (Fix Under Review): the rgw_bucket_dir_entry is not updated when set acl
Casey Bodley
02:23 PM Revision 17257018 (ceph): Merge pull request #42220 from dsavineau/issue_51546
mgr/cephadm/iscsi: check if dashboard is enabled
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: Kefu Chai <...
Sebastian Wagner
02:22 PM rgw Bug #51466 (Fix Under Review): rgw: cls_bucket_list_unordered() might return repeating or partial...
Casey Bodley
01:57 PM rgw Bug #51491: "ERROR: s3tests.functional.test_s3_website.test_website_xredirect_private_relative" i...
... Casey Bodley
01:52 PM Dashboard Backport #51685 (In Progress): pacific: mgr/dashboard: test_error force maintenance dashboard check
Nizamudeen A
01:30 PM Dashboard Backport #51685 (Resolved): pacific: mgr/dashboard: test_error force maintenance dashboard check
https://github.com/ceph/ceph/pull/42354 Backport Bot
01:52 PM Revision 65d18fa5 (ceph): mgr/dashboard: Fix test_error force maintenance dashboard check
Fixes: https://tracker.ceph.com/issues/50771
Signed-off-by: Nizamudeen A <nia@redhat.com>
(cherry picked from commit ...
Nizamudeen A
01:48 PM Orchestrator Bug #51027: monmap drops rebooted mon if deployed via label
Still a problem in Pacific 16.2.5. Pretty much makes the 'assignment of mons by label' useless since the mon is lost... Harry Coin
01:45 PM Orchestrator Bug #51027: monmap drops rebooted mon if deployed via label
I think it's a mistake to put this in the 'orchestrator' problem list, because I think the logic that decides whether... Harry Coin
01:47 PM Revision 62e4ea5f (ceph): doc/mgr/nfs: fix 'export apply', pool name
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
01:25 PM Revision 07e32e17 (ceph): Merge pull request #42339 from cbodley/wip-revert-vstart-system
Revert "src/vstart: create rgw user with system flag"
Reviewed-by: Varsha Rao <varao@redhat.com>
Casey Bodley
01:25 PM Dashboard Bug #50771 (Pending Backport): mgr/dashboard: test_error force maintenance dashboard check
Ernesto Puerta
01:24 PM Revision af80da7d (ceph): Merge pull request #41300 from rhcs-dashboard/force-maintenance-test-error
mgr/dashboard: Fix test_error force maintenance dashboard check
Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Revi...
Ernesto Puerta
12:55 PM CephFS Documentation #51683 (Resolved): mgr/nfs: add note about creating exports for nfs using vstart to...
Add this page to developer guide index
https://github.com/ceph/ceph/blob/master/doc/dev/vstart-ganesha.rst
Varsha Rao
12:23 PM bluestore Bug #51682 (Fix Under Review): bluestore repair might cause invalid write
Igor Fedotov
11:02 AM bluestore Bug #51682 (Resolved): bluestore repair might cause invalid write

-26> 2021-07-14T13:29:44.463+0200 7f45d8ad8100 10 bluestore(/var/lib/ceph/osd/ceph-33) _fsck_on_open fix misrefe...
Igor Fedotov
12:10 PM Revision ca4b6675 (ceph): os/bluestore: fix improper offset calculation when repairing.
While repairing misreferenced blobs BlueStore could improperly calculate
an offset within a blob being fixed. This co...
Igor Fedotov
11:16 AM Revision 4eb7cc5c (ceph): qa: Add SoftIron Linux as valid debian-based distro in test scripts
Signed-off-by: Danny Abukalam <danny@softiron.com> Danny Abukalam
11:16 AM Revision 81f8e063 (ceph): test/objectstore/bluestore_types: add map_bl test case
Along with the basic bluestore_blob_t::map_any functionality
verification this UT shows how invalid offset might appe...
Igor Fedotov
11:15 AM Revision 38f3b0ac (ceph): build: Add SoftIron Linux as valid debian-based distro in install-deps
Signed-off-by: Danny Abukalam <danny@softiron.com> Danny Abukalam
07:47 AM RADOS Bug #51641: qa/standalone/scrub/osd-scrub-test.sh: TEST_scrub_test() failed.
At first glance:
- on OSD.1, PG 1.0 status was updated to 'clean' at 07:08.8
- AFAIK the update might take up to 5 ...
Ronen Friedman
06:17 AM Revision 6f8db0b9 (ceph): common: optimize op_target_t and hobject_t constructors
Switch to passing on arguments by reference instead of copying them.
Signed-off-by: Or Ozeri <oro@il.ibm.com>
Or Ozeri
03:06 AM Revision ac001cbd (ceph): Merge pull request #42334 from tchaikov/wip-crimson-logging
crimson/common/log: print out logger.debug() when log level >=6
Reviewed-by: Mark Nelson <mnelson@readhat.com>
Revie...
Kefu Chai
03:04 AM Revision de67d465 (ceph): Merge pull request #42337 from rzarzynski/wip-crimson-alienstore-dedica...
crimson/os: give AlienStore its own debug subsystem.
Reviewed-by: Mark Nelson <mnelson@readhat.com>
Reviewed-by: Chu...
Kefu Chai

07/14/2021

10:59 PM rgw Backport #51680 (In Progress): nautilus: Potential race condition in robust notify
Fix: https://github.com/ceph/ceph/pull/42348 Adam Emerson
08:55 PM rgw Backport #51680 (Rejected): nautilus: Potential race condition in robust notify
Backport Bot
10:38 PM rgw Backport #51678 (In Progress): octopus: Potential race condition in robust notify
Fix: https://github.com/ceph/ceph/pull/42347 Adam Emerson
08:55 PM rgw Backport #51678 (Resolved): octopus: Potential race condition in robust notify
https://github.com/ceph/ceph/pull/42347 Backport Bot
10:22 PM Revision db6aae7b (ceph): rgw: Robust notify invalidates on cache timeout
This avoids a potential race condition in which updates are delayed.
Fixes: https://tracker.ceph.com/issues/51674
Si...
Adam Emerson
10:20 PM Revision 6bab931f (ceph): rgw: distribute() takes RGWCacheNotifyInfo
So we don't have to parse the bufferlist back out to find what object
to throw out of the cache.
Fixes: https://trac...
Adam Emerson
10:19 PM rgw Backport #51679 (In Progress): pacific: Potential race condition in robust notify
Fix: https://github.com/ceph/ceph/pull/42346 Adam Emerson
08:55 PM rgw Backport #51679 (Resolved): pacific: Potential race condition in robust notify
https://github.com/ceph/ceph/pull/42346 Backport Bot
10:15 PM Revision efd1b82e (ceph): rgw: distribute() takes RGWCacheNotifyInfo
So we don't have to parse the bufferlist back out to find what object
to throw out of the cache.
Fixes: https://trac...
Adam Emerson
10:15 PM Revision 930ab185 (ceph): rgw: Robust notify invalidates on cache timeout
This avoids a potential race condition in which updates are delayed.
Fixes: https://tracker.ceph.com/issues/51674
Si...
Adam Emerson
10:03 PM bluestore Bug #51445 (Fix Under Review): cannot enable osd resharding on pacific
Neha Ojha
09:22 PM RADOS Backport #51663 (In Progress): pacific: rados/test_envlibrados_for_rocksdb.sh: cmake: symbol look...
Neha Ojha
09:22 PM Revision 45ff0a08 (ceph): qa/*/test_envlibrados_for_rocksdb.sh: install libarchive-3.3.3
To workaround the libarchive dependency issue seen with centos 8, which
has been causing consistent failures like
``...
Neha Ojha
08:50 PM rgw Bug #51674 (Pending Backport): Potential race condition in robust notify
Adam Emerson
02:04 PM rgw Bug #51674 (Resolved): Potential race condition in robust notify
Notifications can fail. This we know.
When they do, rather than repeating the update, which can lead to A-B-A styl...
Adam Emerson
08:49 PM Revision d3d29ba7 (ceph): Merge pull request #42251 from adamemerson/wip-robustly-invalidate
rgw: Robustly Invalidate
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Matt Benjamin <mbenjamin@redhat...
Adam Emerson
08:25 PM Bug #50151: SElinux denials observed on teuthology rados/upgrade run
The problem is that the podman upgrade, which (re)installed container-selinux-policy, is at the end of the task list,... Sage Weil
08:24 PM Bug #50151 (Fix Under Review): SElinux denials observed on teuthology rados/upgrade run
Sage Weil
08:24 PM Revision 10cdb238 (ceph): qa/suites/upgrade/pacific-x: do distro before tasks
Otherwise, we isntall new podman at the end, and the
container-selinux-policy package install triggers a bunch of sel...
Sage Weil
08:20 PM Revision 48de0788 (ceph): mgr/nfs: always create ganesha pool with well-defined name
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
08:20 PM Revision 362e121e (ceph): mgr/nfs: adjust test to match pool name
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
08:20 PM Revision 568c6307 (ceph): mgr/cephadm: always use fixed pool and namespace
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
08:20 PM Revision ea7c8910 (ceph): mgr/dashboard: use fixed pool + ns
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
08:20 PM Revision d799f9b5 (ceph): mgr/rook: used fixed pool + ns
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
08:20 PM Revision 3ee6775c (ceph): mgr/nfs: used fixed pool + ns
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
08:20 PM Revision 9d38ee24 (ceph): python-common: remove pool + namespace from NFSServiceSpec
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
08:20 PM Revision 1d5f63ec (ceph): mgr/nfs: allow 'nfs export apply' to take a list of exports
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
08:20 PM Revision 6b2ccb20 (ceph): mgr/nfs/export: accept a JSON or ganesha EXPORT config
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
08:20 PM Revision 82e939d8 (ceph): mgr/nfs: change nfs pool to .nfs
This is a new pool that we can migrate all past NFS configuration to,
simplifying the migration process (and also all...
Sage Weil
08:20 PM Revision 7cbd1fbc (ceph): mgr/cephadm: move rados_config_location() out of NFSServiceSpec
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
08:20 PM Revision 75970ff8 (ceph): mgr/orchestrator: drop rados_config_location ServiceDescription property
I'm not sure what this was intended to be used for...
Signed-off-by: Sage Weil <sage@newdream.net>
Sage Weil
08:20 PM Revision d0d95db0 (ceph): python-common: don't accept pool/ns for NFSServiceSpec
All users are now gone.
Signed-off-by: Sage Weil <sage@newdream.net>
Sage Weil
08:20 PM Revision 379a1fc4 (ceph): mgr/nfs: adjust cephfs export caps if necessary
If we are importing an old export, we may find that the cephx user
existed but with the wrong caps. Adjust caps in t...
Sage Weil
08:20 PM Revision c183bccd (ceph): mgr/cephadm: migrate all legacy nfs exports to new .nfs pool
Migrate all past NFS pools, whether they were created by mgr/nfs or by
the dashboard, to the new mgr/nfs .nfs pool.
...
Sage Weil
08:20 PM Revision 1e6fd912 (ceph): qa/tasks/cephfs/test_nfs: retry mount a few times
It may take a moment for a ganesha to (re)configure itself with a new
export. If a mount fails, retry a couple times...
Sage Weil
08:20 PM Revision 7760cb2a (ceph): mgr/nfs: add test for ganesha conf apply/import
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
08:20 PM Revision bfd5ab31 (ceph): mgr/nfs: test export apply on JSON list
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
08:20 PM Revision 8026eb5e (ceph): mgr/nfs: use NFS_POOL_NAME in test_nfs.py
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
08:20 PM Revision d41b6040 (ceph): qa/tasks/cephfs/test_nfs: define NFS_POOL_NAME
We can't import from mgr_module.py from here, sadly.
Signed-off-by: Sage Weil <sage@newdream.net>
Sage Weil
08:20 PM Revision 3cfd779e (ceph): doc/cephfs/fs-nfs-exports: document new export apply capabilities
- import list
- import ganesha conf
Signed-off-by: Sage Weil <sage@newdream.net>
Sage Weil
08:20 PM Revision bd85c678 (ceph): mgr/nfs: migrate pre-pacific nfs.ganesha-foo clusters to nfs.foo
In octopus, the service is nfs.ganesha-$id instead of nfs.$id
Signed-off-by: Sage Weil <sage@newdream.net>
Sage Weil
08:20 PM Revision 93bc85fc (ceph): mgr/cephadm: migrate nfs grace file
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
08:20 PM Revision 52f6989f (ceph): qa/suites/orch/cephadm/mgr-nfs-upgrade: add test for nfs migration
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
08:20 PM Revision a1ee80fc (ceph): qa/tasks/mgr/test_orchestrator_cli: fix test
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
08:20 PM Revision c100812b (ceph): PendingReleaseNotes: document workaround for NFS storage change
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
07:58 PM Revision 70a08d0d (ceph): Update perf_counters.rst
Laura Flores
07:27 PM CephFS Bug #51673: MDSMonitor: monitor crash after upgrade from ceph 15.2.13 to 16.2.4
Daniel Keller wrote:
> it was installed in 2015 with 0.80 Firefly or 0.87 Giant I'm not sure
>
> and then upgrade...
Patrick Donnelly
05:14 PM CephFS Bug #51673: MDSMonitor: monitor crash after upgrade from ceph 15.2.13 to 16.2.4
http://telemetry.front.sepia.ceph.com:4000/d/jByk5HaMz/crash-spec-x-ray?orgId=1&var-sig_v2=67b285ce3000d0cd47449cbc18... Patrick Donnelly
04:30 PM CephFS Bug #51673: MDSMonitor: monitor crash after upgrade from ceph 15.2.13 to 16.2.4
it was installed in 2015 with 0.80 Firefly or 0.87 Giant I'm not sure
and then upgraded to 0.94 Hammer > 10 Jewel ...
Daniel Keller
04:08 PM CephFS Bug #51673: MDSMonitor: monitor crash after upgrade from ceph 15.2.13 to 16.2.4
Daniel Keller wrote:
> btw in the cluster no CephFS is used and there are no mds running either
Thanks for the re...
Patrick Donnelly
02:52 PM CephFS Bug #51673: MDSMonitor: monitor crash after upgrade from ceph 15.2.13 to 16.2.4
btw in the cluster no CephFS is used and there are no mds running either Daniel Keller
02:28 PM CephFS Bug #51673: MDSMonitor: monitor crash after upgrade from ceph 15.2.13 to 16.2.4
The crash is in FSMap::decode(). Neha Ojha
12:32 PM CephFS Bug #51673 (Resolved): MDSMonitor: monitor crash after upgrade from ceph 15.2.13 to 16.2.4
i tried to update my ceph from 15.2.13 to 16.2.4 on my proxmox 7.0 severs.
after restarting the first monitor cras...
Daniel Keller
06:38 PM Revision 01c006c2 (ceph): Merge PR #42041 into master
* refs/pull/42041/head:
mgr/restful: ignore min/max_size
test/crush: drop min/max_size refs
qa/workunits/mon/pool_...
Sage Weil
05:32 PM RADOS Bug #51638 (Resolved): rados/test_envlibrados_for_rocksdb.sh: No match for argument: snappy-devel...
David Galloway wrote:
> https://github.com/ceph/ceph-cm-ansible/pull/638
>
> I'd love for that ...
Neha Ojha
03:33 PM RADOS Bug #51638: rados/test_envlibrados_for_rocksdb.sh: No match for argument: snappy-devel with cento...
https://github.com/ceph/ceph-cm-ansible/pull/638
I'd love for that ...
David Galloway
04:25 AM RADOS Bug #51638: rados/test_envlibrados_for_rocksdb.sh: No match for argument: snappy-devel with cento...
Discussed this with Neha and we took a bit of a look on a node where the test failed.
In order to enable the Power...
Brad Hubbard
05:22 PM Revision 86b53cc1 (ceph): doc/cephadm: operations.rst typo
s/any hosts that is/any host/
Signed-off-by: Zac Dover <zac.dover@gmail.com>
Zac Dover
05:22 PM rgw Tasks #51409: D3N DataCache TODO list
PRs:
- user docs (high-level feature description, setup instructions, config options)
https://github.com/ceph/c...
Mark Kogan
05:12 PM Revision 0d177b43 (ceph): Merge pull request #42332 from rzarzynski/wip-crimson-remotepeeringeven...
crimson/osd: send peering messages only when OSD is active.
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by:...
Kefu Chai
04:59 PM rgw Bug #51677 (Resolved): default value of follow_olh in get_obj_state() differs between sal::Object...
... Casey Bodley
04:50 PM RADOS Backport #51603 (Resolved): pacific: qa/standalone: Add missing teardowns at the end of a subset ...
Neha Ojha
04:49 PM Revision 16a3f535 (ceph): Merge pull request #42258 from sseshasa/wip-51603-pacific
pacific: qa/standalone: Add missing cleanups after completion of a subset of osd and scrub tests.
Reviewed-by: Ronen...
Neha Ojha
04:44 PM Revision 76247990 (ceph): rgw: Robust notify invalidates on cache timeout
This avoids a potential race condition in which updates are delayed.
Fixes: https://tracker.ceph.com/issues/51674
Si...
Adam Emerson
04:44 PM Revision 9e12d7e7 (ceph): rgw: Rename REMOVE_OBJ to INVALIDATE_OBJ
Also rename ObjectCache::remove to ObjectCache::invalidate_remove
Since we're depending on these message types/funct...
Adam Emerson
04:44 PM Revision 7f952ad8 (ceph): rgw: distribute() takes RGWCacheNotifyInfo
So we don't have to parse the bufferlist back out to find what object
to throw out of the cache.
Fixes: https://trac...
Adam Emerson
04:37 PM Revision 7b3aaccd (ceph): Revert "src/vstart: create rgw user with system flag"
This reverts commit 0d0cd4c6b0e8bbeaa71f54c831d67ef880e58016.
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
04:15 PM Revision a9bb4bcc (ceph): mon/LogMonitor: tolerate external_log_to in the future
This can be fast-forwarded by a sync_force or other mon thrashing events.
In any case, if we see it in the future, i...
Sage Weil
03:59 PM Orchestrator Feature #47774: orch,cephadm: host search with filters
Paul Cuzner wrote:
> Do we really need this? In most enterprise environments I;ve worked in this type of thing gets ...
Ernesto Puerta
03:57 PM bluestore Bug #51676 (Duplicate): rocksdb: prepare_for_reshard failure parsing column options: block_cache=...
Neha Ojha
03:17 PM bluestore Bug #51676 (Duplicate): rocksdb: prepare_for_reshard failure parsing column options: block_cache=...
Reported in ceph-users... Neha Ojha
03:37 PM Revision 57071083 (ceph): crimson/os: give AlienStore its own debug subsystem.
For the sake of decoupling it from the BlueStore's logging.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Radoslaw Zarzynski
03:35 PM Revision a0bbdb77 (ceph): Merge pull request #42327 from zdover23/wip-doc-cephadm-troubleshooting...
doc/cephadm: rewrite troubleshooting 1 of x
Reviewed-by: Sebastian Wagner <sewagner@redhat.com>
zdover23
03:25 PM Revision 44d0f0f6 (ceph): qa/suites/orch/cephadm/smoke: centos 8.2 -> 8.3
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
03:21 PM rgw Backport #51081: pacific: multisite: full sync broken for tenanted buckets
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42231
merged
Yuri Weinstein
03:21 PM Revision e44f5ae1 (ceph): Merge pull request #42231 from cfsnyder/wip-51081-pacific
pacific: rgw: parse tenant name out of rgwx-bucket-instance
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
03:20 PM rgw Backport #51329: pacific: rgw: deleting a bucket results in infinite loop
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42230
merged
Yuri Weinstein
03:20 PM Revision 8f43dee0 (ceph): Merge pull request #42230 from cfsnyder/wip-51329-pacific
pacific: rgw: avoid infinite loop when deleting a bucket
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
03:16 PM rgw Backport #51675 (In Progress): pacific: Manual datalog trim segfaaults
Fix in: https://github.com/ceph/ceph/pull/42336 Adam Emerson
02:45 PM rgw Backport #51675 (Resolved): pacific: Manual datalog trim segfaaults
https://github.com/ceph/ceph/pull/42336 Backport Bot
03:12 PM Stable releases Tasks #51480 (Resolved): pacific v16.2.5
Yuri Weinstein
03:07 PM Revision 25004d96 (ceph): rgw: Don't segfault on datalog trim
Synchronous (or yielded, basically other-than AioCompletion trim)
would try to dereference the past-the-end iterator ...
Adam Emerson
02:41 PM rgw Bug #51661 (Pending Backport): Manual datalog trim segfaaults
Adam Emerson
02:40 PM Revision 832c66d0 (ceph): Merge pull request #42324 from adamemerson/wip-51661
rgw: Don't segfault on datalog trim
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Matt Benjamin <mbenj...
Adam Emerson
02:33 PM rgw Bug #51539: rgw/crypt s3tests with vault: Failed to retrieve the actual key, kms-keyid: my-key-1
from http://qa-proxy.ceph.com/teuthology/teuthology-2021-06-24_03:05:03-rgw-master-distro-basic-gibba/6188142/remote/... Casey Bodley
02:25 PM Backport #51579: pacific: FTBFS with fmt-8.x
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/42233
merged
Yuri Weinstein
02:25 PM Revision e6dcb537 (ceph): Merge pull request #42233 from smithfarm/wip-51579-pacific
pacific: common/Formatter: include used header
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Radoslaw Zarzy...
Yuri Weinstein
02:24 PM RADOS Backport #51570: pacific: CommandCrashedError: Command crashed: 'mkdir -p -- /home/ubuntu/cephtes...
Neha Ojha wrote:
> https://github.com/ceph/ceph/pull/42221
merged
Yuri Weinstein
02:23 PM Revision ad4c9359 (ceph): Merge pull request #42221 from neha-ojha/wip-50393-pacific
pacific: qa/workunits/mon/test_mon_config_key: use subprocess.run() instead of proc.communicate()
Reviewed-by: Kefu ...
Yuri Weinstein
02:23 PM CephFS Backport #51500: pacific: qa: FileNotFoundError: [Errno 2] No such file or directory: '/sys/kerne...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42165
merged
Yuri Weinstein
02:23 PM Revision 680ce9a7 (ceph): Merge pull request #42165 from batrick/i51500
pacific: qa: FileNotFoundError: [Errno 2] No such file or directory: '/sys/kernel/debug/ceph/3fab6bea-f243-47a4-a956-... Yuri Weinstein
02:22 PM CephFS Backport #51285: pacific: mds: unknown metric type is always -1
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42088
merged
Yuri Weinstein
02:22 PM Revision b18c83ee (ceph): Merge pull request #42088 from lxbsz/wip-51285
pacific: mds: to print the unknow type value
Reviewed-by: Jos Collin <jcollin@redhat.com>
Reviewed-by: Yuri Weinstei...
Yuri Weinstein
02:21 PM CephFS Backport #51200: pacific: qa: test_subvolume_clone_in_progress_snapshot_rm is racy
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42086
merged
Yuri Weinstein
02:21 PM Revision ea519571 (ceph): Merge pull request #42086 from kotreshhr/wip-51200-pacific
pacific: mgr/volumes: Add config to insert delay at the beginning of the clone
Reviewed-by: Jos Collin <jcollin@redh...
Yuri Weinstein
02:19 PM Orchestrator Bug #51642 (Resolved): cephadm/rgw : RGW server is not coming up: Initialization timeout, failed ...
Jiffin Tony Thottan
02:19 PM Orchestrator Bug #51642: cephadm/rgw : RGW server is not coming up: Initialization timeout, failed to initialize
Dimitri Savineau wrote:
> Answering to myself...
>
> [...]
>
> So I think we can close this issue.
I was ab...
Jiffin Tony Thottan
02:18 PM Revision c24190a6 (ceph): Merge pull request #39834 from sebastian-philipp/pacific-backport-39131...
pacific: mgr/rook: Add timezone info
Reviewed-by: Juan Miguel Olmo Martínez <jolmomar@redhat.com>
Reviewed-by: Varsh...
Yuri Weinstein
02:02 PM Revision 1b83aea8 (ceph): mgr/cephadm/iscsi: check if dashboard is enabled
When the mgr dashboard module isn't enabled then the iSCSI service deletion
is stuck and the cluster state goes ERR.
...
Dimitri Savineau
02:00 PM Revision c3c79fc4 (ceph): Fetch the actually running selinux status.
The HostFacts should return the **actual** selinux mode in which the
kernel is running.
The actual mode can be diffe...
Javier Cacheiro
01:25 PM Revision 83bf44a3 (ceph): crimson/common/log: print out logger.debug() when log level >=6
less chatty when debug level is 5. this matches the behavior of classic
osd.
Signed-off-by: Kefu Chai <kchai@redhat....
Kefu Chai
12:43 PM Revision 97305f03 (ceph): rgw: Don't segfault on datalog trim
Synchronous (or yielded, basically other-than AioCompletion trim)
would try to dereference the past-the-end iterator ...
Adam Emerson
12:22 PM Revision 1e2a03c6 (ceph): crimson/osd: assert OSD in active when dispatching peering msgs.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
12:22 PM Revision 30afadd1 (ceph): crimson/osd: send peering messages only when OSD is active.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
11:53 AM Orchestrator Bug #51668: cephadm shell repeats WARNING: The same type, major and minor should not be used for ...
also appears in https://tracker.ceph.com/issues/48261 Sebastian Wagner
09:47 AM Orchestrator Bug #51668 (Closed): cephadm shell repeats WARNING: The same type, major and minor should not be ...
Launching cephadm shell is quite noisy on our nodes running OSDs (48 OSDs, 96 copies of the warning).
It's probably ...
Dan van der Ster
11:47 AM RADOS Bug #51641: qa/standalone/scrub/osd-scrub-test.sh: TEST_scrub_test() failed.
I looked into the osd logs for more info. The repair was initiated on osd.1.
osd.1 got the request for shallow rep...
Sridhar Seshasayee
11:45 AM Dashboard Bug #51643 (Resolved): mgr/dashboard: remove usage of 'rgw_frontend_ssl_key'
Ernesto Puerta
11:45 AM Dashboard Backport #51657 (Resolved): pacific: mgr/dashboard: remove usage of 'rgw_frontend_ssl_key'
Ernesto Puerta
11:44 AM Revision 373f1d3b (ceph): Merge pull request #42316 from rhcs-dashboard/wip-51657-pacific
pacific: mgr/dashboard: remove usage of 'rgw_frontend_ssl_key'
Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Revie...
Ernesto Puerta
11:42 AM Dashboard Bug #51672 (Duplicate): mgr/dashboard: test_dashboard_e2e.sh: "AssertionError: Timed out retrying...
This is the duplicate of one Sage reported to us in the IRC https://tracker.ceph.com/issues/50771. I created a tracke... Nizamudeen A
11:11 AM Dashboard Bug #51672 (Need More Info): mgr/dashboard: test_dashboard_e2e.sh: "AssertionError: Timed out ret...
Ernesto Puerta
11:07 AM Dashboard Bug #51672 (Duplicate): mgr/dashboard: test_dashboard_e2e.sh: "AssertionError: Timed out retrying...
In https://pulpito.ceph.com/yuriw-2021-07-13_15:17:07-rados-wip-yuri2-testing-2021-07-08-1142-pacific-distro-basic-sm... Ernesto Puerta
11:42 AM Revision 871e5995 (ceph): mgr/dashboard: Fix test_error force maintenance dashboard check
Fixes: https://tracker.ceph.com/issues/50771
Signed-off-by: Nizamudeen A <nia@redhat.com>
Nizamudeen A
10:43 AM rbd Backport #51670 (In Progress): pacific: [pwl ssd] first_free_entry corruption on media (segfault ...
Ilya Dryomov
10:00 AM rbd Backport #51670 (Resolved): pacific: [pwl ssd] first_free_entry corruption on media (segfault in ...
https://github.com/ceph/ceph/pull/43772 Backport Bot
10:42 AM rbd Backport #51669 (In Progress): pacific: [pwl ssd] segfault in AbstractWriteLog::get_context() dur...
Ilya Dryomov
09:50 AM rbd Backport #51669 (Resolved): pacific: [pwl ssd] segfault in AbstractWriteLog::get_context() during...
Backport Bot
10:22 AM Orchestrator Bug #51671 (Resolved): cephadm rm-cluster stuck: No indication that /run/cephadm/<fsid>.lock was ...
rm-cluster, it seemed to hang forever until I removed /run/cephadm/<fsid>.lock (and the cephadm.log was quickly flood... Sebastian Wagner
09:55 AM rbd Bug #50832 (Pending Backport): [pwl ssd] first_free_entry corruption on media (segfault in buffer...
Ilya Dryomov
09:54 AM Revision 89caa626 (ceph): Merge pull request #41490 from idryomov/wip-rbd-pwl-ssd-tailp
librbd/cache/pwl/ssd: fix first_free_entry and m_first_free_entry corruption
Reviewed-by: Mahati Chamarthy <mahati.c...
Ilya Dryomov
09:45 AM rbd Bug #50951 (Pending Backport): [pwl ssd] segfault in AbstractWriteLog::get_context() during fio w...
Ilya Dryomov
09:44 AM Revision 9ac25e20 (ceph): Merge pull request #42145 from hualongfeng/fix_get_context_error
librbd/cache/pwl/ssd: fix use-after-free on C_BlockIORequest
Reviewed-by: Mahati Chamarthy <mahati.chamarthy@intel.c...
Ilya Dryomov
09:42 AM Revision f241a330 (ceph): rgw: RGWPostObj::execute() may lost data.
Signed-off-by: Lei Zhang <1091517373@qq.com> Lei Zhang
09:39 AM Orchestrator Bug #51667 (Resolved): cephadm: host add existing host should be noop
I ran `host add` from an _admin/mon host and it reset the addr to 127.0.1.1 and removed the labels.
I think this sho...
Dan van der Ster
09:39 AM CephFS Bug #51666 (Fix Under Review): cephfs-mirror: removing a mirrored directory path causes other syn...
Venky Shankar
09:31 AM CephFS Bug #51666 (Resolved): cephfs-mirror: removing a mirrored directory path causes other sync failur...
Venky Shankar
09:16 AM Revision 6b0d6155 (ceph): Merge pull request #42244 from zdover23/wip-doc-cephadm-operations-data...
doc/cephadm: operations: Data location & ...
Reviewed-by: Sebastian Wagner <sewagner@redhat.com>
Sebastian Wagner
09:15 AM Revision 83bd1035 (ceph): Merge pull request #42288 from mgfritch/cephadm-test-fixup-mock
cephadm: use CephadmContext rather than MagicMock
Reviewed-by: Sebastian Wagner <sewagner@redhat.com>
Sebastian Wagner
09:12 AM Orchestrator Bug #51632 (Fix Under Review): cephadm: selinux is not checked against running configuration
Sebastian Wagner
09:07 AM Revision b53af54a (ceph): doc/cephadm: add notes to `orch daemon add`
Signed-off-by: Sebastian Wagner <sewagner@redhat.com> Sebastian Wagner
08:48 AM Revision f7f163e7 (ceph): mgr/dashboard: Add configurable MOTD or wall notification
Fixes: https://tracker.ceph.com/issues/51408
Signed-off-by: Volker Theile <vtheile@suse.com>
Volker Theile
08:41 AM Orchestrator Bug #51665 (Resolved): document unforunate interactions between cephadm and restrictive sshd_config?
This one is a little obscure, so please bear with me.
If you deploy ceph using ceph-salt, it will invoke @cephadm ...
Tim Serong
08:23 AM Revision e87176b9 (ceph): Merge pull request #42310 from rzarzynski/wip-crimson-remotepeeringeven...
crimson/osd: remote peering requests wait for OSD activation.
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-b...
Kefu Chai
08:20 AM Revision 91abede6 (ceph): rgw: allow to set ssl options and ciphers for beast frontend
Two new conf keys are added for "beast" framework:
- ssl_options: a colon separated list of ssl context options,
d...
Mykola Golub
08:20 AM Revision fb31c87c (ceph): rgw: set default ssl options for beast frontend
to 'no_sslv2:no_sslv3:no_tlsv1:no_tlsv1_1'
Signed-off-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
07:48 AM Revision 2dc3b888 (ceph): librbd/cache/pwl/ssd: fix use-after-free on C_BlockIORequest
In setup_schedule_append() function, its first expression
will cause the req to be deleted, and subsequent use of
the...
Hualong Feng
07:24 AM Revision 0b9dbb7d (ceph): crimson/osd: move the wait-for-active logic into OSDState.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
06:41 AM Revision 04877581 (ceph): Merge pull request #42314 from rzarzynski/wip-crimson-single-do_peering...
crimson/osd: consider epoch_sent when ignoring old peering event.
Reviewed-by: Samuel Just <sjust@redhat.com>
Review...
Kefu Chai
06:33 AM Revision e9f5e784 (ceph): Merge pull request #42271 from xxhdx1985126/wip-seastore-writev
crimson/os/seastore: use writev to avoid extra memory copy
Reviewed-by: Yingxin Cheng <yingxin.cheng@intel.com>
Revi...
Kefu Chai
06:27 AM Revision 0ae7492b (ceph): Merge pull request #42311 from rzarzynski/wip-crimson-fix-premature-act...
crimson/osd: prevent premature OSD activation.
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Kefu Chai <k...
Kefu Chai
06:24 AM Revision 0cffe423 (ceph): Merge pull request #42202 from cyx1231st/wip-seastore-metrics
crimson/os/seastore: implement label-based profiling with metrics
Reviewed-by: Samuel Just <sjust@redhat.com>
Review...
Kefu Chai
06:17 AM Revision bd24b6d3 (ceph): doc/cephadm: rewrite troubleshooting 1 of x
This PR improves the readability and format
of the troubleshooting.rst file. This also
makes a change to the markdown...
Zac Dover
03:03 AM Revision 234f49a6 (ceph): crimson/os/seastore: use writev to avoid extra memory copy
Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com> Xuehan Xu
02:52 AM Revision 127ee8f6 (ceph): crimson/os/seastore/cache: improve logs for transaction conflict/reset
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:52 AM Revision a8a10103 (ceph): crimson/os/seastore/cache: count invalidated transactions
Labeled by source and extent-type.
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
Yingxin Cheng
02:52 AM Revision 88f3b1eb (ceph): crimson/os/seastore/cache: count committed transactions
Labeled by source.
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
Yingxin Cheng
02:52 AM Revision bd12bd76 (ceph): crimson/os/seastore/cache: count created transactions
Labeled by source.
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
Yingxin Cheng
02:51 AM Revision 0a68d552 (ceph): crimson/os/seastore: introduce src_t to classify transactions
* INIT - READ => INIT
* INIT - MUTATE => INIT
* SEASTORE/TEST - READ => READ
* SEASTORE/TEST - ...
Yingxin Cheng
02:31 AM Revision 33ef0c80 (ceph): crimson/os/seastore: consolidate the static member CachedExtent::TYPE
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
01:40 AM Revision 30291c05 (ceph): Merge pull request #42279 from myoungwon/wip-fix-51627
osd: fix to recover adjacent clone when set_chunk is called
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:39 AM rbd Bug #51418: [pwl] segment fault on syncpoint stack
default cache size 1GB. CONGMIN YIN
01:36 AM Revision f0e0d263 (ceph): Merge pull request #42285 from orozery/append-frame-claim-append
msg/async/ProtocolV2: optimize append_frame
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Reviewed-by: Kefu Chai <k...
Kefu Chai
01:20 AM bluestore Backport #51664 (Resolved): pacific: bluestore doesn't respect "bluestore_warn_on_spurious_read_e...
https://github.com/ceph/ceph/pull/42897 Backport Bot
01:18 AM Revision 8e9f4255 (ceph): Merge pull request #42218 from ifed01/wip-ifed-compact-after-upgrade
os/bluestore: compact db after bulk omap naming upgrade.
Reviewed-by: Adam Kupczyk <akupczyk@redhat.com>
Kefu Chai
01:17 AM bluestore Bug #51540 (Pending Backport): bluestore doesn't respect "bluestore_warn_on_spurious_read_errors"...
Kefu Chai
01:16 AM Revision fa4ace45 (ceph): Merge pull request #42197 from ifed01/wip-ifed-fix-spurious-read-errors...
os/bluestore: respect bluestore_warn_on_spurious_read_errors setting
Reviewed-by: Neha Ojha <nojha@redhat.com>
Revie...
Kefu Chai
01:02 AM Orchestrator Bug #51620 (Resolved): Ceph orch upgrade to 16.2.5 fails
Kefu Chai
01:02 AM Revision 8affd004 (ceph): Merge pull request #42291 from dsavineau/issue_51620
cephadm: ensure sysctl_dir exist
Reviewed-by: Sebastian Wagner <sewagner@redhat.com>
Reviewed-by: Michael Fritch <mf...
Kefu Chai
01:00 AM Revision 752b579a (ceph): Merge pull request #42276 from tchaikov/wip-common-LogEntry
common/LogEntry: drop support of LogSummary v2 encoding scheme
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Kefu Chai

07/13/2021

11:18 PM Bug #50151: SElinux denials observed on teuthology rados/upgrade run
/a/yuriw-2021-07-12_16:33:44-rados-wip-yuriw-master-7.8.21-distro-basic-smithi/6265225
/a/sage-2021-07-12_18:10:23-r...
Neha Ojha
11:15 PM rbd Bug #51418: [pwl] segment fault on syncpoint stack
How big is the cache (rbd_persistent_cache_size)? Ilya Dryomov
02:29 AM rbd Bug #51418: [pwl] segment fault on syncpoint stack
use gdb and fio to reproduce.... CONGMIN YIN
10:20 PM Revision dee581c7 (ceph): Merge PR #42319 into master
* refs/pull/42319/head:
qa/tasks/rebuild_mondb: fix rebuild vs logmonitor external_log_to
Reviewed-by: Neha Ojha <n...
Sage Weil
09:15 PM RADOS Backport #51663 (Resolved): pacific: rados/test_envlibrados_for_rocksdb.sh: cmake: symbol lookup ...
https://github.com/ceph/ceph/pull/42344 Backport Bot
09:15 PM RADOS Backport #51662 (Resolved): octopus: rados/test_envlibrados_for_rocksdb.sh: cmake: symbol lookup ...
https://github.com/ceph/ceph/pull/42421 Backport Bot
09:13 PM rgw Bug #51661 (Fix Under Review): Manual datalog trim segfaaults
Fix at https://github.com/ceph/ceph/pull/42324 Adam Emerson
08:02 PM rgw Bug #51661 (Resolved): Manual datalog trim segfaaults
If the target generation is the last, falls off the end of the map and tries to derefrence the past-the-end iterator.... Adam Emerson
09:12 PM RADOS Bug #51101 (Pending Backport): rados/test_envlibrados_for_rocksdb.sh: cmake: symbol lookup error:...
Based on /a/teuthology-2021-06-23_03:30:02-rados-octopus-distro-basic-gibba/6185359 Neha Ojha
01:43 AM RADOS Bug #51101 (Fix Under Review): rados/test_envlibrados_for_rocksdb.sh: cmake: symbol lookup error:...
Kefu Chai
01:26 AM RADOS Bug #51101: rados/test_envlibrados_for_rocksdb.sh: cmake: symbol lookup error: cmake: undefined s...
archive_write_add_filter_zstd() was added on libarchive-3.3.3. see https://bugzilla.redhat.com/show_bug.cgi?id=182792... Kefu Chai
09:10 PM Revision ec87cbf9 (ceph): Merge pull request #42294 from neha-ojha/wip-51101
qa/*/test_envlibrados_for_rocksdb.sh: install libarchive-3.3.3
Reviewed-by: Kefu Chai <kchai@redhat.com>
Neha Ojha
09:04 PM rgw Backport #51080 (In Progress): pacific: Bad error message on bucket chown
Cory Snyder
09:04 PM Revision 7c959a65 (ceph): rgw: require bucket name in bucket chown
Checking and reporting missing the mandatory parameter avoid clueless error
message for bucket chown.
Signed-off-by:...
Zulai Wang
08:49 PM rgw Backport #51514 (In Progress): pacific: notifications: metadata does not work for COPY events
Cory Snyder
08:44 PM Revision f318eed2 (ceph): doc/mgr/telemetry: update Telemetry Module docs to include perf channel
PR #42074 adds a new perf channel to the Telemetry Module. With this commit, the docs will reflect that addition. Wit... Laura Flores
08:42 PM Revision deb98966 (ceph): rgw/notifications: support metadata filter in COPY events
Fixes: https://tracker.ceph.com/issues/51261
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com> (cherry picked from...
Yuval Lifshitz
08:26 PM Revision a32133ec (ceph): Merge PR #42278 into master
* refs/pull/42278/head:
doc/mgr/nfs: update about RGW exports
doc/cephfs/nfs: update about nfs module
doc/mgr/nfs:...
Sage Weil
08:23 PM Revision 1290026c (ceph): mgr/telemetry: remove unnecessary parens
Signed-off-by: Laura Flores <lflores@redhat.com> Laura Flores
07:52 PM rgw Backport #51221 (In Progress): pacific: NFS bucket removal can crash
Cory Snyder
07:51 PM Revision c3eb7e51 (ceph): RGW - Don't move attrs before setting them
Moving the attrs into s->bucket_attrs before setting them results in
setting empty attrs into the bucket. This means...
Daniel Gryniewicz
07:33 PM Revision 5f33f2f6 (ceph): mgr/test_progress.py: Delay recover in test_progress
Changes some the tests in teuthology to make
the test more deterministic.
Using:
`ceph osd set norecover` and
`ceph ...
Kamoltat (Junior) Sirivadhna
07:30 PM Revision 4504749b (ceph): pybind/mgr/progress: introduce 5 second sleep interval
Current progress module only checks pg stats
and osdmap when it is notified by the cluster.
However, this is expensiv...
Kamoltat (Junior) Sirivadhna
07:17 PM bluestore Bug #50947: 16.2.4: build fails with WITH_BLUESTORE_PMEM=OFF
Sorry for asking.
Any progress on that issue?
Tomasz Kloczko
07:04 PM Dashboard Bug #51658 (Rejected): Dummy issue
Dummy issue via API Shreya Sharma
06:44 PM Revision f586ec2f (ceph): qa/tasks/rebuild_mondb: fix rebuild vs logmonitor external_log_to
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
06:41 PM Orchestrator Bug #49287: podman: setting cgroup config for procHooks process caused: Unit libpod-$hash.scope n...
https://github.com/ceph/ceph/pull/42000#issuecomment-879313562 Patrick Donnelly
11:34 AM Orchestrator Bug #49287: podman: setting cgroup config for procHooks process caused: Unit libpod-$hash.scope n...
https://bugzilla.redhat.com/show_bug.cgi?id=1972209 Sebastian Wagner
11:26 AM Orchestrator Bug #49287: podman: setting cgroup config for procHooks process caused: Unit libpod-$hash.scope n...
https://pulpito.ceph.com/pdonnell-2021-07-12_18:17:18-fs:workload-wip-pdonnell-testing-20210710.030422-distro-basic-s... Sebastian Wagner
06:35 PM Orchestrator Bug #51642: cephadm/rgw : RGW server is not coming up: Initialization timeout, failed to initialize
Answering to myself...... Dimitri Savineau
06:12 PM Orchestrator Bug #51642: cephadm/rgw : RGW server is not coming up: Initialization timeout, failed to initialize
... Dimitri Savineau
12:48 PM Orchestrator Bug #51642: cephadm/rgw : RGW server is not coming up: Initialization timeout, failed to initialize
Try running... Sebastian Wagner
12:43 PM Orchestrator Bug #51642: cephadm/rgw : RGW server is not coming up: Initialization timeout, failed to initialize
the rgw log looks like so:... Sebastian Wagner
12:24 PM Orchestrator Bug #51642 (Resolved): cephadm/rgw : RGW server is not coming up: Initialization timeout, failed ...
I have created the ceph cluster via cephadm and it looks fine but when I tried to deploy RGW it was failing and does ... Jiffin Tony Thottan
06:19 PM rgw Bug #39657 (Fix Under Review): multisite: metadata sync does not keep retrying failed entries
Casey Bodley
06:17 PM Revision a07add0a (ceph): rgw: limit concurrency of metadata sync
limit the number of concurrent RGWMetaSyncSingleEntryCRs that each mdlog
shard is allowed to spawn. use META_SYNC_SPA...
Casey Bodley
06:17 PM Revision cff6bf37 (ceph): qa/rgw: run multisite tests with metadata sync error injection
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
06:16 PM Revision 866d66b8 (ceph): rgw: metadata sync treats all errors as 'transient'
collect_children() had a special case for EAGAIN that it treated as
a 'transient' error, which set the can_adjust_mar...
Casey Bodley
05:55 PM Revision 2c5893e7 (ceph): mgr/rook: add CustomObjectsApi to RookCluster
This commit adds the CustomObjectsApi to the RookCluster class to be
able to fetch Custom Resource objects.
Signed-o...
Joseph Sawaya
05:55 PM Revision 7694e6d0 (ceph): mgr/rook: ceph orch device ls fetch and display info about PVs
This commit makes it so `ceph orch device ls` displays as much information
as it can get about the PVs in the Kuberne...
Joseph Sawaya
05:55 PM Revision 3785c060 (ceph): mgr/rook: add mgr/rook/storage_class_name to ceph config
This commit adds a storage_class_name Option for the Rook Module
so the user can specify a storage class that the orc...
Joseph Sawaya
05:55 PM Revision 36563bb2 (ceph): mgr/rook: add StorageV1Api to RookOrchestrator
This commit adds the Kubernetes Python client StorageV1Api to the
RookOrchestrator Class.
Signed-off-by: Joseph Sawa...
Joseph Sawaya
05:55 PM Revision d7ec31c1 (ceph): mgr/rook: add StorageV1Api and storage_class_name to RookCluster
This commit adds the Kubernetes Python client StorageV1Api and
the storage_class_name Rook module option to the RookC...
Joseph Sawaya
05:55 PM Revision 2f64afa0 (ceph): mgr/rook: make `device ls` only display pvs in specified storage class
This commit changes get_discovered_devices to only display information in
the storage class specified by the Rook mod...
Joseph Sawaya
05:55 PM Revision cc50e8dd (ceph): mgr/rook: fix typing errors related to storage_class_name and device ls
This commit fixes a couple of typing issues related to the updating of
the storage_class_name module option and the g...
Joseph Sawaya
05:55 PM Revision 7a857b8f (ceph): mgr/rook: change storage class module option name and default value
This commit changes the storage_class_name module option to storage_class
and changes the default value for that modu...
Joseph Sawaya
05:55 PM Revision a8a12392 (ceph): mgr/rook: fix device ls error handling
This commit removes the check for too many SCs in the cluster
matching the storage class specified in the module opti...
Joseph Sawaya
05:55 PM Revision 48b24ceb (ceph): mgr/rook: create KubernetesCustomResource class to fetch CRs
This commit creates the KubernetesCustomResource class that inherits from
KubernetesResource to be able to fetch CRs ...
Joseph Sawaya
05:55 PM Revision f7af348e (ceph): mgr/rook: create and use DefaultFetcher and LSOFetcher classes
This commit creates the DefaultFetcher and LSOFetcher classes to
fetch PVs and return a list of devices for gatherin ...
Joseph Sawaya
05:51 PM Dashboard Backport #51657 (In Progress): pacific: mgr/dashboard: remove usage of 'rgw_frontend_ssl_key'
Avan Thakkar
04:55 PM Dashboard Backport #51657 (Resolved): pacific: mgr/dashboard: remove usage of 'rgw_frontend_ssl_key'
https://github.com/ceph/ceph/pull/42316 Backport Bot
05:51 PM Revision 3bb99a8a (ceph): mgr/dashboard: remove usage of 'rgw_frontend_ssl_key'
Fixes: https://tracker.ceph.com/issues/51643
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
Removing the usage of...
Avan Thakkar
05:27 PM rgw Bug #42788: unittest_rgw_dmclock_scheduler Failed
https://jenkins.ceph.com/job/ceph-pull-requests/79226/consoleFull#-1187243297dc3600c-28d8-42e2-9653-291a0c275fdf Neha Ojha
05:09 PM Revision 7bc9b2b6 (ceph): osd: fix op event duration calculation
Each event is recorded with the timestamp when it's done.
Thus the time the event took is `event_timestamp - prev_eve...
Jonas Jelten
05:09 PM Revision 4317ef00 (ceph): common/LogEntry: drop support of LogSummary v2 encoding scheme
LogSummary's v3 encoding scheme was introduced in
648aaf271cb02c647f046288656c11f15a7799b2, which was in turn include...
Kefu Chai
05:04 PM Revision 287eebb3 (ceph): Merge pull request #42301 from tchaikov/wip-doc-crimson-nbd
doc/dev/crimson: add a section for testing with crimson-store-nbd
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.c...
Kefu Chai
04:54 PM Dashboard Bug #51643 (Pending Backport): mgr/dashboard: remove usage of 'rgw_frontend_ssl_key'
Ernesto Puerta
01:13 PM Dashboard Bug #51643 (Fix Under Review): mgr/dashboard: remove usage of 'rgw_frontend_ssl_key'
Avan Thakkar
12:33 PM Dashboard Bug #51643 (Resolved): mgr/dashboard: remove usage of 'rgw_frontend_ssl_key'
As per PR[1], the ssl key and certificate are concatenated, and the parameter 'rgw_frontend_ssl_key' is removed. Simi... Avan Thakkar
04:54 PM Revision 57907ebd (ceph): Merge pull request #42305 from rhcs-dashboard/remove-rgw-frontend-ssl-key
mgr/dashboard: remove usage of 'rgw_frontend_ssl_key'
Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Reviewed-by: E...
Ernesto Puerta
04:37 PM Revision 51b34df1 (ceph): doc/dev/crimson: add a section for testing with crimson-store-nbd
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
04:30 PM Revision 39f9cb81 (ceph): crimson/osd: consider epoch_sent when ignoring old peering event.
The classical OSD does:
```
bool old_peering_evt(PGPeeringEventRef evt) {
return old_peering_msg(evt->get_epoch_se...
Radoslaw Zarzynski
04:24 PM Revision fb242e82 (ceph): crimson/osd: flip the negation in PG::do_peering_event().
Less operations, lower mental load on reader's mind.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Radoslaw Zarzynski
04:23 PM Orchestrator Bug #51629: cephadm reports nodes offline after rolling reboot
Ian Merrick wrote:
> This could be because the IP address for the ceph hosts are not defined, __and__ if you are r...
M B
12:40 PM Orchestrator Bug #51629: cephadm reports nodes offline after rolling reboot
does a failing *all* MGRs daemons (calling `ceph mgr fail ...`) helps? Sebastian Wagner
11:06 AM Orchestrator Bug #51629: cephadm reports nodes offline after rolling reboot
Hi,
This could be because the IP address for the ceph hosts are not defined, __and__ if you are relying on /etc/ho...
Ian Merrick
04:18 PM Revision faf8aca9 (ceph): crimson/osd: unify the variants of PG::do_peering_event().
Simpler and more comprehensible that way.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Radoslaw Zarzynski
04:04 PM Revision ea7ac19e (ceph): Merge PR #42227 into master
* refs/pull/42227/head:
doc/man/8/cephadm: add --log-to-file (and --single-host-defaults)
cephadm: add bootstrap --...
Sage Weil
04:04 PM Revision d7740118 (ceph): Merge PR #42014 into master
* refs/pull/42014/head:
mon/LogMonitor: make 'ceph log last' work with new storage
mon/LogMonitor: transition log e...
Sage Weil
04:00 PM Revision ec5b56c9 (ceph): doc/dev/crimson: add a missing not
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:48 PM Revision 6acc4a7c (ceph): crimson/osd: improve debugs and clean up OSD activation.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
03:40 PM rgw Feature #51655 (New): No automatic alarm / recovery for unresponsive RGW
Running a multisite environment on ceph octopus 15.2.9 (container version: v5.0.10-stable-5.0-octopus-centos-8 ).
Si...
David Piper
03:39 PM Revision 9d38d53b (ceph): Merge pull request #42312 from rzarzynski/wip-crimson-boot_epoch-in-MOS...
crimson/osd: use boot_epoch for MOSDBoot.
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Kefu Chai <kchai@...
Kefu Chai
03:38 PM RADOS Bug #51644 (Fix Under Review): don't assert on bogus CEPH_OSD_ZERO request
Neha Ojha
02:22 PM RADOS Bug #51644: don't assert on bogus CEPH_OSD_ZERO request
Building an image to test the fix now. Jeff Layton
01:54 PM RADOS Bug #51644 (Resolved): don't assert on bogus CEPH_OSD_ZERO request
I was testing some changes to the kclient, and was able to crash the OSD with a stack trace like this:... Jeff Layton
03:36 PM Feature #51222: ceph-backport.sh: minimal automated test
ceph-backports.sh is happy about the setup (according to vet_setup), with the following minor changes. Although they ... Loïc Dachary
03:36 PM Revision 49c050e1 (ceph): Merge pull request #42313 from rzarzynski/wip-crimson-drop-temporary-fr...
crimson/osd: drop a temporary in PG::handle_initialize().
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: K...
Kefu Chai
03:22 PM Orchestrator Bug #51291: Adoption fails for Ceph MDS servers
I've tracked down the issue. More details with fix here: https://github.com/alfredodeza/remoto/issues/65
The pro...
Jesse Roland
03:17 PM Revision 345cb641 (ceph): qa/*/test_envlibrados_for_rocksdb.sh: install libarchive-3.3.3
To workaround the libarchive dependency issue seen with centos 8, which
has been causing consistent failures like
``...
Neha Ojha
03:10 PM Backport #51654 (Resolved): pacific: vstart_runner: log level gets set to INFO when --debug and -...
https://github.com/ceph/ceph/pull/52977 Backport Bot
03:10 PM Backport #51653 (Resolved): pacific: vstart_runner: use FileNotFoundError instead of OSError
https://github.com/ceph/ceph/pull/52978 Backport Bot
03:08 PM Revision f9d10eae (ceph): Merge pull request #42303 from tchaikov/wip-crimson-nbd-graceful-shutdown
crimson/tools/store_nbd: fixes to implement graceful shutdown
Reviewed-by: Samuel Just <sjust@redhat.com>
Kefu Chai
03:07 PM Bug #51369 (Pending Backport): vstart_runner: use FileNotFoundError instead of OSError
Patrick Donnelly
03:07 PM Revision 9f3e4938 (ceph): Merge PR #42029 into master
* refs/pull/42029/head:
vstart_runner: use FileNotFoundError when os.stat() fails
Reviewed-by: Patrick Donnelly <pd...
Patrick Donnelly
03:06 PM Bug #51344 (Pending Backport): vstart_runner: log level gets set to INFO when --debug and --clear...
Patrick Donnelly
03:05 PM Revision 6470e7cd (ceph): Merge PR #42030 into master
* refs/pull/42030/head:
vstart_runner: maintain log level when --debug is passed
Reviewed-by: Xiubo Li <xiubli@redh...
Patrick Donnelly
03:04 PM Revision 274a1631 (ceph): Merge pull request #42264 from yuriw/wip-yuriw-p2p-pacific
qa/tests: advanced pacific version to reflect the latest 16.2.5 point Yuri Weinstein
03:03 PM Revision a20300d4 (ceph): Merge PR #42033 into master
* refs/pull/42033/head:
vstart_runner: add log messages to vstart_runner.py
Reviewed-by: Patrick Donnelly <pdonnell...
Patrick Donnelly
03:02 PM RADOS Bug #51652: heartbeat timeouts on filestore OSDs while deleting objects in upgrade:pacific-p2p-pa...
re: https://github.com/ceph/ceph/pull/42264
Rerun: https://pulpito.ceph.com/yuriw-2021-07-13_14:59:01-upgrade:paci...
Yuri Weinstein
03:02 PM RADOS Bug #51652 (New): heartbeat timeouts on filestore OSDs while deleting objects in upgrade:pacific-...
Run: https://pulpito.ceph.com/teuthology-2021-07-10_14:15:22-upgrade:pacific-p2p-pacific-distro-basic-smithi/
Job: 6...
Yuri Weinstein
03:02 PM Revision dfe68f21 (ceph): crimson/osd: remote peering requests wait for OSD activation.
Before the patch `RemotePeeringRequest` instances were not
waiting for OSD activation. This was eluding the protectio...
Radoslaw Zarzynski
02:50 PM CephFS Cleanup #51651 (New): mgr/volumes: replace mon_command with check_mon_command
Varsha Rao
02:44 PM Revision af821ee0 (ceph): crimson/osd: drop a temporary in PG::handle_initialize().
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:42 PM Revision b18cd0c6 (ceph): crimson/osd: use boot_epoch for MOSDBoot.
For the sake of compliance and similarity with the classcial OSD.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat...
Radoslaw Zarzynski
02:38 PM Revision 76e5f5ca (ceph): crimson/osd: prevent premature OSD activation.
In contrast to the classical OSD:
```
int OSD::init()
{
// ...
{
epoch_t bind_epoch = osdmap->get_epoch();
...
Radoslaw Zarzynski
02:20 PM bluestore Backport #51650 (Resolved): octopus: Bluestore repair might erroneously remove SharedBlob entries.
https://github.com/ceph/ceph/pull/42373 Backport Bot
02:20 PM bluestore Backport #51649 (Resolved): pacific: Bluestore repair might erroneously remove SharedBlob entries.
https://github.com/ceph/ceph/pull/42423 Backport Bot
02:20 PM bluestore Backport #51648 (Resolved): nautilus: Bluestore repair might erroneously remove SharedBlob entries.
https://github.com/ceph/ceph/pull/43365 Backport Bot
02:15 PM bluestore Bug #51619 (Pending Backport): Bluestore repair might erroneously remove SharedBlob entries.
Kefu Chai
02:15 PM Revision 21882e5b (ceph): Merge pull request #42267 from ifed01/wip-fix-missing-shared-blob
os/bluestore: fix erroneous SharedBlob record removal during repair.
Reviewed-by: Neha Ojha <nojha@redhat.com>
Revie...
Kefu Chai
02:06 PM Revision 507ee678 (ceph): Merge pull request #42209 from sebastian-philipp/doc-dev-cephadm-define...
doc/dev/cephadm: Define variables
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sebastian Wagner
02:00 PM Backport #51647 (Rejected): nautilus: osd/OSD: mkfs need wait for transcation completely finish
https://github.com/ceph/ceph/pull/43419 Backport Bot
02:00 PM Backport #51646 (Resolved): pacific: osd/OSD: mkfs need wait for transcation completely finish
https://github.com/ceph/ceph/pull/43417 Backport Bot
02:00 PM Backport #51645 (Resolved): octopus: osd/OSD: mkfs need wait for transcation completely finish
https://github.com/ceph/ceph/pull/43418 Backport Bot
01:55 PM Bug #51623 (Pending Backport): osd/OSD: mkfs need wait for transcation completely finish
Igor Fedotov
01:30 PM Revision f6afed5a (ceph): mgr/dashboard: remove usage of 'rgw_frontend_ssl_key'
Fixes: https://tracker.ceph.com/issues/51643
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
Removing the usage of...
Avan Thakkar
01:29 PM Revision e9a18cc0 (ceph): Merge pull request #42274 from liewegas/cleanup-blkdev
common/blkdev: remove stray debug output
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:28 PM bluestore Bug #51217 (Fix Under Review): BlueFS::_flush_range assert(h->file->fnode.ino != 1)
Igor Fedotov
01:23 PM Revision 2b8c8596 (ceph): Merge pull request #42206 from ronen-fr/wip-ronenf-list-object
common/hobject: a minor fix and performance gain to hobjects listing
Reviewed-by: Kefu Chai <kchai@redhat.com>
Revie...
Kefu Chai
01:03 PM Revision 3a1edf0c (ceph): msg/async/ProtocolV2: optimize append_frame
The commonly used append_frame function currently copies
frame data, incurring expensive heap allocation and data cop...
Or Ozeri
12:25 PM Orchestrator Feature #48292 (Resolved): cephadm: allow more than 60 OSDs per host
Kefu Chai
12:25 PM Revision 23180bf4 (ceph): Merge pull request #42210 from sebastian-philipp/options-ms-bind-port-max
common/options: global.yaml: change ms_bind_port_max to 7568
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: K...
Kefu Chai
12:24 PM Revision 83906ede (ceph): Merge pull request #42268 from neha-ojha/wip-health-cleanup
mon/PGMap: remove get_stuck_counts because there are no callers
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:23 PM Revision f6cd3d63 (ceph): Merge pull request #42235 from tchaikov/tools/kvstore-tool
tools/kvstore_tool: add "std::" before ostream and string
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
11:43 AM Revision 7094254c (ceph): crimson/tools/store_nbd: call segment_manager->close() after tm->close()
TransactionManager::close() calls into journal->close(), which in turn
calls BlockSegmentManager::segment_close(). an...
Kefu Chai
11:43 AM Revision 92b02120 (ceph): crimson/tools/store_nbd: handle ECONNABORTED returned by accept()
if we abort accept() call, an ECONNABORTED is expected. and we should
handle it, otherwise unhandled exception will b...
Kefu Chai
11:20 AM Orchestrator Bug #50399 (Can't reproduce): cephadm ignores registry settings
Please reopen this, if you still have this issue Sebastian Wagner
11:19 AM Orchestrator Bug #51102 (Duplicate): RuntimeError: uid/gid not found in "rados/thrash-old-clients" test
Sebastian Wagner
11:17 AM RADOS Backport #50900: pacific: PGs always go into active+clean+scrubbing+deep+repair in the LRC
Could you tell me the status of this backport patch? I want this backport because I hit a problem related to this pro... Satoru Takeuchi
11:03 AM mgr Bug #51564: Dashboard URL address is incorrect after bootstrap with IPV6 address
i think this is a bug in the C++ code of the MGR not able to handle IPv6 addresses when generating URLs Sebastian Wagner
10:53 AM Revision 7b669e4a (ceph): osd: fix to recover adjacent clone when set_chunk is called
set_chunk needs adjacent clones to calculate reference count
fixes: https://tracker.ceph.com/issues/51627
Signed-of...
Myoungwon Oh
10:04 AM RADOS Bug #51000 (In Progress): LibRadosTwoPoolsPP.ManifestSnapRefcount failure
https://github.com/ceph/ceph/pull/42302 Myoungwon Oh
09:34 AM Revision 38736937 (ceph): doc/mgr/nfs: update about RGW exports
This patch just moves the RGW exports created using nfs module to mgr/nfs
document. The RGW requirements will be upda...
Varsha Rao
09:34 AM Revision 65489e8d (ceph): doc/cephfs/nfs: update about nfs module
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
09:07 AM Revision c79b7974 (ceph): doc/cephfs: move nfs doc under mgr docs
Fixes: https://tracker.ceph.com/issues/51428
Signed-off-by: Varsha Rao <varao@redhat.com>
Varsha Rao
09:07 AM Revision 29f28563 (ceph): doc/mgr/nfs: add missing cluster_id to export info command
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
09:07 AM Revision ce7fef69 (ceph): doc/mgr/nfs: update nfs links
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
09:07 AM Revision 5db2b48f (ceph): doc/mgr/nfs: update cephfs export create command about client and squas...
Signed-off-by: Varsha Rao <varao@redhat.com> Varsha Rao
09:01 AM rbd Bug #51628: bogus "unable to find a keyring" warning on "rbd mirroring bootstrap import"
Ritesh Shah wrote:
> Hi,
>
> I couldn't find any document on how to start rbd-mirror daemon. Can you point me to ...
Deepika Upadhyay
08:51 AM rbd Bug #51628: bogus "unable to find a keyring" warning on "rbd mirroring bootstrap import"
Hi,
I couldn't find any document on how to start rbd-mirror daemon. Can you point me to a document since that's th...
Ritesh Shah
08:42 AM mgr Backport #51241 (In Progress): pacific: mgr module fails in focal, due to ceph-mgr-rook module
Laura Paduano
08:42 AM Revision 185e255a (ceph): debian/control: ceph-mgr-modules-core does not Recommend ceph-mgr-rook ...
per https://www.debian.org/doc/debian-policy/ch-relationships.html
> Recommends
> This declares a strong, but not ...
Kefu Chai
08:40 AM Dashboard Backport #51374 (In Progress): pacific: mgr/dashboard: Grafana dashboards clean-up
Laura Paduano
08:40 AM Revision d22f1d28 (ceph): monitoring: remove instance label from ceph-cluster.json completely
The `instance` label is only useful if
- the exporter returns only data about its node or instance
- the exporter pr...
Patrick Seidensal
08:40 AM Revision b0bc8b64 (ceph): monitoring: convert newline character to LF
Convert newline character from CRLF in `rbd-details.json` to LF, so that
it will be consistent with all the other das...
Patrick Seidensal
08:40 AM Revision 2fcd1de9 (ceph): mgr/dashboard: Remove hard-coded timezone off Grafana dashboards
Remove hard-coded timezone off Grafana dashboards to enable the Grafana
administrator to decide which timezone should...
Patrick Seidensal
08:40 AM Revision 8f15eee7 (ceph): mgr/dashboard: Fix decimals in OSC Capacity Utilization widget
Fixes: https://tracker.ceph.com/issues/51212
Signed-off-by: Patrick Seidensal <pseidensal@suse.com>
(cherry picked f...
Patrick Seidensal
08:40 AM Revision 0ed25573 (ceph): mgr/dashboard: Fix Grafana Ceph Cluster health status widget
The health status widget doesn't show any status because it requires its
query to return a single result. But in case...
Patrick Seidensal
08:39 AM mgr Backport #51636 (In Progress): pacific: monitoring: fix Physical Device Latency unit
Laura Paduano
08:39 AM Revision 29535f18 (ceph): monitoring: fix Physical Device Latency unit
Based on the expr it should be seconds
Signed-off-by: Seena Fallah <seenafallah@gmail.com>
(cherry picked from commi...
Seena Fallah
08:37 AM Dashboard Backport #51558 (In Progress): pacific: 400 error caused by multi-subtag language in Accept-Langu...
Laura Paduano
08:37 AM Revision 2a2c504a (ceph): mgr/dashboard: fix Accept-Language header parsing
Fix 400 error caused by multi-subtag language in Accept-Language header.
Reproduced by Firefox for Android in Chinese...
玮文 胡
08:34 AM RADOS Bug #51641 (New): qa/standalone/scrub/osd-scrub-test.sh: TEST_scrub_test() failed.
/a/sseshasa-2021-07-13_04:55:53-rados:standalone-wip-sseshasa-testing-2021-07-12-1850-distro-basic-smithi/6267736
...
Sridhar Seshasayee
08:27 AM Dashboard Tasks #51517 (Resolved): mgr/dashboard: Adpot routable modals in host add form
Nizamudeen A
08:26 AM Dashboard Tasks #51640 (Fix Under Review): mgr/dashboard: Cluster creation workflow followups
Nizamudeen A
07:59 AM Dashboard Tasks #51640 (Resolved): mgr/dashboard: Cluster creation workflow followups
1. Fix bug in the modal where going forward one step on the wizard and coming back opens up the add host modal.
2. R...
Nizamudeen A
05:19 AM CephFS Tasks #51341 (In Progress): Steps to recover file system(s) after recovering the Ceph monitor store
Steps to recover single active MDS file system https://github.com/ceph/ceph/pull/42295 Ramana Raja
04:33 AM crimson Bug #51639 (New): crimson/store_nbd: crash after start
crimson-store-nbd crashes right after startup completed... Xuehan Xu
04:32 AM Orchestrator Feature #47774: orch,cephadm: host search with filters
Do we really need this? In most enterprise environments I;ve worked in this type of thing gets jumped on by security ... Paul Cuzner
12:16 AM rbd Backport #51367: octopus: [test] qa/workunits/rbd: use bionic version of qemu-iotests for focal
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42025
merged
Yuri Weinstein
12:16 AM Revision 7d518f6b (ceph): Merge pull request #42025 from idryomov/wip-rbd-qemu-iotests-focal-octopus
octopus: qa/workunits/rbd: use bionic version of qemu-iotests for focal
Reviewed-by: Deepika Upadhyay <dupadhya@redh...
Yuri Weinstein

07/12/2021

11:11 PM RADOS Bug #51101: rados/test_envlibrados_for_rocksdb.sh: cmake: symbol lookup error: cmake: undefined s...
Neha Ojha wrote:
> fails differently with centos 8.stream
Tracked in https://tracker.ceph.com/issues/51638
>
...
Neha Ojha
05:56 PM RADOS Bug #51101: rados/test_envlibrados_for_rocksdb.sh: cmake: symbol lookup error: cmake: undefined s...
fails differently with centos 8.stream... Neha Ojha
05:38 PM RADOS Bug #51101: rados/test_envlibrados_for_rocksdb.sh: cmake: symbol lookup error: cmake: undefined s...
/a/yuriw-2021-07-12_16:33:44-rados-wip-yuriw-master-7.8.21-distro-basic-smithi/6265227/
This seems to be an issue ...
Neha Ojha
09:25 PM Orchestrator Bug #51102: RuntimeError: uid/gid not found in "rados/thrash-old-clients" test
spotted again at /a/ksirivad-2021-07-11_01:45:00-rados-wip-pg-autoscaler-overlap-distro-basic-smithi/6263029/ Kamoltat (Junior) Sirivadhna
09:25 PM RADOS Bug #51627: FAILED ceph_assert(attrs || !recovery_state.get_pg_log().get_missing().is_missing(soi...
spotted again at ksirivad-2021-07-11_01:45:00-rados-wip-pg-autoscaler-overlap-distro-basic-smithi/6262857/ Kamoltat (Junior) Sirivadhna
01:20 PM RADOS Bug #51627 (Fix Under Review): FAILED ceph_assert(attrs || !recovery_state.get_pg_log().get_missi...
Kefu Chai
08:16 AM RADOS Bug #51627: FAILED ceph_assert(attrs || !recovery_state.get_pg_log().get_missing().is_missing(soi...
https://github.com/ceph/ceph/pull/42279 Myoungwon Oh
02:31 AM RADOS Bug #51627 (Resolved): FAILED ceph_assert(attrs || !recovery_state.get_pg_log().get_missing().is_...
spotted again,... Kefu Chai
09:24 PM RADOS Bug #49525: found snap mapper error on pg 3.2s1 oid 3:4abe9991:::smithi10121515-14:e4 snaps missi...
spotted again /a/ksirivad-2021-07-11_01:45:00-rados-wip-pg-autoscaler-overlap-distro-basic-smithi/6262966/ Kamoltat (Junior) Sirivadhna
08:51 PM RADOS Bug #51638 (Resolved): rados/test_envlibrados_for_rocksdb.sh: No match for argument: snappy-devel...
... Neha Ojha
08:47 PM Orchestrator Bug #51291: Adoption fails for Ceph MDS servers
I had put this task on the shelf for a while to work on other stuff and since the cluster was still in a functional s... Jesse Roland
08:20 PM Revision 6a44ae0c (ceph): Merge pull request #42269 from zdover23/wip-doc-dev-essentials-irc-2021...
doc/dev: add IRC information to dev guide
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
zdover23
08:19 PM Revision cba553b2 (ceph): Merge pull request #42113 from zdover23/wip-doc-upgrading-ceph-potentia...
doc/cephadm: improve "Potential Problems"
Reviewed-by: Sebastian Wagner <sewagner@redhat.com>
zdover23
08:18 PM Revision 64b42b06 (ceph): Merge pull request #42092 from zdover23/wip-doc-upgrading-ceph-starting...
doc/cephadm: improving "Starting the Upgrade"
Reviewed-by: Sebastian Wagner <sewagner@redhat.com>
zdover23
08:08 PM CephFS Feature #45746 (Resolved): mgr/nfs: Add interface to update export
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:08 PM rgw Feature #47776 (Resolved): Add Support customed CA certificate from vault KMS for SSE encryption
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:07 PM Dashboard Bug #48603 (Resolved): mgr/dashboard: partially deleted RBDs are only listed by CLI
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:07 PM CephFS Feature #48622 (Resolved): mgr/nfs: Add tests for readonly exports
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:06 PM CephFS Bug #49922 (Resolved): MDS slow request lookupino #0x100 on rank 1 block forever on dispatched
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:06 PM CephFS Documentation #50008 (Resolved): mgr/nfs: Add troubleshooting section
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:06 PM rgw Bug #50147 (Resolved): 'list index out of range'
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:06 PM CephFS Documentation #50161 (Resolved): mgr/nfs: validation error on creating custom export
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:06 PM rgw Bug #50415 (Resolved): directories with names starting with a non-ascii character disappear after...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:05 PM CephFS Bug #50559 (Resolved): session dump includes completed_requests twice, once as an integer and onc...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:05 PM CephFS Bug #50807 (Resolved): mds: MDSLog::journaler pointer maybe crash with use-after-free
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:04 PM CephFS Bug #51492 (Resolved): pacific: pybind/ceph_volume_client: stat on empty string
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:02 PM rgw Backport #50209 (Resolved): pacific: 'list index out of range'
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/40694
m...
Loïc Dachary
04:04 PM rgw Backport #50209: pacific: 'list index out of range'
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/40694
merged
Yuri Weinstein
08:02 PM rgw Backport #51310 (Resolved): pacific: Add Support customed CA certificate from vault KMS for SSE e...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42093
m...
Loïc Dachary
04:03 PM rgw Backport #51310: pacific: Add Support customed CA certificate from vault KMS for SSE encryption
Jiffin Tony Thottan wrote:
> PR posted https://github.com/ceph/ceph/pull/42093
merged
Yuri Weinstein
08:00 PM RADOS Backport #50748 (Resolved): pacific: max_misplaced was replaced by target_max_misplaced_ratio
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42250
m...
Loïc Dachary
07:59 PM rgw Backport #51142 (Resolved): octopus: directories with names starting with a non-ascii character d...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41775
m...
Loïc Dachary
04:05 PM rgw Backport #51142: octopus: directories with names starting with a non-ascii character disappear af...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41775
merged
Yuri Weinstein
07:59 PM CephFS Backport #51494 (Resolved): octopus: pacific: pybind/ceph_volume_client: stat on empty string
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42161
m...
Loïc Dachary
03:42 PM CephFS Backport #51494: octopus: pacific: pybind/ceph_volume_client: stat on empty string
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42161
merged
Yuri Weinstein
07:59 PM CephFS Backport #51336 (Resolved): octopus: mds: avoid journaling overhead for setxattr("ceph.dir.subvol...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41996
m...
Loïc Dachary
03:42 PM CephFS Backport #51336: octopus: mds: avoid journaling overhead for setxattr("ceph.dir.subvolume") for n...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41996
merged
Yuri Weinstein
07:58 PM Backport #50916 (Resolved): octopus: mds cpu_profiler asok_command crashes
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41767
m...
Loïc Dachary
03:41 PM Backport #50916: octopus: mds cpu_profiler asok_command crashes
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41767
merged
Yuri Weinstein
07:58 PM CephFS Backport #50874 (Resolved): octopus: mds: MDSLog::journaler pointer maybe crash with use-after-free
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41626
m...
Loïc Dachary
03:40 PM CephFS Backport #50874: octopus: mds: MDSLog::journaler pointer maybe crash with use-after-free
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41626
merged
Yuri Weinstein
07:58 PM CephFS Backport #50635 (Resolved): octopus: session dump includes completed_requests twice, once as an i...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41625
m...
Loïc Dachary
03:40 PM CephFS Backport #50635: octopus: session dump includes completed_requests twice, once as an integer and ...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41625
merged
Yuri Weinstein
07:58 PM CephFS Backport #50283 (Resolved): octopus: MDS slow request lookupino #0x100 on rank 1 block forever on...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/40782
m...
Loïc Dachary
03:36 PM CephFS Backport #50283: octopus: MDS slow request lookupino #0x100 on rank 1 block forever on dispatched
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/40782
merged
Yuri Weinstein
07:58 PM bluestore Backport #49981: octopus: BlueRocksEnv::GetChildren may pass trailing slashes to BlueFS readdir
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41757
m...
Loïc Dachary
02:56 PM bluestore Backport #49981 (Resolved): octopus: BlueRocksEnv::GetChildren may pass trailing slashes to BlueF...
Igor Fedotov
02:52 PM bluestore Backport #49981: octopus: BlueRocksEnv::GetChildren may pass trailing slashes to BlueFS readdir
Igor Fedotov wrote:
> https://github.com/ceph/ceph/pull/41757
merged
Yuri Weinstein
07:57 PM Dashboard Backport #51052 (Resolved): octopus: mgr/dashboard: partially deleted RBDs are only listed by CLI
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41887
m...
Loïc Dachary
07:57 PM Dashboard Backport #51477: octopus: Incorrect OSD out count on landing page
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42154
m...
Loïc Dachary
07:56 PM Dashboard Backport #50425: octopus: Remove erroneous elements in hosts-overview Grafana dashboard
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41649
m...
Loïc Dachary
07:56 PM Dashboard Backport #51179: octopus: mgr/Dashboard: right Navigation should work on click when page width is...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42015
m...
Loïc Dachary
07:56 PM Dashboard Backport #51474: octopus: mgr/dashboard: User database migration has been cut out
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42142
m...
Loïc Dachary
07:56 PM ceph-volume Backport #50895 (Resolved): octopus: ceph-volume lvm activate will consider /dev/root mounted dir...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41584
m...
Loïc Dachary
07:56 PM mgr Backport #51190 (Resolved): octopus: mgr/telemetry: pass leaderboard flag even w/o ident
Loïc Dachary
07:55 PM mgr Backport #50167 (Resolved): octopus: Module 'diskprediction_local' takes forever to load
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41617
m...
Loïc Dachary
07:54 PM RADOS Backport #50790 (Resolved): octopus: osd: write_trunc omitted to clear data digest
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41620
m...
Loïc Dachary
07:52 PM CephFS Backport #51493: nautilus: pacific: pybind/ceph_volume_client: stat on empty string
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42162
m...
Loïc Dachary
07:01 PM Revision cdbd4af4 (ceph): mgr/telemetry: add debug log for potential empty keys and combine uniqu...
There was initially a problem with PriorityCache perf counters were part of the name was missing (i.e. "mon.a
.cache_...
Laura Flores
06:47 PM Revision 9e07175b (ceph): common: fix missing name in PriorityCache perf counters
There was a problem with PriorityCache perf counters, where part of the name was missing (i.e. "mon.a.cache_bytes" in... Laura Flores
06:32 PM Revision 58a90d17 (ceph): qa/suites/upgrade: log_to_journald=false
In 8b95c4b7c58e0caa6ac157b36e1cbc616803da3d we set log_to_journald=false
in the cephadm config. However, that's not ...
Sage Weil
05:45 PM Revision 9a49a581 (ceph): doc/man/8/cephadm: add --log-to-file (and --single-host-defaults)
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
04:53 PM mgr Bug #51637 (Duplicate): mgr/insights: mgr consumes excessive amounts of memory
h3. Description of problem
After replacing a failed osd, and the ongoing replication the degraded pgs (roughly 4tb...
Thore K
04:05 PM Revision bbd2f05d (ceph): Merge pull request #41775 from trociny/wip-51142-octopus
octopus: cls/rgw: look for plain entries in non-ascii plain namespace too
Reviewed-by: Casey Bodley <cbodley@redhat....
Yuri Weinstein
04:04 PM Revision 7dfa96d6 (ceph): Merge pull request #40694 from singuliere/wip-50209-pacific
pacific: qa/rgw: move ignore-pg-availability.yaml out of suites/rgw
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:03 PM Revision 54cd20d8 (ceph): Merge pull request #42093 from thotz/rgwkmsvaultsslsupport-pacific
pacific: rgw: extending existing ssl support for vault KMS
Reviewed-by: Matt Benjamin <mbenjami@redhat.com>
Yuri Weinstein
03:42 PM Revision 90b74eef (ceph): Merge pull request #42161 from batrick/i51494
octopus: pacific: pybind/ceph_volume_client: stat on empty string
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
03:41 PM Revision 44dd3335 (ceph): Merge pull request #41996 from batrick/i51336
octopus: mds: avoid journaling overhead for setxattr("ceph.dir.subvolume") for no-op case
Reviewed-by: Patrick Donne...
Yuri Weinstein
03:41 PM Revision 115e631d (ceph): Merge pull request #41767 from cfsnyder/wip-50916-octopus
octopus: mds: fix cpu_profiler asok crash
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
03:40 PM Revision 4d953855 (ceph): Merge pull request #41626 from cfsnyder/wip-50874-octopus
octopus: mds: place the journaler pointer under the mds_lock
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
03:40 PM Revision 71ba01f0 (ceph): cephadm: ensure sysctl_dir exist
For some reason, the sysctl directory could not exist if no packages dropping
a custom sysctl file is installed on th...
Dimitri Savineau
03:40 PM Revision 799c04be (ceph): Merge pull request #41625 from cfsnyder/wip-50635-octopus
octopus: mds: completed_requests -> num_completed_requests and dump num_completed_flushes
Reviewed-by: Patrick Donne...
Yuri Weinstein
03:36 PM Revision ec98105b (ceph): Merge pull request #40782 from smithfarm/wip-50283-octopus
octopus: mds: reject lookup ino requests for mds dirs
Reviewed-by: Xiubo Li <xiubli@redhat.com>
Reviewed-by: Patrick...
Yuri Weinstein
03:35 PM mgr Backport #51636 (Resolved): pacific: monitoring: fix Physical Device Latency unit
https://github.com/ceph/ceph/pull/42298 Backport Bot
03:35 PM mgr Backport #51635 (Resolved): octopus: monitoring: fix Physical Device Latency unit
https://github.com/ceph/ceph/pull/42676 Backport Bot
03:30 PM Dashboard Bug #51565 (Pending Backport): monitoring: fix Physical Device Latency unit
Ernesto Puerta
03:30 PM Revision 7988c25a (ceph): Merge pull request #42217 from clwluvw/osd-device-details-grafana
monitoring: fix Physical Device Latency unit
Reviewed-by: Waad Alkhoury <walkhour@redhat.com>
Reviewed-by: Aashish S...
Ernesto Puerta
03:28 PM CephFS Backport #50596 (Rejected): octopus: mgr/nfs: Add troubleshooting section
Let's focus on Pacific. Patrick Donnelly
03:28 PM CephFS Backport #50354 (Rejected): octopus: mgr/nfs: validation error on creating custom export
Let's focus on Pacific. Patrick Donnelly
03:28 PM CephFS Backport #48703 (Rejected): octopus: mgr/nfs: Add tests for readonly exports
Let's focus on Pacific. Patrick Donnelly
03:28 PM CephFS Backport #49712 (Rejected): octopus: mgr/nfs: Add interface to update export
Let's focus on Pacific. Patrick Donnelly
03:03 PM Dashboard Cleanup #47355 (Resolved): mgr/dashboard: create directive for AuthStorage service
Ernesto Puerta
03:03 PM Revision c17f019e (ceph): Merge pull request #41034 from nSedrickm/auth-storage-directive
mgr/dashboard: create directive for AuthStorage service
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed...
Ernesto Puerta
02:57 PM Orchestrator Bug #51620 (Fix Under Review): Ceph orch upgrade to 16.2.5 fails
Dimitri Savineau
02:56 PM Dashboard Tasks #50566 (Fix Under Review): mgr/dashboard: Review Section for the Create Cluster Workflow
Avan Thakkar
02:51 PM Revision 22ca0369 (ceph): Merge pull request #41757 from ifed01/wip-ifed-tchaikov-rocksdb-oct
octopus: bluestore: use string_view and strip trailing slash for dir listing
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
01:43 PM Bug #21672: Upgrading the ceph-selinux package unconditionally restarts all running daemons if se...
After another unexpected daemon restart today I thought maybe we should just go ahead with a PR and debate it there:
...
Dan van der Ster
01:42 PM CephFS Bug #51589 (Triaged): mds: crash when journaling during replay
Patrick Donnelly
01:35 PM Revision 092a6e3e (ceph): ceph.spec: selinux scripts respect CEPH_AUTO_RESTART_ON_UPGRADE
In /etc/sysconfig/ceph we allow operators to define if ceph daemons
should be restarted on upgrade: CEPH_AUTO_RESTART...
Dan van der Ster
12:53 PM Orchestrator Bug #51634 (Closed): Validate allowed characters for rgw reams
... Sebastian Wagner
12:47 PM Revision 8f809bd9 (ceph): mgr/dashboard: create directive for AuthStorage service
This commit adds a directive that can be used to conditionally display elements based on authorization/scopes criteri... Ngwa Sedrick Meh
12:38 PM bluestore Support #51532: Load osd disks from one server on to a new server
Thank you.
I'll check it the next time I need to replace a server...
Greg Smith
12:22 PM rbd Bug #51628: bogus "unable to find a keyring" warning on "rbd mirroring bootstrap import"
> I see that the rbd-mirror daemons do not get started on the secondary site-b :
Did you attempt to start it? It'...
Ilya Dryomov
12:15 PM rbd Bug #51628: bogus "unable to find a keyring" warning on "rbd mirroring bootstrap import"
Hi Ritesh,
I don't think "rbd mirror pool peer bootstrap import" actually failed. What is the output of "rbd mirr...
Ilya Dryomov
09:42 AM rbd Bug #51628: bogus "unable to find a keyring" warning on "rbd mirroring bootstrap import"
Additional command details for your reference after create two new ceph cluster's and running command from common adm... Ritesh Shah
05:09 AM rbd Bug #51628 (Resolved): bogus "unable to find a keyring" warning on "rbd mirroring bootstrap import"
Hi,
While bootstrapping import command, it fails with the following error message :
[root@ceph-node01 ceph]# rb...
Ritesh Shah
12:09 PM Orchestrator Bug #51632 (Resolved): cephadm: selinux is not checked against running configuration
The _fetch_selinux function inside kernel_security in cephadm is not checking the actual selinux mode in which the ke... Javier Cacheiro
11:52 AM Orchestrator Feature #47774: orch,cephadm: host search with filters
That would require some magic tricks to generate the list of hosts, like https://docs.ansible.com/ansible/latest/coll... Sebastian Wagner
11:44 AM Bug #51622 (Resolved): master FTBFS on SUSE ("Macro expanded in comment on line 136")
Ilya Dryomov
11:43 AM mgr Cleanup #51631 (Resolved): mgr/devicehealth: instead of CLICommand use CLIReadCommand
Varsha Rao
11:40 AM Bug #51339 (Resolved): Set rbd-rwl-cache optional on arm64
Ilya Dryomov
11:32 AM rgw Bug #50552: rgw: set_olh return -2 when resharding
suspecting that this is a duplicate of #48709 Mark Kogan
10:31 AM CephFS Bug #51630 (Fix Under Review): mgr/snap_schedule: don't throw traceback on non-existent fs
Instead return error message and log the traceback... Varsha Rao
10:24 AM Orchestrator Bug #51629 (New): cephadm reports nodes offline after rolling reboot
Hello,
On my 8 nodes Octopus 15.2.13 cluster which I installed using cephadm and podman for containers, I did a ro...
M B
08:12 AM rgw Bug #51422 (Triaged): Quota about bucket does not work.
Mark Kogan
04:57 AM rgw Bug #51422: Quota about bucket does not work.
海航 于 wrote:
> Mark Kogan wrote:
> > does not reproduce on upstream v14.2.11 tag:
> > [...]
>
> Hi Kogan:
> I r...
海航 于
01:59 AM rgw Bug #51422: Quota about bucket does not work.
Mark Kogan wrote:
> does not reproduce on upstream v14.2.11 tag:
> [...]
Hi Kogan:
I reproduce it again:
海航 于
12:51 AM rgw Bug #51422: Quota about bucket does not work.
Following details:
single ceph cluster
[root@ceph ~]# ceph version
ceph version 14.2.11 (f7fdb2f52131f54b891a2ec99...
海航 于
07:40 AM CephFS Documentation #51428 (In Progress): mgr/nfs: move nfs doc from cephfs to mgr
Varsha Rao
05:25 AM Revision e15ceb6b (ceph): qa/tasks/vstart_runner: consolidate logging message in LocalDaemon
it's more readable if we have a single logging message when no matching
pid is found.
Signed-off-by: Kefu Chai <kcha...
Kefu Chai
05:25 AM Revision 58841419 (ceph): qa/tasks/vstart_runner: do not send SIGTERM if no matched pid
otherwise following error is expected in some cases:
INFO:__main__:Traceback (most recent call last):
INFO:__main__:...
Kefu Chai
05:01 AM Linux kernel client Bug #51112: RHEL 8.4: libceph considers osdmap corrupt if numbering is discontinuous
Sorry for the delay in replying. I have been on holiday. Thanks for fixing the issue. I will test it soon. Matti Saarinen
04:37 AM Revision f853ce7e (ceph): cephadm: use pyfakefs during `test_create_daemon_dirs_prometheus`
convert test to use the `cephadm_fs` fixture
Signed-off-by: Michael Fritch <mfritch@suse.com>
Michael Fritch
02:31 AM RADOS Bug #50192 (Pending Backport): FAILED ceph_assert(attrs || !recovery_state.get_pg_log().get_missi...
Kefu Chai
02:22 AM RADOS Bug #50192 (New): FAILED ceph_assert(attrs || !recovery_state.get_pg_log().get_missing().is_missi...
Kefu Chai
02:12 AM rbd Bug #51418: [pwl] segment fault on syncpoint stack
https://github.com/ceph/ceph/pull/42149, supplement the cleanup of syncpoint. But we still don't understand the mecha... CONGMIN YIN

07/11/2021

08:42 PM Revision ee1ba186 (ceph): common/blkdev: remove stray debug output
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
08:03 PM Revision 3e2c8e94 (ceph): Merge pull request #41834 from grajoria/master
doc: Correction and improvisation for Timestamp part of the doc Gal Salomon
04:02 PM RADOS Bug #51581: scrub/osd-scrub-repair.sh: TEST_auto_repair_bluestore_tag failed
The bug is triggered when scrubbing is not initiated on the first tick-timer after being requested. That happens if t... Ronen Friedman
03:55 PM RADOS Bug #51581 (In Progress): scrub/osd-scrub-repair.sh: TEST_auto_repair_bluestore_tag failed
Ronen Friedman
02:08 PM bluestore Support #51532: Load osd disks from one server on to a new server
Assuming the ceph.conf is correct, and if they are LVM bluestore, you can normally start the detected osds with `ceph... Dan van der Ster
05:15 AM bluestore Support #51532: Load osd disks from one server on to a new server
Any help would be appreciated... Greg Smith
01:56 PM Orchestrator Bug #51616: Updating node-exporter deployment progress stuck
Confirmed.
cluster:
id: 4067126d-01cb-40af-824a-881c130140f8
health: HEALTH_OK
(muted: A...
Harry Coin
11:56 AM Bug #50133: src/log/LogClock.h Preprocessor logic fails on gcc 10
I just tried compiling Ceph 16.2.5 without this patch now, and it now works without this patch on 64bit platforms wit... Duncan Bellamy
11:20 AM rgw Bug #51327: Format of date/time header "x-amz-object-lock-retain-until-date" is incorrect (does n...
I've tested that fix on both master and nautilus Steven, and it works.
I've submitted a PR to master here - https:...
Danny Abukalam
09:13 AM RADOS Bug #51626 (New): OSD uses all host memory (80g) on startup due to pg_split
After upgrading from 15.2.4 to 15.2.13 _some_ OSDs fails to start.
The OSDs which are failing to start seem to be...
Tor Martin Ølberg
08:41 AM RADOS Support #51609: OSD refuses to start (OOMK) due to pg split
Tor Martin Ølberg wrote:
> After an upgrade to 15.2.13 from 15.2.4 my small home lab cluster ran into issues with OS...
Tor Martin Ølberg
08:22 AM rgw Bug #51610 (Resolved): Fix non POSIX use of sigval_t
Mark Kogan

07/10/2021

03:58 PM Revision fc898da4 (ceph): rgw: Dump Object Lock Retain Date as ISO 8601
This matches the S3 API format, which uses 8601 for the
object lock retain until date.
Fixes: https://tracker.ceph.c...
Danny Abukalam
02:09 PM Revision c70cee47 (ceph): Merge pull request #42272 from smithfarm/wip-51622
rpm: remove macro invocation from comment line
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:40 PM Bug #51625 (Resolved): osd/OSD: mkfs need wait for transcation completely finish
https://github.com/ceph/ceph/pull/41889 fan chen
01:39 PM Backport #51624 (Duplicate): osd/OSD: mkfs need wait for transcation completely finish
https://github.com/ceph/ceph/pull/41889 fan chen
01:38 PM Bug #51623 (Resolved): osd/OSD: mkfs need wait for transcation completely finish
https://github.com/ceph/ceph/pull/41889 fan chen
01:09 PM Bug #51622 (Fix Under Review): master FTBFS on SUSE ("Macro expanded in comment on line 136")
Kefu Chai
01:00 PM Bug #51622 (Resolved): master FTBFS on SUSE ("Macro expanded in comment on line 136")
... Nathan Cutler
01:04 PM Revision b9c14266 (ceph): rpm: remove macro invocation from comment line
In RPM spec files, comment lines should not include macro invocations,
because RPM can and will expand them, with unp...
Nathan Cutler
12:09 PM Revision e0577da9 (ceph): Merge pull request #42212 from wjwithagen/wjw-fix-signal
rgw: Use signaling compatible with POSIX Mark Kogan
01:14 AM Revision a0a8ba50 (ceph): mds: create file system with specific ID
File system will need to be recreated when monitor databases are lost
and rebuilt. Some applications (e.g., CSI) expe...
Ramana Raja

07/09/2021

10:59 PM Bug #51483: configuration "see-also" done at runtime not compile time.
Kefu, can you please help take a look at this. Neha Ojha
10:48 PM Orchestrator Bug #51621: Multiple "Updating node-exporter deployment"
After some debugging I've managed to "fix" this by removing the node-exporter service, rebooting all managers, and th... Kevin Meijer
10:37 PM Orchestrator Bug #51621 (Duplicate): Multiple "Updating node-exporter deployment"
After updating to 16.2.5 the orchistrator seems to be starting a new task every minute with the following message: "U... Kevin Meijer
10:44 PM bluestore Bug #51133: OSDs failing to start: rocksdb: submit_common error: Corruption: block checksum mismatch
similar... Neha Ojha
10:32 PM RADOS Bug #45761: mon_thrasher: "Error ENXIO: mon unavailable" during sync_force command leads to "fail...
reducing priority based on https://tracker.ceph.com/issues/45761#note-26 Neha Ojha
10:19 PM RADOS Bug #50659 (New): Segmentation fault under Pacific 16.2.1 when using a custom crush location hook
Neha Ojha
09:37 PM Orchestrator Bug #51620 (Resolved): Ceph orch upgrade to 16.2.5 fails
Hi there,
While upgrading my cluster from 16.2.4 to the 16.2.5 release the upgrade seems to get stuck on upgrading...
Kevin Meijer
09:32 PM Revision 1443d486 (ceph): doc/dev: add IRC information to dev guide
In days of yore, the Developer Guide linked to the
IRC page at ceph.io. After the 2021 rewriting of
ceph.io, a new er...
Zac Dover
09:06 PM Revision 4583cf32 (ceph): mgr/telemetry: update gather_perf_counters() to be more accurate
The gather_perf_counters() method has been updated to capture unprocessed, raw data instead of derived averages. Cert... Laura Flores
07:26 PM Revision 7df0d56a (ceph): mon/PGMap: remove get_stuck_counts because there are no callers
The only callers were removed in 729a08923fb4403b88baafa0ae75643cfefe6510,
as a part of the broader health reporting ...
Neha Ojha
07:13 PM Revision 4a99b771 (ceph): cephadm: use CephadmContext rather than MagicMock
MagicMock hides attribute errors:
```
self = <cephadm.CephadmContext object at 0x7f1121e62370>, name = 'config_json'...
Michael Fritch
07:09 PM Revision 25d62794 (ceph): cephadm: use CephadmContext rather than MagicMock
MagicMock hides attribute errors:
```
ctx = <cephadm.CephadmContext object at 0x7f0a12f58eb0>, container_id = 'conta...
Michael Fritch
06:31 PM Revision 7090930d (ceph): os/bluestore: fix erroneous SharedBlob record removal during repair.
Fixes: https://tracker.ceph.com/issues/51619
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
Igor Fedotov
06:17 PM bluestore Bug #51619 (Fix Under Review): Bluestore repair might erroneously remove SharedBlob entries.
Igor Fedotov
06:07 PM bluestore Bug #51619 (Resolved): Bluestore repair might erroneously remove SharedBlob entries.
in
void BlueStore::_fsck_check_pool_statfs(
the following lines...
Igor Fedotov
05:51 PM Revision 6872adc9 (ceph): Merge pull request #42265 from neha-ojha/wip-rn-cleanup
pacific: doc/releases/pacific.rst: remove notes about autoscaler
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Neha Ojha
05:45 PM CephFS Bug #51600 (Fix Under Review): mds: META_POP_READDIR, META_POP_FETCH, META_POP_STORE, and cache_h...
Patrick Donnelly
04:43 AM CephFS Bug #51600 (Resolved): mds: META_POP_READDIR, META_POP_FETCH, META_POP_STORE, and cache_hit_rate ...
META_POP_READDIR, META_POP_FETCH, META_POP_STORE, and cache_hit_rate are not updated.
ceph daemon mds.$(hostnam...
Yongseok Oh
05:06 PM Orchestrator Feature #51618 (Rejected): rgw_frontends configuration in config database not persistent
following config settings in mon config DB... Tobias Fischer
04:06 PM Revision 4dae3915 (ceph): Merge pull request #42246 from ceph/1625
doc: 16.2.5 Release Notes
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Re...
Ilya Dryomov
04:00 PM Revision 4185376b (ceph): mgr/restful: ignore min/max_size
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
03:57 PM Dashboard Subtask #50311 (Resolved): CA: Lightweight cli module to expose get.
Ernesto Puerta
03:54 PM Revision f7ec7f63 (ceph): qa/tests: advanced pacific version to reflect the latest 16.2.5 point
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
03:54 PM Revision b17b573d (ceph): doc/releases/pacific.rst: remove notes about autoscaler
This was reverted in 504d0cb120f02b1940f81505bd37a54773625af0, but
got added back by mistake in 6a3dde8b498af5e332429...
Neha Ojha
03:42 PM Revision fd41af70 (ceph): doc: 16.2.5 Release Notes
Signed-off-by: David Galloway <dgallowa@redhat.com> David Galloway
03:41 PM Revision a0ec8945 (ceph): test/crush: drop min/max_size refs
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
03:30 PM Orchestrator Bug #51617 (New): cephadm: remove rgw block from minimal ganesha configuration
Check the keyring section
https://pad.ceph.com/p/nfs
https://github.com/ceph/ceph/blob/master/src/pybind/mgr/ceph...
Varsha Rao
03:15 PM Orchestrator Bug #51616 (Resolved): Updating node-exporter deployment progress stuck
after upgrading to 16.2.5 via "ceph orch upgrade start --ceph-version 16.2.5" I get more and more instances of... Tobias Fischer
03:14 PM CephFS Feature #51615 (New): mgr/nfs: add interface to update nfs cluster
Varsha Rao
03:08 PM CephFS Cleanup #51614 (Resolved): mgr/nfs: remove dashboard test remnant from unit tests
Varsha Rao
03:03 PM CephFS Feature #51613 (New): mgr/nfs: add qa tests for rgw
Varsha Rao
02:53 PM Dashboard Subtask #51612 (Resolved): mgr/dashboard: cephadm-e2e script: improvements
Improvements and some adaptations related to the jenkins job. Alfonso Martínez
02:45 PM Revision d887bedf (ceph): tests/ceph_volume: add UT for bluefs migration stuff
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit f8def0443db59e7df31132953fff708b76417236)
...
Igor Fedotov
02:45 PM Revision 0428cf3f (ceph): os/bluestore/bluestore_tool: compare retval stat() with -1
before this change, stat() is always called to check if the
file specified by --dev-target exists even if this option...
Kefu Chai
02:45 PM Revision 9851ed03 (ceph): ceph-volume: implement bluefs volume migration.
This is a wrapper over ceph-bluestore-tool's bluefs-bdev-migrate command.
Primarily intended to introduce LVM tags ma...
Igor Fedotov
02:28 PM Dashboard Bug #51611 (Resolved): Directories Menu Can't Use on Ceph File System Dashboard
After upgrade to 16.2.5 This error is appear. When I use on 16.2.3 this error didn't appear.
2021-07-09T21:13:51.9...
Prince Inamatus
02:11 PM Revision 53d07362 (ceph): cephadm: add `infer_config` unit test
Signed-off-by: Michael Fritch <mfritch@suse.com> Michael Fritch
02:11 PM Revision e6dca29a (ceph): cephadm: add `shell` command tests
Signed-off-by: Michael Fritch <mfritch@suse.com> Michael Fritch
02:11 PM Revision c19fb256 (ceph): cephadm: add `infer_fsid` unit test
Signed-off-by: Michael Fritch <mfritch@suse.com> Michael Fritch
02:10 PM Revision c83afb43 (ceph): Amend b7621625ed69f21a5bf701b3385ddee281ff3715 to not call url_decode e...
Fixes: #43259
Signed-off-by: Paul Reece <paul@servercloud.com>
Paul Reece
01:54 PM rgw Bug #51574: Segfault when uploading file
Thanks! If you need any more information or there is a docker/wip build that can be tested, please do tell. Jan Graichen
01:40 PM rgw Bug #51574: Segfault when uploading file
No, we'll track in this one. Daniel Gryniewicz
06:58 AM rgw Bug #51574: Segfault when uploading file
Thanks for investigating.
> I'm not sure how to find out what's in those devel versions, but that is, indeed the f...
Jan Graichen
01:44 PM Revision df32fa6e (ceph): Merge pull request #42253 from liewegas/doc-linode
doc/foundation: add linode Sage Weil
01:39 PM Revision 98612126 (ceph): rgw: Use signaling compatible with POSIX
FreeBSD does not have signal_t.
Linux specifies also to use `sigval` as POSIX compliant.
tracker: https://tracker.ce...
Willem Jan Withagen
01:38 PM rgw Bug #51610 (Resolved): Fix non POSIX use of sigval_t
FreeBSD does not have signal_t.
Linux specifies also to use sigval as POSIX compliant.
```
In file included from...
Willem Jan Withagen
01:04 PM RADOS Support #51609 (New): OSD refuses to start (OOMK) due to pg split
After an upgrade to 15.2.13 from 15.2.4 my small home lab cluster ran into issues with OSDs failing on all four hosts... Tor Martin Ølberg
01:03 PM Dashboard Subtask #51608 (Resolved): mgr/dashboard: Review Section e2e for the Create Cluster Workflow
Avan Thakkar
01:02 PM Orchestrator Bug #51571: cephadm: remove iscsi service fails due to incorrect gateway name
This seems to be a duplicate of the other issue. Python's socket.getfqdn() unfortunately picks up the container name ... Sebastian Wagner
01:01 PM Dashboard Tasks #51607 (Resolved): mgr/dashboard: Welcome page e2e for the Create Cluster Workflow
Avan Thakkar
12:59 PM Dashboard Subtask #51606 (Resolved): mgr/dashboard: Add host section e2e tests
Avan Thakkar
12:45 PM Revision 65d9389a (ceph): rgw: cleanup virtual dtor decls and defns
working on zipper loadable modules reveals issues with dtors in several classes.
These manifest as undefined referen...
Kaleb KEITHLEY
11:35 AM RADOS Backport #51605 (Resolved): pacific: bufferlist::splice() may cause stack corruption in bufferlis...
https://github.com/ceph/ceph/pull/42976 Backport Bot
11:35 AM RADOS Backport #51604 (Resolved): octopus: bufferlist::splice() may cause stack corruption in bufferlis...
https://github.com/ceph/ceph/pull/42975 Backport Bot
11:32 AM RADOS Bug #51419 (Pending Backport): bufferlist::splice() may cause stack corruption in bufferlist::reb...
Ilya Dryomov
11:31 AM Revision 174b6111 (ceph): Merge pull request #42112 from CongMinYin/fix-common-buffer-SIGABRT
common/buffer: fix stack corruption in rebuild_aligned_size_and_memory()
Reviewed-by: Radoslaw Zarzynski <rzarzyns@r...
Ilya Dryomov
10:42 AM Revision 2cd98811 (ceph): librbd/cache/pwl: supplement error handle
add return after error handling and clean bdev before return
Signed-off-by: Yin Congmin <congmin.yin@intel.com>
CONGMIN YIN
10:42 AM Revision eee12082 (ceph): librdb/cache/pwl/ssd: fix m_bytes_allocated exceeding m_bytes_allocated...
SSD cache mode uses m_bytes_allocated and m_bytes_allocated_cap to control
whether the allocation is successful. m_by...
CONGMIN YIN
10:00 AM Revision 05a49aee (ceph): common/buffer: fix SIGABRT in rebuild_aligned_size_and_memory
There is such a bl, which needs to satisfy two conditions:
1)all ptrs' length sum except last ptr is aligned with 4K;...
CONGMIN YIN
09:33 AM Revision e4d44fc7 (ceph): os/bluestore: respect bluestore_warn_on_spurious_read_errors setting
Fixes: https://tracker.ceph.com/issues/51540
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
Igor Fedotov
09:31 AM Revision 0e5c140b (ceph): os/bluestore: compact db after bulk omap naming upgrade.
Omap naming scheme upgrade introduced recently might perform bulk data
removal and hence leave DB in a "degraded" sta...
Igor Fedotov
09:28 AM Dashboard Bug #40727: mgr/dashboard: Unsufficient arguments provided in CLI cause error
This might be a regression introduced by the refactoring of the @CLICommand to use Python type hints. Ernesto Puerta
09:18 AM RADOS Backport #51603 (In Progress): pacific: qa/standalone: Add missing teardowns at the end of a subs...
Sridhar Seshasayee
08:25 AM RADOS Backport #51603 (Resolved): pacific: qa/standalone: Add missing teardowns at the end of a subset ...
https://github.com/ceph/ceph/pull/42258 Backport Bot
09:14 AM Revision 9874f307 (ceph): qa/standalone: Add missing teardowns to a subset of osd-scrub-repair tests
Tests identified with missing teardown within osd-scrub-repair.sh:
1. TEST_periodic_scrub_replicated()
2. TEST_sc...
Sridhar Seshasayee
09:06 AM Revision 62fad7f9 (ceph): qa/standalone: Add missing teardowns to a subset of osd tests
The following files and tests in them did not teardown the
cluster after a test completed.
1. osd/osd-force-create.s...
Sridhar Seshasayee
08:24 AM RADOS Fix #51580 (Pending Backport): qa/standalone: Add missing teardowns at the end of a subset of osd...
Sridhar Seshasayee
08:21 AM Revision 3111ba87 (ceph): Merge pull request #42234 from sseshasa/wip-fix-standalone-cleanups
qa/standalone: Add missing cleanups after completion of a subset of osd and scrub tests.
Reviewed-by: Ronen Friedma...
Sridhar Seshasayee
08:08 AM Documentation #51602 (Can't reproduce): incorrect subscribe link for ceph-announce
https://ceph.io/en/community/connect/
This page has incorrect links for subscribing or viewing ceph-announce, inst...
Jan Smets
07:33 AM Orchestrator Bug #51601 (Closed): mgr/dashboard: server does not bind to all addresses anymore
I've upgraded ceph-mgr from 16.2.4 to 16.2.5 and the dashboard stopped listing on all addresses. Instead, it uses the... Jan Graichen
06:53 AM Orchestrator Bug #51446: Module 'dashboard' has failed: Timeout('Port 8443 not bound on 192.168.122.121.',)
The same for all other places, where now get_mgr_ip is used. For example the prometheus module: docs say default is 0... Roland Sommer
06:44 AM Orchestrator Bug #51446: Module 'dashboard' has failed: Timeout('Port 8443 not bound on 192.168.122.121.',)
Despite being closed, the change does affect certain setups using HA-IPs and/or IPVS because contrary to the docs say... Roland Sommer
06:43 AM Revision 11268b33 (ceph): mgr/tests: Fix typo in function name
Signed-off-by: Brad Hubbard <bhubbard@redhat.com> Brad Hubbard
05:41 AM mgr Backport #51456 (In Progress): octopus: progress module: TypeError: '<' not supported between ins...
Konstantin Shalygin
05:41 AM Revision e9d97059 (ceph): osd/osd_type: use f->dump_unsigned() when appropriate
it is more explicit than `dump_stream()`, as we can not tell if dumped
variable is an integer or not by reading the c...
Kefu Chai
05:04 AM Revision 4b2d0725 (ceph): Merge pull request #42034 from neha-ojha/wip-51354
pybind/mgr/progress: fix type of reported_epoch
Reviewed-by: Kamoltat <ksirivad@redhat.com>
Reviewed-by: Kefu Chai <...
Kefu Chai
04:29 AM Revision 24e131a5 (ceph): mds: update META_POP_READDIR/FETCH/STORE and cache_hit_rate for dump loads
Signed-off-by: Yongseok Oh <yongseok.oh@linecorp.com> Yongseok Oh
01:49 AM Revision fa233525 (ceph): Merge pull request #41965 from sg7801/master
README.md: fix couple minor syntax issues
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai

07/08/2021

11:49 PM Revision 4383415c (ceph): Merge pull request #42250 from paulreece42/pacific
pacific: doc/rados/operations: s/max_misplaced/target_max_misplaced_ratio/
Reviewed-by: Neha Ojha <nojha@redhat.com>
Neha Ojha
11:48 PM RADOS Backport #50748 (In Progress): pacific: max_misplaced was replaced by target_max_misplaced_ratio
https://github.com/ceph/ceph/pull/42250 Neha Ojha
09:47 PM CephFS Bug #49536 (Resolved): client: Inode.cc: 405: FAILED ceph_assert(_ref >= 0)
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
09:47 PM mgr Bug #49846 (Resolved): prometheus: sum_metrics not initialized
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
09:47 PM CephFS Bug #49939 (Resolved): cephfs-mirror: be resilient to recreated snapshot during synchronization
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
09:46 PM CephFS Bug #50112 (Resolved): MDS stuck at stopping when reducing max_mds
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
09:46 PM rgw Bug #50148 (Resolved): clang build fails on rgw_log_backing.cc
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
09:46 PM CephFS Bug #50216 (Resolved): qa: "ls: cannot access 'lost+found': No such file or directory"
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
09:46 PM RADOS Bug #50346 (Resolved): OSD crash FAILED ceph_assert(!is_scrubbing())
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
09:45 PM CephFS Bug #50530 (Resolved): pacific: client: abort after MDS blocklist
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
09:45 PM CephFS Bug #51069 (Resolved): mds: mkdir on ephemerally pinned directory sometimes blocked on journal flush
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
09:44 PM CephFS Bug #51077 (Resolved): MDSMonitor: crash when attempting to mount cephfs
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
09:44 PM Bug #51145 (Resolved): pybind/cmd_argparse: does not process vector of choices
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
09:44 PM CephFS Bug #51146 (Resolved): qa: scrub code does not join scrubopts with comma
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
09:44 PM CephFS Bug #51182 (Resolved): pybind/mgr/snap_schedule: Invalid command: Unexpected argument 'fs=cephfs'
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
09:44 PM CephFS Bug #51184 (Resolved): qa: fs:bugs does not specify distro
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
09:44 PM CephFS Documentation #51187 (Resolved): doc: pacific updates
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
09:44 PM CephFS Bug #51250 (Resolved): qa: fs:upgrade uses teuthology default distro
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
09:43 PM CephFS Bug #51318 (Resolved): cephfs-mirror: do not terminate on SIGHUP
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
09:43 PM rgw Backport #50240 (Resolved): pacific: clang build fails on rgw_log_backing.cc
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/40692
m...
Loïc Dachary
06:47 PM rgw Backport #50240: pacific: clang build fails on rgw_log_backing.cc
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/40692
merged
Yuri Weinstein
09:38 PM rgw Backport #51143 (Resolved): pacific: directories with names starting with a non-ascii character d...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41774
m...
Loïc Dachary
09:37 PM Dashboard Backport #51478: pacific: Incorrect OSD out count on landing page
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42153
m...
Loïc Dachary
09:37 PM Dashboard Backport #51489: pacific: mgr/dashboard: run cephadm orch backend E2E tests
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42156
m...
Loïc Dachary
09:37 PM Dashboard Backport #51475: pacific: mgr/dashboard: User database migration has been cut out
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42140
m...
Loïc Dachary
09:36 PM RADOS Backport #51453 (Resolved): pacific: Add simultaneous scrubs to rados/thrash
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42120
m...
Loïc Dachary
09:36 PM Backport #51233 (Resolved): pacific: pybind/cmd_argparse: does not process vector of choices
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42065
m...
Loïc Dachary
09:36 PM CephFS Backport #51232 (Resolved): pacific: qa: scrub code does not join scrubopts with comma
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42065
m...
Loïc Dachary
09:36 PM CephFS Backport #51251 (Resolved): pacific: qa: fs:upgrade uses teuthology default distro
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42067
m...
Loïc Dachary
09:35 PM Dashboard Backport #51447: pacific: mgr/dashboard: bucket name input takes spaces eventhough its not allowed
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42119
m...
Loïc Dachary
09:35 PM CephFS Backport #50913 (Resolved): pacific: MDS heartbeat timed out between during executing MDCache::st...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42061
m...
Loïc Dachary
09:35 PM CephFS Backport #51286 (Resolved): pacific: MDSMonitor: crash when attempting to mount cephfs
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42068
m...
Loïc Dachary
09:35 PM CephFS Backport #51413 (Resolved): pacific: cephfs-mirror: do not terminate on SIGHUP
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42097
m...
Loïc Dachary
09:34 PM CephFS Backport #51414 (Resolved): pacific: mds: "FAILED ceph_assert(r == 0 || r == -2)"
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42072
m...
Loïc Dachary
09:34 PM CephFS Backport #51412 (Resolved): pacific: mds: mkdir on ephemerally pinned directory sometimes blocked...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42071
m...
Loïc Dachary
09:34 PM CephFS Backport #51324 (Resolved): pacific: pacific: client: abort after MDS blocklist
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42070
m...
Loïc Dachary
09:34 PM CephFS Backport #51322 (Resolved): pacific: qa: test_data_scan.TestDataScan.test_pg_files AssertionError...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42069
m...
Loïc Dachary
09:34 PM CephFS Backport #51235 (Resolved): pacific: doc: pacific updates
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42066
m...
Loïc Dachary
09:34 PM CephFS Backport #51231 (Resolved): pacific: pybind/mgr/snap_schedule: Invalid command: Unexpected argume...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42064
m...
Loïc Dachary
09:33 PM CephFS Backport #51230 (Resolved): pacific: qa: fs:bugs does not specify distro
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42063
m...
Loïc Dachary
09:33 PM mgr Backport #51455 (Resolved): pacific: progress module: TypeError: '<' not supported between instan...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42045
m...
Loïc Dachary
09:33 PM RADOS Backport #50791 (Resolved): pacific: osd: write_trunc omitted to clear data digest
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42019
m...
Loïc Dachary
09:32 PM CephFS Backport #51203 (Resolved): pacific: mds: CephFS kclient gets stuck when getattr() on a certain file
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42062
m...
Loïc Dachary
09:32 PM CephFS Backport #50875 (Resolved): pacific: mds: MDSLog::journaler pointer maybe crash with use-after-free
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42060
m...
Loïc Dachary
09:32 PM CephFS Backport #50848 (Resolved): pacific: mds: "cluster [ERR] Error recovering journal 0x203: (2) No...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42059
m...
Loïc Dachary
09:31 PM CephFS Backport #50846 (Resolved): pacific: mds: journal recovery thread is possibly asserting with mds_...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42058
m...
Loïc Dachary
09:31 PM CephFS Backport #50636 (Resolved): pacific: session dump includes completed_requests twice, once as an i...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42057
m...
Loïc Dachary
09:31 PM CephFS Backport #50630 (Resolved): pacific: mds: Error ENOSYS: mds.a started profiler
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42056
m...
Loïc Dachary
09:30 PM CephFS Backport #50445 (Resolved): pacific: client: Inode.cc: 405: FAILED ceph_assert(_ref >= 0)
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41052
m...
Loïc Dachary
09:30 PM CephFS Backport #50624 (Resolved): pacific: qa: "ls: cannot access 'lost+found': No such file or directory"
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/40856
m...
Loïc Dachary
09:30 PM CephFS Backport #50289 (Resolved): pacific: MDS stuck at stopping when reducing max_mds
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/40856
m...
Loïc Dachary
09:30 PM CephFS Backport #50282 (Resolved): pacific: MDS slow request lookupino #0x100 on rank 1 block forever on...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/40856
m...
Loïc Dachary
09:30 PM Dashboard Backport #51148: pacific: mgr/dashboard: when adding host, allow to specify network address and l...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42027
m...
Loïc Dachary
09:21 PM CephFS Bug #51282: pybind/mgr/mgr_util: .mgr pool may be created too early causing spurious PG_DEGRADED ...
/a/sage-2021-06-29_21:27:07-rados-wip-sage3-testing-2021-06-28-1912-distro-basic-smithi/6244042
/a/rfriedma-2021-07-...
Neha Ojha
09:05 PM Revision 16eb42a1 (ceph): pybind/mgr/autoscaler: don't scale pools with overlapping roots
In the previous version of get_subtree_resource_status() in
src/pybind/mgr/pg_autoscaler/module.py we ignore overlapp...
Kamoltat (Junior) Sirivadhna
08:54 PM Revision 896f0d4a (ceph): doc/foundation: add linode
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
08:41 PM Revision 702fbdb8 (ceph): mgr/telemetry: add underscore to perf_counters for consistency
Signed-off-by: Laura Flores <lflores@redhat.com> Laura Flores
06:47 PM Revision 955cf99a (ceph): Merge pull request #40692 from singuliere/wip-50240-pacific
pacific: Warning Cleanup and Clang Compile Fix
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Ilya Dryomov <...
Yuri Weinstein
06:37 PM RADOS Backport #51316 (Duplicate): nautilus: osd:scrub skip some pg
Konstantin Shalygin
06:16 PM Revision 0ab81ca3 (ceph): doc: added documentation on additional throttling options for the PG ba...
Signed-off-by: Paul Reece <paul@reece.cc>
(cherry picked from commit eafa979b7972be72f7bde1dd29f40b403f29a496)
Paul Reece
06:15 PM Revision 47ae2c54 (ceph): doc/rados/operations: s/max_misplaced/target_max_misplaced_ratio/
max_misplaced with replaced by in target_max_misplaced_ratio
edbd592ee44e02a5328e1510879555c2f9dcfc9e, but the docume...
Kefu Chai
06:15 PM Bug #51578: FTBFS with fmt-8.x
happens in openSUSE Tumbleweed as well Nathan Cutler
05:16 PM RADOS Bug #51581: scrub/osd-scrub-repair.sh: TEST_auto_repair_bluestore_tag failed
Looks like an issue with the test that was added in d6eb3e3a3c29a02d6c7c088ef7c8c668a872d16e. Ronen, can you please t... Neha Ojha
04:53 PM RADOS Bug #51581: scrub/osd-scrub-repair.sh: TEST_auto_repair_bluestore_tag failed
/a/sage-2021-06-12_13:06:29-rados-master-distro-basic-smithi/6168272 Neha Ojha
05:07 PM rgw Fix #51599 (Resolved): rgw: cleanup virtual dtor decls and defns
working on zipper loadable modules reveals issues with dtors in several classes.
These manifest as undefined refer...
Kaleb KEITHLEY
04:10 PM Dashboard Bug #43005 (Duplicate): mgr/dashboard: RPM contains tests, front-end sources and non-releasable c...
Ernesto Puerta
04:00 PM rgw Bug #51422: Quota about bucket does not work.
does not reproduce on upstream v14.2.11 tag:... Mark Kogan
02:08 PM rgw Bug #51422: Quota about bucket does not work.
does not reproduce with current master, will re-check with the specific version (14.2.11)
another question was the...
Mark Kogan
03:55 PM Revision 261eb60e (ceph): rgw/sts: createbucket op should take into account
session policies also while evaluating permissions.
Fixes: https://tracker.ceph.com/issues/51598
Signed-off-by: Pri...
Pritha Srivastava
03:53 PM rgw Bug #51598 (Resolved): Session policy evaluation incorrect for CreateBucket.
CreateBucket op does not take into account evaluation of Session policies. Pritha Srivastava
03:27 PM Revision faccb57b (ceph): README.md: fix couple minor syntax issues
Signed-off-by: Srishti Guleria <guleriasrishti01@gmail.com> Srishti Guleria
02:43 PM RADOS Bug #50659: Segmentation fault under Pacific 16.2.1 when using a custom crush location hook
I just wanted to note that I see the status is listed as "Need More Info", but I think I have provided everything I h... Andrew Davidoff
02:30 PM Orchestrator Bug #48291 (Fix Under Review): Grafana should not have a predictable default password
Sebastian Wagner
02:23 PM rgw Bug #51574: Segfault when uploading file
I'm not sure how to find out what's in those devel versions, but that is, indeed the fix. Daniel Gryniewicz
02:18 PM rgw Bug #51490 (Duplicate): "IndexError: list index out of range" in rgw
Casey Bodley
02:12 PM rgw Bug #51560 (In Progress): the root cause of rgw.none appearance
J. Eric Ivancich
02:12 PM rgw Bug #51560 (Triaged): the root cause of rgw.none appearance
J. Eric Ivancich
02:07 PM Orchestrator Tasks #49490 (Need More Info): cephadm additions/changes to support everything rgw.py needs
Sebastian Wagner
01:21 PM Orchestrator Tasks #49490 (In Progress): cephadm additions/changes to support everything rgw.py needs
Sebastian Wagner
02:05 PM rgw Backport #51597 (Resolved): pacific: valgrind use-after-free in RGWCopyObj::execute() after RGWOb...
https://github.com/ceph/ceph/pull/42949 Backport Bot
02:04 PM rgw Bug #51347 (Pending Backport): valgrind use-after-free in RGWCopyObj::execute() after RGWObjectCt...
Casey Bodley
02:03 PM Revision 0883bdea (ceph): 16.2.5
Jenkins Build Slave User
01:28 PM Orchestrator Bug #51277 (Can't reproduce): cephadm bootstrap: unable to set up admin label
Sebastian Wagner
01:18 PM Revision c12af828 (ceph): doc/cephadm: operations: Data location & ...
This (very long) PR does a few things:
- Rewrites the "Data Location" section of the Operations
docs
- Rewrites th...
Zac Dover
01:08 PM Revision 6b38bf1f (ceph): crimson/common: dump metric with labels
Otherwise we cannot distinguish metrics of the same name.
Labels also contain useful information about the metric.
S...
Yingxin Cheng
12:53 PM rbd Bug #51594: [test] add ceph-iscsi + cephadm tests
relates to https://github.com/ceph/ceph/pull/42242 Sebastian Wagner
11:56 AM rbd Bug #51594 (Resolved): [test] add ceph-iscsi + cephadm tests
There is an on-going effort to convert the rbd suite to cephadm in https://github.com/ceph/ceph/pull/39843. We need ... Ilya Dryomov
12:32 PM Orchestrator Feature #51596: implement "gather-logs" feature in cephadm
replaces https://github.com/ceph/cephadm-ansible/issues/18 Sebastian Wagner
12:20 PM Orchestrator Feature #51596 (New): implement "gather-logs" feature in cephadm
ceph-ansible used to provide a playbook for fetching logs/config/keys from a running cluster.
Since Ansible isn't ...
Guillaume Abrioux
12:09 PM rgw Bug #51595 (Closed): Incremental sync fails to complete post reshard on a bucket ownership changed.
ceph version 17.0.0-5278-g79eb0c85 (79eb0c853ca1ee491410e0c6c6796675a7449ef9) quincy (dev)
Steps:
1. Created a bu...
Tejas C
11:41 AM Orchestrator Bug #45420 (Can't reproduce): cephadmunit.py: teuthology.exceptions.CommandFailedError: Command f...
Sebastian Wagner
11:36 AM Orchestrator Tasks #45914 (Won't Fix): cephamd: make src/cephadm/vstart-smoke.sh a proper teuthology test
don't care Sebastian Wagner
11:35 AM Orchestrator Bug #43415 (Won't Fix): python3-remoto not available in ubuntu
out of scope Sebastian Wagner
11:32 AM Support #51593 (New): MDSs trimming stuck
We're running a rook-ceph cluster that has gotten stuck in "1 MDSs behind on trimming" and the number is not decreasi... Zachary Ulissi
11:26 AM Dashboard Backport #51488 (In Progress): octopus: mgr/dashboard: run cephadm orch backend E2E tests
Alfonso Martínez
10:47 AM Orchestrator Bug #51592 (Resolved): cephadm should not use the lvm binary of the container
See Gluster's way of doing this:
https://github.com/gluster/gluster-containers/blob/master/CentOS/exec-on-host.sh
...
Sebastian Wagner
10:31 AM mgr Bug #51591 (Pending Backport): src/ceph-crash.in: various enhancements and fixes
Sébastien Han
10:30 AM mgr Bug #51591: src/ceph-crash.in: various enhancements and fixes
Probably not the right component but I didn't find anything for the crash collector. Sébastien Han
10:30 AM mgr Bug #51591 (Resolved): src/ceph-crash.in: various enhancements and fixes
See: https://github.com/ceph/ceph/pull/42055 Sébastien Han
10:26 AM Revision 0509deb6 (ceph): Merge pull request #42055 from leseb/crash-various-fixes
src/ceph-crash.in: various enhancements and fixes Sébastien Han
10:24 AM Orchestrator Bug #51590 (In Progress): cephadm: iscsi: The first gateway defined must be the local machine
Sebastian Wagner
09:58 AM Orchestrator Bug #51590 (Resolved): cephadm: iscsi: The first gateway defined must be the local machine
1. Deploy cluster using cephadm
2. Deploy iscsi services using iscsi.yml file...
Sebastian Wagner
08:01 AM Revision 84cab65e (ceph): qa/standalone: Add missing teardowns to a subset of osd-scrub-repair tests
Tests identified with missing teardown within osd-scrub-repair.sh:
1. TEST_periodic_scrub_replicated()
2. TEST_sc...
Sridhar Seshasayee
07:58 AM Revision a96c34f0 (ceph): qa/standalone: Add missing teardowns to a subset of osd tests
The following files and tests in them did not teardown the
cluster after a test completed.
1. osd/osd-force-create.s...
Sridhar Seshasayee
07:44 AM CephFS Bug #51589 (Resolved): mds: crash when journaling during replay
MDS version: ceph version 14.2.20 (36274af6eb7f2a5055f2d53ad448f2694e9046a0) nautilus (stable)
Using 200 clients, ...
伟杰 谭
07:38 AM Dashboard Tasks #50566 (In Progress): mgr/dashboard: Review Section for the Create Cluster Workflow
Nizamudeen A
07:37 AM Dashboard Tasks #50565 (Resolved): mgr/dashboard: Add host section for the Create Cluster Workflow
Nizamudeen A
07:32 AM Dashboard Backport #51448 (In Progress): octopus: mgr/dashboard: bucket name input takes spaces eventhough ...
Nizamudeen A
07:30 AM Revision 51855e5b (ceph): mgr/dashboard: Fix bucket name input allows space in the value
Fixes: https://tracker.ceph.com/issues/51368
Signed-off-by: Nizamudeen A <nia@redhat.com>
(cherry picked from commit ...
Nizamudeen A
07:23 AM Dashboard Cleanup #51588 (New): mgr/dashboard: Host labels cleanups
The cephadm now has several meaningful labels like _admin, _no_schedule etc. From the dashboard side it doesn't make ... Nizamudeen A
07:00 AM Revision 4450f388 (ceph): common/hobject: speed up non-printables handling when listing hobjects
Using charconv::to_chars().
Anecdotal speedup, handling an assorted mix of strings: 2.4X
(tested on my laptop)
Signe...
Ronen Friedman
06:56 AM Dashboard Feature #51587 (Resolved): mgr/dashboard: implement host drain feature in dashboard
cephadm now supports the orch host drain command which will add a _no_schedule label to the host and drain all the se... Nizamudeen A
06:53 AM rbd Bug #48850: "FAILED ceph_assert(m_pending_ops == 0)" in TestImageReplayer/3.SnapshotUnprotect
@kefu is this from local or jenkins? Deepika Upadhyay
01:22 AM rbd Bug #48850: "FAILED ceph_assert(m_pending_ops == 0)" in TestImageReplayer/3.SnapshotUnprotect
... Kefu Chai
06:42 AM Revision aeb1e6d2 (ceph): Merge pull request #42236 from tchaikov/wip-crimson-no-protobuf
ceph.spec,debian: drop protobuf dependencies
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
06:38 AM Fix #51586 (New): include/filepath: do not exceed the path depth
In prefixpath function, do not exceed the path depth yantao xue
06:08 AM Revision ab893cba (ceph): osd: move down peers out from peer_purged
f7c5b01e18 tried to fix this, but adding peer_purged.erase() into
the peer_info loop made no effect because in purge_...
Mykola Golub
05:58 AM RADOS Backport #51583 (In Progress): nautilus: osd does not proactively remove leftover PGs
Mykola Golub
01:11 AM RADOS Backport #51583 (Resolved): nautilus: osd does not proactively remove leftover PGs
https://github.com/ceph/ceph/pull/42240 Backport Bot
05:48 AM RADOS Backport #51582 (In Progress): octopus: osd does not proactively remove leftover PGs
Mykola Golub
01:11 AM RADOS Backport #51582 (Resolved): octopus: osd does not proactively remove leftover PGs
https://github.com/ceph/ceph/pull/42239 Backport Bot
05:48 AM Revision 924b13a5 (ceph): osd: move down peers out from peer_purged
f7c5b01e18 tried to fix this, but adding peer_purged.erase() into
the peer_info loop made no effect because in purge_...
Mykola Golub
05:47 AM RADOS Backport #51584 (In Progress): pacific: osd does not proactively remove leftover PGs
Mykola Golub
01:11 AM RADOS Backport #51584 (Resolved): pacific: osd does not proactively remove leftover PGs
https://github.com/ceph/ceph/pull/42238 Backport Bot
05:46 AM Revision eb463199 (ceph): osd: move down peers out from peer_purged
f7c5b01e18 tried to fix this, but adding peer_purged.erase() into
the peer_info loop made no effect because in purge_...
Mykola Golub
05:39 AM RADOS Fix #51580 (Fix Under Review): qa/standalone: Add missing teardowns at the end of a subset of osd...
Sridhar Seshasayee
03:49 AM rgw Bug #49780: assumed-role: s3api head-object returns 403 Forbidden, even if role has ListBucket, f...
Hi all.
PR https://github.com/ceph/s3-tests/pull/389 has role-policy...
hoan nv
02:11 AM Bug #51561: filepath: fix prefixpath
In prefixpath function, do not exceed the path depth yantao xue
01:57 AM rgw Bug #42788: unittest_rgw_dmclock_scheduler Failed
Tomohiro, i think that should be right fix. probably some requests posted to the io_context is not ready yet when @po... Kefu Chai
01:18 AM Bug #51519 (Resolved): ceph-dencoder unable to load dencoders from "lib64/ceph/denc". it is not a...
Kefu Chai
01:17 AM Revision 825966a1 (ceph): Merge pull request #42185 from qiuxinyidian/dev2
cmake: set denc_plugin_dir with the full path
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:06 AM RADOS Bug #38931 (Pending Backport): osd does not proactively remove leftover PGs
Kefu Chai
12:49 AM Revision 2f321029 (ceph): seastar: bump seastar to latest upstream master
to pick up the change to drop protobuf dependency
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:49 AM Revision 4a3a74fd (ceph): ceph.spec,debian: drop protobuf dependencies
since Seastar has dropped the protobuf dependencies, there is no
need to prepare them for building crimson anymore.
...
Kefu Chai
12:44 AM Revision bdb4b20e (ceph): tools/kvstore_tool: add "std::" before ostream and string
also use <iosfwd> instead of <iostream> for forward declaration of
std::ostream, so that we don't need to include the...
Kefu Chai
12:33 AM Revision 5fb2af62 (ceph): Merge pull request #42141 from trociny/wip-38931
osd: move down peers out from peer_purged
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Xie Xingguo
12:27 AM RADOS Bug #51000: LibRadosTwoPoolsPP.ManifestSnapRefcount failure
Ok, I'll take a look. Myoungwon Oh

07/07/2021

10:57 PM Revision 1d9285cf (ceph): Merge pull request #42164 from yuriw/wip-yuriw-crontab-master
qa/tests: removed nautilus suites as EOL
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Ilya Dryom...
Ilya Dryomov
10:24 PM RADOS Bug #51581 (Resolved): scrub/osd-scrub-repair.sh: TEST_auto_repair_bluestore_tag failed
... Sridhar Seshasayee
10:18 PM RADOS Bug #50245: TEST_recovery_scrub_2: Not enough recovery started simultaneously
/a/sseshasa-2021-07-07_19:22:19-rados:standalone-master-distro-basic-smithi/6258022 Sridhar Seshasayee
10:16 PM RADOS Bug #49961: scrub/osd-recovery-scrub.sh: TEST_recovery_scrub_1 failed
/a/sseshasa-2021-07-07_19:22:19-rados:standalone-master-distro-basic-smithi/6258018
/a/sseshasa-2021-07-14_10:37:09-...
Sridhar Seshasayee
09:49 PM RADOS Fix #51580 (Resolved): qa/standalone: Add missing teardowns at the end of a subset of osd and scr...
A subset of osd and scrub standalone tests are not properly cleaning up after
completion.

# osd/osd-force-cre...
Sridhar Seshasayee
09:17 PM Revision a97f5779 (ceph): qa/tests: removed nautilus suites as EOL, kept kcephfs and krbd suites
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
09:12 PM CephFS Bug #44257: vstart.sh: failed by waiting for mgr dashboard module to start
I just ran into this same issue, where "waiting for mgr dashboard module to start" runs on a loop. Checking mgr.log.x... Laura Flores
08:45 PM Backport #51579 (In Progress): pacific: FTBFS with fmt-8.x
Nathan Cutler
08:44 PM Backport #51579 (Resolved): pacific: FTBFS with fmt-8.x
https://github.com/ceph/ceph/pull/42233 Nathan Cutler
08:45 PM Revision c7d7ab94 (ceph): common/Formatter: include used header
otherwise it fails to build with gcc-toolset-10, like:
../src/common/Formatter.cc: In member function ‘virtual void ...
Kefu Chai
08:45 PM Revision 99ce165d (ceph): mon,osd: always init local variable
this change silences the warning like:
../src/mon/Monitor.cc: In member function ‘void Monitor::handle_command(MonOp...
Kefu Chai
08:45 PM Revision 99613347 (ceph): include/denc: include used header
to address the FTBFS like:
/home/kchai/ceph/src/include/denc.h: In member function ‘void DencDumper<T>::dump() const...
Kefu Chai
08:43 PM Bug #51578 (Resolved): FTBFS with fmt-8.x
FTBFS with fmt-8.x on Fedora 35/rawhide Nathan Cutler
08:16 PM Orchestrator Bug #49622 (Pending Backport): cephad orchestrator allows to delete hosts with ceph daemons running
Daniel Pivonka
08:16 PM Orchestrator Feature #48624 (Pending Backport): ceph orch drain <host>
Daniel Pivonka
06:58 PM Bug #51577 (New): /src/common/str_map.cc#L51: Unreported error position
In master branch of ceph in Github, https://github.com/ceph/ceph/blob/master/src/common/str_map.cc#L51, the variable ... Li Zhong
05:48 PM rgw Backport #51081 (In Progress): pacific: multisite: full sync broken for tenanted buckets
Cory Snyder
05:47 PM Revision 25f9d902 (ceph): rgw: parse tenant name out of rgwx-bucket-instance
used by multisite bucket full sync to request the listing of a specific
bucket instance. if the bucket lives under a ...
Casey Bodley
05:46 PM rgw Backport #51329 (In Progress): pacific: rgw: deleting a bucket results in infinite loop
Cory Snyder
05:46 PM Revision b60e70f4 (ceph): rgw: avoid infinite loop when deleting a bucket
When deleting a bucket with an incomplete multipart upload that
has about 2000 parts uploaded, we noticed an infinite...
Jeegn Chen
05:44 PM RADOS Backport #51556 (In Progress): pacific: mon: return -EINVAL when handling unknown option in 'ceph...
Cory Snyder
08:20 AM RADOS Backport #51556 (Resolved): pacific: mon: return -EINVAL when handling unknown option in 'ceph os...
https://github.com/ceph/ceph/pull/42229 Backport Bot
05:44 PM Revision 99249c49 (ceph): mon: return -EINVAL when handling unknown option in 'ceph osd pool get'
Signed-off-by: Zhao Cuicui <brucen1030@163.com>
(cherry picked from commit 7ed494076e2390f8e6a386278346632d00ee718a)
Cuicui Zhao
05:42 PM mgr Backport #51188 (In Progress): pacific: mgr/telemetry: pass leaderboard flag even w/o ident
Cory Snyder
05:42 PM Revision df0be2a0 (ceph): mgr/telemetry: pass leaderboard flag even w/o ident
Allow non-identified clusters to appear in the leaderboard.
The leaderboard option still defaults to false, so the ch...
Sage Weil
05:40 PM CephFS Backport #51481 (Resolved): pacific: osd: sent kickoff request to MDS and then stuck for 15 minut...
Cory Snyder
05:30 PM CephFS Backport #51547 (In Progress): pacific: src/pybind/mgr/mirroring/fs/snapshot_mirror.py: do not as...
Cory Snyder
05:30 PM Revision ad0e2b53 (ceph): src/pybind/mgr/mirroring/fs/snapshot_mirror.py: do not assume a cephfs-...
We should not assume a daemon is runnning. If the daemon is not running
we get the default value of None. So let's sk...
Sébastien Han
05:24 PM mgr Backport #51424 (In Progress): pacific: mgr module INFO should be logged by default
Cory Snyder
05:24 PM Revision 0ecaa2b6 (ceph): mgr: set debug_mgr=2/5 (so INFO goes to mgr log by default)
Fixes: https://tracker.ceph.com/issues/48311
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit ...
Sage Weil
05:19 PM mgr Backport #49850 (Resolved): pacific: prometheus: sum_metrics not initialized
Cory Snyder
05:17 PM RADOS Backport #51568 (In Progress): pacific: pool last_epoch_clean floor is stuck after pg merging
Cory Snyder
01:26 PM RADOS Backport #51568 (Resolved): pacific: pool last_epoch_clean floor is stuck after pg merging
https://github.com/ceph/ceph/pull/42224 Backport Bot
05:17 PM Revision d29fd74b (ceph): mon/OSDMonitor: account for PG merging in epoch_by_pg accounting
After a pool has merged PGs, the epoch_by_pg accounting will refer
to osdmap epochs of PGs that no longer exist. We'l...
Dan van der Ster
05:13 PM RADOS Backport #51498 (In Progress): pacific: mgr spamming with repeated set pgp_num_actual while merging
Cory Snyder
05:13 PM Revision a6f355dc (ceph): mgr/DaemonServer: skip redundant update of pgp_num_actual
During PG merge the MGR was observed repeatedly sending identical
set pgp_num_actual values, leading to osdmap churn ...
Dan van der Ster
05:11 PM RADOS Backport #51371 (Resolved): pacific: OSD crash FAILED ceph_assert(!is_scrubbing())
https://github.com/ceph/ceph/pull/41944 Cory Snyder
05:06 PM Revision ab52d39f (ceph): qa/workunits/mon/pool_ops: remove test for min/max_size check
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
04:14 PM Revision 7500b821 (ceph): cephadm: add bootstrap --log-to-file option
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
04:10 PM Orchestrator Bug #51571: cephadm: remove iscsi service fails due to incorrect gateway name
> <cluster name>-<cluster fsid>-<daemon name>
That's in fact the container name...
Dimitri Savineau
02:42 PM Orchestrator Bug #51571 (Resolved): cephadm: remove iscsi service fails due to incorrect gateway name
If the iscsi service is removed and the dashboard is deployed (dashboard mgr module enabled) then the cluster status ... Dimitri Savineau
03:53 PM RADOS Bug #51000: LibRadosTwoPoolsPP.ManifestSnapRefcount failure
Myoungwon Oh, can you please help take a look at this. Neha Ojha
03:47 PM RADOS Bug #51576 (New): qa/tasks/radosbench.py times out
... Neha Ojha
03:44 PM Dashboard Bug #51575 (Resolved): mgr/dashboard: Notification banners at the top of the UI have fixed height
The banners, e.g. to notify users to update their password or the enable the telemetry plugin, have a hardcoded fixed... Volker Theile
03:36 PM rgw Bug #51574 (Fix Under Review): Segfault when uploading file
We recently upgraded our cluster to 16.2.4 but got segmentations faults in radosgw when uploading files.
At first,...
Jan Graichen
03:27 PM rgw Bug #51572 (New): retry_raced_bucket_write() callers not handling attrs correctly
some ops like RGWPutCORS, RGWDeleteCORS, etc. handle writes to the bucket instance like this:... Casey Bodley
02:56 PM RADOS Backport #51549 (In Progress): pacific: cephadm bootstrap on arm64 fails to start ceph/ceph-grafa...
https://github.com/ceph/ceph/pull/42211 Deepika Upadhyay
07:58 AM RADOS Backport #51549 (Resolved): pacific: cephadm bootstrap on arm64 fails to start ceph/ceph-grafana ...
https://github.com/ceph/ceph/pull/42211 Kefu Chai
02:46 PM rgw Bug #51536 (Fix Under Review): rgw: fail as expected when set-bucket-website attempted on a non-e...
Casey Bodley
06:17 AM rgw Bug #51536: rgw: fail as expected when set-bucket-website attempted on a non-existent bucket
rgw: fail as expected when set/delete-bucket-website attempted on a non-existent bucket XiangRui Meng
02:41 PM Orchestrator Feature #49171 (Resolved): cephadm: set osd-memory-target
Sage Weil
02:38 PM Orchestrator Feature #51004 (In Progress): cephadm agent 2.0
Sebastian Wagner
02:36 PM RADOS Backport #51570 (In Progress): pacific: CommandCrashedError: Command crashed: 'mkdir -p -- /home/...
https://github.com/ceph/ceph/pull/42221 Neha Ojha
02:35 PM RADOS Backport #51570 (Resolved): pacific: CommandCrashedError: Command crashed: 'mkdir -p -- /home/ubu...
https://github.com/ceph/ceph/pull/42221 Backport Bot
02:34 PM Orchestrator Bug #51546 (Fix Under Review): cephadm: remove iscsi service fails when the dashboard isn't deployed
Sebastian Wagner
02:32 PM Revision 14f85370 (ceph): qa: scrub a few remaining mentions of ruleset
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
02:31 PM Revision 4fc7c309 (ceph): qa/standalone/mon/osd-*: fix tests
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
02:30 PM RADOS Bug #50393 (Pending Backport): CommandCrashedError: Command crashed: 'mkdir -p -- /home/ubuntu/ce...
... Neha Ojha
02:22 PM bluestore Backport #50935 (In Progress): pacific: osd-bluefs-volume-ops.sh fails
https://github.com/ceph/ceph/pull/42219 Igor Fedotov
02:22 PM Orchestrator Bug #51567 (Closed): monitoring spec file doesn't support custom port option as per the doc
unable to reproduce. issue originated from a downstream build that does not have the monitoring ports feature backpor... Daniel Pivonka
01:25 PM Orchestrator Bug #51567 (Closed): monitoring spec file doesn't support custom port option as per the doc
... Sebastian Wagner
02:22 PM ceph-volume Backport #50862: pacific: add ceph-volume lvm [new-db|new-wal|migrate] commands
https://github.com/ceph/ceph/pull/42219 Igor Fedotov
02:22 PM ceph-volume Backport #50862 (In Progress): pacific: add ceph-volume lvm [new-db|new-wal|migrate] commands
Igor Fedotov
01:58 PM Revision 7a31ae31 (ceph): Merge pull request #42176 from tchaikov/wip-doc-option
doc/rados/troubleshooting/log-and-debug: document option using :confval:
Reviewed-by: Patrick Donnelly <pdonnell@red...
Kefu Chai
01:55 PM Bug #51561 (Fix Under Review): filepath: fix prefixpath
Kefu Chai
11:44 AM Bug #51561 (Fix Under Review): filepath: fix prefixpath
yantao xue
01:53 PM bluestore Bug #51034: osd: failed to initialize OSD in Rook
Two more inputs.
1. Ceph v15.2.8, in which this problem didn't happen, disabled bluefs_buffered_io. It's the defau...
Satoru Takeuchi
01:42 PM Revision 92ec79fd (ceph): mds: add debugging when rejecting mksnap with EPERM
Fixes: https://tracker.ceph.com/issues/51543
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
01:30 PM Revision a7038a79 (ceph): tools/ceph-bluestore-tool: be more legible before requesting additional...
Request DB/WAL size specification when relevant devices are created
only.
Signed-off-by: Igor Fedotov <ifedotov@suse...
Igor Fedotov
01:26 PM RADOS Backport #51569 (Resolved): octopus: pool last_epoch_clean floor is stuck after pg merging
https://github.com/ceph/ceph/pull/42837 Backport Bot
01:23 PM RADOS Bug #48212 (Pending Backport): poollast_epoch_clean floor is stuck after pg merging
Kefu Chai
01:22 PM Revision f8bc9e5e (ceph): Merge pull request #42136 from dvanders/dvanders_lec_merging
mon/OSDMonitor: resize oversized Lec::epoch_by_pg, after PG merging, preventing osdmap trimming
Reviewed-by: Sage We...
Kefu Chai
01:09 PM rgw Backport #51143: pacific: directories with names starting with a non-ascii character disappear af...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41774
merged
Yuri Weinstein
01:08 PM Revision 2da4f0a0 (ceph): Merge pull request #41774 from trociny/wip-51143-pacific
pacific: cls/rgw: look for plain entries in non-ascii plain namespace too
Reviewed-by: Casey Bodley <cbodley@redhat....
Yuri Weinstein
01:07 PM Orchestrator Feature #51566 (Resolved): cephadm: cpu limit
ceph-ansible allowed customization of CPU limits for containerized daemons per each type (so you could have different... Sebastian Wagner
12:47 PM Orchestrator Bug #51111: Pacific: CEPHADM_STRAY_DAEMON after deploying iSCSI gateway with cephadm due to tcmu-...
Hello,
I have the very same Issue on a fresh install of Pacific 16.2.4 on Ubuntu with podman, but I only have used s...
Fabian Goebel
12:34 PM Dashboard Bug #51565 (Resolved): monitoring: fix Physical Device Latency unit
Based on the expr it should be seconds Seena Fallah
12:30 PM Revision feb8f784 (ceph): monitoring: fix Physical Device Latency unit
Based on the expr it should be seconds
Signed-off-by: Seena Fallah <seenafallah@gmail.com>
Seena Fallah
12:30 PM Revision 05e7f00f (ceph): Merge pull request #42190 from ivancich/wip-unused-store-warning
rgw: remove unused store variable
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Kalpesh Pandya <kapandya@re...
J. Eric Ivancich
12:27 PM mgr Bug #51564 (Duplicate): Dashboard URL address is incorrect after bootstrap with IPV6 address
Description of problem:
After cephadm bootstrap with IPV6 address as mon ip gives the dashboard url which is incorre...
Sebastian Wagner
12:25 PM mgr Feature #51563 (Fix Under Review): mgr/prometheus: add pool crush rule and crush rule metadata
* Add ceph_crush_rule_metadata metric
* Add crush_rule label for ceph_pool_metadata metric
This can help to see p...
Seena Fallah
12:17 PM Orchestrator Tasks #51562 (Pending Backport): Enable autotune for osd_memory_target
Description of problem:
Enable autotune for osd_memory_target
cephadm brings the support for osd_memory_target,...
Sebastian Wagner
12:05 PM Orchestrator Bug #51541: cephadm: gather_facts for the host in maintainence returns empty list
Gather facts is never callied due to https://github.com/ceph/ceph/blob/f0b79b3a48e78a4b47c5c23c3991728cee01887a/src/p... Sebastian Wagner
11:24 AM Revision cf5ea22c (ceph): mon/OSDMonitor: account for PG merging in epoch_by_pg accounting
After a pool has merged PGs, the epoch_by_pg accounting will refer
to osdmap epochs of PGs that no longer exist. We'l...
Dan van der Ster
11:23 AM Revision f0b79b3a (ceph): Merge pull request #42040 from wjwithagen/wjw-wip-bluestore-choose_fdv3
blk: use choose_fd for all filehandle references
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:19 AM rgw Backport #51542 (In Progress): pacific: mgr: radosgw: include realm_{id,name} in service map
Alfonso Martínez
11:19 AM Revision acf67ec2 (ceph): rgw/rgw_rados: include realm_id in daemon metadata
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit e47d816bf78dcb920e2d53140919f361ffd53167)
Sage Weil
11:02 AM RADOS Bug #50441 (Resolved): cephadm bootstrap on arm64 fails to start ceph/ceph-grafana service
Deepika Upadhyay
10:16 AM RADOS Bug #50441: cephadm bootstrap on arm64 fails to start ceph/ceph-grafana service
moved temp to RADOS so that we can use backport scripts Deepika Upadhyay
10:15 AM RADOS Bug #50441 (Pending Backport): cephadm bootstrap on arm64 fails to start ceph/ceph-grafana service
Deepika Upadhyay
09:33 AM RADOS Bug #50441 (Resolved): cephadm bootstrap on arm64 fails to start ceph/ceph-grafana service
Sebastian Wagner
10:47 AM Revision 54bff902 (ceph): Merge pull request #41887 from s0nea/wip-51052-octopus
octopus: mgr/dashboard: show partially deleted RBDs Alfonso Martínez
10:40 AM rgw Bug #51560 (Resolved): the root cause of rgw.none appearance
I find there are many bugs about rgw.none appearance and a high max_objects in rgw.none.
We also meet it. I think it...
Jiaxing Fan
10:30 AM Revision afb3ec58 (ceph): monitoring/grafana/build/Makefile: work around buildah bug
Workaround https://github.com/containers/buildah/issues/3253
by pushing to a local OCI-format image to clear out erro...
Dan Mick
10:30 AM Revision e6c15cfd (ceph): monitoring/grafana/build/Makefile: fully qualify source image
Some build machines may not have a default docker repo configured.
Specify docker.io.
Signed-off-by: Dan Mick <dmick...
Dan Mick
10:30 AM Revision c1933b36 (ceph): monitoring/grafana/build/Makefile: Add ARCH variable
Allow building for other archs, in particular arm64
Signed-off-by: Dan Mick <dmick@redhat.com>
(cherry picked from c...
Dan Mick
10:30 AM Revision 286220a9 (ceph): monitoring/grafana/build/Makefile: pull dashboards from local dir
Use the dashboard definition files in this workspace directly
Signed-off-by: Dan Mick <dmick@redhat.com>
(cherry pic...
Dan Mick
10:30 AM Revision 0f5e055b (ceph): monitoring/grafana/build/Makefile: use "sudo buildah"
Some build machines don't have /etc/sub{u,g}id set up for
so-called "rootless" (non-privileged) operation. Use sudo
...
Dan Mick
10:30 AM Revision 3f534bb9 (ceph): monitoring/grafana/build/Makefile: use curl instead of wget
build machines tend to already have curl installed
Signed-off-by: Dan Mick <dmick@redhat.com>
(cherry picked from co...
Dan Mick
10:30 AM Revision 1f146b58 (ceph): monitoring/grafana/build/Makefile: cleanup, ready for jenkins
- allow env setting of versions of components
- add docker/quay username/password variables
- derive container versio...
Dan Mick
10:30 AM Revision cd14d0a6 (ceph): monitoring/grafana/build/Makefile: use --authfile
podman login caches auth tokens in auth.json; for sudo, it may be
placed in /run/containers/0 or it may be in /run/us...
Dan Mick
10:16 AM Orchestrator Feature #48292 (Fix Under Review): cephadm: allow more than 60 OSDs per host
Sebastian Wagner
10:16 AM Orchestrator Bug #51061 (Fix Under Review): GPT partitioning table: OSD "all-available-devices" tries to use "...
Sebastian Wagner
10:15 AM Orchestrator Bug #50928 (Fix Under Review): OSD size count mismatched with ceph orch commands
Sebastian Wagner
10:14 AM Orchestrator Bug #50690 (Fix Under Review): ceph orch apply osd -i <path_to_osd_spec.yml> --dry-run command no...
Sebastian Wagner
10:14 AM Orchestrator Bug #50592 (Fix Under Review): "ceph orch apply <svc_type>" applies placement by default without ...
Sebastian Wagner
09:59 AM Revision 89a709da (ceph): common/options: global.yaml: change ms_bind_port_max to 7568
If the cluster is set to have very dense nodes (>60 OSDs per host)
we have to make sure to assign sufficient ports fo...
Sebastian Wagner
09:51 AM Orchestrator Bug #48107 (Can't reproduce): cephadm fails to deploy iscsi gateway when selinux is enabled
Sebastian Wagner
09:50 AM Revision a1012b60 (ceph): blk/kernel: Only use file hint capabilities if available.
Without WRITE_LIFE capabilities, only one file is used.
And rocksdb sets this value also to > 0, so we need to catch ...
Willem Jan Withagen
09:50 AM Revision 9c13f8ad (ceph): blk: use choose_fd for all filehandle references
This is a leading part of the changes to implement bluestore on
FreeBSD. Without this invalid indexing in the descrip...
Willem Jan Withagen
09:50 AM Revision 5cd281a1 (ceph): blk/kernel: reorganise and use fd in debug
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl> Willem Jan Withagen
09:48 AM Orchestrator Documentation #47142 (Fix Under Review): docs: explain the difference between services and daemons
Sebastian Wagner
09:47 AM Revision 9d30b96f (ceph): doc/dev/cephadm: Define variables
Fixes: https://tracker.ceph.com/issues/47142
Signed-off-by: Sebastian Wagner <sewagner@redhat.com>
Sebastian Wagner
09:41 AM Orchestrator Bug #46687 (Can't reproduce): MGR_MODULE_ERROR: Module 'cephadm' has failed: No filters applied
Setting this to can't reproduce as this didn't popped up again. Sebastian Wagner
09:37 AM rgw Bug #51559 (Fix Under Review): radosgw-admin create subuser with a existing access-key has not er...
Kefu Chai
09:27 AM rgw Bug #51559 (Resolved): radosgw-admin create subuser with a existing access-key has not error log
radosgw-admin create subuser with a existing access-key has not error log, the subuser can be created... lei cao
09:36 AM RADOS Bug #42884: OSDMapTest.CleanPGUpmaps failure
https://jenkins.ceph.com/job/ceph-pull-requests/78813/consoleFull#-4535647526733401c-e9d0-4737-9832-6594c5da0afa Deepika Upadhyay
09:35 AM Orchestrator Feature #51302 (Duplicate): mgr/cephadm: automatically configure dashboard <-> RGW connection
Sebastian Wagner
09:34 AM Orchestrator Bug #49449 (Won't Fix): cephadm: synchronize container timezone with host
Sebastian Wagner
09:33 AM Orchestrator Bug #49273 (Resolved): cephadm fails deployment of node-exporter when ipv6 is disabled
Sebastian Wagner
09:31 AM Orchestrator Bug #48142 (Resolved): rados:cephadm/upgrade/mon_election tests are failing: CapAdd and privilege...
Sebastian Wagner
09:30 AM Orchestrator Bug #48071 (Resolved): rook: 'ceph orch ls' does not list nfs-ganesha daemons
Sebastian Wagner
09:30 AM Orchestrator Bug #47968 (Resolved): rook: 'ceph orch rm' throws type error
Sebastian Wagner
09:30 AM Orchestrator Bug #47923 (Resolved): rook: 'ceph orch apply nfs' throws error if no ganesha daemons are deployed
Sebastian Wagner
09:29 AM Orchestrator Bug #47511 (Resolved): rook: 'ceph orch status' returns 403 error
Sebastian Wagner
09:28 AM Orchestrator Bug #46558 (Resolved): cephadm: paths attribute ignored for db_devices/wal_devices via OSD spec
Sebastian Wagner
09:27 AM Orchestrator Bug #47513 (Resolved): rook: 'ceph orch ps' does not show image and container id correctly
Sebastian Wagner
09:26 AM bluestore Support #51532: Load osd disks from one server on to a new server
Any help on re-mounting osd disks on different server? Greg Smith
09:20 AM Dashboard Backport #51558 (Resolved): pacific: 400 error caused by multi-subtag language in Accept-Language...
https://github.com/ceph/ceph/pull/42297 Backport Bot
09:18 AM Dashboard Backport #48380 (New): octopus: mgr/dashboard: displaying deleting state of OSDs in OSD table
Laura Paduano
09:16 AM Dashboard Bug #51528 (Pending Backport): 400 error caused by multi-subtag language in Accept-Language header
Alfonso Martínez
09:15 AM Revision ffdd2bbb (ceph): Merge pull request #42183 from SMIL-Infra/fix-ac-lang
mgr/dashboard: fix Accept-Language header parsing Alfonso Martínez
09:11 AM Revision d9256eea (ceph): Merge pull request #36266 from amathuria/wip-rgw-d3n-cache-upstreaming
rgw: D3N Cache changes for Upstream Mark Kogan
09:05 AM Orchestrator Bug #51355: ingress service /var/lib/haproxy/haproxy.cfg
An alternative approach would be to change the owner of the haproxy config to the haproxy user (currently 99 in the d... Javier Cacheiro
08:37 AM Revision 2582e6f8 (ceph): Merge pull request #42158 from tchaikov/wip-e2e-centos
qa: run e2e test on centos only
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Kefu Chai
08:35 AM rbd Bug #51557: [pwl ssd] rbd bench can't exit sometimes in ssd cache mode
I guess it may hang at bdev->close() or delete bdev. need to try to reproduce the scene, and then use GDB to locate it CONGMIN YIN
08:32 AM rbd Bug #51557 (Can't reproduce): [pwl ssd] rbd bench can't exit sometimes in ssd cache mode
This is a problem that happens by chance. It also happened in ssd cache mode qa on teuthology.
refer qa test qa/suit...
CONGMIN YIN
08:30 AM RADOS Bug #45457 (Pending Backport): CEPH Graylog Logging Missing "host" Field
Kefu Chai
08:26 AM Revision c20a3769 (ceph): Improving syntax
Signed-off-by: Etienne Menguy <etienne.menguy@croit.io> Etienne Menguy
08:21 AM Dashboard Tasks #50565 (Fix Under Review): mgr/dashboard: Add host section for the Create Cluster Workflow
Nizamudeen A
08:20 AM RADOS Backport #51555 (Resolved): octopus: mon: return -EINVAL when handling unknown option in 'ceph os...
https://github.com/ceph/ceph/pull/43266 Backport Bot
08:19 AM Revision 6c8407c0 (ceph): Merge pull request #42175 from tchaikov/wip-45457
log: set hostname and fsid for graylog
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
08:18 AM Bug #51533 (Pending Backport): mon: return -EINVAL when handling unknown option in 'ceph osd pool...
Kefu Chai
08:14 AM Revision a335ee96 (ceph): Adding missing sudo
Signed-off-by: Etienne Menguy <etienne.menguy@croit.io> Etienne Menguy
08:13 AM Revision 0a2a461a (ceph): Fixing typo
Signed-off-by: Etienne Menguy <etienne.menguy@croit.io> Etienne Menguy
08:11 AM Revision e72e47f8 (ceph): Merge pull request #42205 from tchaikov/wip-doc-crimson-metrics
doc/dev/crimson: add a section for metrics
Reviewed-by: Yingxin Cheng <yingxin.cheng@intel.com>
Kefu Chai
08:04 AM Revision f487260e (ceph): Merge pull request #42179 from brucen1030/wip-fix-mon-crash-when-osd-po...
mon: return -EINVAL when handling unknown option in 'ceph osd pool get'
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:03 AM mgr Bug #51554 (Resolved): mgr/devicehealth: health warning caused by AttributeError: 'NoneType' obje...
h3. health warning caused by AttributeError: 'NoneType' object has no attribute 'get'
The cluster status is not he...
Robert Sander
08:03 AM RADOS Backport #51553 (Resolved): pacific: rebuild-mondb hangs
https://github.com/ceph/ceph/pull/42411 Kefu Chai
08:02 AM RADOS Backport #51552 (Resolved): octopus: rebuild-mondb hangs
https://github.com/ceph/ceph/pull/43263 Kefu Chai
08:02 AM Bug #51550: Build Ceph with Clang++10, SPDK Link memory_ut failed
diff --git a/Makefile b/Makefile
In src/spdk
index 24742e69c..658b51759 100644
--- a/Makefile
+++ b/Makefile
...
Kevin Zhao
08:00 AM Bug #51550: Build Ceph with Clang++10, SPDK Link memory_ut failed
Upstream fix, but not include in Ceph/spdk repo.
https://github.com/spdk/spdk/issues/1613
Current workaround would ...
Kevin Zhao
07:58 AM Bug #51550 (New): Build Ceph with Clang++10, SPDK Link memory_ut failed
LINK memory_ut
/usr/bin/ld.bfd: memory_ut.o: in function `vtophys_notify':
/home/vagrant/spdk_repo/spdk/lib/env_d...
Kevin Zhao
07:59 AM RADOS Backport #51551 (Rejected): octopus: cephadm bootstrap on arm64 fails to start ceph/ceph-grafana ...
Kefu Chai
07:48 AM Bug #51548: Build Ceph with Clang++10, fio_ceph_objectstore.o failed
The FIO build issue was recorded in FIO issues: https://github.com/axboe/fio/issues/1096
And it has already been f...
Kevin Zhao
07:45 AM Bug #51548 (New): Build Ceph with Clang++10, fio_ceph_objectstore.o failed
/usr/bin/ccache /usr/bin/clang++-10 -DBOOST_ALL_NO_LIB -DBOOST_ASIO_DISABLE_THREAD_KEYWORD_EXTENSION -DBOOST_ASIO_US... Kevin Zhao
07:47 AM Orchestrator Bug #51176 (Pending Backport): Module 'cephadm' has failed: 'MegaSAS'
Kefu Chai
07:47 AM Revision 7b33c3ac (ceph): Merge pull request #42177 from sebastian-philipp/cephadm-ls-garbage
mgr/cephadm: avoid saving daemons of unknown type
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
07:44 AM Revision c820aeaf (ceph): doc/dev/crimson: add a section for metrics
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
07:35 AM Revision 0dec93a8 (ceph): cmake: set denc_plugin_dir with the full path
This commit changes denc_plugin_dir from relative to absolute path, so
that CEPH_DENC_MOD_DIR points to the absolute ...
zhipeng li
07:16 AM Revision c4cc40ce (ceph): Merge pull request #42168 from tchaikov/wip-mgr-unsigned-pgp
mgr/DaemonServer: use "unsigned" to represent the pgp num
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Rado...
Kefu Chai
06:02 AM Revision c623aa45 (ceph): rgw: fail as expected when set/delete-bucket-website attempted on a non...
Fixes: https://tracker.ceph.com/issues/51536
Signed-off-by: xiangrui meng <mengxr@chinatelecom.cn>
mengxiangrui
02:51 AM Revision 3dd84871 (ceph): Merge pull request #42203 from tchaikov/wip-crimson-metrics
crimson/admin: dump DERIVE metrics as signed integer
Reviewed-by: Yingxin Cheng <yingxin.cheng@intel.com>
Kefu Chai
02:31 AM Revision da43d1df (ceph): crimson/admin: dump DERIVE metrics as signed integer
per include/seastar/core/metrics.hh,
// The value binding data types
enum class data_type : uint8_t {
COUNTER, /...
Kefu Chai

07/06/2021

09:02 PM Orchestrator Bug #51546: cephadm: remove iscsi service fails when the dashboard isn't deployed
... Dimitri Savineau
07:54 PM Orchestrator Bug #51546 (Resolved): cephadm: remove iscsi service fails when the dashboard isn't deployed
If the iscsi service is removed and the dashboard isn't deployed (dashboard mgr module not enabled) then the cluster ... Dimitri Savineau
08:10 PM CephFS Backport #51547 (Resolved): pacific: src/pybind/mgr/mirroring/fs/snapshot_mirror.py: do not assum...
https://github.com/ceph/ceph/pull/42226 Backport Bot
08:08 PM CephFS Bug #51476 (Pending Backport): src/pybind/mgr/mirroring/fs/snapshot_mirror.py: do not assume a ce...
Patrick Donnelly
08:08 PM Revision 782e2b34 (ceph): Merge PR #42139 into master
* refs/pull/42139/head:
src/pybind/mgr/mirroring/fs/snapshot_mirror.py: do not assume a cephfs-mirror daemon is alwa...
Patrick Donnelly
08:07 PM Revision f67f7952 (ceph): Merge PR #42137 into master
* refs/pull/42137/head:
msg/async/net_handler: do not define variable unless it is used
mds/cephfs_features: print ...
Patrick Donnelly
07:17 PM Linux kernel client Bug #51279: kclient hangs on umount (testing branch)
One thing we could do is merge a patch that makes this dump out some info about what it's waiting on when this is blo... Jeff Layton
07:16 PM Linux kernel client Bug #51279: kclient hangs on umount (testing branch)
Actually, the kernel was not reaped. We just don't build separate debuginfo packages. faddr2line script says:
wait...
Jeff Layton
07:02 PM Linux kernel client Bug #51279: kclient hangs on umount (testing branch)
Same sort of hang:... Jeff Layton
06:46 PM Linux kernel client Bug #51279: kclient hangs on umount (testing branch)
... Patrick Donnelly
07:02 PM Revision 7fcd3534 (ceph): Merge pull request #42155 from yuvalif/wip-yuval-fix-51347
rgw/notifications: cache object size to avoid accessing invalid memoery Yuval Lifshitz
06:59 PM Revision a280edbe (ceph): qa/workunits/mon/test_mon_config_key: use subprocess.run() instead of p...
the loop of proc.communicate() on python3.6, where we always are able to
get something out of stdout and/or stderr PI...
Kefu Chai
06:55 PM CephFS Backport #51545 (Rejected): octopus: mgr/volumes: use a dedicated libcephfs handle for subvolume ...
Backport Bot
06:55 PM CephFS Backport #51544 (Resolved): pacific: mgr/volumes: use a dedicated libcephfs handle for subvolume ...
https://github.com/ceph/ceph/pull/42914 Backport Bot
06:54 PM CephFS Bug #51271 (Pending Backport): mgr/volumes: use a dedicated libcephfs handle for subvolume API calls
Patrick Donnelly
06:54 PM Revision 097b678c (ceph): Merge PR #41966 into master
* refs/pull/41966/head:
mgr/volumes: use dedicated libcephfs handles for subvolume calls and async jobs
Reviewed-by...
Patrick Donnelly
06:52 PM CephFS Bug #50250: mds: "log [WRN] : Scrub error on inode 0x10000004506 (/client.0/tmp/clients/client3/~...
/ceph/teuthology-archive/pdonnell-2021-07-04_02:32:34-fs-wip-pdonnell-testing-20210703.052904-distro-basic-smithi/625... Patrick Donnelly
06:42 PM rgw Bug #48687 (Resolved): Command failed on smithi058 with status 1: 'rm -rf /home/ubuntu/cephtest/k...
This is solved here: https://github.com/ceph/ceph/pull/41835 Kalpesh Pandya
06:36 PM Revision 31a92556 (ceph): rgw: D3N Cache changes for Upstream
Upstreaming / rebase of #24500
Signed-off-by: Aishwarya Mathuria <amathuri@redhat.com>
rgw: change io_ctx pool per ...
Mark Kogan
06:26 PM Revision e391e56c (ceph): rgw: RadosBucket::get_bucket_info() updates RGWBucketEnt
if we construct a RadosBucket without knowing its instance id,
get_bucket_info() will look it up for us and store it ...
Casey Bodley
06:05 PM CephFS Cleanup #51543 (Fix Under Review): mds: improve debugging for mksnap denial
Patrick Donnelly
06:04 PM CephFS Cleanup #51543 (Resolved): mds: improve debugging for mksnap denial
Patrick Donnelly
05:38 PM RADOS Bug #45721: CommandFailedError: Command failed (workunit test rados/test_python.sh) FAIL: test_ra...
/a/yuriw-2021-07-02_17:35:44-rados-pacific-distro-basic-smithi/6249971 Neha Ojha
05:35 PM RADOS Bug #38357: ClsLock.TestExclusiveEphemeralStealEphemeral failed
/a/yuriw-2021-07-02_17:35:44-rados-pacific-distro-basic-smithi/6250131 Neha Ojha
05:32 PM RADOS Bug #51000: LibRadosTwoPoolsPP.ManifestSnapRefcount failure
similar failure seen in pacific... Neha Ojha
05:16 PM Linux kernel client Bug #51136 (Duplicate): Random hanging issues with rbd after network issues
Ilya Dryomov
05:14 PM Linux kernel client Bug #42757 (Fix Under Review): deadlock on lock_rwsem: rbd_quiesce_lock() vs watch errors
[PATCH] rbd: always kick acquire on "acquired" and "released" notifications
[PATCH] rbd: don't hold lock_rwsem while...
Ilya Dryomov
04:15 PM Dashboard Bug #51376 (Resolved): Incorrect OSD out count on landing page
Ernesto Puerta
04:15 PM Dashboard Backport #51478 (Resolved): pacific: Incorrect OSD out count on landing page
Ernesto Puerta
04:15 PM Revision 468a1be6 (ceph): Merge pull request #42153 from rhcs-dashboard/wip-51478-pacific
pacific: mgr/dashboard: fix OSD out count
Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Reviewed-by: huww98 <NOT@F...
Ernesto Puerta
04:14 PM Dashboard Backport #51477 (Resolved): octopus: Incorrect OSD out count on landing page
Ernesto Puerta
04:14 PM Revision 45c6565d (ceph): Merge pull request #42154 from rhcs-dashboard/wip-51477-octopus
octopus: mgr/dashboard: fix OSD out count
Reviewed-by: Aashish Sharma <aasharma@redhat.com>
Reviewed-by: Avan Thakka...
Ernesto Puerta
04:01 PM Orchestrator Bug #51043 (Resolved): Incorrect information about usage of ceph orch osd rm
Sebastian Wagner
03:59 PM Orchestrator Bug #44972 (Closed): cephadm: add-repo on ubuntu broken
Sebastian Wagner
03:57 PM Orchestrator Bug #50981 (Closed): cephadm: --service-type arg in 'orch ls' not handled properly for services w...
Sebastian Wagner
03:56 PM Orchestrator Bug #50817 (Closed): cephadm: upgrade loops forever if not enough mds daemons
Sebastian Wagner
03:56 PM Orchestrator Feature #50815 (In Progress): cephadm: Removing an offline host
Sebastian Wagner
03:55 PM rgw Backport #51542 (Resolved): pacific: mgr: radosgw: include realm_{id,name} in service map
https://github.com/ceph/ceph/pull/42213 Backport Bot
03:54 PM Orchestrator Documentation #51214 (Closed): config manage_etc_ceph_ceph_conf_hosts is typod
Sebastian Wagner
03:53 PM Orchestrator Bug #51328 (Fix Under Review): cephadm: `infer_fsid` should use fsid from ceph conf
Sebastian Wagner
03:51 PM Orchestrator Bug #51541 (Rejected): cephadm: gather_facts for the host in maintainence returns empty list
https://github.com/ceph/ceph/pull/41816/files#diff-4f2fb7d330e74b64ac41457b7c7a723cd78db86433e0b0c398874531e5a7e39eR1... Avan Thakkar
03:51 PM Orchestrator Cleanup #43700 (Fix Under Review): cephadm: make it a proper python package
Sebastian Wagner
03:49 PM Orchestrator Cleanup #43700 (In Progress): cephadm: make it a proper python package
Sebastian Wagner
03:48 PM Orchestrator Cleanup #44676 (Fix Under Review): cephadm: Replace execnet (and remoto)
Sebastian Wagner
03:45 PM Revision 0b089f6b (ceph): common/hobject: fix the handling of non-printable chars when listing ho...
The 'char >= 127' test was always(*) false.
(*) ostensibly - compiler dependent
Signed-off-by: Ronen Friedman <rfri...
Ronen Friedman
03:34 PM bluestore Bug #51540 (Fix Under Review): bluestore doesn't respect "bluestore_warn_on_spurious_read_errors"...
Igor Fedotov
03:22 PM bluestore Bug #51540 (In Progress): bluestore doesn't respect "bluestore_warn_on_spurious_read_errors" conf...
Igor Fedotov
03:22 PM bluestore Bug #51540 (Resolved): bluestore doesn't respect "bluestore_warn_on_spurious_read_errors" config ...
Igor Fedotov
03:31 PM Orchestrator Bug #51304 (Won't Fix): Can't install cephadm on CentOS 7
pacific isn't built for el7, so --add-repo won't work.
cephadm does not support el7 (containers aren't reliably st...
Sage Weil
03:17 PM CephFS Feature #51340 (Fix Under Review): mon/MDSMonitor: allow creating a file system with a specific f...
Ramana Raja
03:14 PM rgw Bug #51539 (Resolved): rgw/crypt s3tests with vault: Failed to retrieve the actual key, kms-keyid...
several s3test cases under the rgw/crypt suite are failing with this error "Failed to retrieve the actual key, kms-ke... Casey Bodley
03:01 PM Revision b7d4ea48 (ceph): qa/rgw: remove rgw_cephadm.yaml from rgw/singleton suite
this cephadm task was merged without testing in
https://github.com/ceph/ceph/pull/39855/ and fails consistently with ...
Casey Bodley
02:22 PM Revision 4e0b4da1 (ceph): cmake: update build<lib>.cmake for supporting ninja
* affects cmake builds for: yaml-cpp, thrift, jaeger, opentracing external
projects
changes done:
* artificat BUILD_...
Deepika Upadhyay
01:52 PM rgw Bug #51538 (Closed): multisite sync not syncing any data via HTTPS endpoints
I setup two clusters with RADOSGW and setup a multi-site sync, just as described in https://docs.ceph.com/en/octopus/... Christian Rohmann
01:28 PM bluestore Bug #50511: osd: rmdir .snap/snap triggers snaptrim and then crashes various OSDs
Igor Fedotov wrote:
> Given all the symptoms I'm pretty sure the root cause for the issue is a "degraded" state of R...
Christian Rohmann
12:55 PM Orchestrator Feature #48624 (Resolved): ceph orch drain <host>
Daniel Pivonka
12:55 PM Orchestrator Bug #49622 (Resolved): cephad orchestrator allows to delete hosts with ceph daemons running
Daniel Pivonka
12:46 PM Orchestrator Bug #46412: cephadm trying to pull mimic based image
> Error happened during read: Digest did not match
strange.
Sebastian Wagner
12:14 PM rgw Bug #51536: rgw: fail as expected when set-bucket-website attempted on a non-existent bucket
https://github.com/ceph/ceph/pull/42195 XiangRui Meng
11:57 AM rgw Bug #51536 (Resolved): rgw: fail as expected when set-bucket-website attempted on a non-existent ...
XiangRui Meng
12:07 PM crimson Bug #51441: Lingking crimson-osd failed on Arm64
Rebuild with clang++10 works quite well. The crimson-osd binary is only 1G.
New build error:
rc/test/fio/CMakeF...
Kevin Zhao
12:01 PM Feature #51537 (Fix Under Review): use git `Prepare Commit Message` hook to add component in comm...

git `Prepare Commit Message`[0], add git commit title based on files touched:
will add common component names us...
Deepika Upadhyay
11:03 AM Orchestrator Bug #51176: Module 'cephadm' has failed: 'MegaSAS'
This issues can be marked as solved! Ke Xiao
11:02 AM Orchestrator Bug #51176: Module 'cephadm' has failed: 'MegaSAS'
This item can be marked as closed Ke Xiao
11:01 AM Orchestrator Bug #51176: Module 'cephadm' has failed: 'MegaSAS'
Yes,It's works by deleted this file.
Thank you very much.
Ke Xiao
10:54 AM Orchestrator Bug #51176: Module 'cephadm' has failed: 'MegaSAS'
Please make sure there are NO stray files next to the list of daemons /var/lib/ceph/<cluster-fsid> Sebastian Wagner
03:18 AM Orchestrator Bug #51176: Module 'cephadm' has failed: 'MegaSAS'
Sebastian Wagner wrote:
> you probably want to do:
>
> 1. Remove the MegaSys.log.bak file on node-04
>
> 2. ru...
Ke Xiao
10:54 AM Linux kernel client Bug #46419: ceph: ceph_add_cap: couldn't find snap realm 110
This is a kernel bug, so it wouldn't land in a particular ceph release. That said, there are no patches for this yet,... Jeff Layton
03:20 AM Linux kernel client Bug #46419: ceph: ceph_add_cap: couldn't find snap realm 110
We have had two hangs today we think due to this bug, any thoughts on whether this will arrive in Octopus soon? thank... Nigel Williams
10:50 AM CephFS Feature #50150 (Fix Under Review): qa: begin grepping kernel logs for kclient warnings/failures t...
Kotresh Hiremath Ravishankar
10:36 AM Orchestrator Bug #51426 (Closed): ceph orch stop should not remove systemctl entries
not a bug Sebastian Wagner
09:27 AM RADOS Bug #23565 (Fix Under Review): Inactive PGs don't seem to cause HEALTH_ERR
Dan van der Ster
08:50 AM Dashboard Bug #51535 (Rejected): Test
Test with curl Shreya Sharma
07:58 AM rgw Bug #51465: the rgw_bucket_dir_entry is not updated when set acl
https://github.com/ceph/ceph/pull/42191 yunqing wang
07:58 AM rgw Bug #51465: the rgw_bucket_dir_entry is not updated when set acl
1. create bucket `ppp`
2. enable bucket version of 'ppp'
3. put a object named `1`
4. set the acl of `1` to public...
yunqing wang
07:48 AM Bug #51533 (Fix Under Review): mon: return -EINVAL when handling unknown option in 'ceph osd pool...
Kefu Chai
06:58 AM Bug #51533 (Resolved): mon: return -EINVAL when handling unknown option in 'ceph osd pool get'
Fix a monitor crash when client call "ceph osd pool get MyTestPoolName InvalidVariable" with API, due to improper var... Cuicui Zhao
07:41 AM rgw Bug #51534 (Resolved): Report an error when the container name is less than three character
When I use the swift interface to create a container, according to the swift interface documentation, the container n... tengfei wang
05:54 AM Revision 78fe1a0d (ceph): mgr/dashboard/frontend/.../telemetry: update telemetry frontend files t...
There were some dashboard tests failing, so I edited telemetry.component.html and telemetry.component.ts to fix the p... Laura Flores
05:18 AM bluestore Support #51532 (New): Load osd disks from one server on to a new server
Hi,
Is there a way to "load" osd disks of a CephFS array on to a new OSD server without re-initializing them?
The n...
Greg Smith
04:53 AM Revision 0b361349 (ceph): Merge pull request #42174 from cyx1231st/wip-seastore-fix-transactional...
crimson/os/seastore: leverage RetiredExtentPlaceholder to detect transaction conflicts
Reviewed-by: Kefu Chai <kchai...
Kefu Chai
02:18 AM Revision 1a7d4e45 (ceph): crimson/os/seastore: remove unused template in RetiredExtentPlaceholder
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:18 AM Revision c84eb61f (ceph): crimson/os/seastore: leverage RetiredExtentPlaceholder to detect transa...
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:18 AM Revision 928ef702 (ceph): crimson/os/seastore/transaction: remove unused retired_uncached
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:18 AM Revision 07b7e811 (ceph): crimson/os/seastore/cache: cleanup query_cache_with_placeholders()
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:18 AM Revision a80877ca (ceph): crimson/os/seastore/cache: cleanup, consolidate extent lookup through q...
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
01:05 AM Revision 56054847 (ceph): Merge pull request #42187 from tchaikov/wip-crimson-cleanup
crimson/os/seastore: use discard_result() to discard futurized value
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redha...
Kefu Chai

07/05/2021

11:30 PM Revision 1629dc94 (ceph): mgr/telemetry: add type annotation in gather_perf_counters()
The gather_perf_counters() method was failing the run-tox-mgr test in make check. This was because I forgot some type... Laura Flores
11:28 PM crimson Bug #51436 (New): crimson lba tree add_pin: unable to add btree_range_pin_t
chunmei liu
11:27 PM Revision 3e6d56e1 (ceph): rgw: remove unused store variable
A recent change made the store variable unnecessary and now compiling
generates a warning. Clean up.
Signed-off-by: ...
J. Eric Ivancich
10:26 PM Revision d843f6bc (ceph): mgr/dashboard/frontend/.../telemetry: update telemetry html and specs t...
I exposed the perf channel on the Telemetry Dashboard by updating telemetry.component.html and telemetry.component.sp... Laura Flores
08:37 PM bluestore Bug #47883: bluefs _allocate failed to allocate bdev 1 and 2,cause ceph_assert(r == 0)
A similar problem can happen when upgrading from 14.2.2 to 16.2.4
An OSD will start then fail about an hour later ...
Jérôme Poulin
07:44 PM rbd Bug #51531 (New): rbd_fsx_nbd "Size error" after resize with a timed out notification
... Ilya Dryomov
07:16 PM rgw Bug #51530 (Fix Under Review): http/notifications: "Content-Type" is missing in POST messages
Yuval Lifshitz
06:39 PM rgw Bug #51530 (Resolved): http/notifications: "Content-Type" is missing in POST messages
problem is observed when trying to integrate bucket notifications with elasticserach.
the notifications are rejected...
Yuval Lifshitz
05:18 PM rbd Bug #50905: [rbd-nbd] kernel lockup during rbd_fsx_nbd
... Ilya Dryomov
05:08 PM rbd Bug #51529: [rbd-nbd] kernel BUG on "rbd-nbd unmap" during rbd-nbd.sh
Likely... Ilya Dryomov
05:05 PM rbd Bug #51529 (New): [rbd-nbd] kernel BUG on "rbd-nbd unmap" during rbd-nbd.sh
... Ilya Dryomov
04:48 PM Dashboard Feature #51408 (Fix Under Review): mgr/dashboard: Add configurable MOTD or wall notification
Volker Theile
04:25 PM Dashboard Cleanup #50963: mgr/dashboard: stop polling when page is not visible
Page visibility with RxJS https://netbasal.com/use-rxjs-to-modify-app-behavior-based-on-page-visibility-ce499c522be4 Avan Thakkar
03:57 PM Revision 42fd0ba6 (ceph): doc/rados/troubleshooting/log-and-debug: document option using :confval:
* simpler this way.
* and drop non-existent options.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:57 PM Revision fd8d6b1a (ceph): doc/rados/troubleshooting/log-and-debug: use ini to highlight code block
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:51 PM Dashboard Backport #51489 (Resolved): pacific: mgr/dashboard: run cephadm orch backend E2E tests
Ernesto Puerta
03:51 PM Revision 10b91d40 (ceph): Merge pull request #42156 from rhcs-dashboard/wip-51489-pacific
pacific: mgr/dashboard: run cephadm-backend e2e tests with KCLI
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
...
Ernesto Puerta
03:43 PM Bug #51519 (Fix Under Review): ceph-dencoder unable to load dencoders from "lib64/ceph/denc". it ...
Kefu Chai
04:30 AM Bug #51519 (Resolved): ceph-dencoder unable to load dencoders from "lib64/ceph/denc". it is not a...
[root@node101 ~]# ceph-dencoder type RGWObjManifest import user.rgw.manifest decode dump_json
unable to load dencode...
zhipeng li
03:32 PM Revision 361cc0ba (ceph): Merge pull request #42186 from lorenzbausch/fix_typo
doc/dev/crimson/osd: fix typo
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:27 PM Revision 0ad4bd63 (ceph): crimson/common/errorator: forward declare futurize as a struct
as it is defined as struct, otherwise clang complains on this
inconsistency.
Signed-off-by: Kefu Chai <kchai@redhat....
Kefu Chai
03:26 PM Revision 8a5af618 (ceph): crimson/common: add discard_result() to errorator
so we can discard result explicitly.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:26 PM Revision b758df7f (ceph): crimson/os/seastore: capture variables explicitly
less error prune this way.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:26 PM Revision 9dbfc8cd (ceph): crimson/os/seastore: use discard_result() to discard futurized value
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:13 PM Revision 238c2bc5 (ceph): doc/dev/crimson/osd: fix typo
Signed-off-by: Lorenz Bausch <info@lorenzbausch.de> Lorenz Bausch
02:48 PM Revision a7d80da6 (ceph): rgw: Add an example for lua scripting
example on how to use 'lua scripting' feature to add NATS
to the list of bucket notification endpoints
depends on PR...
Matan Breizman
02:25 PM Dashboard Bug #51528 (Fix Under Review): 400 error caused by multi-subtag language in Accept-Language header
Kefu Chai
01:36 PM Dashboard Bug #51528 (Resolved): 400 error caused by multi-subtag language in Accept-Language header
Reproduced by Firefox for Android in Chinese.
The sent Accept-Language header is: zh-Hans-CN,en-CN;q=0.5
The re...
玮文 胡
02:17 PM Revision 59224959 (ceph): Merge pull request #42184 from xxhdx1985126/wip-seastore-lambda
crimson/os/seastore: fix lambda capture issue in Journal::scan_extents()
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:14 PM Revision bd0ca9dc (ceph): install-deps.sh: add missing with_jaeger option for ceph.spec mangling
Signed-off-by: Deepika <dupadhya@redhat.com> Deepika Upadhyay
01:41 PM Revision 0e4c9722 (ceph): crimson/os/seastore: fix lambda capture issue in Journal::scan_extents()
Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com> Xuehan Xu
01:39 PM Revision c7b2d079 (ceph): mgr/dashboard: fix Accept-Language header parsing
Fix 400 error caused by multi-subtag language in Accept-Language header.
Reproduced by Firefox for Android in Chinese...
玮文 胡
01:27 PM RADOS Bug #46847: Loss of placement information on OSD reboot
Last week we had a power outage affecting all OSD machines in a 14.2.20 cluster. A small percentage of PGs didn't act... Dan van der Ster
01:18 PM RADOS Bug #51527 (Resolved): Ceph osd crashed due to segfault
Hi everyone,
We have 9 osd nodes with 12 deamons for each node.
Ceph used for s3 objects and rbd images.
ceph ...
Evgeny Zakharov
01:07 PM ceph-volume Bug #51526: ZeroDivisionError when specifying only LVs as --db-devices
PR submitted: https://github.com/ceph/ceph/pull/42181 Jonas Zeiger
12:48 PM ceph-volume Bug #51526 (Resolved): ZeroDivisionError when specifying only LVs as --db-devices
One can give LVs (logical volumes, each LV will be one slot) and/or physical devices (will be split into slots) to "-... Jonas Zeiger
12:40 PM Revision bf8e5503 (ceph): * According to the swift interface documentation, the length of the con...
Signed-off-by: wangtengfei <wangtengfei@inspur.com> wangtengfei
12:39 PM ceph-ansible Bug #50577: migrate NFS exports form ceph-ansible to mgr/nfs
moving to ceph-ansible as the playbook is located in the ceph-ansible codebase Sebastian Wagner
12:17 PM Revision 7ed49407 (ceph): mon: return -EINVAL when handling unknown option in 'ceph osd pool get'
Signed-off-by: Zhao Cuicui <brucen1030@163.com> Cuicui Zhao
12:06 PM RADOS Bug #48965: qa/standalone/osd/osd-force-create-pg.sh: TEST_reuse_id: return 1
/a/sseshasa-2021-07-05_10:18:42-rados:standalone-wip-test-stdalone-mclk-1-distro-basic-smithi/6253062 Sridhar Seshasayee
11:49 AM RADOS Bug #45761 (Need More Info): mon_thrasher: "Error ENXIO: mon unavailable" during sync_force comma...
Stopped Reproducing, please reopen if you hit another instance Deepika Upadhyay
11:47 AM RADOS Bug #48609 (Closed): osd/PGLog: don’t fast-forward can_rollback_to during merge_log if the log is...
Root cause resolved Deepika Upadhyay
11:46 AM RADOS Backport #51522 (Resolved): pacific: osd: Delay sending info to new backfill peer resetting last_...
https://github.com/ceph/ceph/pull/41136 Deepika Upadhyay
11:35 AM RADOS Backport #51522 (Resolved): pacific: osd: Delay sending info to new backfill peer resetting last_...
Deepika Upadhyay
11:45 AM RADOS Backport #51523: octopus: osd: Delay sending info to new backfill peer resetting last_backfill un...
https://github.com/ceph/ceph/pull/40593/ Deepika Upadhyay
11:35 AM RADOS Backport #51523 (Resolved): octopus: osd: Delay sending info to new backfill peer resetting last_...
Deepika Upadhyay
11:41 AM Revision 6b7efb21 (ceph): qa/config/rados: add dispatch delay testing params
these parameters have proven to catch some of the uncaught bugs such as:
https://tracker.ceph.com/issues/48417, adopt...
Deepika Upadhyay
11:36 AM RADOS Backport #51525 (Rejected): octopus: osd: Delay sending info to new backfill peer resetting last_...
Backport Bot
11:35 AM RADOS Bug #48611: osd: Delay sending info to new backfill peer resetting last_backfill until backfill a...
since nautilus has reached EOL removed it Deepika Upadhyay
11:34 AM RADOS Bug #48611 (Pending Backport): osd: Delay sending info to new backfill peer resetting last_backfi...
Deepika Upadhyay
11:31 AM Orchestrator Bug #51272 (Resolved): upgrade job: mgr.x getting removed by cephadm task: UPGRADE_NO_STANDBY_MGR
Deepika Upadhyay
10:38 AM rgw Documentation #46836 (Closed): notifications: add info on multipart upload
should be done in: https://tracker.ceph.com/issues/51520 Yuval Lifshitz
10:25 AM Revision 3510d2e6 (ceph): Merge pull request #42178 from xxhdx1985126/wip-collection-manager-test...
test/crimson/seastore: fix a bug in the collection manager test case
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
10:08 AM rgw Bug #51520: notifications: send only CompleteMultipartUpload notification
h3. existing behavior
* first notifications is: s3:ObjectCreated:Post
* every part uploaded will send: s3:ObjectC...
Yuval Lifshitz
10:04 AM rgw Bug #51520 (Pending Backport): notifications: send only CompleteMultipartUpload notification
h1. existing behavior
* first notifications is: s3:ObjectCreated:Post
* every part uploaded will send: s3:ObjectCre...
Yuval Lifshitz
09:37 AM rgw Bug #46169 (In Progress): notification: awsRegion not set to zonegroup
Yuval Lifshitz
09:32 AM Revision 66037d0c (ceph): src/ceph-crash.in: fix --name usage
Previously when the --name was used, the code will still go through the
initial list. Now if --name is passed, only t...
Sébastien Han
09:32 AM Revision cb5d7667 (ceph): src/ceph-crash.in: adad log-level support
Now, the script can run with --log-level DEBUG to enable DEBUG level
logging.
Signed-off-by: Sébastien Han <seb@redh...
Sébastien Han
09:32 AM Revision a77b47ee (ceph): src/ceph-crash.in: print stderr if available
This is not perfect, but we have seen cases where the CLI returns 0 even
on failure.
For instance:
```sh
[root@rook-...
Sébastien Han
09:32 AM Revision 432c766a (ceph): src/ceph-crash.in: remove unused frame in handler()
frame was unused so let's remove it.
Signed-off-by: Sébastien Han <seb@redhat.com>
Sébastien Han
09:00 AM Revision 583b6dd7 (ceph): test/crimson/seastore: fix bug in the collection manager test case
Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com> Xuehan Xu
08:48 AM Orchestrator Bug #51176 (Fix Under Review): Module 'cephadm' has failed: 'MegaSAS'
you probably want to do:
1. Remove the MegaSys.log.bak file on node-04
2. run...
Sebastian Wagner
02:11 AM Orchestrator Bug #51176: Module 'cephadm' has failed: 'MegaSAS'
Sebastian Wagner wrote:
> I think something erroneous ended up in the config-key store. Could you give use the expor...
Ke Xiao
08:34 AM Revision 8e15ed72 (ceph): mgr/cephadm: avoid saving daemons of unknown type
Fixes: https://tracker.ceph.com/issues/51176
Signed-off-by: Sebastian Wagner <sewagner@redhat.com>
Sebastian Wagner
05:17 AM Revision 91afa17c (ceph): Merge pull request #42171 from sharuzzaman/patch-1
doc/rados/configuration: fixing small typo for word "implemebnt"
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:19 AM RADOS Bug #45457 (Fix Under Review): CEPH Graylog Logging Missing "host" Field
Kefu Chai
04:17 AM Revision 3bee3260 (ceph): common/common_init: set conf->host in common_preinit()
conf.host is used by graylog for setting the "host" property.
and it is used when serving the "get config" command wh...
Kefu Chai
04:17 AM Revision 0bedd067 (ceph): log: set hostname and fsid for graylog
in which, hostname is mandatory per
https://docs.graylog.org/en/4.0/pages/gelf.html#gelf-payload-specification,
so wi...
Kefu Chai
04:17 AM Revision baae90bd (ceph): common/Graylog: assert(!m_hostname.empty()) in Graylog
to verify that we always have a non-empty host field in log entry sent
to graylog per the spec of GrayLog. see https:...
Kefu Chai
04:17 AM Revision 59fe88ba (ceph): common/Graylog: consolidate ctors
* initialize member variables in-class
* use delegate ctor to dedup the logic in two ctors.
Signed-off-by: Kefu Chai...
Kefu Chai
02:23 AM CephFS Feature #51518 (Fix Under Review): client: flush the mdlog in unsafe requests' relevant and auth ...
Xiubo Li
01:35 AM CephFS Feature #51518 (Resolved): client: flush the mdlog in unsafe requests' relevant and auth MDSes only
Do not flush the mdlog in all the MDSes, which may make no sense for specific inode. Xiubo Li
01:55 AM Revision 0fc091f3 (ceph): client: flush the mdlog in unsafe requests' relevant and auth MDSes only
Do not flush the mdlog in all the MDSes, which may make no sense for
specific inode.
Fixes: https://tracker.ceph.com...
Xiubo Li
12:14 AM Revision 780aa4ea (ceph): doc/rados/configuration: fixing small typo for word "implemebnt"
Signed-off-by: Sharuzzaman Ahmat Raslan <sharuzzaman@gmail.com> Sharuzzaman Ahmat Raslan

07/04/2021

09:07 PM Dashboard Tasks #51517 (Fix Under Review): mgr/dashboard: Adpot routable modals in host add form
Nizamudeen A
08:58 PM Dashboard Tasks #51517 (Resolved): mgr/dashboard: Adpot routable modals in host add form
Use the routable modals in the host creation form Nizamudeen A
08:57 PM Dashboard Feature #51516 (In Progress): mgr/dashboard: Implement Routable Modals
Implement routable modals for forms in tables. Nizamudeen A
12:20 PM rgw Backport #51514 (Resolved): pacific: notifications: metadata does not work for COPY events
https://github.com/ceph/ceph/pull/42321
https://github.com/ceph/ceph/pull/42566
Backport Bot
12:20 PM rgw Backport #51513 (Rejected): pacific: notification: empty version-id in some events
Backport Bot
12:17 PM rgw Bug #51261 (Pending Backport): notifications: metadata does not work for COPY events
Yuval Lifshitz
12:17 PM rgw Bug #51320 (Pending Backport): notification: empty version-id in some events
Yuval Lifshitz
12:15 PM rgw Backport #51512 (Rejected): octopus: notification: topic creation is failing when using v4 authen...
Backport Bot
12:15 PM rgw Backport #51511 (Resolved): pacific: notification: topic creation is failing when using v4 authen...
https://github.com/ceph/ceph/pull/42947 Backport Bot
12:13 PM rgw Bug #50039 (Pending Backport): notification: topic creation is failing when using v4 authentication
Yuval Lifshitz
11:18 AM Revision 1a625553 (ceph): qa: add workunit for testing rgw datacache
Add a workunit for testing the rgw object cache
by using s3cmd to write objects and then
verify the objects in the ca...
Ali Maredia
09:05 AM crimson Bug #51441: Lingking crimson-osd failed on Arm64
remove include seastar/prometheus.hh and corresponding lines can avoid this issue. WIP why Kevin Zhao
07:52 AM crimson Bug #51441: Lingking crimson-osd failed on Arm64
https://github.com/ceph/ceph/commit/80961c27d1adaa969e9ad3647d2fb9944b77904a Definitely this commit induce the Link ... Kevin Zhao
08:30 AM Revision 5e7f5531 (ceph): mgr/DaemonServer: use "unsigned" to represent the pgp num
as pgp num should alwayes be unsigned, and this change silences the
GCC warning like:
../src/mgr/DaemonServer.cc: In...
Kefu Chai
05:02 AM Revision b0ccd9e2 (ceph): Merge pull request #42147 from xxhdx1985126/wip-interruptible-errorator
crimson/common: allow interruptible parallel_for_each to handle error…
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:41 AM Revision f7d3c14f (ceph): crimson/common: allow interruptible parallel_for_each to handle errorat...
Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com> Xuehan Xu

07/03/2021

08:58 PM Revision 4f4110b9 (ceph): Adding rbd-nomad to the index
Signed-off-by: Etienne Menguy <etienne.menguy@croit.io> Etienne Menguy
08:58 PM Revision 849e2bb7 (ceph): Initial commit to add rbd and nomad integration documentation
Signed-off-by: Etienne Menguy <etienne.menguy@croit.io> Etienne Menguy
06:29 PM Revision 52a53366 (ceph): mon/LogMonitor: store logentries in separate keys
- Store each log entry in a separate key, separated by channel
- Only track the log entry version bounds for each cha...
Sage Weil
06:29 PM Revision 188dd633 (ceph): mon/LogMonitor: transition log entries on upgrade to quincy
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
06:29 PM Revision a62f8570 (ceph): mon/LogMonitor: make 'ceph log last' work with new storage
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
06:19 PM Revision 45be6417 (ceph): Merge PR #41938 into master
* refs/pull/41938/head:
mgr/cephadm: include addr in HOST_CHECK_FAILED alert detail
Reviewed-by: Adam King <adking@...
Sage Weil
01:38 PM Dashboard Bug #51501 (Rejected): Test
Test with curl Shreya Sharma
11:15 AM Revision fc42652f (ceph): rgw/notifications: cache object size to avoid accessing invalid memoery
Fixes: https://tracker.ceph.com/issues/51347
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
Yuval Lifshitz
06:16 AM RADOS Bug #51338: osd/scrub_machine.cc: FAILED ceph_assert(state_cast&lt;const NotActive*&gt;())
Another OSD crash after scrub assert bug, log attached. corrupted rocskdb. Andrej Filipcic
02:42 AM crimson Bug #51441: Lingking crimson-osd failed on Arm64
Kevin Zhao wrote:
> Rebuild with GCC 10.3 is fine
Kevin Zhao
02:42 AM crimson Bug #51441: Lingking crimson-osd failed on Arm64
Rebuild with GCC 10.3 is find Kevin Zhao
02:41 AM crimson Bug #51441: Lingking crimson-osd failed on Arm64
commit: 337745c17a67c2cc5cf7894cc335e632f9e5820f build error
commit: c0aeb3ac53b78c18378ad5ffeb1295973142a123 fix bu...
Kevin Zhao

07/02/2021

11:19 PM CephFS Backport #51499 (In Progress): pacific: qa: test_ls_H_prints_human_readable_file_size failure
Patrick Donnelly
08:20 PM CephFS Backport #51499 (Resolved): pacific: qa: test_ls_H_prints_human_readable_file_size failure
https://github.com/ceph/ceph/pull/42166 Backport Bot
11:17 PM Revision 4a5eeb96 (ceph): qa: use run_shell_payload to avoid sudo
"run_shell" adds 'sudo' which runs afoul of new security protections on
Ubuntu 20.04.
Fixes: https://tracker.ceph.co...
Patrick Donnelly
11:17 PM Revision 42b73930 (ceph): qa: convert mount calls to mount_wait
These tests want to immediately use the mount anyway. But the main
problem is, without waiting for the mount to compl...
Patrick Donnelly
11:17 PM Revision 23e5b2fd (ceph): qa: avoid using sudo for regular test artifacts
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit e2b39f6c8c23b54d7e1ff326175b371a7496...
Patrick Donnelly
11:16 PM CephFS Backport #51500 (In Progress): pacific: qa: FileNotFoundError: [Errno 2] No such file or director...
Patrick Donnelly
08:30 PM CephFS Backport #51500 (Resolved): pacific: qa: FileNotFoundError: [Errno 2] No such file or directory: ...
https://github.com/ceph/ceph/pull/42165 Backport Bot
11:15 PM Revision d429d334 (ceph): qa: get mount id before failing fs
Otherwise getxattr will hang.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 97a86...
Patrick Donnelly
11:15 PM Revision 8fedfe89 (ceph): qa: refactor reading debug file code
No need to invoke Python to read a file!
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from c...
Patrick Donnelly
11:15 PM Revision cf2d98e2 (ceph): qa: use kclient xattr to lookup client id
Added relatively recently but in RHEL 8.4.
Fixes: https://tracker.ceph.com/issues/51183
Signed-off-by: Patrick Donne...
Patrick Donnelly
09:34 PM crimson Bug #51436: crimson lba tree add_pin: unable to add btree_range_pin_t
Samuel Just wrote:
> Please add the sequence of commands to reproduce this with vstart along with the do_cmake.sh co...
chunmei liu
08:12 PM crimson Bug #51436: crimson lba tree add_pin: unable to add btree_range_pin_t
Please add the sequence of commands to reproduce this with vstart along with the do_cmake.sh command. Samuel Just
03:19 PM crimson Bug #51436 (Fix Under Review): crimson lba tree add_pin: unable to add btree_range_pin_t
Kefu Chai
08:29 PM CephFS Bug #51183 (Pending Backport): qa: FileNotFoundError: [Errno 2] No such file or directory: '/sys/...
Patrick Donnelly
08:17 PM Revision f987914e (ceph): Merge PR #42081 into master
* refs/pull/42081/head:
qa: use kclient xattr to lookup client id
qa: refactor reading debug file code
qa: get mou...
Patrick Donnelly
08:16 PM CephFS Bug #51417 (Pending Backport): qa: test_ls_H_prints_human_readable_file_size failure
Patrick Donnelly
08:14 PM Revision de3f4a07 (ceph): Merge PR #42075 into master
* refs/pull/42075/head:
qa: avoid using sudo for regular test artifacts
qa: convert mount calls to mount_wait
qa: ...
Patrick Donnelly
08:08 PM CephFS Backport #51493 (Resolved): nautilus: pacific: pybind/ceph_volume_client: stat on empty string
Patrick Donnelly
07:46 PM CephFS Backport #51493: nautilus: pacific: pybind/ceph_volume_client: stat on empty string
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42162
merged
Yuri Weinstein
04:43 PM CephFS Backport #51493 (In Progress): nautilus: pacific: pybind/ceph_volume_client: stat on empty string
Patrick Donnelly
04:20 PM CephFS Backport #51493 (Resolved): nautilus: pacific: pybind/ceph_volume_client: stat on empty string
https://github.com/ceph/ceph/pull/42162 Backport Bot
08:07 PM Revision 283df107 (ceph): Merge PR #42159 into pacific
* refs/pull/42159/head:
pybind/ceph_volume_client: use cephfs mkdirs api
Reviewed-by: Ramana Raja <rraja@redhat.com>
Patrick Donnelly
07:46 PM Revision 648a7753 (ceph): Merge pull request #42162 from batrick/i51493
nautilus: pacific: pybind/ceph_volume_client: stat on empty string
Reviewed-by: Ramana Raja <rraja@redhat.com>
Yuri Weinstein
07:07 PM Revision f92a4f43 (ceph): qa: use kclient xattr to lookup client id
Added relatively recently but in RHEL 8.4.
Fixes: https://tracker.ceph.com/issues/51183
Signed-off-by: Patrick Donne...
Patrick Donnelly
06:55 PM RADOS Bug #50866: osd: stat mismatch on objects
/ceph/teuthology-archive/pdonnell-2021-07-02_10:08:50-fs-wip-pdonnell-testing-20210701.192056-distro-basic-smithi/624... Patrick Donnelly
06:02 PM Revision d3f6df3b (ceph): Merge pull request #41926 from TRYTOBE8TME/wip-rgw-dpp-2
src/rgw: DPP addition 3
Reviewed-by: Ali Maredia <amaredia@redhat.com>
Ali Maredia
05:32 PM Dashboard Bug #50516 (Resolved): mgr/dashboard: bucket name constraints
Ernesto Puerta
05:32 PM Dashboard Bug #50514 (Resolved): mgr/dashboard: RGW buckets async validator slow performance
Ernesto Puerta
05:32 PM Dashboard Backport #50766 (Resolved): octopus: mgr/dashboard: bucket name constraints
Ernesto Puerta
05:32 PM Dashboard Backport #50768 (Resolved): octopus: mgr/dashboard: RGW buckets async validator slow performance
Ernesto Puerta
05:32 PM Revision aac3ff26 (ceph): Merge pull request #42123 from rhcs-dashboard/bucket-async-validator-oc...
octopus: mgr/dashboard: RGW buckets async validator performance enhancement and name constraints
Reviewed-by: Alfons...
Ernesto Puerta
05:31 PM Dashboard Bug #50410 (Resolved): Remove erroneous elements in hosts-overview Grafana dashboard
Ernesto Puerta
05:31 PM Dashboard Backport #50425 (Resolved): octopus: Remove erroneous elements in hosts-overview Grafana dashboard
Ernesto Puerta
05:31 PM Revision 7f3b913d (ceph): Merge pull request #41649 from rhcs-dashboard/wip-50425-octopus
octopus: mgr/Dashboard: Remove erroneous elements in hosts-overview Grafana dashboard
Reviewed-by: Avan Thakkar <ath...
Ernesto Puerta
05:29 PM Dashboard Bug #50588 (Resolved): mgr/Dashboard: right Navigation should work on click when page width is le...
Ernesto Puerta
05:29 PM Dashboard Backport #51179 (Resolved): octopus: mgr/Dashboard: right Navigation should work on click when pa...
Ernesto Puerta
05:29 PM Revision b4167a4a (ceph): Merge pull request #42015 from rhcs-dashboard/wip-51179-octopus
octopus: mgr/dashboard: fix for right sidebar nav icon not clickable
Reviewed-by: Waad Alkhoury <walkhour@redhat.com...
Ernesto Puerta
05:16 PM Revision 80b635be (ceph): pybind/ceph_volume_client: use cephfs mkdirs api
This _mkdir_p should never have worked as the first directory it tries
to stat/mkdir is "", the empty string. This ca...
Patrick Donnelly
05:15 PM Revision d0ae2302 (ceph): pybind/ceph_volume_client: use cephfs mkdirs api
This _mkdir_p should never have worked as the first directory it tries
to stat/mkdir is "", the empty string. This ca...
Patrick Donnelly
05:14 PM Revision 0fb05aea (ceph): pybind/ceph_volume_client: use cephfs mkdirs api
This _mkdir_p should never have worked as the first directory it tries
to stat/mkdir is "", the empty string. This ca...
Patrick Donnelly
05:00 PM RADOS Backport #51498 (Resolved): pacific: mgr spamming with repeated set pgp_num_actual while merging
https://github.com/ceph/ceph/pull/42223 Backport Bot
05:00 PM RADOS Backport #51497 (Rejected): nautilus: mgr spamming with repeated set pgp_num_actual while merging
https://github.com/ceph/ceph/pull/43218 Backport Bot
05:00 PM RADOS Backport #51496 (Resolved): octopus: mgr spamming with repeated set pgp_num_actual while merging
https://github.com/ceph/ceph/pull/42420 Backport Bot
04:59 PM RADOS Bug #51433 (Pending Backport): mgr spamming with repeated set pgp_num_actual while merging
Kefu Chai
04:58 PM Revision 620e86d2 (ceph): Merge pull request #42105 from dvanders/dvanders_pgp_num_actual
mgr/DaemonServer: skip redundant update of pgp_num_actual
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Kefu...
Kefu Chai
04:48 PM CephFS Bug #51495 (In Progress): client: handle empty path strings
Standard indicates we should return ENOENT. Patrick Donnelly
04:42 PM CephFS Backport #51494 (In Progress): octopus: pacific: pybind/ceph_volume_client: stat on empty string
Patrick Donnelly
04:20 PM CephFS Backport #51494 (Resolved): octopus: pacific: pybind/ceph_volume_client: stat on empty string
https://github.com/ceph/ceph/pull/42161 Backport Bot
04:18 PM CephFS Bug #51492 (Pending Backport): pacific: pybind/ceph_volume_client: stat on empty string
Patrick Donnelly
04:16 PM CephFS Bug #51492 (Resolved): pacific: pybind/ceph_volume_client: stat on empty string
When volume_prefix begins with "/", the library will try to stat the empty string resulting in a log like:... Patrick Donnelly
04:09 PM rgw Bug #51491 (Resolved): "ERROR: s3tests.functional.test_s3_website.test_website_xredirect_private_...
Run: https://pulpito.ceph.com/yuriw-2021-07-02_14:46:34-rgw-wip-yuri-testing-2021-07-01-1059-pacific-distro-basic-smi... Yuri Weinstein
04:07 PM rgw Bug #51490 (Duplicate): "IndexError: list index out of range" in rgw
Run: https://pulpito.ceph.com/yuriw-2021-07-02_14:46:34-rgw-wip-yuri-testing-2021-07-01-1059-pacific-distro-basic-smi... Yuri Weinstein
03:27 PM rbd Bug #50951 (Fix Under Review): [pwl ssd] segfault in AbstractWriteLog::get_context() during fio w...
Ilya Dryomov
03:16 PM Orchestrator Bug #50998 (Resolved): OSD replacement not working
Kefu Chai
03:15 PM Revision 01d3a10e (ceph): Merge pull request #41829 from SMIL-Infra/clean-cg
cephadm: workaround unit replace failure
Reviewed-by: Juan Miguel Olmo Martínez <jolmomar@redhat.com>
Kefu Chai
03:14 PM Revision 9d1ca7aa (ceph): Merge pull request #41928 from sebastian-philipp/rm-qa-qa
qa: remove `qa/.qa` symlink
Reviewed-by: Yuri Weinstein <yweins@redhat.com>
Kefu Chai
03:14 PM Revision ff9f5def (ceph): Merge pull request #41943 from liewegas/qa-8-stream
qa/distro/supported: add centos 8.stream
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:13 PM rbd Bug #51418 (Fix Under Review): [pwl] segment fault on syncpoint stack
Ilya Dryomov
03:06 PM Revision 15fa32dc (ceph): qa: run e2e test on centos only
this change is a follow up of 02b8b0f49059b58db8b2d16fcc647a17d5ecdf43,
which failed to remove the random facet for d...
Kefu Chai
02:59 PM Revision 4c3d7455 (ceph): Merge pull request #42146 from tchaikov/wip-crimson-cleanup
crimson/os/seastore: do not capture unused variable
Reviewed-by: Samuel Just <sjust@redhat.com>
Kefu Chai
02:36 PM Revision 436d2de3 (ceph): PendingReleaseNotes: note min/max_size removal
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
02:21 PM Revision 0072e2ad (ceph): qa/tasks/mgr/dashboard: add perf channel to qa tests
Modified test_mgr_module.py to acknowledge new perf channel.
Signed-off-by: Laura Flores <lflores@redhat.com>
Laura Flores
02:09 PM Dashboard Backport #51489 (In Progress): pacific: mgr/dashboard: run cephadm orch backend E2E tests
Alfonso Martínez
12:55 PM Dashboard Backport #51489 (Resolved): pacific: mgr/dashboard: run cephadm orch backend E2E tests
https://github.com/ceph/ceph/pull/42156 Backport Bot
02:09 PM Revision 9933a130 (ceph): mgr/dashboard: run cephadm-backend e2e tests with KCLI
Fixes: https://tracker.ceph.com/issues/51300
Signed-off-by: Alfonso Martínez <almartin@redhat.com>
(cherry picked fro...
Alfonso Martínez
01:17 PM Revision e16247d8 (ceph): Merge pull request #42032 from sebastian-philipp/cephadm_shared_folder_...
cephadm: shared folder: Mount the cephadm
Reviewed-by: Adam King <adking@redhat.com>
Sebastian Wagner
01:16 PM Revision c301a134 (ceph): Merge pull request #41906 from mgfritch/cephadm-test-monaddrv
cephadm: add `bootstrap --mon-addrv` test
Reviewed-by: Sebastian Wagner <sewagner@redhat.com>
Sebastian Wagner
01:16 PM Revision 6becf57a (ceph): Merge pull request #42017 from Daniel-Pivonka/cephadm-orch-host-drain
mgr/cephadm: add ceph orch host drain and limit host removal to empty hosts
Reviewed-by: Adam King <adking@redhat.com>
Sebastian Wagner
01:15 PM rgw Bug #51347 (Fix Under Review): valgrind use-after-free in RGWCopyObj::execute() after RGWObjectCt...
Yuval Lifshitz
01:00 PM Revision 871b2e94 (ceph): mon/LogMonitor: externally log events from when we were out of quorum
Previously, we would externally log any item from the LogSummary.version
(written every commit, with version-1) and l...
Sage Weil
01:00 PM Revision 159a9cb0 (ceph): mon/LogMonitor: replace semi-broken pending_summary with pending_keys
First, we don't need to store actual keys in pending_summary. That is
what pending_log contains (the actual pending ...
Sage Weil
12:58 PM Revision 7c84e06e (ceph): mon/LogMonitor: factor logging to file out of update_from_paxos
Move this into a helper. Keep an fd open for each channel so that we
can more efficiently log individual LogEntry's....
Sage Weil
12:55 PM Dashboard Backport #51488 (Resolved): octopus: mgr/dashboard: run cephadm orch backend E2E tests
https://github.com/ceph/ceph/pull/42243 Backport Bot
12:50 PM Dashboard Feature #51300 (Pending Backport): mgr/dashboard: run cephadm orch backend E2E tests
Ernesto Puerta
12:47 PM rgw Bug #51487 (Resolved): Sync stopped from primary to secondary post reshard
ceph version 17.0.0-5278-g79eb0c85 (79eb0c853ca1ee491410e0c6c6796675a7449ef9) quincy (dev)
Steps:
- Create a new ...
Tejas C
12:47 PM Dashboard Backport #51477 (In Progress): octopus: Incorrect OSD out count on landing page
Avan Thakkar
12:47 PM Revision ed460c75 (ceph): mgr/dashboard: fix OSD out count
Think we have 3 OSDs out but up (prepare for re-formatting to change min_alloc_size), and another OSD down but in
(du...
玮文 胡
12:35 PM Dashboard Backport #51478 (In Progress): pacific: Incorrect OSD out count on landing page
Avan Thakkar
12:34 PM Revision 02400577 (ceph): mgr/dashboard: fix OSD out count
Think we have 3 OSDs out but up (prepare for re-formatting to change min_alloc_size), and another OSD down but in
(du...
玮文 胡
10:51 AM Revision 21fb4b59 (ceph): Merge pull request #41883 from rhcs-dashboard/run-dashboard-cephadm-e2e...
mgr/dashboard: run cephadm-backend e2e tests with KCLI
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-...
Ernesto Puerta
09:18 AM rbd Bug #48038: [test] qemu_dynamic_features_no_cache appears to get stuck
http://qa-proxy.ceph.com/teuthology/yuriw-2021-07-01_22:19:03-rbd-wip-yuri-testing-2021-07-01-1059-pacific-distro-bas... Ilya Dryomov
09:15 AM Dashboard Bug #51443 (Resolved): mgr/dashboard: User database migration has been cut out
Ernesto Puerta
09:15 AM Dashboard Backport #51474 (Resolved): octopus: mgr/dashboard: User database migration has been cut out
Ernesto Puerta
09:15 AM Revision 31fde156 (ceph): Merge pull request #42142 from rhcs-dashboard/wip-51474-octopus
octopus: mgr/dashboard: User database migration has been cut out
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
R...
Ernesto Puerta
09:14 AM Dashboard Backport #51475 (Resolved): pacific: mgr/dashboard: User database migration has been cut out
Ernesto Puerta
09:14 AM Revision eacd9c01 (ceph): Merge pull request #42140 from rhcs-dashboard/wip-51475-pacific
pacific: mgr/dashboard: User database migration has been cut out
Reviewed-by: Alfonso Martínez <almartin@redhat.com>...
Ernesto Puerta
09:07 AM rbd Bug #49876: [luks] sporadic failure in TestLibRBD.TestEncryptionLUKS2
http://qa-proxy.ceph.com/teuthology/yuriw-2021-07-01_22:19:03-rbd-wip-yuri-testing-2021-07-01-1059-pacific-distro-bas... Ilya Dryomov
09:01 AM rbd Bug #50667: [rbd-nbd] rbd-nbd.sh get_pid() failed to get pid for a newly mapped image
http://qa-proxy.ceph.com/teuthology/yuriw-2021-07-01_22:19:03-rbd-wip-yuri-testing-2021-07-01-1059-pacific-distro-bas... Ilya Dryomov
08:57 AM rbd Bug #51458 (In Progress): make "rbd flatten" preserve non-sparseness
Ilya Dryomov
08:56 AM Revision 9abfca0e (ceph): Merge pull request #42144 from cyx1231st/wip-fix-seastore-cache2
crimson/os/seastore/cache: fix retiring mutation-pending extents
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-...
Kefu Chai
08:37 AM rgw Bug #51466: rgw: cls_bucket_list_unordered() might return repeating or partial results when enabl...
pr: https://github.com/ceph/ceph/pull/42151 鹏 张
08:35 AM Revision ddfb5eb8 (ceph): qa: convert test_import.py to pytest
Signed-off-by: Sebastian Wagner <sewagner@redhat.com> Sebastian Wagner
08:35 AM Revision ad7bec46 (ceph): qa/tasks/tests/test_radosgw_admin.py: Fix unit test
Signed-off-by: Sebastian Wagner <sewagner@redhat.com> Sebastian Wagner
08:35 AM Revision 81305b0d (ceph): qa: Add mypy to make check
Signed-off-by: Sebastian Wagner <sewagner@redhat.com> Sebastian Wagner
08:35 AM Revision 8d5f2759 (ceph): qa/tox.ini: rename pytest environment to py3 to match CMakeLists.txt
Signed-off-by: Sebastian Wagner <sewagner@redhat.com> Sebastian Wagner
08:34 AM Revision 354a578c (ceph): qa/tasks/tests: Remove test_cephadm
The code now lives in a sperate repository
Signed-off-by: Sebastian Wagner <sewagner@redhat.com>
Sebastian Wagner
08:08 AM Revision 5c03b49c (ceph): mgr/dashboard: run cephadm-backend e2e tests with KCLI
Fixes: https://tracker.ceph.com/issues/51300
Signed-off-by: Alfonso Martínez <almartin@redhat.com>
Alfonso Martínez
07:18 AM Revision 3bae1048 (ceph): Merge pull request #41584 from cfsnyder/wip-50895-octopus
octopus: ceph-volume: Consider /dev/root as mounted Guillaume Abrioux
06:31 AM rgw Bug #51486 (Closed): Incorrect stats on versioned bucket on multisite
ceph version 17.0.0-5278-g79eb0c85 (79eb0c853ca1ee491410e0c6c6796675a7449ef9) quincy (dev)
steps:
- On a multisit...
Tejas C
06:13 AM Revision 7511f9f6 (ceph): rgw: update last_added_entry when count == num_entries
RGWRados::cls_bucket_list_unordered() will produce one redundent entry
every time is_truncated is true.The issue coul...
鹏 张
05:09 AM Revision f0c00402 (ceph): crimson/os/seastore/cache: fix retiring mutation-pending extents
Mark the retiring mutation-pending extent as INVALID, and add it's
prior-instance to retired-set in order to populate...
Yingxin Cheng
03:57 AM Revision 82553af9 (ceph): crimson/os/seastore: use map::emplace(key, val) instead of map::emplace...
simpler this way.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:54 AM Revision f829bb82 (ceph): crimson/os/seastore: do not capture unused variable
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:37 AM Revision 0c741cd0 (ceph): crimson/os/seastore: read_set_t<> should be an alias of set<>
we don't extend it by inheriting from this class. what we need is to
have a convenient template alias here.
Signed-o...
Kefu Chai
03:34 AM Revision d82a565f (ceph): Merge pull request #42143 from athanatos/sjust/wip-cm-omap-int-future
crimson/os/seastore: convert omap and collection_manager to interruptible future
Reviewed-by: Kefu Chai <kchai@redha...
Samuel Just
02:11 AM Revision 3a9b43a9 (ceph): rgw: DPP addition 3
Following files have been covered in this PR:
1. rgw_period_puller.cc
2. rgw_reshard.cc
3. rgw_sal_rados.cc
4. servi...
Kalpesh Pandya
12:54 AM rgw Bug #51437: the lifecycle transition operation does not work after set object acl
Casey Bodley wrote:
> The -125 error, ECANCELED, generally indicates that the operation raced with another write. Is...
Huber ming
12:16 AM Revision b9922213 (ceph): Merge pull request #42138 from rzarzynski/wip-crimson-alienstore-indent
crimson/os: fix indentation in alien_store.cc.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:11 AM Revision 26a0b38d (ceph): Merge pull request #42128 from tchaikov/wip-crimson-asock-cleanup
crimson/asock: cleanups
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai

07/01/2021

11:59 PM Revision 43eb9902 (ceph): crimson/os/seastore/collection_manager: convert to use interruptible_fu...
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
11:59 PM Revision f61eed85 (ceph): crimson/os/seastore/omap_manager: convert to use interruptible future
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
11:59 PM Revision cd78b977 (ceph): test/crimson/seastore: clean up transaction_manager based tests
Permits using either vanilla TransactionManager and
InterruptedTransactionManager, updates users to use submit_transa...
Samuel Just
11:28 PM CephFS Bug #51476 (Fix Under Review): src/pybind/mgr/mirroring/fs/snapshot_mirror.py: do not assume a ce...
Patrick Donnelly
03:28 PM CephFS Bug #51476 (Resolved): src/pybind/mgr/mirroring/fs/snapshot_mirror.py: do not assume a cephfs-mir...
When the replication is unidirectional we cannot assume a daemon is running and the "fs snapshot mirror daemon status... Sébastien Han
09:51 PM mgr Backport #51485 (Resolved): octopus: pybind: balancer show: AttributeError: 'Plan' object has no ...
https://github.com/ceph/ceph/pull/43965 Backport Bot
09:51 PM mgr Backport #51484 (Resolved): pacific: pybind: balancer show: AttributeError: 'Plan' object has no ...
https://github.com/ceph/ceph/pull/43964 Backport Bot
09:49 PM mgr Bug #47514 (Pending Backport): pybind: balancer show: AttributeError: 'Plan' object has no attrib...
https://github.com/ceph/ceph/commit/0d48b03db2d0caf9a55c35087f561e8d7cb295b0 - just this commit needs to be backported Neha Ojha
02:39 PM mgr Bug #47514: pybind: balancer show: AttributeError: 'Plan' object has no attribute 'show'
I'm seeing the same thing, even for Pacific. But it's not caused by any packaging errors. The releases simply don't i... Jan-Philipp Litza
09:39 PM RADOS Bug #51307: LibRadosWatchNotify.Watch2Delete fails
Seems very similar to https://tracker.ceph.com/issues/50042#note-2 Neha Ojha
09:19 PM Bug #51483 (Resolved): configuration "see-also" done at runtime not compile time.
In some recent work on ceph, I goofed on adding an option, which yielded the following error at runtime:
[root@jer...
Marcus Watts
09:15 PM CephFS Backport #51482 (Rejected): octopus: osd: sent kickoff request to MDS and then stuck for 15 minut...
Backport Bot
09:15 PM CephFS Backport #51481 (Resolved): pacific: osd: sent kickoff request to MDS and then stuck for 15 minut...
https://github.com/ceph/ceph/pull/42072 Backport Bot
09:12 PM CephFS Bug #51357 (Pending Backport): osd: sent kickoff request to MDS and then stuck for 15 minutes unt...
The code change is in cephfs. Neha Ojha
09:05 PM RADOS Bug #48417 (Duplicate): unfound EC objects in sepia's LRC after upgrade
Neha Ojha
08:43 PM Revision 6c0c924e (ceph): Merge pull request #41980 from yuvalif/wip-yuval-fix-51320
rgw/notification: support version-id for all event types Yuval Lifshitz
07:04 PM Revision 04ff1f8f (ceph): mgr/telemetry: turn perf channel off by default and decrement revision ...
Originally, the perf channel was turned on by default, and the revision number was incremented. However, it is best f... Laura Flores
06:59 PM Revision 1ca76821 (ceph): Merge pull request #42127 from ivancich/wip-little-rgw-cleanup
rgw: a small set of clean-ups
Reviewed-by: Ali Maredia <amaredia@redhat.com>
Ali Maredia
06:57 PM RADOS Backport #51453: pacific: Add simultaneous scrubs to rados/thrash
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42120
merged
Yuri Weinstein
06:57 PM Revision 1ce7b993 (ceph): Merge pull request #42120 from neha-ojha/wip-51453-pacific
pacific: qa/suites/rados: add simultaneous scrubs to the thrasher
Reviewed-by: Ronen Friedman <rfriedma@redhat.com>
Yuri Weinstein
06:40 PM Revision 4d91a3d4 (ceph): mgr/dashboard: remove max/min_size and ruleset
Signed-off-by: Sage Weil <sage@newdream.net>
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
Sage Weil
06:29 PM Stable releases Tasks #51480: pacific v16.2.5
h3. QE VALIDATION (STARTED 7/3/21)
PRs list => https://pad.ceph.com/p/v16.2.5_QE_PRs_LIST
*sepia ceph cluster u...
Yuri Weinstein
06:27 PM Stable releases Tasks #51480 (Resolved): pacific v16.2.5
h3. Workflow
* "Preparing the release":http://ceph.com/docs/master/dev/development-workflow/#preparing-a-new-relea...
Yuri Weinstein
05:56 PM Revision 8a1ee83b (ceph): qa: use run_shell_payload to avoid sudo
"run_shell" adds 'sudo' which runs afoul of new security protections on
Ubuntu 20.04.
Fixes: https://tracker.ceph.co...
Patrick Donnelly
05:56 PM Revision 4fc4ccb7 (ceph): qa: convert mount calls to mount_wait
These tests want to immediately use the mount anyway. But the main
problem is, without waiting for the mount to compl...
Patrick Donnelly
05:56 PM Revision e2b39f6c (ceph): qa: avoid using sudo for regular test artifacts
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
05:49 PM mgr Backport #51190: octopus: mgr/telemetry: pass leaderboard flag even w/o ident
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41870
merged
Yuri Weinstein
05:49 PM Revision f6da55d7 (ceph): Merge pull request #41870 from cfsnyder/wip-51190-octopus
octopus: mgr/telemetry: pass leaderboard flag even w/o ident
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
05:47 PM mgr Backport #50167: octopus: Module 'diskprediction_local' takes forever to load
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41617
merged
Yuri Weinstein
05:47 PM Revision ef82a521 (ceph): Merge pull request #41617 from cfsnyder/wip-50167-octopus
octopus: mgr: do not load disabled modules
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Deepika Upadhyay <...
Yuri Weinstein
05:46 PM Revision f8bfb653 (ceph): Merge pull request #40948 from mgfritch/octopus-backport-39730-39822
octopus: cephadm: fix escaping/quoting of stderr-prefix arg for ceph daemons
Reviewed-by: Adam King adking@redhat.com
Yuri Weinstein
05:15 PM Revision 092d8fa7 (ceph): Merge pull request #42012 from yuvalif/wip-yuval-fix-50039
rgw/notifications: support v4 auth for topics and notifications Yuval Lifshitz
05:13 PM Revision a2b8ba13 (ceph): rgw/notification: support version-id for all event types
including: object copy, multipart upload, delete marker on versioned bucket
Fixes: https://tracker.ceph.com/issues/5...
Yuval Lifshitz
05:12 PM Revision f4154b1c (ceph): Merge pull request #42134 from zdover23/wip-doc-cephadm-operations-2021...
doc/cephadm: improve "Ceph Daemon Logs" (1 of x)
Reviewed-by: Sebastian Wagner <sewagner@redhat.com>
zdover23
04:55 PM Dashboard Cleanup #51479 (Duplicate): mgr/dashboard: NFS clean-ups
Sage suggested the following improvements to the NFS create form:
# Display more info in the clusters dropdown (th...
Ernesto Puerta
04:44 PM Revision 0bc9b868 (ceph): Merge pull request #42023 from TRYTOBE8TME/wip-rgw-notification-tests
rgw: Modification in the usage of force-branch
Reviewed-by: Ali Maredia <amaredia@redhat.com>
Ali Maredia
04:42 PM RADOS Bug #48212 (Fix Under Review): poollast_epoch_clean floor is stuck after pg merging
Dan van der Ster
02:13 PM RADOS Bug #48212: poollast_epoch_clean floor is stuck after pg merging
Dan van der Ster wrote:
> I suspect the cause is that there's a leftover epoch value for the now-deleted PG in `epoc...
Dan van der Ster
01:28 PM RADOS Bug #48212: poollast_epoch_clean floor is stuck after pg merging
I suspect the cause is that there's a leftover epoch value for the now-deleted PG in `epoch_by_pg` in `void LastEpoch... Dan van der Ster
04:38 PM RADOS Bug #38931 (Fix Under Review): osd does not proactively remove leftover PGs
Our customer reported a similar case, providing an easy way to reproduce the issue: if when purging a pg the osd is m... Mykola Golub
04:23 PM Dashboard Backport #51474 (In Progress): octopus: mgr/dashboard: User database migration has been cut out
Ernesto Puerta
03:25 PM Dashboard Backport #51474 (Resolved): octopus: mgr/dashboard: User database migration has been cut out
https://github.com/ceph/ceph/pull/42142 Backport Bot
04:23 PM Revision 32b063ec (ceph): mgr/dashboard: User database migration has been cut out
This PR will revert changes done by https://tracker.ceph.com/issues/49645 to auto-migrate user database v1 to v2.
Fi...
Volker Theile
04:19 PM Revision 1c13283f (ceph): Merge pull request #41945 from yuvalif/wip-yuval-fix-51261
rgw/notifications: support metadata filter in CompleteMultipartUpload and Copy events Yuval Lifshitz
04:02 PM Backport #51233: pacific: pybind/cmd_argparse: does not process vector of choices
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42065
merged
Yuri Weinstein
04:02 PM CephFS Backport #51232: pacific: qa: scrub code does not join scrubopts with comma
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42065
merged
Yuri Weinstein
04:02 PM Revision 25677a97 (ceph): Merge pull request #42065 from batrick/i51232
pacific: qa: scrub code does not join scrubopts with comma
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
04:01 PM CephFS Backport #51251: pacific: qa: fs:upgrade uses teuthology default distro
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42067
merged
Yuri Weinstein
04:01 PM Revision 73ef44f8 (ceph): Merge pull request #42067 from batrick/i51251
pacific: qa: fs:upgrade uses teuthology default distro
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
03:56 PM Dashboard Backport #51475 (In Progress): pacific: mgr/dashboard: User database migration has been cut out
Ernesto Puerta
03:25 PM Dashboard Backport #51475 (Resolved): pacific: mgr/dashboard: User database migration has been cut out
https://github.com/ceph/ceph/pull/42140 Backport Bot
03:56 PM Revision 12b008d9 (ceph): mgr/dashboard: User database migration has been cut out
This PR will revert changes done by https://tracker.ceph.com/issues/49645 to auto-migrate user database v1 to v2.
Fi...
Volker Theile
03:52 PM Revision 64dc3c84 (ceph): osd: move down peers out from peer_purged
f7c5b01e18 tried to fix this, but adding peer_purged.erase() into
the peer_info loop made no effect because in purge_...
Mykola Golub
03:51 PM Revision 55dc66f1 (ceph): Merge pull request #41842 from Daniel-Pivonka/pacific-backport-41740
pacific: mgr/nfs: do not depend on cephadm.utils Sage Weil
03:50 PM Orchestrator Bug #51446 (Resolved): Module 'dashboard' has failed: Timeout('Port 8443 not bound on 192.168.122...
Sage Weil
03:49 PM Revision 25e36e30 (ceph): Merge pull request #42117 from liewegas/cephadm-june-last-pacific
pacific: cephadm june final batch Sage Weil
03:30 PM Dashboard Backport #51478 (Resolved): pacific: Incorrect OSD out count on landing page
https://github.com/ceph/ceph/pull/42153 Backport Bot
03:30 PM Dashboard Backport #51477 (Resolved): octopus: Incorrect OSD out count on landing page
https://github.com/ceph/ceph/pull/42154 Backport Bot
03:29 PM Revision dd45ec49 (ceph): src/pybind/mgr/mirroring/fs/snapshot_mirror.py: do not assume a cephfs-...
We should not assume a daemon is runnning. If the daemon is not running
we get the default value of None. So let's sk...
Sébastien Han
03:27 PM Dashboard Bug #51376 (Pending Backport): Incorrect OSD out count on landing page
Ernesto Puerta
01:05 PM Dashboard Bug #51376 (Fix Under Review): Incorrect OSD out count on landing page
Ernesto Puerta
03:26 PM Revision 1be0cc0d (ceph): Merge pull request #41953 from SMIL-Infra/fix-dashboard-osd-count
mgr/dashboard: fix OSD out count
Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Reviewed-by: Nizamudeen A <nia@redh...
Ernesto Puerta
03:23 PM Dashboard Bug #51443 (Pending Backport): mgr/dashboard: User database migration has been cut out
Ernesto Puerta
03:23 PM Revision 4e034862 (ceph): Merge pull request #42116 from votdev/issue_51443_migrate_userdb
mgr/dashboard: User database migration has been cut out
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed...
Ernesto Puerta
02:54 PM Revision 7c04b0c3 (ceph): rgw: Adding missing field to lua scripting
adding "User Identity" field to lua scripting
Signed-off-by: Matan Breizman <Matan.Brz@gmail.com>
Matan Breizman
02:47 PM Revision 5e1463d4 (ceph): crimson/os: fix indentation in alien_store.cc.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
02:44 PM rgw Bug #51347 (Triaged): valgrind use-after-free in RGWCopyObj::execute() after RGWObjectCtx::invali...
Mark Kogan
02:39 PM rgw Bug #51347: valgrind use-after-free in RGWCopyObj::execute() after RGWObjectCtx::invalidate()
seems to be related to
https://github.com/ceph/ceph/pull/41955/commits
Mark Kogan
02:43 PM Dashboard Feature #51301 (Fix Under Review): mgr/dashboard: create jenkins job: dashboard-cephadm-e2e
Alfonso Martínez
02:40 PM Dashboard Feature #51300 (Fix Under Review): mgr/dashboard: run cephadm orch backend E2E tests
Alfonso Martínez
02:38 PM rgw Bug #51377 (Duplicate): rgw: daemon crash when using both s3 bucket acl and s3 bucket policy
This is already fixed upstream, and backported. It'll be in the next release. Daniel Gryniewicz
02:28 PM rgw Bug #51437 (Need More Info): the lifecycle transition operation does not work after set object acl
Casey Bodley
02:28 PM rgw Bug #51437: the lifecycle transition operation does not work after set object acl
The -125 error, ECANCELED, generally indicates that the operation raced with another write. Is it possible that this ... Casey Bodley
02:22 PM rgw Bug #51465 (Need More Info): the rgw_bucket_dir_entry is not updated when set acl
Hi, can you help us understand the consequence of this issue? Why does it need to update the rgw_bucket_dir_entry? Casey Bodley
11:48 AM rgw Bug #51465 (Fix Under Review): the rgw_bucket_dir_entry is not updated when set acl
1. create an bucket
2. enable versioning
3. put object
4. set object acl
then the object attr update, but the rgw...
Huber ming
02:16 PM Revision db0763aa (ceph): mds/cephfs_features: print size_t using "%zu"
to silence the warning from GCC like:
../src/mds/cephfs_features.cc: In function 'void cephfs_dump_features(ceph::Fo...
Kefu Chai
02:16 PM Revision 09067e77 (ceph): msg/async/net_handler: do not define variable unless it is used
on WIN32, `flags` is not used at all, hence GCC complains like
../src/msg/async/net_handler.cc: In member function '...
Kefu Chai
02:10 PM rgw Backport #51467 (In Progress): Backport Bucket Remove Op: Pass in user
Casey Bodley
02:10 PM rgw Backport #51467 (New): Backport Bucket Remove Op: Pass in user
https://github.com/ceph/ceph/pull/42135 Casey Bodley
02:08 PM rgw Backport #51467 (Pending Backport): Backport Bucket Remove Op: Pass in user
Daniel Gryniewicz
01:30 PM rgw Backport #51467 (Resolved): Backport Bucket Remove Op: Pass in user
https://github.com/ceph/ceph/pull/42135 Daniel Gryniewicz
02:10 PM rgw Backport #51473 (Rejected): octopus: User has assume_role permission can access to any bucket
Backport Bot
02:10 PM rgw Backport #51472 (Rejected): nautilus: User has assume_role permission can access to any bucket
Backport Bot
02:10 PM rgw Backport #51471 (Resolved): pacific: User has assume_role permission can access to any bucket
https://github.com/ceph/ceph/pull/42632 Backport Bot
02:10 PM rgw Backport #51470 (Resolved): pacific: Backport RGW - Don't move attrs before setting them
https://github.com/ceph/ceph/pull/42320 Backport Bot
02:05 PM rgw Bug #51469 (Pending Backport): Backport RGW - Don't move attrs before setting them
Daniel Gryniewicz
02:04 PM rgw Bug #51469 (Resolved): Backport RGW - Don't move attrs before setting them
Backport https://github.com/ceph/ceph/pull/41761 to Pacific Daniel Gryniewicz
02:05 PM rgw Bug #51325 (Pending Backport): User has assume_role permission can access to any bucket
Casey Bodley
02:03 PM bluestore Bug #51370 (Need More Info): StoreTestSpecificAUSize.SyntheticMatrixCsumAlgorithm/2 timed out
Neha Ojha
01:49 PM Orchestrator Feature #51468 (New): cephadm: make it possible to set a custom name for the ceph.conf name and a...
... Sebastian Wagner
01:42 PM Revision 2f72f7fe (ceph): RGW - Bucket Remove Op: Pass in user
When a bucket remove op is called on the non-master zone, the op is
forwarded to the master zone, but this needs a us...
Daniel Gryniewicz
01:25 PM rgw Bug #51466: rgw: cls_bucket_list_unordered() might return repeating or partial results when enabl...
fixes : http://tracker.ceph.com/issues/49206
> when object name adorned with upload_id, we might get wrong current_s...
鹏 张
01:01 PM rgw Bug #51466: rgw: cls_bucket_list_unordered() might return repeating or partial results when enabl...
when object name adorned with upload_id, we might get wrong current_shard... 鹏 张
12:36 PM rgw Bug #51466: rgw: cls_bucket_list_unordered() might return repeating or partial results when enabl...
sorry, the condition when last_added_entries is not updated should be count >= num_entries... 鹏 张
12:18 PM rgw Bug #51466 (Resolved): rgw: cls_bucket_list_unordered() might return repeating or partial results...
cls_bucket_list_unordered() might return wrong results.
Steps to Reproduce:
1. Create a bucket and fill it with a...
鹏 张
01:11 PM Revision 5c9a3962 (ceph): Merge PR #42107 into master
* refs/pull/42107/head:
mgr/ActivePyModules: streamline mgr_ips a bit
mgr/ActivePyModules: don't take unnecessary l...
Sage Weil
12:43 PM Revision 09b1dd0b (ceph): doc/cephadm: improve "Ceph Daemon Logs" (1 of x)
This PR turned out to be a 3-in-1:
(1) improves syntax and formatting of "Logging to stdout"
(2) improves syntax and...
Zac Dover
12:13 PM CephFS Bug #50954: mgr/pybind/snap_schedule: commands only support positional arguments?
Sebastian Wagner wrote:
> Can you use proper positional arguments here?
>
> [...]
>
> I for one don't think h...
Sébastien Han
11:03 AM RADOS Fix #51464 (Fix Under Review): osd: Add mechanism to avoid running osd benchmark on osd init when...
Sridhar Seshasayee
08:54 AM RADOS Fix #51464 (Resolved): osd: Add mechanism to avoid running osd benchmark on osd init when using m...
The current behavior is to let the osd benchmark run on each osd
init, which is not necessary. If the underlying dev...
Sridhar Seshasayee
09:59 AM Revision e2cc12ea (ceph): Merge pull request #42130 from tchaikov/wip-doc-install
doc/install/get-packages: s/el7/el8/ and cleanups
Reviewed-by: Sebastian Wagner <sewagner@redhat.com>
Kefu Chai
09:50 AM Revision 166d9613 (ceph): Merge pull request #42108 from zdover23/wip-doc-upgrading-ceph-cancelli...
doc/cephadm: improve "Canceling an Upgrade"
Reviewed-by: Sebastian Wagner <sewagner@redhat.com>
Kefu Chai
09:24 AM Revision f981b37e (ceph): doc/dev/continuous-integration: use ceph repos
since the reference repos have been forked under ceph organization,
let's use their new addresses.
Signed-off-by: Ke...
Kefu Chai
08:57 AM Revision a7e3ece4 (ceph): cmake: set CMAKE_BUILD_TYPE only if .git exists
distros intend to fine tune the CFLAGS and CXXFLAGS by themselves, see
- https://git.alpinelinux.org/abuild/tree/abu...
Kefu Chai
08:45 AM Dashboard Backport #51447 (Resolved): pacific: mgr/dashboard: bucket name input takes spaces eventhough its...
Ernesto Puerta
08:45 AM Revision 193e515b (ceph): Merge pull request #42119 from rhcs-dashboard/wip-51447-pacific
pacific: mgr/dashboard: Fix bucket name input allowing space in the value
Reviewed-by: Waad Alkhoury <walkhour@redha...
Ernesto Puerta
08:38 AM Revision 71e6adac (ceph): doc/install/get-packages: s/el7/el8/
since we don't build for el7 anymore. replace all occurrences of el7 with
el8.
Signed-off-by: Kefu Chai <kchai@redha...
Kefu Chai
08:38 AM Revision 3a411345 (ceph): doc/install/get-packages: do not mention additional 3rd party packages
since we are able to build and run on ubuntu focal without extra
dependencies of 3rd party packages, there is no need...
Kefu Chai
08:24 AM Revision 9bb68a55 (ceph): rgw: Modification in the usage of force-branch
Signed-off-by: Kalpesh Pandya <kapandya@redhat.com> Kalpesh Pandya
07:44 AM RADOS Bug #51463 (Resolved): blocked requests while stopping/starting OSDs
Hi,
we run into a lot of slow requests. (IO blocked for several seconds) while stopping or starting one or more OS...
Manuel Lausch
07:13 AM RADOS Bug #51419: bufferlist::splice() may cause stack corruption in bufferlist::rebuild_aligned_size_a...
Initially triggered with fio when testing rbd persistent write-back cache in ssd mode:... Ilya Dryomov
07:09 AM rgw Backport #51310 (In Progress): pacific: Add Support customed CA certificate from vault KMS for SS...
PR posted https://github.com/ceph/ceph/pull/42093 Jiffin Tony Thottan
06:55 AM Revision e023bf4a (ceph): crimson/admin: let AdminSocket::register_command() return void
instead of returning a seastar::future<>, it can just return void,
as it does not involve asynchronous operations.
a...
Kefu Chai
06:26 AM Revision 7f64774e (ceph): crimson/admin: remove unused variable
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
04:17 AM Revision e9717a47 (ceph): Merge pull request #42080 from cyx1231st/wip-seastore-fix-cache
crimson/os/seastore/cache: misc fixes and cleanup
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Xuehan Xu...
Samuel Just
03:27 AM rgw Bug #43259: S3 CopyObject: failed to parse copy location
PR: https://github.com/ceph/ceph/pull/42126 Paul Reece
03:24 AM rgw Bug #51462 (Resolved): rgw: resolve empty ordered bucket listing results w/ CLS filtering
Bucket listing filtering was moved from the RGW layer to the CLS layer to improve efficiency. However currently if th... J. Eric Ivancich
03:17 AM Revision b7621625 (ceph): rgw: url_decode before parsing copysource in copyobject
If the copysource on copyobject call was URL-encoded, it would fail as it would not parse the '/' seperating bucket a... Paul Reece
02:47 AM rgw Bug #51461 (Closed): Unable to read bucket stats post reshard from Multisite primary
ceph version 17.0.0-5278-g79eb0c85 (79eb0c853ca1ee491410e0c6c6796675a7449ef9) quincy (dev)
Steps:
- Create a te...
Tejas C
02:16 AM Revision 29d9c3d5 (ceph): crimson/os/seastore/cache: rename try_construct_record to prepare_record
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:15 AM Revision 4c4405ee (ceph): crimson/os/seastore/cache: cleanup try_construct_record() optional return
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:15 AM Revision 91e91e5d (ceph): crimson/os/seastore: fix print_detail() of RetiredExtentPlaceholder
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:15 AM Revision a5939272 (ceph): crimson/os/seastore/cache: remove retired extents from cache
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:15 AM Revision 1445ba17 (ceph): crimson/os/seastore/cache: add absent extent to read-set before retire
So that transaction can be invalidated if the retiring extent has
conflict.
Signed-off-by: Yingxin Cheng <yingxin.ch...
Yingxin Cheng
02:15 AM Revision 82203cd3 (ceph): crimson/os/seastore/cache: fix get_extent_by_type(t) to use Transaction...
The original query_cache_for_extent() doesn't call wait_io() if the
extent is pending. And the following get_extent_b...
Yingxin Cheng
02:15 AM Revision 5cd2c7c1 (ceph): crimson/os/seastore/cache: cleanup get_extent_if_cached()
And remove the query_cache_for_extent(t).
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
Yingxin Cheng
02:15 AM Revision 054b2eda (ceph): crimson/os/seastore/cache: add missing add_to_read_set()
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:15 AM Revision 2243b3d5 (ceph): crimson/os/seastore/cache: add the missing extent invalid check
see 2bc257beb2ef1253e38c254745f42b3ac5db52de
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
Yingxin Cheng
02:15 AM Revision b5762ca6 (ceph): crimson/os/seastore/cache: wait io when read from Cache::extents
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:13 AM Revision 77839d62 (ceph): crimson/os/seastore/cache: invalidate transaction referencing retired e...
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:13 AM Revision 43ddfe3f (ceph): crimson/os/seastore/cache: retire PRESENT extents and add to retired-set
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:13 AM Revision e52d5469 (ceph): crimson/onode-staged-tree: check invalid transaction only
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
02:06 AM Revision 85ac0c64 (ceph): Merge pull request #42103 from athanatos/sjust/wip-seastore-collection-...
crimson/seastore: enforce per-collection transaction ordering
Reviewed-by: Chunmei Liu <chunmei.liu@intel.com>
Revie...
Kefu Chai
01:50 AM Revision 8f64ef1f (ceph): Merge pull request #41932 from tchaikov/wip-mgr-mock-osdmap
mgr,pybind/mgr: add OSDMap.build_simple() method
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Kefu Chai
12:34 AM crimson Bug #51460 (Can't reproduce): crimson: assert happen in crimson::os::seastore::CachedExtent::is_d...
ERROR 2021-06-30 17:11:06,197 [shard 0] none - ../src/crimson/os/seastore/cached_extent.h:256 : In function 'bool cri... chunmei liu

06/30/2021

11:58 PM CephFS Backport #50913: pacific: MDS heartbeat timed out between during executing MDCache::start_files_t...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42061
merged
Yuri Weinstein
11:58 PM Revision 8e1edf74 (ceph): Merge pull request #42061 from batrick/i50913
pacific: MDS heartbeat timed out between during executing MDCache::start_files_to_recover()
Reviewed-by: Jeff Layton...
Yuri Weinstein
11:57 PM CephFS Backport #51286: pacific: MDSMonitor: crash when attempting to mount cephfs
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42068
merged
Yuri Weinstein
11:57 PM Revision a5116a71 (ceph): Merge pull request #42068 from batrick/i51286
pacific: MDSMonitor: crash when attempting to mount cephfs
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
11:48 PM CephFS Bug #51282: pybind/mgr/mgr_util: .mgr pool may be created too early causing spurious PG_DEGRADED ...
... Neha Ojha
10:46 PM CephFS Documentation #51459 (Resolved): doc: document what kinds of damage forward scrub can repair
Patrick Donnelly
10:30 PM Revision 71274c88 (ceph): Merge pull request #41958 from ceph/wip-yuriw-notes-14.2.22_2
doc: 14.2.22 Release Notes
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Casey Bodley <cbodley@redhat.com>
...
Ilya Dryomov
10:18 PM Revision b1f8afac (ceph): doc/releases/nautilus: add notable changes for RADOS
Signed-off-by: Neha Ojha <nojha@redhat.com> Neha Ojha
10:18 PM Revision 4bc5f138 (ceph): doc/releases/nautilus,octopus: add a note for msgr2 interoperability fix
octopus 15.2.13 already shipped, let's add it retroactively.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Ilya Dryomov
10:18 PM Revision 712e7a0e (ceph): doc: 14.2.22 Release Notes
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
10:05 PM Revision ecf10ec1 (ceph): Merge pull request #42118 from sandrobonazzola/patch-3
doc/rbd/iscsi-initiator-linux: set "product" in multipath.conf
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Ilya Dryomov
09:51 PM Revision a8f3a0eb (ceph): pybind/mgr/progress/test_progress.py: fix type of reported_epoch
because reported_epoch is an int, not a string
Signed-off-by: Neha Ojha <nojha@redhat.com>
Neha Ojha
09:50 PM RADOS Bug #49894 (In Progress): set a non-zero default value for osd_client_message_cap
Neha Ojha wrote:
> Neha Ojha wrote:
> > The current default of 0 doesn't help and we've tried setting it to 5000 fo...
Neha Ojha
09:46 PM Revision a5c361b6 (ceph): doc/rbd/iscsi-initiator-linux: set "product" in multipath.conf
Adding missing parameter in multipath configuration. See
https://bugzilla.redhat.com/show_bug.cgi?id=1769135.
Signe...
Sandro Bonazzola
09:37 PM rbd Bug #50670 (Fix Under Review): [pwl ssd] head / tail pointer corruption
Ilya Dryomov
09:29 PM rbd Bug #51458 (In Progress): make "rbd flatten" preserve non-sparseness
The deep-copy state machine saw significant changes in pacific. One user-visible side effect is that "rbd deep copy ... Ilya Dryomov
08:08 PM Revision 04fa36a6 (ceph): rgw: a small set of clean-ups
Small items noticed along the way and addressed collectively in this
small "omnibus" PR.
Signed-off-by: J. Eric Ivan...
J. Eric Ivancich
07:46 PM Revision da268fae (ceph): pybind/mgr/progress/module.py: no need to cast reported_epoch and _star...
reported_epoch is an int, see 22128e3de697f3fdf66faf3fe3b701a3a599968f
and _start_epoch is also an int, see type anno...
Neha Ojha
07:38 PM CephFS Backport #51413: pacific: cephfs-mirror: do not terminate on SIGHUP
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42097
merged
Yuri Weinstein
07:38 PM Revision f9a9b92c (ceph): Merge pull request #42097 from vshankar/wip-51413
pacific: cephfs-mirror: reopen logs on SIGHUP
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
07:36 PM CephFS Backport #51414: pacific: mds: "FAILED ceph_assert(r == 0 || r == -2)"
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42072
merged
Yuri Weinstein
07:35 PM Revision 2ac1f911 (ceph): Merge pull request #42072 from batrick/i51414
pacific: mds: "FAILED ceph_assert(r == 0 || r == -2)"
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
07:35 PM CephFS Backport #51412: pacific: mds: mkdir on ephemerally pinned directory sometimes blocked on journal...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42071
merged
Yuri Weinstein
07:35 PM Revision e8284f8a (ceph): Merge pull request #42071 from batrick/i51412
pacific: mds: mkdir on ephemerally pinned directory sometimes blocked on journal flush
Reviewed-by: Patrick Donnelly...
Yuri Weinstein
07:34 PM CephFS Backport #51324: pacific: pacific: client: abort after MDS blocklist
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42070
merged
Yuri Weinstein
07:34 PM Revision 12221b10 (ceph): Merge pull request #42070 from batrick/i51324
pacific: pacific: client: abort after MDS blocklist
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
07:34 PM CephFS Backport #51322: pacific: qa: test_data_scan.TestDataScan.test_pg_files AssertionError: Items in ...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42069
merged
Yuri Weinstein
07:33 PM Revision 99fcafd6 (ceph): Merge pull request #42069 from batrick/i51322
pacific: qa: test_data_scan.TestDataScan.test_pg_files AssertionError: Items in the second set but not the first:
Re...
Yuri Weinstein
07:32 PM CephFS Backport #51235: pacific: doc: pacific updates
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42066
merged
Yuri Weinstein
07:32 PM Revision 06dea94f (ceph): Merge pull request #42066 from batrick/i51235
pacific: doc: pacific updates
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
07:30 PM Dashboard Backport #50766 (In Progress): octopus: mgr/dashboard: bucket name constraints
Nizamudeen A
07:30 PM Dashboard Backport #50768 (In Progress): octopus: mgr/dashboard: RGW buckets async validator slow performance
Nizamudeen A
07:30 PM CephFS Backport #51231: pacific: pybind/mgr/snap_schedule: Invalid command: Unexpected argument 'fs=cephfs'
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42064
merged
Yuri Weinstein
07:29 PM Revision c40ca049 (ceph): Merge pull request #42064 from batrick/i51231
pacific: pybind/mgr/snap_schedule: Invalid command: Unexpected argument 'fs=cephfs'
Reviewed-by: Patrick Donnelly <p...
Yuri Weinstein
07:29 PM CephFS Backport #51230: pacific: qa: fs:bugs does not specify distro
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42063
merged
Yuri Weinstein
07:29 PM Revision c7616343 (ceph): Merge pull request #42063 from batrick/i51230
pacific: qa: fs:bugs does not specify distro
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
07:21 PM Dashboard Cleanup #50268 (In Progress): mgr/dashboard: evaluate upgrade to Angular 11
Nizamudeen A
07:19 PM Dashboard Cleanup #42305 (Rejected): mgr/dashboard: editing silence: order of fields seems unintuitive
Nizamudeen A
07:18 PM Revision 23c9a2d2 (ceph): pacific: qa: add missing package exclusions
ceph-immutable-object-cache does not exist on nautilus.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
07:13 PM Revision 6137c70b (ceph): mgr/dashboard: Detailed error messages in rgw bucket name validation
Explain the rgw bucket name constrains for each bucket name validation
errors.
Fixes: https://tracker.ceph.com/issue...
Nizamudeen A
07:13 PM Revision 96786592 (ceph): mgr/dashboard: RGW buckets async validator performance enhancement
The rgw bucket creation form has the Name field which have an async
validator. The validator calls all the bucket nam...
Nizamudeen A
07:04 PM Backport #51233 (In Progress): pacific: pybind/cmd_argparse: does not process vector of choices
Patrick Donnelly
07:04 PM Revision 1f5111cb (ceph): test/pybind/test_ceph_argparse: add a test where args contains comma
to ensure the support for the new syntax of "prefix --name bon,jour"
does not break existing behavior of "prefix hell...
Kefu Chai
07:04 PM Revision 7e253954 (ceph): cmake: run nose test using "python3 -m nose"
otherwise the tests are not performed at all.
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit...
Kefu Chai
07:04 PM Revision 3b5cee21 (ceph): test/pybind: do not test obsoleted command
"scrub" command was marked obsoleted in
e9a5ce0897efc6126caeebea9900bf05ec3d2174, so the test_ceph_argparse
cannot re...
Kefu Chai
07:04 PM Revision 510c23bd (ceph): test/pybind/test_ceph_argparse: decorate helper method with @nottest
otherwise nose tries to run it as a test as its name contains "test", like
E.
======================================...
Kefu Chai
07:04 PM Revision f3219bdf (ceph): test/pybind/test_ceph_argparse: check for expected argument
instead of comparing the validated argument with empty dict, check for
its content for better coverage of testing.
S...
Kefu Chai
07:04 PM Revision d42e9bc9 (ceph): pybind/ceph_argparse: validate csv if desc.N
if desc.N is not None, we should take the argument as a comma separated
values, and validate the values individually....
Kefu Chai
07:04 PM Revision 80fab017 (ceph): test/pybind: do not use tab for indent
the python source file is idented using spaces.
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from comm...
Kefu Chai
07:04 PM Revision b0f84048 (ceph): test/pybind: drop forward and readforward from test
these two write modes were dropped in
a0a3ed324a130a9934735927600f01d1fa65bc0d, so update the test
accordingly.
Sign...
Kefu Chai
07:04 PM Revision 172c2bbb (ceph): test/pybind: pep8 cleanups
* do not import unused symbols
* add two empty lines before method
* aligned indents
Signed-off-by: Kefu Chai <kchai...
Kefu Chai
07:03 PM Dashboard Tasks #50565 (In Progress): mgr/dashboard: Add host section for the Create Cluster Workflow
Nizamudeen A
06:53 PM RADOS Backport #50790: octopus: osd: write_trunc omitted to clear data digest
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41620
merged
Yuri Weinstein
06:53 PM Revision cf44b8a9 (ceph): Merge pull request #41620 from cfsnyder/wip-50790-octopus
octopus: osd: clear data digest when write_trunc
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Kefu Chai <k...
Yuri Weinstein
06:51 PM Revision 14f568e6 (ceph): Merge pull request #42045 from tchaikov/pacific-51354
pacific: osd/osd_type: use f->dump_unsigned() when appropriate
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by...
Yuri Weinstein
06:50 PM RADOS Backport #50791: pacific: osd: write_trunc omitted to clear data digest
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42019
merged
Yuri Weinstein
06:50 PM Revision 2f6fc512 (ceph): Merge pull request #42019 from neha-ojha/wip-50791-pacific
pacific: osd: clear data digest when write_trunc
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
06:49 PM RADOS Bug #50346: OSD crash FAILED ceph_assert(!is_scrubbing())
https://github.com/ceph/ceph/pull/41944 merged Yuri Weinstein
06:48 PM Revision 315426a3 (ceph): Merge pull request #41944 from ronen-fr/wip-ronenf-pac-50346
pacific: osd/scrub: replace a ceph_assert() with a test
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
06:45 PM mgr Backport #51455 (In Progress): pacific: progress module: TypeError: '<' not supported between ins...
https://github.com/ceph/ceph/pull/42045
merged
Neha Ojha
06:05 PM mgr Backport #51455 (Resolved): pacific: progress module: TypeError: '<' not supported between instan...
https://github.com/ceph/ceph/pull/42045 Backport Bot
06:44 PM RADOS Bug #51457 (New): qa/standalone/scrub/osd-scrub-test.sh: TEST_interval_changes: date check failed
... Neha Ojha
06:44 PM CephFS Backport #51203: pacific: mds: CephFS kclient gets stuck when getattr() on a certain file
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42062
merged
Yuri Weinstein
06:43 PM Revision c138e323 (ceph): Merge pull request #42062 from batrick/i51203
pacific: mds: CephFS kclient gets stuck when getattr() on a certain file
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Yuri Weinstein
06:43 PM CephFS Backport #50875: pacific: mds: MDSLog::journaler pointer maybe crash with use-after-free
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42060
merged
Yuri Weinstein
06:42 PM Revision 9dec06fc (ceph): Merge pull request #42060 from batrick/i50875
pacific: mds: MDSLog::journaler pointer maybe crash with use-after-free
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Yuri Weinstein
06:42 PM CephFS Backport #50848: pacific: mds: "cluster [ERR] Error recovering journal 0x203: (2) No such file ...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42059
merged
Yuri Weinstein
06:42 PM Revision cffe1491 (ceph): Merge pull request #42059 from batrick/i50848
pacific: mds: "cluster [ERR] Error recovering journal 0x203: (2) No such file or directory" in cluster log"
Review...
Yuri Weinstein
06:42 PM CephFS Backport #50846: pacific: mds: journal recovery thread is possibly asserting with mds_lock not lo...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42058
merged
Yuri Weinstein
06:42 PM Revision 30baec2c (ceph): Merge pull request #42058 from batrick/i50846
pacific: mds: journal recovery thread is possibly asserting with mds_lock not locked
Reviewed-by: Jeff Layton <jlayt...
Yuri Weinstein
06:42 PM Revision 488e6be0 (ceph): Merge pull request #42121 from ceph/wip-md
ceph-release-notes: Support for markdown for new ceph.io site
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
06:41 PM CephFS Backport #50636: pacific: session dump includes completed_requests twice, once as an integer and ...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42057
merged
Yuri Weinstein
06:41 PM Revision 773bc05d (ceph): Merge pull request #42057 from batrick/i50636
pacific: session dump includes completed_requests twice, once as an integer and once as a list
Reviewed-by: Jeff Lay...
Yuri Weinstein
06:41 PM CephFS Backport #50630: pacific: mds: Error ENOSYS: mds.a started profiler
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42056
merged
Yuri Weinstein
06:40 PM Revision 742b0695 (ceph): Merge pull request #42056 from batrick/i50630
pacific: mds: Error ENOSYS: mds.a started profiler
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Yuri Weinstein
06:32 PM Revision 6e26baf7 (ceph): Merge pull request #41460 from idryomov/wip-qa-focal-pacific
pacific: qa/tests: replaced ubuntu_latest.yaml with ubuntu 20.04
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Revie...
Yuri Weinstein
06:31 PM CephFS Backport #50445: pacific: client: Inode.cc: 405: FAILED ceph_assert(_ref >= 0)
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41052
merged
Yuri Weinstein
06:30 PM Revision 44f24447 (ceph): Merge pull request #41052 from lxbsz/wip-50445-pacific
pacific: client: make Inode to inherit from RefCountedObject
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Yuri Weinstein
06:30 PM CephFS Backport #50624: pacific: qa: "ls: cannot access 'lost+found': No such file or directory"
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/40856
merged
Yuri Weinstein
06:30 PM CephFS Backport #50289: pacific: MDS stuck at stopping when reducing max_mds
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/40856
merged
Yuri Weinstein
06:30 PM CephFS Backport #50282: pacific: MDS slow request lookupino #0x100 on rank 1 block forever on dispatched
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/40856
merged
Yuri Weinstein
06:29 PM Revision 367ec397 (ceph): Merge pull request #40856 from batrick/i50282
pacific: MDS slow request lookupino #0x100 on rank 1 block forever on dispatched
Reviewed-by: Jeff Layton <jlayton@r...
Yuri Weinstein
06:16 PM CephFS Bug #51417: qa: test_ls_H_prints_human_readable_file_size failure
Oh, this may be the protected_regular enforcement that's in more recent kernels. See:
https://www.kernel.org/d...
Jeff Layton
06:10 PM CephFS Bug #51440 (Duplicate): fallocate fails with EACCES
Patrick Donnelly
06:07 PM CephFS Bug #51440: fallocate fails with EACCES
I'm not even sure that this is ceph related. The command was trying to open a file in /tmp to do an fallocate (which ... Jeff Layton
10:42 AM CephFS Bug #51440 (Duplicate): fallocate fails with EACCES
https://pulpito.ceph.com/yuriw-2021-06-29_00:14:14-fs-wip-yuri-testing-2021-06-28-1259-pacific-distro-basic-smithi/62... Jeff Layton
06:05 PM mgr Backport #51456 (Resolved): octopus: progress module: TypeError: '<' not supported between instan...
https://github.com/ceph/ceph/pull/42257 Backport Bot
06:03 PM mgr Bug #51354 (Pending Backport): progress module: TypeError: '<' not supported between instances of...
Marking https://github.com/ceph/ceph/pull/41517 with Pending backport
pacific backport - https://github.com/ceph/cep...
Neha Ojha
05:18 PM Revision bf160548 (ceph): mgr: move GIL helpers to Gil.{h,cc}
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 88db7b190a974d70c08a1951b06b7fc9957b1b60)
Kefu Chai
05:11 PM Revision 8497f4b1 (ceph): ceph-release-notes: Support for markdown for new ceph.io site
Signed-off-by: David Galloway <dgallowa@redhat.com> David Galloway
04:44 PM RADOS Backport #51453 (In Progress): pacific: Add simultaneous scrubs to rados/thrash
Neha Ojha
04:30 PM RADOS Backport #51453 (Resolved): pacific: Add simultaneous scrubs to rados/thrash
https://github.com/ceph/ceph/pull/42120 Backport Bot
04:43 PM Revision f73d8dd8 (ceph): qa/suites/rados: add simultaneous scrubs (multiple options) to the thra...
Setting osd-max-scrubs to either 2 or 3.
Triggered by https://tracker.ceph.com/issues/50346
Signed-off-by: Ronen Fr...
Ronen Friedman
04:39 PM RADOS Bug #45868: rados_api_tests: LibRadosWatchNotify.AioWatchNotify2 fails
/a/yuriw-2021-06-29_19:12:08-rados-wip-yuri2-testing-2021-06-28-0858-pacific-distro-basic-smithi/6243653 Neha Ojha
04:36 PM rgw Bug #43259: S3 CopyObject: failed to parse copy location
Looks like the PR was auto-closed
I had this bug occur, but found an easy workaround: simply removing the url.Quer...
Paul Reece
04:35 PM RADOS Bug #51454 (New): Simultaneous OSD's crash with tp_osd_tp on rocksdb::MergingIterator::Next()
Ceph v14.2.15
Main use case is RGW.
Bucket indexes on SSD OSDs.
Majority of SSD OSD under bucket intexes are FileS...
Aleksandr Rudenko
04:30 PM RADOS Backport #51452 (Resolved): octopus: Add simultaneous scrubs to rados/thrash
https://github.com/ceph/ceph/pull/42422 Backport Bot
04:28 PM RADOS Bug #51451 (Resolved): Add simultaneous scrubs to rados/thrash
Motivated by https://tracker.ceph.com/issues/50346. Neha Ojha
04:26 PM Dashboard Backport #51447 (In Progress): pacific: mgr/dashboard: bucket name input takes spaces eventhough ...
Nizamudeen A
03:10 PM Dashboard Backport #51447 (Resolved): pacific: mgr/dashboard: bucket name input takes spaces eventhough its...
https://github.com/ceph/ceph/pull/42119 Backport Bot
04:25 PM Revision ecf34981 (ceph): mgr/dashboard: Fix bucket name input allows space in the value
Fixes: https://tracker.ceph.com/issues/51368
Signed-off-by: Nizamudeen A <nia@redhat.com>
(cherry picked from commit ...
Nizamudeen A
04:11 PM Dashboard Bug #51450 (Duplicate): mgr/dashboard: restore user database migration from v1 to v2
Ernesto Puerta
04:00 PM Dashboard Bug #51450 (Duplicate): mgr/dashboard: restore user database migration from v1 to v2
This PR (https://github.com/ceph/ceph/pull/39908) removed legacy fields as well as the migration scripts that used th... Ernesto Puerta
04:11 PM Dashboard Bug #51443 (Duplicate): mgr/dashboard: User database migration has been cut out
Ernesto Puerta
01:56 PM Dashboard Bug #51443 (Fix Under Review): mgr/dashboard: User database migration has been cut out
Volker Theile
11:29 AM Dashboard Bug #51443 (In Progress): mgr/dashboard: User database migration has been cut out
Volker Theile
11:28 AM Dashboard Bug #51443 (Resolved): mgr/dashboard: User database migration has been cut out
The user database migration from v1 (Nautilus) to v2 (>= Octopus) has been removed by #49645 (GH PR https://github.co... Volker Theile
04:03 PM Orchestrator Bug #51446 (In Progress): Module 'dashboard' has failed: Timeout('Port 8443 not bound on 192.168....
Daniel Pivonka
04:00 PM Orchestrator Bug #51446: Module 'dashboard' has failed: Timeout('Port 8443 not bound on 192.168.122.121.',)
This might not be a pure orchestrator issue. I've investigated the `run-backend-api-tests.sh` issue I have locally an... Patrick Seidensal
01:53 PM Orchestrator Bug #51446 (Resolved): Module 'dashboard' has failed: Timeout('Port 8443 not bound on 192.168.122...
standby dashboard is binding to 127.0.1.1 becasue get_mgr_ip() always returns hostname for standby mgr and with podma... Daniel Pivonka
04:00 PM Revision bf68855f (ceph): mgr/telemetry: reformat code for better readability
No changes to the algorithm here, just reformatting some assignments and comments for better readability.
Signed-off...
Laura Flores
03:41 PM Dashboard Bug #51449 (Duplicate): mgr/dashboard: upgrade Grafana to 6.7.6
The Grafana version currently provided by Cephadm is 6.7.4, which suffers from 2 CVEs:
* https://www.cvedetails.com/...
Ernesto Puerta
03:20 PM Revision 408d74ec (ceph): mgr/ActivePyModules: streamline mgr_ips a bit
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 49d5a5bdea2ca925ee5030d19d3793927c2a1fbd)
Sage Weil
03:20 PM Revision 7d802a85 (ceph): mgr/ActivePyModules: don't take unnecessary lock
This isn't needed.
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 3ee6f97b3ed172be98dd429a4...
Sage Weil
03:20 PM Revision 1e121406 (ceph): pybind/mgr/mgr_module: use get("mgr_ips") for standby get_mgr_ip()
This is necessary to allow the standby mgr to bind to the right IP.
Signed-off-by: Sage Weil <sage@newdream.net>
(ch...
Sage Weil
03:20 PM Revision 8ffe9ab0 (ceph): mgr: add get() for standby modules
Fixes: https://tracker.ceph.com/issues/51446
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit ...
Sage Weil
03:19 PM Revision 8b8e7522 (ceph): mgr: add get() for standby modules
Fixes: https://tracker.ceph.com/issues/51446
Signed-off-by: Sage Weil <sage@newdream.net>
Sage Weil
03:19 PM Revision d159adc2 (ceph): pybind/mgr/mgr_module: use get("mgr_ips") for standby get_mgr_ip()
This is necessary to allow the standby mgr to bind to the right IP.
Signed-off-by: Sage Weil <sage@newdream.net>
Sage Weil
03:19 PM Revision 3ee6f97b (ceph): mgr/ActivePyModules: don't take unnecessary lock
This isn't needed.
Signed-off-by: Sage Weil <sage@newdream.net>
Sage Weil
03:19 PM Revision 49d5a5bd (ceph): mgr/ActivePyModules: streamline mgr_ips a bit
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
03:15 PM Revision 7bd1000c (ceph): doc/cephadm: improving "Monitoring the Upgrade"
This PR improves the section "Monitoring the Upgrade"
in the "Upgrading Ceph" chapter of the cephadm documentation.
...
Zac Dover
03:15 PM Revision ffa8729c (ceph): doc/cephadm: improve "Upgrading Ceph" (main)
This PR makes a couple of minor improvements to the text under the
top-level section "Upgrading Ceph" in the "Upgradi...
Zac Dover
03:15 PM Revision 94e96357 (ceph): cephadm: Fix normalize_image_digest for local registries
Cause they typically don't have dots in it.
Signed-off-by: Sebastian Wagner <sewagner@redhat.com>
(cherry picked fro...
Sebastian Wagner
03:13 PM Revision c6e535f7 (ceph): doc/cephadm: enrich "Disabling Automatic Deploy..."
This PR rewrites and reformats the section "Disabling Automatic
Deployment of Daemons" in the "Service Management" ch...
Zac Dover
03:13 PM Revision cbeac595 (ceph): doc/cephadm: enrich "deployment of daemons"
service-management.rst contained a section called
"Deployment of Daemons" that needed a rewrite by
a native English s...
Zac Dover
03:12 PM Revision e3e1fbeb (ceph): src/vstart: create rgw user with system flag
As dashboard requires the system flag to be enabled.
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked fro...
Varsha Rao
03:12 PM Revision 18eb86a5 (ceph): src/vstart: deploy rgw service with cephadm
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 63f5fa2e5e8946be4b4123c588bb133f1b18412b)
Varsha Rao
03:12 PM Revision 610dbb05 (ceph): doc/install/get-packages: point to current stable release
Point to pacific for downloading the cephadm script
Co-authored-by: Kefu Chai <tchaikov@gmail.com>
Signed-off-by: Sa...
Sandro Bonazzola
03:11 PM Revision 9cf894ed (ceph): doc: Add kcli utilization for development environments
How to use kcli to create ceph clusters (cephadm) and made easy code changes in
manager modules.
Signed-off-by: Juan...
Juan Miguel Olmo Martínez
03:10 PM Dashboard Backport #51448 (Resolved): octopus: mgr/dashboard: bucket name input takes spaces eventhough its...
https://github.com/ceph/ceph/pull/42241 Backport Bot
03:10 PM Dashboard Bug #51368 (Pending Backport): mgr/dashboard: bucket name input takes spaces eventhough its not a...
Ernesto Puerta
03:09 PM Revision 849de7c9 (ceph): Merge pull request #42026 from rhcs-dashboard/bucket-name-regex-fix
mgr/dashboard: Fix bucket name input allowing space in the value
Reviewed-by: Waad Alkhoury <walkhour@redhat.com>
Re...
Ernesto Puerta
03:08 PM Dashboard Feature #50318 (Resolved): mgr/dashboard: when adding host, allow to specify network address and ...
Ernesto Puerta
03:08 PM Dashboard Backport #51148 (Resolved): pacific: mgr/dashboard: when adding host, allow to specify network ad...
Ernesto Puerta
03:07 PM Revision 6ed177c0 (ceph): Merge pull request #42027 from rhcs-dashboard/wip-51148-pacific
pacific: mgr/dashboard: Include Network address and labels on Host Creation form
Reviewed-by: Avan Thakkar <athakkar...
Ernesto Puerta
02:46 PM mgr Cleanup #50827 (Resolved): pybind/mgr/CMakeLists.txt: exclude files not used at runtime
Kefu Chai
02:44 PM Revision 5e6d1519 (ceph): Merge pull request #41353 from a16bitsysop/mgr-node_modules
pybind/mgr/CMakeLists.txt: exclude files not used at runtime
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Rev...
Kefu Chai
02:36 PM Revision cb8a612d (ceph): mgr/cephadm: add ceph orch host drain and limit host removal to empty h...
ceph orch host drain removes all daemons from a host so it can be safely removed
ceph orch host rm will only remove h...
Daniel Pivonka
02:35 PM Revision 82922811 (ceph): mgr/dashboard: User database migration has been cut out
This PR will revert changes done by https://tracker.ceph.com/issues/49645 to auto-migrate user database v1 to v2.
Fi...
Volker Theile
01:02 PM bluestore Bug #51445 (Resolved): cannot enable osd resharding on pacific
when following the docs at https://docs.ceph.com/en/latest/rados/configuration/bluestore-config-ref/#bluestore-rocksd... Dominik Csapak
12:46 PM crimson Bug #51444 (New): Implement PGRecovery::budget_available()
Radoslaw Zarzynski
12:02 PM Revision a408347e (ceph): Merge pull request #41954 from pkalever/notrim
rbd-nbd: support notrim option with map command
Reviewed-by: Mykola Golub <mgolub@suse.com>
Reviewed-by: Ilya Dryomo...
Ilya Dryomov
11:46 AM CephFS Bug #51062 (Fix Under Review): mds,client: suppport getvxattr RPC
Milind Changire
11:30 AM Revision eb20648d (ceph): Merge pull request #42089 from tchaikov/wip-xattr-cleanup
osd, crimson/osd: do_cmp_xattr() related cleanups
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Reviewed-by:...
Kefu Chai
11:29 AM Revision 6772c711 (ceph): Merge pull request #42054 from tchaikov/wip-os-xattrs
os: use transparent comparator in ObjectStore::getattrs()
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Revi...
Kefu Chai
11:28 AM Revision 85b7b1d9 (ceph): Merge pull request #42043 from tchaikov/wip-ceph-argparse-ann
pybind/ceph_argparse: do not set self.typeargs in ctor of CephArgtype
Reviewed-by: Sebastian Wagner <sewagner@redhat...
Kefu Chai
11:27 AM Revision a2876c73 (ceph): Merge pull request #42087 from tchaikov/wip-common-buffers
common/buffers: check _num directly in list::c_str()
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
11:26 AM Revision e5c9315b (ceph): Merge pull request #42084 from tchaikov/wip-49638
qa: run e2e test on centos only
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Kefu Chai
11:26 AM Revision 21f90469 (ceph): Merge pull request #42047 from tchaikov/wip-autoscaler-ann
pybind/mgr/pg_autoscaler: add typing annotations and cleanups
Reviewed-by: Sebastian Wagner <sewagner@redhat.com>
Kefu Chai
11:25 AM Revision c2a91c0d (ceph): Merge pull request #42082 from fengchunsong/master
common: Use double instead of long double to improve performance
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:20 AM rgw Backport #51442 (Rejected): octopus: Cannot perform server-side copy using STS credentials
Backport Bot
11:17 AM rgw Bug #47809 (Pending Backport): Cannot perform server-side copy using STS credentials
Matt Benjamin
11:17 AM Revision 4bd071ea (ceph): Merge pull request #37866 from pritha-srivastava/wip-sts-47809
rgw/sts: fix for copy object operation using sts Matt Benjamin
10:57 AM CephFS Bug #51266: test cleanup failure
Another occurrence:
https://pulpito.ceph.com/yuriw-2021-06-29_00:14:14-fs-wip-yuri-testing-2021-06-28-1259-pacific...
Jeff Layton
10:52 AM crimson Bug #51441 (Resolved): Lingking crimson-osd failed on Arm64
In file included from ../src/crimson/osd/exceptions.h:9,
from ../src/crimson/os/seastore/random_blo...
Kevin Zhao
09:57 AM Revision 0e91091d (ceph): doc/cephadm: improve "Potential Problems"
This PR makes some improvements to the "Potential
Problems" section of the "Upgrading Ceph" chapter
of the cephadm do...
Zac Dover
09:40 AM rbd Bug #51439 (New): rbd_fio_test: remote process result: None
... Deepika Upadhyay
09:18 AM RADOS Bug #51419 (Fix Under Review): bufferlist::splice() may cause stack corruption in bufferlist::reb...
Kefu Chai
09:09 AM rgw Bug #51422: Quota about bucket does not work.
Addtional:
When failed, we can see nothing with cmd "c3cmd":
[root@haihang test]# s3cmd ls -rH s3://dlweb-haha
[ro...
海航 于
09:09 AM rbd Bug #49504: qemu_dynamic_features.sh times out
... Deepika Upadhyay
09:02 AM rbd Bug #51438 (Resolved): [pwl] possible data corruption in TEST_F(TestLibRBD, TestFUA)
... Deepika Upadhyay
08:26 AM rgw Bug #51437 (Resolved): the lifecycle transition operation does not work after set object acl
radosgw version: 14.2.15
create a bucket, put an object, set object acl as private, set lifecycle transition for w...
Huber ming
07:39 AM Revision 2fa7f90d (ceph): qa/workunits/rbd-nbd: add notrim test
Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com> Prasanna Kumar Kalever
07:24 AM CephFS Feature #40986: cephfs qos: implement cephfs qos base on tokenbucket algorighm
I'm also interested in the status of QoS for CephFS. Is there any available and mature CephFS QOS mechanism? xianpao chen
06:55 AM RADOS Bug #45721: CommandFailedError: Command failed (workunit test rados/test_python.sh) FAIL: test_ra...
http://qa-proxy.ceph.com/teuthology/ideepika-2021-06-30_04:28:06-rados-wip-yuri7-testing-2021-06-28-1224-octopus-dist... Deepika Upadhyay
06:20 AM Revision 2e94611a (ceph): mgr/dashboard: Fix bucket name input allows space in the value
Fixes: https://tracker.ceph.com/issues/51368
Signed-off-by: Nizamudeen A <nia@redhat.com>
Nizamudeen A
06:03 AM Revision b40de19c (ceph): pybind/mgr/pg_autoscaler: define options using Option
more consistent and less error-prune this way.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:03 AM Revision 4efd7400 (ceph): pybind/mgr/pg_autoscaler: define commands using CLICommand
simpler this way
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:03 AM Revision 9bb55e84 (ceph): pybind/mgr/pg_autoscaler: extract CrushSubtreeResourceStatus out
as it also serves as part of interface of get_subtree_resource_status(),
not only its internals. to ease adding the t...
Kefu Chai
06:03 AM Revision f725e09a (ceph): pybind/mgr/pg_autoscaler: do not create a tuple long_desc
long_desc is supposed to be a str, not a tuple of str.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:03 AM Revision 83f84129 (ceph): pybind/mgr/pg_autoscaler: do not index pool_root with pool_name
pool_root is indexed by pool_id, and we never index it with pool_name.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:03 AM Revision 1b0b32e4 (ceph): pybind/mgr/pg_autoscaler: add typing annotations
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
05:20 AM Revision ee455f00 (ceph): doc/cephadm: improve "Canceling an Upgrade"
This PR improves the section "Canceling an Upgrade"
in the "Upgrading Ceph" chapter of the cephadm
documentation.
I ...
Zac Dover
05:07 AM crimson Bug #51436 (Closed): crimson lba tree add_pin: unable to add btree_range_pin_t
crimson startup completed.ERROR 2021-06-29 16:44:08,333 [shard 0] seastore - add_pin: unable to add btree_range_pin_t... chunmei liu
03:13 AM Revision 891c2773 (ceph): qa: refactor reading debug file code
No need to invoke Python to read a file!
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
03:13 AM Revision 97a86453 (ceph): qa: get mount id before failing fs
Otherwise getxattr will hang.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
03:07 AM Revision c42712dd (ceph): Merge pull request #41919 from agayev/zoned-more-cleaning-support
os/bluestore: More support for cleaning zones.
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Kefu Chai
02:45 AM Bug #49161: common: ceph cluster and MON log being spammed with debug messages which cannot be tu...
The log messages concerning CephFS are not abnormal and should not be changed. However, the log channel always writin... Patrick Donnelly
02:22 AM Revision 0796dd1b (ceph): Merge pull request #42100 from rzarzynski/wip-crimson-assert_moveable
crimson: introduce assert_moveable().
Reviewed-by: Chunmei Liu <chunmei.liu@intel.com>
Reviewed-by: Yingxin Cheng <y...
Kefu Chai
02:18 AM Revision abce58d2 (ceph): pybind/ceph_argparse: add more type annotations
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
01:57 AM Bug #51435 (In Progress): Backport tracker for global: dump the siginfo when handling a fatal signal
Brad Hubbard
01:50 AM Bug #51435 (In Progress): Backport tracker for global: dump the siginfo when handling a fatal signal
Creating this tracker since this has been requested downstream and therefore we need to backport it please. Brad Hubbard
12:38 AM Revision 8b8b9435 (ceph): Merge pull request #41976 from tchaikov/wip-crimson-alienstore-lockless
crimson/os: use lockfree queue for sharded queue
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Reviewed-by: ...
Kefu Chai
12:23 AM crimson Bug #51358 (Fix Under Review): osd crash due to missing osdmap on pool creation, seastore
Kefu Chai

06/29/2021

10:42 PM CephFS Feature #51340 (In Progress): mon/MDSMonitor: allow creating a file system with a specific fscid
Ramana Raja
10:09 PM Revision ca745980 (ceph): 14.2.22
Jenkins Build Slave User
09:40 PM CephFS Feature #51434 (Resolved): pybind/mgr/volumes: add basic introspection
Something like:... Patrick Donnelly
09:16 PM RADOS Bug #51433 (Fix Under Review): mgr spamming with repeated set pgp_num_actual while merging
Neha Ojha
08:33 PM RADOS Bug #51433 (Resolved): mgr spamming with repeated set pgp_num_actual while merging
While merging PGs our osdmaps are churning through ~2000 epochs per hour.
The osdmap diffs are empty:...
Dan van der Ster
09:00 PM Revision 3f15749d (ceph): mgr/DaemonServer: skip redundant update of pgp_num_actual
During PG merge the MGR was observed repeatedly sending identical
set pgp_num_actual values, leading to osdmap churn ...
Dan van der Ster
08:03 PM RADOS Bug #49525: found snap mapper error on pg 3.2s1 oid 3:4abe9991:::smithi10121515-14:e4 snaps missi...
The sequence looks a lit different this time.
/a/rfriedma-2021-06-26_19:32:15-rados-wip-ronenf-scrubs-config-distr...
Neha Ojha
06:34 PM rgw Bug #51432 (Fix Under Review): [rfe] rgw: expose RADOS cluster_fsid in radosgw AdminOps API
Matt Benjamin
06:29 PM rgw Bug #51432 (Pending Backport): [rfe] rgw: expose RADOS cluster_fsid in radosgw AdminOps API
Expose RADOS cluster_fsid portably in radosgw AdminOps API. Requested by Rook team to track backend cluster attachme... Matt Benjamin
06:20 PM Revision 1cbcecdb (ceph): Merge PR #42101 into master
* refs/pull/42101/head:
cephsqlite: add comment on atexit
Reviewed-by: Kefu Chai <kchai@redhat.com>
Patrick Donnelly
06:16 PM Dashboard Feature #51408: mgr/dashboard: Add configurable MOTD or wall notification
Ok. Ernesto Puerta
10:40 AM Dashboard Feature #51408: mgr/dashboard: Add configurable MOTD or wall notification
>Do you have a concrete example/s of the situation and the kind of messages to display?
We want to inform the user...
Volker Theile
06:09 PM Revision 7cb3c34c (ceph): mon/OSDMonitor: fix calls to CrushTester
We have to specify min/max_rep.
Signed-off-by: Sage Weil <sage@newdream.net>
Sage Weil
05:41 PM Revision 95ace7e7 (ceph): crimson/os/seastore: add collection ordering
Adds a mutex to SeastoreCollection which ensures that transactions are
ordered on a per-collection basis. Future opt...
Samuel Just
05:30 PM Revision e35271ad (ceph): cephadm: infer fsid from ceph.conf
Fixes: https://tracker.ceph.com/issues/51328
Signed-off-by: Michael Fritch <mfritch@suse.com>
Michael Fritch
05:23 PM Dashboard Tasks #50564 (Resolved): mgr/dashboard: Add a welcome page for the Create Cluster Workflow
Ernesto Puerta
05:14 PM Revision c96faa8e (ceph): crimson/os/seastore/seastore: preserve Transaction::handle on reset for...
We're going to need to preserve the pipeline phase locking on conflict.
Signed-off-by: Samuel Just <sjust@redhat.com>
Samuel Just
05:08 PM Revision 8bc427aa (ceph): crimson/os/seastore/transaction: remove unused initiated_after
retired_gate_token has this information, Transaction::initiated_after
was left by accident.
Signed-off-by: Samuel Ju...
Samuel Just
05:08 PM Revision a2b89dc0 (ceph): crimson/os/seastore/transaction: reorder members, make handle private
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
05:08 PM Revision e7ac30f3 (ceph): crimson/os/seastore/ordering_handle: fix phase descriptions
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
05:03 PM RADOS Bug #39150: mon: "FAILED ceph_assert(session_map.sessions.empty())" when out of quorum
/a/yuriw-2021-06-28_17:32:48-rados-wip-yuri2-testing-2021-06-28-0858-pacific-distro-basic-smithi/6239590 Neha Ojha
04:59 PM RADOS Bug #45721: CommandFailedError: Command failed (workunit test rados/test_python.sh) FAIL: test_ra...
/a/yuriw-2021-06-28_17:32:48-rados-wip-yuri2-testing-2021-06-28-0858-pacific-distro-basic-smithi/6239575 Neha Ojha
04:01 PM Revision d8461201 (ceph): crimson/os/alienstore: use semaphore to manage tasks in thread pool
* implement std::counting_semaphore in C++17
* use the homebrew counting_semaphore as the synchronization primitive
...
Kefu Chai
03:10 PM cephsqlite Backport #51431 (Rejected): pacific: tasks/libcephsqlite throws "std::out_of_range"
Backport Bot
03:09 PM Revision da7a5291 (ceph): Merge pull request #41568 from ideepika/wip-tracker-48142-octopus
octopus: qa/cephadm/upgrade: use v15.2.9 for cephadm tests
Reviewed-by: Yuri Weinstein <yweinste@redhat.com>
Reviewe...
Yuri Weinstein
03:06 PM cephsqlite Bug #50503 (Pending Backport): tasks/libcephsqlite throws "std::out_of_range"
Patrick Donnelly
03:01 PM Revision be86f191 (ceph): cephsqlite: add comment on atexit
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
02:58 PM CephFS Bug #51183: qa: FileNotFoundError: [Errno 2] No such file or directory: '/sys/kernel/debug/ceph/3...
This is clearly a race of some sort. Either it is finding the directory and the mds_sessions file (and possibly the d... Jeff Layton
02:25 AM CephFS Bug #51183 (Fix Under Review): qa: FileNotFoundError: [Errno 2] No such file or directory: '/sys/...
Patrick Donnelly
02:55 PM Revision fad97b35 (ceph): crimson: introduce assert_moveable().
In C++ `std::moving` a `const`-qualified value yields a constant
r-value reference (`const T&&`) which won't be match...
Radoslaw Zarzynski
02:54 PM Revision 05dae35e (ceph): Merge pull request #42002 from tchaikov/wip-common-armor
common/armor: mark dst_end a const pointer
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai
02:34 PM cephsqlite Bug #51372 (Duplicate): pacific: libcephsqlite: segmentation fault
Kefu Chai
02:33 PM Revision 7fb626ce (ceph): Merge pull request #42035 from batrick/i51372
libcephsqlite: shutdown RADOS in destructor
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Kefu Chai <kchai@...
Kefu Chai
02:08 PM Revision 08e032c8 (ceph): Merge pull request #42094 from zdover23/wip-doc-upgrading-ceph-monitori...
doc/cephadm: improving "Monitoring the Upgrade"
Reviewed-by: Sebastian Wagner <sewagner@redhat.com>
zdover23
02:07 PM Revision 04216d37 (ceph): Merge pull request #42079 from zdover23/wip-doc-upgrading-ceph-first-se...
doc/cephadm: improve "Upgrading Ceph" (main)
Reviewed-by: Sebastian Wagner <sewagner@redhat.com>
zdover23
01:44 PM CephFS Bug #50033 (Fix Under Review): mgr/stats: be resilient to offline MDS rank-0
Jos Collin
01:35 PM rgw Bug #51429 (Resolved): radosgw-admin bi list fails with Input/Output error
ceph version 17.0.0-5278-g79eb0c85 (79eb0c853ca1ee491410e0c6c6796675a7449ef9) quincy (dev)
Steps:
- On a versione...
Tejas C
01:05 PM Revision ba3013e2 (ceph): rgw: add package version support to lua scripting
This patch allows users to set the package version when adding packages
to rgw's luarocks package manager.
Signed-of...
Matan Breizman
01:00 PM CephFS Documentation #51428 (Resolved): mgr/nfs: move nfs doc from cephfs to mgr
Varsha Rao
12:59 PM CephFS Backport #51413 (In Progress): pacific: cephfs-mirror: do not terminate on SIGHUP
Venky Shankar
12:55 PM Revision bb46f227 (ceph): logrotate: include cephfs-mirror daemon
Fixes: http://tracker.ceph.com/issues/51318
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from co...
Venky Shankar
12:55 PM Revision cc5587ca (ceph): cephfs-mirror: reopen logs on SIGHUP
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit 68ad416766e2c73109dbf44f179d1b85b9d61994)
Venky Shankar
12:54 PM CephFS Backport #50994 (Resolved): pacific: cephfs-mirror: be resilient to recreated snapshot during syn...
So, this is already in pacific -- I missed updating the tracker. Venky Shankar
12:52 PM CephFS Backport #50991 (In Progress): pacific: mgr/nfs: skipping conf file or passing empty file throws ...
https://github.com/ceph/ceph/pull/42096 Varsha Rao
12:52 PM CephFS Backport #51174 (In Progress): pacific: mgr/nfs: add nfs-ganesha config hierarchy
https://github.com/ceph/ceph/pull/42096 Varsha Rao
12:46 PM rgw Bug #51427 (Closed): Multisite sync stuck if reshard is done while bucket sync is disabled
ceph version 17.0.0-5278-g79eb0c85 (79eb0c853ca1ee491410e0c6c6796675a7449ef9) quincy (dev)
Steps:
- Bucket has ...
Tejas C
12:44 PM Revision 29304d90 (ceph): doc/cephfs/nfs: add ganesha configuration hierarchy
Fixes: https://tracker.ceph.com/issues/50904
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit ...
Varsha Rao
12:43 PM Revision 69f45f87 (ceph): pybind/mgr: check if file contains only spaces
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 2d32f5f4ec1da7444f60ecaca28f84f2ec1b16a0)
Varsha Rao
12:43 PM Revision c707bd5b (ceph): pybind/mgr: generalize CLICheckNonemptyFileInput() error msg
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 2dfd00995aca5fc8c8796a220c8f2c491aea5605)
Varsha Rao
12:43 PM Revision 907ab4c2 (ceph): mgr/nfs: use CLICheckNonemptyFileInput decorator
Fixes: https://tracker.ceph.com/issues/50858
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit ...
Varsha Rao
12:43 PM Revision 7df69e7b (ceph): mgr/dashboard/access_control: fix flake8 expected 2 blank lines error
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit a026ef20907d455e6f022a6975d1d415860c1cfc)
Varsha Rao
12:42 PM Revision 2dcdef0d (ceph): doc/cephadm: improving "Monitoring the Upgrade"
This PR improves the section "Monitoring the Upgrade"
in the "Upgrading Ceph" chapter of the cephadm documentation.
...
Zac Dover
12:41 PM Revision d00c7211 (ceph): doc/radosgw/vault: update the vault documentation
The details about vault agent specified twice the doc, removing the
additional reference from `vault token` section.
...
Jiffin Tony Thottan
12:39 PM Orchestrator Bug #51426 (Closed): ceph orch stop should not remove systemctl entries
1. For example if we run `ceph orch stop mgr` the command stops all the mgr services.
2. Once `ceph orch` stops the ...
Vikhyat Umrao
11:45 AM Revision d66a164c (ceph): doc/cephadm: improving "Starting the Upgrade"
This PR (slightly) improves the text in the section "Starting
the Upgrade" in the "Upgrading Ceph" chapter of the cep...
Zac Dover
11:45 AM Dashboard Bug #51360 (Rejected): mgr/dashboard: fix POST alerts request
It was fixing an unsupported usage of HTTP POST without body or Content-type Ernesto Puerta
11:29 AM Bug #51375 (Resolved): common/options: min value parsing does not work for millisecond option
Kefu Chai
11:28 AM Revision f019a910 (ceph): Merge pull request #42042 from tchaikov/wip-51375
common/options: convert a millisecs opt to a chrono::milliseconds and cleanups
Reviewed-by: Patrick Donnelly <pdonne...
Kefu Chai
11:27 AM Revision a456e031 (ceph): os: use transparent comparator in ObjectStore::getattrs()
for two reasons:
- better performance when looking on in the return map if the key
is not a string, as we don't ne...
Kefu Chai
11:27 AM Revision aa3f2028 (ceph): crimson/os/alienstore: return attrs retrieved from bluestore directly
since ObjectStore returns a map<...,less<>> already, there is not point to
convert the returned map to the type expec...
Kefu Chai
10:58 AM Revision 6ca774db (ceph): crimson/os: use lockfree queue for sharded queue
each sharded queue has multiple producers and a single consumer queue,
but the producer side is in seastar world, so ...
Kefu Chai
10:30 AM Revision 894a8963 (ceph): doc/radosgw/vault: add documentation for ssl authentication
Now RGW server can use custom ssl certs to authenticate with vault
server, adding steps for the same
Signed-off-by: ...
Jiffin Tony Thottan
10:30 AM Revision 42efe3a3 (ceph): rgw: add support for client cert and key for vault
Authenticate vault with help of user supplied client cert and keys.
Signed-off-by: Jiffin Tony Thottan <jthottan@red...
Jiffin Tony Thottan
10:30 AM Revision 1a701965 (ceph): rgw: update debug log for curl error
The req_data->error_buf stores error returned by the curl command, add
that information to existing debug log.
Signe...
Jiffin Tony Thottan
10:30 AM Revision 8ffb21d8 (ceph): rgw: add support to consume user given ca cert for vault
Currently RGW can authenticate with vault via SSL using system certs.
With this patch user can provide custom ca cert...
Jiffin Tony Thottan
10:29 AM Revision 2f0910fd (ceph): rgw: add seperate option for verify ssl for vault KMS engine
Signed-off-by: Jiffin Tony Thottan <jthottan@redhat.com>
(cherry picked from commit 4a93faa2eec8077edb4c35a20b6b66bc6...
Jiffin Tony Thottan
08:59 AM Revision 32e62f9a (ceph): common/config: s/boost::variant/std::variant/
we should use standard library for more well defined behavior, and
less dependencies on 3rd party libraries.
Signed-...
Kefu Chai
08:59 AM Revision a41b62bd (ceph): mgr,mon: s/boost::optional/std::optional/
since the encoding schemes of boost::optional and std::optional are
identical, they can be used interchangeably.
Sig...
Kefu Chai
08:56 AM Revision 863d8385 (ceph): common/options: s/boost::variant/std::variant/
we should use standard library for more well defined behavior, and
less dependencies on 3rd party libraries.
Signed-...
Kefu Chai
08:51 AM Revision c4f4b02a (ceph): mgr/dashboard: Include Network address and labels on Host Creation form
The ability to create host by specifying network address and also create
labels.
https://tracker.ceph.com/issues/503...
Nizamudeen A
08:25 AM Dashboard Feature #46493: mgr/dashboard: integrate Dashboard with mgr/nfs module interface
moving to dashboard Sebastian Wagner
07:38 AM Dashboard Feature #46493 (New): mgr/dashboard: integrate Dashboard with mgr/nfs module interface
Sebastian Wagner
08:21 AM Revision 812e58c5 (ceph): Merge pull request #42013 from ronen-fr/wip-ronenf-scrubs-config
qa/suites/rados: add simultaneous scrubs to the thrasher
Reviewed-by: Neha Ojha <nojha@redhat.com>
Kefu Chai
08:21 AM mgr Backport #51424 (Resolved): pacific: mgr module INFO should be logged by default
https://github.com/ceph/ceph/pull/42225 Backport Bot
08:20 AM mgr Backport #51423 (Resolved): octopus: mgr module INFO should be logged by default
https://github.com/ceph/ceph/pull/42677 Backport Bot
08:20 AM Revision 135b6dde (ceph): Merge pull request #42031 from sebastian-philipp/normalize_image_digest...
cephadm: Fix normalize_image_digest for local registries
Reviewed-by: Adam King <adking@redhat.com>
Kefu Chai
08:18 AM mgr Bug #48311 (Pending Backport): mgr module INFO should be logged by default
Kefu Chai
08:18 AM Revision 7e9d5fa0 (ceph): Merge pull request #41933 from liewegas/fix-48311
mgr: set debug_mgr=2/5 (so INFO goes to mgr log by default)
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:16 AM Revision 2026a7f0 (ceph): Merge pull request #41999 from tchaikov/wip-rpm-deb
rpm,debian: cleanups related to python3-setuptools dependencies
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Kefu Chai
08:15 AM Bug #39556 (Resolved): npm problem causes "make-dist" to fail when directory contains colon chara...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:14 AM rbd Bug #45072 (Resolved): [rbd-mirror] image replayer stop might race with remove and instace replay...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:14 AM rbd Bug #45694 (Resolved): "TestMigration.StressLive" fails
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:14 AM rbd Bug #45716 (Resolved): [rbd-mirror] image replayer stop might race with remove and instace replay...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:13 AM rbd Bug #46083 (Resolved): [object-map] possible race condition when disabling object map with active IO
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:13 AM mgr Bug #47738 (Resolved): mgr crash loop after increase pg_num
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:13 AM rgw Bug #51422 (Triaged): Quota about bucket does not work.
Sorry to disturb here.I'm a fresh man in ceph community.
Here I met something about quota settings(of which ceph ver...
海航 于
08:13 AM RADOS Bug #48613 (Resolved): Reproduce https://tracker.ceph.com/issues/48417
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:12 AM mgr Feature #49049 (Resolved): mgr/prometheus: Update ceph_pool_* metrics to include additional labels
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:12 AM RADOS Bug #49139 (Resolved): rados/perf: cosbench workloads hang forever
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:12 AM CephFS Fix #49341 (Resolved): qa: add async dirops testing
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:11 AM RADOS Bug #49988 (Resolved): Global Recovery Event never completes
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:11 AM bluestore Bug #50017 (Resolved): OSDs broken after nautilus->octopus upgrade: rocksdb Corruption: unknown W...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:11 AM RADOS Bug #50230 (Resolved): mon: spawn loop after mon reinstalled
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:11 AM rgw Bug #50293 (Resolved): rgw: radoslist incomplete multipart parts marker
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:10 AM rbd Bug #50439 (Resolved): librbd: removing a snapshot with multiple peer can go into an infinite loop
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:10 AM CephFS Bug #50447 (Resolved): cephfs-mirror: disallow adding a active peered file system back to its source
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:10 AM RADOS Bug #50466 (Resolved): _delete_some additional unexpected onode list
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:10 AM RADOS Bug #50477 (Resolved): mon/MonClient: reset authenticate_err in _reopen_session()
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:10 AM CephFS Bug #50532 (Resolved): mgr/volumes: hang when removing subvolume when pools are full
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:09 AM bluestore Bug #50555 (Resolved): AvlAllocator.cc: 60: FAILED ceph_assert(size != 0)
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:09 AM rgw Bug #50556 (Resolved): Reproducible crash on multipart upload to bucket with policy
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:09 AM rgw Bug #50620 (Resolved): rgw: radosgw-admin bucket rm --bucket <bucket> --purge-objects
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:09 AM Bug #50646 (Resolved): fix 32-bit/64-bit server/client interoperability under msgr2
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:09 AM bluestore Bug #50656 (Resolved): bluefs _allocate unable to allocate, though enough free
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:08 AM CephFS Bug #50867 (Resolved): qa: fs:mirror: reduced data availability
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:08 AM RADOS Bug #50964 (Resolved): mon: slow ops due to osd_failure
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:08 AM Fix #51082 (Resolved): qa: update RHEL to 8.4
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:08 AM CephFS Bug #51204 (Resolved): cephfs-mirror: false warning of "keyring not found" seen in cephfs-mirror ...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:07 AM rbd Bug #51342 (Resolved): TestMockMigrationHttpClient.OpenResolveFail started to fail because invali...
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are ... Loïc Dachary
08:03 AM rbd Backport #45764 (Resolved): nautilus: [rbd-mirror] image replayer stop might race with remove and...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41792
m...
Loïc Dachary
08:03 AM rbd Backport #45275 (Resolved): nautilus: [rbd-mirror] image replayer stop might race with remove and...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41792
m...
Loïc Dachary
08:03 AM RADOS Backport #51237 (Resolved): nautilus: rebuild-mondb hangs
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41874
m...
Loïc Dachary
08:03 AM RADOS Bug #50245: TEST_recovery_scrub_2: Not enough recovery started simultaneously
/a//kchai-2021-06-27_13:33:07-rados-wip-kefu-testing-2021-06-27-1907-distro-basic-smithi/6238237 Kefu Chai
08:01 AM rbd Backport #48565 (Resolved): nautilus: "TestMigration.StressLive" fails
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41788
m...
Loïc Dachary
08:01 AM rbd Backport #46149 (Resolved): nautilus: [object-map] possible race condition when disabling object ...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41787
m...
Loïc Dachary
08:01 AM mgr Backport #51189: nautilus: mgr/telemetry: pass leaderboard flag even w/o ident
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41839
m...
Loïc Dachary
08:00 AM RADOS Backport #50987 (Resolved): octopus: unaligned access to member variables of crush_work_bucket
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41622
m...
Loïc Dachary
08:00 AM RADOS Backport #50796 (Resolved): octopus: mon: spawn loop after mon reinstalled
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41621
m...
Loïc Dachary
08:00 AM bluestore Backport #50940 (Resolved): octopus: OSDs broken after nautilus->octopus upgrade: rocksdb Corrupt...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41613
m...
Loïc Dachary
07:59 AM bluestore Backport #50781 (Resolved): octopus: AvlAllocator.cc: 60: FAILED ceph_assert(size != 0)
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41612
m...
Loïc Dachary
07:59 AM rgw Backport #50302 (Resolved): octopus: rgw: radoslist incomplete multipart parts marker
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/40820
m...
Loïc Dachary
07:56 AM RADOS Backport #51269 (Resolved): octopus: rados/perf: cosbench workloads hang forever
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41922
m...
Loïc Dachary
07:56 AM RADOS Backport #50990: octopus: mon: slow ops due to osd_failure
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41618
m...
Loïc Dachary
07:55 AM Backport #50383: octopus: DecayCounter: Expected: (std::abs(total-expected)/expected) < (0.01), a...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41619
m...
Loïc Dachary
07:55 AM mgr Backport #51093 (Resolved): octopus: mgr crash loop after increase pg_num
Loïc Dachary
07:54 AM Backport #50661 (Resolved): octopus: ceph: BrokenPipeError on ceph -h
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41586
m...
Loïc Dachary
07:53 AM bluestore Backport #51041 (Resolved): octopus: bluefs _allocate unable to allocate, though enough free
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41658
m...
Loïc Dachary
07:53 AM RADOS Backport #50705 (Resolved): octopus: _delete_some additional unexpected onode list
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41623
m...
Loïc Dachary
07:53 AM RADOS Backport #50152 (Resolved): octopus: Reproduce https://tracker.ceph.com/issues/48417
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41609
m...
Loïc Dachary
07:52 AM Backport #50357 (Resolved): octopus: npm problem causes "make-dist" to fail when directory contai...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41087
m...
Loïc Dachary
07:52 AM RADOS Backport #50750 (Resolved): octopus: max_misplaced was replaced by target_max_misplaced_ratio
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41624
m...
Loïc Dachary
07:50 AM bluestore Backport #50782 (Resolved): pacific: AvlAllocator.cc: 60: FAILED ceph_assert(size != 0)
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41753
m...
Loïc Dachary
07:50 AM bluestore Backport #50938: pacific: OSDs broken after nautilus->octopus upgrade: rocksdb Corruption: unknow...
Igor, would you be so kind as to update the description of https://github.com/ceph/ceph/pull/41752 with the following... Loïc Dachary
07:47 AM bluestore Backport #50938 (Resolved): pacific: OSDs broken after nautilus->octopus upgrade: rocksdb Corrupt...
Loïc Dachary
07:48 AM rbd Bug #51362: qemu_bonnie I/O hang on nautilus
Confirmed that the hang is specific to nautilus and appears to have been fixed in octopus. Apart from the already me... Ilya Dryomov
07:41 AM CephFS Backport #51421 (Rejected): pacific: mgr/nfs: Add support for RGW export
Backport Bot
07:39 AM Dashboard Backport #51343: pacific: mgr/dashboard: crushmap tree doesn't display crush type other than root
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42007
m...
Loïc Dachary
07:38 AM Backport #50698 (Resolved): pacific: fix 32-bit/64-bit server/client interoperability under msgr2
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41249
m...
Loïc Dachary
07:38 AM RADOS Backport #51313 (Resolved): pacific: osd:scrub skip some pg
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41971
m...
Loïc Dachary
07:37 AM RADOS Backport #50505 (Resolved): pacific: mon/MonClient: reset authenticate_err in _reopen_session()
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41019
m...
Loïc Dachary
07:37 AM CephFS Bug #47172 (Pending Backport): mgr/nfs: Add support for RGW export
Sebastian Wagner
07:37 AM RADOS Backport #50986 (Resolved): pacific: unaligned access to member variables of crush_work_bucket
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41983
m...
Loïc Dachary
07:36 AM RADOS Backport #50989 (Resolved): pacific: mon: slow ops due to osd_failure
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41982
m...
Loïc Dachary
07:36 AM Dashboard Backport #50773: pacific: mgr/dashboard: typo: "Filesystems" to "File Systems"
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42016
m...
Loïc Dachary
07:36 AM Dashboard Backport #51180: pacific: mgr/Dashboard: right Navigation should work on click when page width is...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42008
m...
Loïc Dachary
07:32 AM Dashboard Backport #51273: pacific: mgr/dashboard: bucket details: show lock retention period only in days
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41948
m...
Loïc Dachary
07:32 AM Revision 2e46894f (ceph): msgr: added on-wire-compression to msgr protocol 2.0
Signed-off-by: Maya Gilad <ms.maya.gilad@gmail.com>
Co-authored-by: Kefu Chai <tchaikov@gmail.com>
Maya Gilad
07:32 AM rbd Backport #50942 (Resolved): pacific: rbd-mirror: segfault on snapshot replayer on shutdown
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41503
m...
Loïc Dachary
07:32 AM rbd Backport #50713 (Resolved): pacific: librbd: removing a snapshot with multiple peer can go into a...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41304
m...
Loïc Dachary
07:32 AM rbd Backport #51345 (Resolved): pacific: TestMockMigrationHttpClient.OpenResolveFail started to fail ...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/42010
m...
Loïc Dachary
07:32 AM Dashboard Backport #51326: pacific: mgr/dashboard: Alertmanager fails to POST alerts
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41987
m...
Loïc Dachary
07:32 AM RADOS Backport #50797 (Resolved): pacific: mon: spawn loop after mon reinstalled
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41768
m...
Loïc Dachary
07:28 AM RADOS Backport #51215: pacific: Global Recovery Event never completes
Nathan, would you be so kind as to add a link to this issue in https://github.com/ceph/ceph/pull/41872 ? Loïc Dachary
07:27 AM RADOS Backport #51215 (Resolved): pacific: Global Recovery Event never completes
Loïc Dachary
07:26 AM rgw Backport #51001 (Resolved): pacific: Reproducible crash on multipart upload to bucket with policy
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41893
m...
Loïc Dachary
07:24 AM rgw Backport #50710 (Resolved): pacific: rgw: radosgw-admin bucket rm --bucket <bucket> --purge-objects
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41863
m...
Loïc Dachary
07:24 AM mgr Backport #51094 (Resolved): pacific: mgr crash loop after increase pg_num
Loïc Dachary
07:23 AM bluestore Backport #49982: pacific: BlueRocksEnv::GetChildren may pass trailing slashes to BlueFS readdir
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41755
m...
Loïc Dachary
07:23 AM rgw Backport #50301 (Resolved): pacific: rgw: radoslist incomplete multipart parts marker
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/40819
m...
Loïc Dachary
07:22 AM mgr Backport #50294 (Resolved): pacific: mgr/prometheus: Update ceph_pool_* metrics to include additi...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/40804
m...
Loïc Dachary
07:22 AM ceph-volume Backport #51105 (Resolved): pacific: batch ignores bluestore_block_db_size in ceph.conf
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41714
m...
Loïc Dachary
07:22 AM Dashboard Backport #51053: pacific: mgr/dashboard: partially deleted RBDs are only listed by CLI
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41891
m...
Loïc Dachary
07:21 AM Backport #51185: pacific: qa: update RHEL to 8.4
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41822
m...
Loïc Dachary
07:21 AM CephFS Bug #51170 (Resolved): pacific: qa: AttributeError: 'RemoteProcess' object has no attribute 'split'
Loïc Dachary
07:19 AM CephFS Backport #50627: pacific: client: access(path, X_OK) on non-executable file as root always succeeds
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41294
m...
Loïc Dachary
07:19 AM Dashboard Backport #51259: pacific: mgr/dashboard: 500 server error when exiting out of maintenance mode
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41915
m...
Loïc Dachary
07:19 AM RADOS Backport #50706 (Resolved): pacific: _delete_some additional unexpected onode list
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/41680
m...
Loïc Dachary
07:10 AM Revision f91183d9 (ceph): Merge pull request #42076 from liu-chunmei/crimson-pgnls
crimson: fix pgnls exception
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
07:00 AM Revision 34642418 (ceph): osd/PrimaryLogPG: reorder #includes
so the oder of includes complies to https://google.github.io/styleguide/cppguide.html#Names_and_Order_of_Includes
Si...
Kefu Chai
06:54 AM Revision 9fa07cb8 (ceph): osd: extract do_cmp_xattr()
to consolidate the logic to dispatch by op.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:54 AM Revision f02a2012 (ceph): crimson/osd: extract do_cmp_xattr()
to consolidate the logic to dispatch by op.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:54 AM Revision 4561fb36 (ceph): crimson/osd: include used header
for using std::from_chars()
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:54 AM Revision f39d71ec (ceph): crimson/osd: check invalid input in do_xattr_cmp_u64()
we should return -EINVAL if the string does not represent a decimal
integer.
Signed-off-by: Kefu Chai <kchai@redhat....
Kefu Chai
06:54 AM Revision 8fe03059 (ceph): osd/PrimaryLogPG: use std::from_chars() to convert str to integer
* no need to create a temporary string for using strtoull()
* use std::from_chars() so it's consistent with its count...
Kefu Chai
06:35 AM rgw Bug #51420 (Closed): radosgw-admin core dumps on "bucket sync status"
ceph version 17.0.0-5278-g79eb0c85 (79eb0c853ca1ee491410e0c6c6796675a7449ef9) quincy (dev)
Steps:
- Do a "bucket ...
Tejas C
06:13 AM CephFS Backport #51285 (In Progress): pacific: mds: unknown metric type is always -1
Xiubo Li
05:25 AM CephFS Backport #51285: pacific: mds: unknown metric type is always -1
Patrick Donnelly wrote:
> Xiubo, this has non-trivial conflicts. Can you take this one please?
Sure, will finish ...
Xiubo Li
06:09 AM Revision 6e8fbc13 (ceph): Merge pull request #42039 from liu-chunmei/crimson-cmpxattr
crimson: add cmp_xatt support
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:06 AM Revision 7b7840d5 (ceph): mds: to print the unknow type value
Initialize the metric type when constructing the XXXPayload class,
and add one common base Payload class to simplify ...
Xiubo Li
06:00 AM Revision 946a2fe1 (ceph): mds: fix latency spelling
Signed-off-by: Jos Collin <jcollin@redhat.com>
(cherry picked from commit 22baa700f219d56d52d06ca5917e83f11ea835e2)
Jos Collin
05:56 AM Revision d6334e5c (ceph): common/buffers: check _num directly in list::c_str()
no need to create temporary iterator for comparing it with cend().
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:40 AM rgw Bug #51325: User has assume_role permission can access to any bucket
I have verified the session policy changes on master and they work as expected. And I have set the backports to pacif... Pritha Srivastava
05:40 AM RADOS Bug #51419 (Resolved): bufferlist::splice() may cause stack corruption in bufferlist::rebuild_ali...
*** stack smashing detected ***: terminated2073 IOPS][eta 02h:59m:36s]
--Type <RET> for more, q to quit, c to contin...
CONGMIN YIN
05:35 AM rbd Bug #51418 (Resolved): [pwl] segment fault on syncpoint stack
segment fault, stack is very very long.
Thread 137 "tp_pwl" received signal SIGSEGV, Segmentation fault.
[Switchi...
CONGMIN YIN
05:26 AM CephFS Backport #51200 (In Progress): pacific: qa: test_subvolume_clone_in_progress_snapshot_rm is racy
Kotresh Hiremath Ravishankar
05:22 AM Revision 984cfd65 (ceph): mgr/volumes: Add config to insert delay at the beginning of the clone
Added the config 'delay_snapshot_clone' to insert delay at the beginning
of the clone to avoid races in tests. The de...
Kotresh Hiremath Ravishankar
05:20 AM Revision f5fa3390 (ceph): crimson: fix pgnls exception
has_pg_op is always false, since m->ops is empty at that time.
so pgnls operation will go to process_op and report un...
chunmei liu
05:20 AM CephFS Backport #51411 (In Progress): pacific: pybind/mgr/volumes: purge queue seems to block operating ...
Kotresh Hiremath Ravishankar
05:14 AM Revision a8a549d3 (ceph): mgr/mgr_util: switch using unshared cephfs connections whenever possible
The connection pool used by mgr/volumes (mgr/snap_schedule, mgr/mirroring)
is basically a cached libcephfs connection...
Venky Shankar
05:09 AM Revision 02b8b0f4 (ceph): qa: run e2e test on centos only
it's a regression introduced by the restrcuture of the test suites,
let's pin the test to CentOS8.
See-also: https:/...
Kefu Chai
04:58 AM CephFS Bug #48502: ERROR: test_exports_on_mgr_restart (tasks.cephfs.test_nfs.TestNFS)
... Kefu Chai
04:57 AM Revision 53134408 (ceph): crimson: add cmp_xatt support
fix Exceptional future ignored: std::runtime_error (op 'cmpxattr' not supported)
Signed-off-by: chunmei-liu <chunmei...
chunmei liu
03:26 AM Revision 58753cf5 (ceph): common: Use double instead of long double to improve performance
To convert namoseconds to seconds, the precision needs to be 10,
and the precision of double is 15, which is enough t...
chunsong feng
01:29 AM Revision b4bfb3ef (ceph): doc/cephadm: improve "Upgrading Ceph" (main)
This PR makes a couple of minor improvements to the text under the
top-level section "Upgrading Ceph" in the "Upgradi...
Zac Dover

06/28/2021

11:23 PM CephFS Bug #51183: qa: FileNotFoundError: [Errno 2] No such file or directory: '/sys/kernel/debug/ceph/3...
No lazy umount involved: /ceph/teuthology-archive/pdonnell-2021-06-26_00:57:00-fs-wip-pdonnell-testing-20210625.22542... Patrick Donnelly
10:34 PM Revision 2c8f967e (ceph): osd/OSDMap: use pool's crush rule_id directly
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
10:34 PM Revision 02313c8b (ceph): osd/OSDMap: drop checks for ruleset == ruleid
This is about to be come impossible.
Signed-off-by: Sage Weil <sage@newdream.net>
Sage Weil
10:34 PM Revision 9c57918c (ceph): mon/OSDMonitor: use pool's crush rule directly
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
10:34 PM Revision 9f4a6f65 (ceph): crush: remove find_rule()
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
10:34 PM Revision 0c41abef (ceph): crush/CrushWrapper: get_osd_pool_default_crush_replicated_ruleset -> rule
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
10:34 PM Revision 644935e5 (ceph): crushtool: remove check for overlapped ruels
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
10:34 PM Revision d23210c2 (ceph): mon/OSDMonitor: rule, not ruleset
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
10:34 PM Revision 3c2ee041 (ceph): mon/OSDMonitor: remove check_crush_rule() callers
The only useful check remaining is that the rule type matches the pool.
Signed-off-by: Sage Weil <sage@newdream.net>
Sage Weil
10:34 PM Revision 6c4bbee7 (ceph): src/erasure-code: rule, not ruleset
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
10:34 PM Revision 8976fcf4 (ceph): doc: scrub 'ruleset' from docs
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
10:34 PM Revision 1985fb3b (ceph): crush/CrushTester: drop --ruleset
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
10:34 PM Revision 9c22cc64 (ceph): crushtool: take --min-rep and --max-rep explicitly
...instead of only --num-rep or pulling it from the ruleset_mask
Signed-off-by: Sage Weil <sage@newdream.net>
Sage Weil
10:34 PM Revision e4a299bb (ceph): test/cli/crushtool: use 'id' instead of 'ruleset' in crush inputs
The 'ruleset' syntax is super-old and misleading.
Signed-off-by: Sage Weil <sage@newdream.net>
Sage Weil
10:34 PM Revision d67bad8f (ceph): crush: remove last traces of 'ruleset'
Remove last traces of rulesets from crush. Mostly this means removing the
checks that rule masks don't overlap, sinc...
Sage Weil
10:34 PM Revision 33f76197 (ceph): crushtool: require min/max or num-rep for --test
Adjust CLI test cases accordingly.
Note that the reclassify outputs changed slightly because the original
maps have ...
Sage Weil
10:34 PM Revision 9ff6d352 (ceph): test/cli/crushtool: reunumber rulesets in test maps
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
10:34 PM Revision f95eb044 (ceph): crush: eliminate min_size and max_size
We don't use min/max_size for anything any more. Switch to encoding it
universally as 1 and 100, and ignoring when w...
Sage Weil
10:34 PM Revision fb521973 (ceph): mon/OSDMonitor: remove crush ruleset->rule rewrite
This was added in v14 nautilus, so any pacific+ cluster cannot have
rule != ruleset.
Signed-off-by: Sage Weil <sage@...
Sage Weil
10:34 PM Revision 64f1f1e4 (ceph): mon/PGMap: use pool's crush_rule directly
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
10:25 PM CephFS Bug #51417 (Fix Under Review): qa: test_ls_H_prints_human_readable_file_size failure
Patrick Donnelly
10:01 PM CephFS Bug #51417 (Resolved): qa: test_ls_H_prints_human_readable_file_size failure
Related to #51169.
See https://pulpito.ceph.com/pdonnell-2021-06-26_00:57:00-fs-wip-pdonnell-testing-20210625.2254...
Patrick Donnelly
08:25 PM Revision 62276e60 (ceph): mgr/telemetry: incremented content revision and added a new realease note
Signed-off-by: Laura Flores <lflores@redhat.com> Laura Flores
08:15 PM Revision b5005da5 (ceph): mgr/telemetry: added a new channel for perf counters
This commmit adds a new channel to the telemetry module called 'perf' that sums up all of the perf counter metrics ac... Laura Flores
08:08 PM CephFS Feature #51416: kclient: add debugging for mds failover events
On IRC Patrick said:... Jeff Layton
08:02 PM CephFS Feature #51416 (Fix Under Review): kclient: add debugging for mds failover events
Patrick Donnelly
07:54 PM CephFS Backport #51414 (In Progress): pacific: mds: "FAILED ceph_assert(r == 0 || r == -2)"
Patrick Donnelly
07:00 PM CephFS Backport #51414 (Resolved): pacific: mds: "FAILED ceph_assert(r == 0 || r == -2)"
https://github.com/ceph/ceph/pull/42072 Backport Bot
07:53 PM Revision 23fc86d1 (ceph): mds: just respawn mds daemon when osd op requests timeout
Fixes: https://tracker.ceph.com/issues/51280
Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit c...
Xiubo Li
07:53 PM CephFS Backport #51412 (In Progress): pacific: mds: mkdir on ephemerally pinned directory sometimes bloc...
Patrick Donnelly
06:55 PM CephFS Backport #51412 (Resolved): pacific: mds: mkdir on ephemerally pinned directory sometimes blocked...
https://github.com/ceph/ceph/pull/42071 Backport Bot
07:51 PM Revision 48e0d0b8 (ceph): mds: try to flush the mdlog when requesting the rdlock
After client requests' early_reply() the mdlog won't be flushed
immediately, but it will hold the write lock. So if t...
Xiubo Li
07:51 PM CephFS Backport #51324 (In Progress): pacific: pacific: client: abort after MDS blocklist
Patrick Donnelly
07:50 PM Revision dfa32443 (ceph): client: check if a mds rank is `up` before fetching connection addr
Client segfaults when trying to infer which mds rank a connection
reset call is coming from. It does this by iteratin...
Venky Shankar
07:49 PM CephFS Backport #51322 (In Progress): pacific: qa: test_data_scan.TestDataScan.test_pg_files AssertionEr...
Patrick Donnelly
07:49 PM Revision 14a3e9fb (ceph): qa: always format the pgid in hex
If the pg number is larger than 9, this won't match the array index,
which was in dec just before this.
Fixes: https...
Xiubo Li
07:48 PM CephFS Backport #51286 (In Progress): pacific: MDSMonitor: crash when attempting to mount cephfs
Patrick Donnelly
07:47 PM Revision d077e7f7 (ceph): mon/MDSMonitor: check fscid exists for legacy case
If a client does not have permission to see the legacy fs, the monitor
will throw an exception when looking up the md...
Patrick Donnelly
07:47 PM CephFS Backport #51285 (Need More Info): pacific: mds: unknown metric type is always -1
Xiubo, this has non-trivial conflicts. Can you take this one please? Patrick Donnelly
07:46 PM CephFS Backport #51251 (In Progress): pacific: qa: fs:upgrade uses teuthology default distro
Patrick Donnelly
07:45 PM Revision 40abd305 (ceph): qa: use centos latest for fs:upgrade
Fixes: https://tracker.ceph.com/issues/51250
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fro...
Patrick Donnelly
07:45 PM CephFS Backport #51235 (In Progress): pacific: doc: pacific updates
Patrick Donnelly
07:44 PM Revision 75f80bbf (ceph): doc: update mds_autoscaler documentation to reflect recent changes
Notably, Sage changed how this worked in [1].
[1] 6d8c0e4722eb5f3014dc76f6733afea08bcc8e72
Fixes: https://tracker.c...
Patrick Donnelly
07:44 PM Revision c72a840e (ceph): doc: clarify distributed ephemeral pins new mechanism
This documentation was for the old code, the new code (by Zheng)
fragments the directory and distributes those fragme...
Patrick Donnelly
07:44 PM Revision 8e7b6489 (ceph): doc: add missing note about restoring allow_standby_replay
Fixes: https://tracker.ceph.com/issues/51187
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fro...
Patrick Donnelly
07:43 PM CephFS Backport #51232 (In Progress): pacific: qa: scrub code does not join scrubopts with comma
Patrick Donnelly
07:43 PM Revision c4b7045d (ceph): qa: update scrub start code to use comma sep scrubopts
The documentation specifies this in [1] and yet we were using (I
believe) an older syntax:
ceph tell mds.foo:0 s...
Patrick Donnelly
07:42 PM CephFS Backport #51231 (In Progress): pacific: pybind/mgr/snap_schedule: Invalid command: Unexpected arg...
Patrick Donnelly
07:41 PM Revision 5330a635 (ceph): qa: update cli syntax to conventional
This was using an obscure syntax that worked at one time and wasn't
documented (AFAIK).
Fixes: https://tracker.ceph....
Patrick Donnelly
07:41 PM CephFS Backport #51230 (In Progress): pacific: qa: fs:bugs does not specify distro
Patrick Donnelly
07:40 PM Revision 8a157a22 (ceph): qa: specify distro for fs:bugs
Fixes: https://tracker.ceph.com/issues/51184
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fro...
Patrick Donnelly
07:39 PM CephFS Backport #51203 (In Progress): pacific: mds: CephFS kclient gets stuck when getattr() on a certai...
Patrick Donnelly
07:38 PM Revision cf4d9c88 (ceph): mds: switch to mdr->get_client()
The get_client() will check the mdr's type, if not a client request
it will return -1.
Signed-off-by: Xiubo Li <xiub...
Xiubo Li
07:38 PM Revision 1e3c67fa (ceph): mds: progress the recover queue immediately after the inode is enqueued
Fixes: https://tracker.ceph.com/issues/50840
Signed-off-by: "Yan, Zheng" <ukernel@gmail.com>
(cherry picked from comm...
Xiubo Li
07:38 PM CephFS Backport #51411 (Need More Info): pacific: pybind/mgr/volumes: purge queue seems to block operati...
Kotresh, please take this one. Patrick Donnelly
06:55 PM CephFS Backport #51411 (Resolved): pacific: pybind/mgr/volumes: purge queue seems to block operating on ...
https://github.com/ceph/ceph/pull/42083 Backport Bot
07:37 PM CephFS Backport #51200 (Need More Info): pacific: qa: test_subvolume_clone_in_progress_snapshot_rm is racy
Kotresh, please take this one. Patrick Donnelly
07:37 PM CephFS Backport #51198 (Need More Info): pacific: msg: active_connections regression
Not sure this backport is necessary. Patrick Donnelly
07:35 PM CephFS Backport #51413 (Need More Info): pacific: cephfs-mirror: do not terminate on SIGHUP
Venky, please do this one. Patrick Donnelly
07:00 PM CephFS Backport #51413 (Resolved): pacific: cephfs-mirror: do not terminate on SIGHUP
https://github.com/ceph/ceph/pull/42097 Backport Bot
07:35 PM CephFS Backport #50994 (Need More Info): pacific: cephfs-mirror: be resilient to recreated snapshot duri...
Venky, please do this one. Patrick Donnelly
07:35 PM CephFS Backport #51174 (Need More Info): pacific: mgr/nfs: add nfs-ganesha config hierarchy
Varsha please do this one. Patrick Donnelly
07:34 PM CephFS Backport #50991 (Need More Info): pacific: mgr/nfs: skipping conf file or passing empty file thro...
Varsha please do this one. Patrick Donnelly
07:34 PM CephFS Backport #50913 (In Progress): pacific: MDS heartbeat timed out between during executing MDCache:...
Patrick Donnelly
07:33 PM Revision 148c4f57 (ceph): mds: add heartbeat_reset() in start_files_to_reover() to avoid timedout...
Signed-off-by: Yongseok Oh <yongseok.oh@linecorp.com>
(cherry picked from commit f43f1d85cf162a3204cd42af620303067c9d...
Yongseok Oh
07:32 PM CephFS Backport #50875 (In Progress): pacific: mds: MDSLog::journaler pointer maybe crash with use-after...
Patrick Donnelly
07:32 PM Revision e0caab03 (ceph): mds: place the journaler pointer under the mds_lock
When the _recovery_thread is trying to reformat the journal, it
will delete the old journal pointer and assign with a...
Xiubo Li
07:30 PM CephFS Backport #50848 (In Progress): pacific: mds: "cluster [ERR] Error recovering journal 0x203: (2)...
Patrick Donnelly
07:29 PM RADOS Backport #50987: octopus: unaligned access to member variables of crush_work_bucket
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41622
merged
Yuri Weinstein
07:29 PM Revision 7c6f0fb4 (ceph): Merge pull request #41622 from cfsnyder/wip-50987-octopus
octopus: crush/crush: ensure alignof(crush_work_bucket) is 1
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: ...
Yuri Weinstein
07:29 PM Revision efe81456 (ceph): mds: save the metadata pool id MDSRank class's private member
There is one rare case that when mds daemon received a new mdsmap
and during decoding it, the metadata_pool will be r...
Xiubo Li
07:29 PM RADOS Backport #50796: octopus: mon: spawn loop after mon reinstalled
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41621
merged
Yuri Weinstein
07:28 PM CephFS Backport #50846 (In Progress): pacific: mds: journal recovery thread is possibly asserting with m...
Patrick Donnelly
07:28 PM Revision 35def792 (ceph): Merge pull request #41621 from cfsnyder/wip-50796-octopus
octopus: mon: load stashed map before mkfs monmap
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
07:28 PM Revision db7e60f9 (ceph): mds: fix possible mds_lock not locked assert
Fixes: https://tracker.ceph.com/issues/50744
Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit 5...
Xiubo Li
07:27 PM CephFS Backport #50636 (In Progress): pacific: session dump includes completed_requests twice, once as a...
Patrick Donnelly
07:27 PM bluestore Backport #50940: octopus: OSDs broken after nautilus->octopus upgrade: rocksdb Corruption: unknow...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41613
merged
Yuri Weinstein
07:27 PM Revision 937490bb (ceph): Merge pull request #41613 from cfsnyder/wip-50940-octopus
octopus: os/bluestore: introduce multithireading sync for bluestore's repairer
Reviewed-by: Igor Fedotov <ifedotov@s...
Yuri Weinstein
07:26 PM Revision be139e2a (ceph): mds: completed_requests -> num_completed_requests
Rename this in the session dump so we don't collide with the
completed_requests dump in mdstypes session_info_t::dump...
Dan van der Ster
07:26 PM Revision 00908570 (ceph): mds: session dumps num_completed_flushes
This can be useful when debugging clients failing to advance
oldest client/flush tid.
Signed-off-by: Dan van der Ste...
Dan van der Ster
07:26 PM bluestore Backport #50781: octopus: AvlAllocator.cc: 60: FAILED ceph_assert(size != 0)
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41612
merged
Yuri Weinstein
07:26 PM Revision e67716b0 (ceph): Merge pull request #41612 from cfsnyder/wip-50781-octopus
octopus: os/bluestore: tolerate zero length for allocators' init_[add/rm]_free()
Reviewed-by: Igor Fedotov <ifedotov...
Yuri Weinstein
07:26 PM CephFS Backport #50630 (In Progress): pacific: mds: Error ENOSYS: mds.a started profiler
Patrick Donnelly
07:25 PM Revision 1e259896 (ceph): mds: reset the return value for heap command
Fixes: https://tracker.ceph.com/issues/50433
Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit e...
Xiubo Li
07:24 PM CephFS Backport #51284 (Resolved): pacific: cephfs-mirror: false warning of "keyring not found" seen in ...
Patrick Donnelly
04:27 PM CephFS Backport #51284: pacific: cephfs-mirror: false warning of "keyring not found" seen in cephfs-mirr...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41947
merged
Yuri Weinstein
07:23 PM CephFS Backport #51283 (Resolved): pacific: cephfs-mirror: disallow adding a active peered file system b...
Patrick Donnelly
04:27 PM CephFS Backport #51283: pacific: cephfs-mirror: disallow adding a active peered file system back to its ...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41947
merged
Yuri Weinstein
07:23 PM CephFS Backport #51186 (Resolved): pacific: qa: add async dirops testing
Patrick Donnelly
07:23 PM CephFS Backport #51086 (Resolved): pacific: qa: fs:mirror: reduced data availability
Patrick Donnelly
04:27 PM CephFS Backport #51086: pacific: qa: fs:mirror: reduced data availability
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41947
merged
Yuri Weinstein
07:23 PM CephFS Backport #51084 (Resolved): pacific: mgr/volumes: hang when removing subvolume when pools are full
Patrick Donnelly
07:22 PM CephFS Backport #50899 (Resolved): pacific: mds: monclient: wait_auth_rotating timed out after 30
Patrick Donnelly
04:32 PM CephFS Backport #50899: pacific: mds: monclient: wait_auth_rotating timed out after 30
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41450
merged
Yuri Weinstein
07:22 PM CephFS Backport #50627 (Resolved): pacific: client: access(path, X_OK) on non-executable file as root al...
Patrick Donnelly
07:21 PM CephFS Backport #50624 (In Progress): pacific: qa: "ls: cannot access 'lost+found': No such file or dire...
Patrick Donnelly
07:19 PM rgw Backport #50302: octopus: rgw: radoslist incomplete multipart parts marker
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/40820
merged
Yuri Weinstein
07:19 PM Revision d33545e9 (ceph): Merge pull request #40820 from ivancich/wip-50302-octopus
octopus: rgw: radoslist incomplete multipart parts marker
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
Yuri Weinstein
07:18 PM Revision 5772641c (ceph): test: add test case for MDS privated inos accessing
Fixes: https://tracker.ceph.com/issues/50216
Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit 0...
Xiubo Li
07:14 PM CephFS Bug #51410: kclient: fails to finish reconnect during MDS thrashing (testing branch)
It comes from this swath of code, that gets called when the caps have been renewed:... Jeff Layton
06:32 PM CephFS Bug #51410: kclient: fails to finish reconnect during MDS thrashing (testing branch)
... Patrick Donnelly
06:29 PM CephFS Bug #51410: kclient: fails to finish reconnect during MDS thrashing (testing branch)
Some interesting messages in the kernel log: /ceph/teuthology-archive/pdonnell-2021-06-26_00:57:00-fs-wip-pdonnell-te... Patrick Donnelly
06:28 PM CephFS Bug #51410 (New): kclient: fails to finish reconnect during MDS thrashing (testing branch)
... Patrick Donnelly
07:12 PM Revision 0c03e189 (ceph): mds: make the lost+found dir accessible from clients
Inode number 0x4 is reserved for the lost+found dir, and the apps
or recovery apps need to access it.
At the same ti...
Xiubo Li
07:12 PM Revision 31f1c334 (ceph): mds: move the inos 1,2 and 3 macros to ceph_fs.h
For inos 1 and 2 there has two places are defining them, to make
sure we won't miss any one of them, let's define the...
Xiubo Li
07:12 PM Revision 427e57fb (ceph): client: don't allow access to MDS-private inodes
Fixes: https://tracker.ceph.com/issues/50112
Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit 8...
Xiubo Li
07:08 PM Revision 48268b59 (ceph): mds: reject lookup ino requests for mds dirs
Fixes: https://tracker.ceph.com/issues/49922
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fro...
Patrick Donnelly
07:08 PM Revision 01eb68bd (ceph): test: add test for invalid lookup of mdsdir
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 4778308eb9149594cb31519a5ff77413d6ec...
Patrick Donnelly
07:05 PM CephFS Backport #51335 (Resolved): pacific: mds: avoid journaling overhead for setxattr("ceph.dir.subvol...
Patrick Donnelly
04:31 PM CephFS Backport #51335: pacific: mds: avoid journaling overhead for setxattr("ceph.dir.subvolume") for n...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41995
merged
Yuri Weinstein
07:00 PM CephFS Backport #51415 (Resolved): octopus: mds: "FAILED ceph_assert(r == 0 || r == -2)"
https://github.com/ceph/ceph/pull/43785 Backport Bot
06:57 PM CephFS Bug #51280 (Pending Backport): mds: "FAILED ceph_assert(r == 0 || r == -2)"
Patrick Donnelly
06:57 PM Revision 566a8a98 (ceph): Merge PR #42011 into master
* refs/pull/42011/head:
mds: just respawn mds daemon when osd op requests timeout
Reviewed-by: Patrick Donnelly <pd...
Patrick Donnelly
06:55 PM CephFS Bug #51318 (Pending Backport): cephfs-mirror: do not terminate on SIGHUP
Patrick Donnelly
06:55 PM Revision eca490c3 (ceph): Merge PR #41988 into master
* refs/pull/41988/head:
logrotate: include cephfs-mirror daemon
cephfs-mirror: reopen logs on SIGHUP
Reviewed-by: ...
Patrick Donnelly
06:53 PM CephFS Bug #51256 (Pending Backport): pybind/mgr/volumes: purge queue seems to block operating on cephfs...
This is no longer urgent so I'm changing this to just Pacific to reduce the risk associated with this change. Patrick Donnelly
06:52 PM Revision 2ccfc1d4 (ceph): Merge PR #41917 into master
* refs/pull/41917/head:
mgr/mgr_util: switch using unshared cephfs connections whenever possible
Reviewed-by: Raman...
Patrick Donnelly
06:52 PM CephFS Bug #51069 (Pending Backport): mds: mkdir on ephemerally pinned directory sometimes blocked on jo...
Patrick Donnelly
06:50 PM Revision f7e84bc6 (ceph): Merge PR #41849 into master
* refs/pull/41849/head:
mds: try to flush the mdlog when requesting the rdlock
Reviewed-by: Patrick Donnelly <pdonn...
Patrick Donnelly
06:36 PM Revision 53461364 (ceph): mgr/cephadm: fix issue with missing prometheus alerts
Files passed as configuration to the cephadm binary had not been created
and mapped to the container, if those files ...
Patrick Seidensal
06:36 PM Revision 823b0738 (ceph): cephadm: write config files as utf-8
If we don't specify the encoding, python may use something like 'latin-1',
which cannot handle unicode characters.
S...
Sage Weil
06:36 PM Revision bafaf717 (ceph): mgr/cephadm:fix alerts sent to wrong URL
The path_prefix in prometheus.yml was specifying an
endpoint prefix, which was invalid. This resulted in 404
errors w...
Paul Cuzner
06:10 PM Revision d2f2dc8a (ceph): Merge pull request #41878 from ideepika/wip-51242-octopus
octopus: debian/control: ceph-mgr-modules-core does not Recommend ceph-mgr-rook
Reviewed-by: Kefu Chai <kchai@redhat...
Deepika Upadhyay
05:49 PM Revision 1d425d5e (ceph): Merge pull request #41922 from ideepika/wip-51269-octopus
octopus: qa/suites/rados/perf: pin to 18.04 Deepika Upadhyay
05:40 PM Revision e08cec4e (ceph): Merge pull request #41478 from ideepika/wip-remove-bionic
octopus: qa/distros: move to latest version on supported distro's
Reviewed-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein
05:07 PM bluestore Backport #50782: pacific: AvlAllocator.cc: 60: FAILED ceph_assert(size != 0)
Igor Fedotov wrote:
> https://github.com/ceph/ceph/pull/41753
merged
Yuri Weinstein
05:07 PM Revision 2e1902f3 (ceph): Merge pull request #41753 from ifed01/wip-ifed-fix-alloc-init-add-free-...
pacific: os/bluestore: tolerate zero length for allocators' init_[add/rm]_free()
Reviewed-by: Kefu Chai <kchai@redha...
Yuri Weinstein
05:05 PM Revision 5d751cf0 (ceph): Merge pull request #41752 from ifed01/wip-ifed-fix-repair-multithreadin...
pacific: os/bluestore: introduce multithreading sync for bluestore's repairer
Reviewed-by: Adam Kupczyk <akupczyk@re...
Yuri Weinstein
04:57 PM rbd Bug #51362: qemu_bonnie I/O hang on nautilus
... Ilya Dryomov
04:49 PM Dashboard Bug #50971 (Resolved): mgr/dashboard: crushmap tree doesn't display crush type other than root
Ernesto Puerta
04:49 PM Dashboard Backport #51343 (Resolved): pacific: mgr/dashboard: crushmap tree doesn't display crush type othe...
Ernesto Puerta
04:49 PM Revision 0a5e15fc (ceph): Merge pull request #42007 from rhcs-dashboard/wip-51343-pacific
pacific: mgr/dashboard: crushmap tree doesn't display crush type other than root
Reviewed-by: Alfonso Martínez <alma...
Ernesto Puerta
04:48 PM Revision 1730587a (ceph): Merge PR #42038 into master
* refs/pull/42038/head:
mds: fix compile warning
Reviewed-by: Kefu Chai <kchai@redhat.com>
Patrick Donnelly
04:35 PM Revision 3089f007 (ceph): src/ceph-crash.in: remove unused variable
stdout was never used so let's remove it.
Signed-off-by: Sébastien Han <seb@redhat.com>
Sébastien Han
04:32 PM Revision a7ebcd1f (ceph): Merge pull request #41450 from idryomov/wip-monc-rotating-timeout-pacific
pacific: mon/MonClient: tolerate a rotating key that is slightly out of date
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
04:31 PM Backport #50698: pacific: fix 32-bit/64-bit server/client interoperability under msgr2
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41249
merged
Yuri Weinstein
04:31 PM Revision 7b8d1ab2 (ceph): Merge pull request #41249 from idryomov/wip-posix-memalign-fix-pacific
pacific: common/buffer: adjust align before calling posix_memalign()
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
04:30 PM Revision a2ada525 (ceph): Merge pull request #41995 from batrick/i51335
pacific: mds: avoid journaling overhead for setxattr("ceph.dir.subvolume") for no-op case
Reviewed-by: Patrick Donne...
Yuri Weinstein
04:29 PM Revision e7a801f9 (ceph): Merge pull request #41971 from trociny/wip-51313-pacific
pacific: osd: fix scrub reschedule bug
Reviewed-by: Friedmann <ofriedma@redhat.com>
Reviewed-by: Kefu Chai <kchai@re...
Yuri Weinstein
04:27 PM Revision 7cba1484 (ceph): Merge pull request #41947 from vshankar/wip-cephfs-mirror-pacfiic-backp...
pacific: cephfs-mirror: backports
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
04:25 PM RADOS Backport #50505: pacific: mon/MonClient: reset authenticate_err in _reopen_session()
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41019
mergedReviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
04:25 PM Revision 73dd1d83 (ceph): Merge pull request #41019 from idryomov/wip-reset-authenticate-err-pacific
pacific: mon/MonClient: reset authenticate_err in _reopen_session()
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
03:16 PM Revision 5bb4d374 (ceph): Merge pull request #42049 from zdover23/wip-doc-cephadm-serve-man-disab...
doc/cephadm: enrich "Disabling Automatic Deploy..."
Reviewed-by: Sebastian Wagner <sewagner@redhat.com>
zdover23
03:02 PM rgw Tasks #51409 (In Progress): D3N DataCache TODO list
This tracker issue is a TODO list for the remaining tasks for the D3N DataCache following the initial commit.
# de...
Mark Kogan
02:55 PM Dashboard Feature #51408: mgr/dashboard: Add configurable MOTD or wall notification
Looks like a nice addition!
Do you have a concrete example/s of the situation and the kind of messages to display?...
Ernesto Puerta
10:02 AM Dashboard Feature #51408 (Resolved): mgr/dashboard: Add configurable MOTD or wall notification
Sometimes there is the need to inform the Ceph Dashboard users about latest news and information. The plan is to allo... Volker Theile
02:15 PM Revision 37ac3b89 (ceph): Merge pull request #41681 from TRYTOBE8TME/wip-rgw-dpp
src/rgw: DPP addition
Reviewed-by: Ali Maredia <amaredia@redhat.com>
Ali Maredia
01:43 PM CephFS Bug #51278 (Triaged): mds: "FAILED ceph_assert(!segments.empty())"
Patrick Donnelly
01:42 PM CephFS Bug #51281 (Triaged): qa: snaptest-snap-rm-cmp.sh: "echo 'FAIL: bad match, /tmp/a 4637e766853d1ad...
Patrick Donnelly
12:33 PM Revision 12f3719a (ceph): Merge pull request #42050 from rzarzynski/wip-crimson-alienstore-fix-at...
crimson/os: fix memory corruption in AlienStore::get_attrs().
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:22 PM Orchestrator Bug #51291: Adoption fails for Ceph MDS servers
Posting an update with additional details. I was able to get some more verbose output from running `ceph log last cep... Jesse Roland
11:13 AM Revision e0a94094 (ceph): crimson/os: fix memory corruption in AlienStore::get_attrs().
`FuturizedStore` and `ObjectStore` use different memory layout for
conveying object attributes: map of `bufferlists` ...
Radoslaw Zarzynski
09:46 AM Revision 6de07d60 (ceph): Merge pull request #41989 from zdover23/wip-doc-cephadm-serve-man-deplo...
doc/cephadm: enrich "deployment of daemons"
Reviewed-by: Sebastian Wagner <sewagner@redhat.com>
Sebastian Wagner
09:30 AM rgw Bug #51325: User has assume_role permission can access to any bucket
Sure, I'll verify this on master and set the backports Pritha Srivastava
01:38 AM rgw Bug #51325: User has assume_role permission can access to any bucket
this bug can be backported to nautilus ?.
I see 14.2.22 is lastest versions.
hoan nv
09:21 AM ceph-volume Feature #37082 (Rejected): Split ceph-volume into a separate package
having it in ceph-osd is perfectly fine Sebastian Wagner
09:20 AM ceph-volume Bug #38044 (Fix Under Review): implement --version flag
Sebastian Wagner
09:17 AM Revision fee80411 (ceph): doc/cephadm: enrich "Disabling Automatic Deploy..."
This PR rewrites and reformats the section "Disabling Automatic
Deployment of Daemons" in the "Service Management" ch...
Zac Dover
09:08 AM CephFS Cleanup #51407 (Resolved): mgr/volumes/fs/operations/versions/subvolume_attrs.py: fix various fla...
... Varsha Rao
09:07 AM CephFS Cleanup #51406 (Fix Under Review): mgr/volumes/fs/operations/versions/op_sm.py: fix various flake...
... Varsha Rao
09:05 AM CephFS Cleanup #51405 (Fix Under Review): mgr/volumes/fs/operations/versions/subvolume_v2.py: fix variou...
... Varsha Rao
09:05 AM CephFS Cleanup #51404 (Fix Under Review): mgr/volumes/fs/operations/versions/subvolume_v1.py: fix variou...
... Varsha Rao
09:03 AM CephFS Cleanup #51403 (Resolved): mgr/volumes/fs/operations/versions/auth_metadata.py: fix various flake...
... Varsha Rao
09:02 AM CephFS Cleanup #51402 (Resolved): mgr/volumes/fs/operations/versions/subvolume_base.py: fix various flak...
... Varsha Rao
09:00 AM CephFS Cleanup #51401 (Fix Under Review): mgr/volumes/fs/operations/versions/metadata_manager.py: fix va...
... Varsha Rao
08:59 AM CephFS Cleanup #51400 (Fix Under Review): mgr/volumes/fs/operations/trash.py: fix various flake8 issues
... Varsha Rao
08:58 AM CephFS Cleanup #51399 (Fix Under Review): mgr/volumes/fs/operations/template.py: fix various flake8 issues
... Varsha Rao
08:57 AM CephFS Cleanup #51398 (Resolved): mgr/volumes/fs/operations/subvolume.py: fix various flake8 issues
... Varsha Rao
08:56 AM CephFS Cleanup #51397 (Fix Under Review): mgr/volumes/fs/operations/volume.py: fix various flake8 issues
... Varsha Rao
08:55 AM CephFS Cleanup #51396 (Resolved): mgr/volumes/fs/operations/clone_index.py: fix various flake8 issues
... Varsha Rao
08:53 AM CephFS Cleanup #51395 (Fix Under Review): mgr/volumes/fs/operations/lock.py: fix various flake8 issues
... Varsha Rao
08:52 AM CephFS Cleanup #51394 (Fix Under Review): mgr/volumes/fs/operations/pin_util.py: fix various flake8 issues
... Varsha Rao
08:50 AM CephFS Cleanup #51393 (Resolved): mgr/volumes/fs/operations/group.py: add extra blank line
... Varsha Rao
08:49 AM CephFS Cleanup #51392 (Resolved): mgr/volumes/fs/operations/snapshot_util.py: add extra blank line
... Varsha Rao
08:48 AM CephFS Cleanup #51391 (Resolved): mgr/volumes/fs/operations/resolver.py: add extra blank line
... Varsha Rao
08:47 AM CephFS Cleanup #51390 (Resolved): mgr/volumes/fs/operations/access.py: fix various flake8 issues
... Varsha Rao
08:46 AM CephFS Cleanup #51389 (Fix Under Review): mgr/volumes/fs/operations/rankevicter.py: fix various flake8 i...
... Varsha Rao
08:44 AM CephFS Cleanup #51388 (Fix Under Review): mgr/volumes/fs/operations/index.py: add extra blank line
... Varsha Rao
08:43 AM CephFS Cleanup #51387 (Resolved): mgr/volumes/fs/purge_queue.py: add extra blank line
... Varsha Rao
08:40 AM CephFS Cleanup #51386 (Fix Under Review): mgr/volumes/fs/volume.py: fix various flake8 issues
... Varsha Rao
08:38 AM CephFS Cleanup #51385 (Fix Under Review): mgr/volumes/fs/fs_util.py: add extra blank line
... Varsha Rao
08:36 AM CephFS Cleanup #51384 (Resolved): mgr/volumes/fs/vol_spec.py: fix various flake8 issues
... Varsha Rao
08:34 AM CephFS Cleanup #51383 (Fix Under Review): mgr/volumes/fs/exception.py: fix various flake8 issues
... Varsha Rao
08:33 AM CephFS Cleanup #51382 (Fix Under Review): mgr/volumes/fs/async_cloner.py: fix various flake8 issues
... Varsha Rao
08:32 AM Revision c9614ba2 (ceph): rgw/sts: fix for copy object operation using sts
temporary credentials
Fixes: https://tracker.ceph.com/issues/47809
Signed-off-by: Pritha Srivastava <prsrivas@redha...
Pritha Srivastava
08:30 AM CephFS Cleanup #51381 (Resolved): mgr/volumes/fs/async_job.py: fix various flake8 issues
... Varsha Rao
08:29 AM CephFS Cleanup #51380 (Resolved): mgr/volumes/module.py: fix various flake8 issues
... Varsha Rao
08:27 AM CephFS Cleanup #51379: mgr/volumes: add flake8 test
Before fixing these issues, make sure you have flake8 installed. You have read PEP 8 style guide[1] and flake8 guide[... Varsha Rao
08:25 AM CephFS Cleanup #51379 (New): mgr/volumes: add flake8 test
Varsha Rao
08:16 AM Revision 688f0c5f (ceph): rbd-nbd: support notrim option with map command
currently --notrim option works for rbd kernel mounter, but fails with rbd-nbd
$ rbd device --options notrim map rbd...
Prasanna Kumar Kalever
07:52 AM Revision c0d9f8bf (ceph): mgr: expose CRUSHMap.find_roots()
so mgr module could use it to enumerate all nodes without parents
See-also: https://tracker.ceph.com/issues/50971
Si...
Kefu Chai
07:52 AM Revision e65f6085 (ceph): mgr/dashboard: crushmap tree doesn't display crush type other than root
Fixes: https://tracker.ceph.com/issues/50971
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
(cherry picked from co...
Avan Thakkar
07:22 AM Dashboard Feature #51378 (New): mgr/dashboard: Add the ability to filter using labels in osd creation form
Since we had a discussion around making host labels useful, it'll be a good thing to filter the hosts in osd creation... Nizamudeen A
06:54 AM RADOS Bug #50089: mon/MonMap.h: FAILED ceph_assert(m < ranks.size()) when reducing number of monitors i...
I see a similar crash on quincy, suspect its seen when I try to add mons from 1 to 3 .
/]# ceph crash info 2021-06...
Tejas C
05:45 AM rbd Bug #50675 (Fix Under Review): [pwl ssd] cache larger than 4G will corrupt itself
Kefu Chai
03:07 AM mgr Bug #51354: progress module: TypeError: '<' not supported between instances of 'str' and 'int'
i think https://github.com/ceph/ceph/pull/42045 is a better fix. Kefu Chai
03:05 AM Revision 82e2c5a2 (ceph): osd/osd_type: use f->dump_unsigned() when appropriate
it is more explicit than `dump_stream()`, as we can not tell if dumped
variable is an integer or not by reading the c...
Kefu Chai

06/27/2021

02:31 PM Revision d3d96779 (ceph): Merge pull request #41998 from kevinzs2048/arm64-rwl-cache-optional
ceph.spec.in, debian/rules: enable rbd-rwl-cache by default only on x86_64
Reviewed-by: Ilya Dryomov <idryomov@gmail...
Kefu Chai
01:42 PM rgw Bug #51377 (Duplicate): rgw: daemon crash when using both s3 bucket acl and s3 bucket policy
Dear Ceph devs,
I have encountered with rgw daemon crashing while using both bucket ACL and bucket policy applied....
Stanislav Datskevych
11:20 AM Revision 92478ba0 (ceph): Merge pull request #42021 from tchaikov/wip-rpm-memory-constraint
ceph.spec.in: increase memory per core to 3000MB on SUSE distros
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Revi...
Kefu Chai
07:04 AM Revision 41a4167d (ceph): pybind/ceph_argparse: do not set self.typeargs in ctor of CephArgtype
self.typeargs is never referenced, so let's just drop it.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:25 AM Revision 71f028ef (ceph): common/options: convert a millisecs opt to a chrono::milliseconds when ...
Option always parses a new string value and convert it to a value_t
before validating it. and value_t is an alias of ...
Kefu Chai
04:25 AM Revision 3692c549 (ceph): common/options: s/boost::lexical_cast/std::stoull/
we should use standard library for more well defined behavior, and
less dependencies on 3rd party libraries.
Signed-...
Kefu Chai
04:25 AM Revision e4bc312e (ceph): msg/msg_types: add operator>() for entity_addrvec_t
it can be used by Option::validate() if
operator>(const variant<>&, const variant<>&) requires this.
Signed-off-by: ...
Kefu Chai
04:25 AM Revision e9de1d9c (ceph): include/uuid: define operator>() for uuid_d
it can be used by Option::validate() if
operator>(const variant<>&, const variant<>&) requires this.
Signed-off-by: ...
Kefu Chai
04:02 AM Bug #51375 (Fix Under Review): common/options: min value parsing does not work for millisecond op...
Kefu Chai
02:29 AM Revision 664c2590 (ceph): libcephsqlite: shutdown RADOS in destructor
Fixes: https://tracker.ceph.com/issues/50503
Fixes: https://tracker.ceph.com/issues/51372
Signed-off-by: Patrick Donn...
Patrick Donnelly
02:29 AM Revision 7985b282 (ceph): libcephsqlite: register atexit handler for cleanup
We need to tear down the ceph vfs when sqlite3 (or other binaries) call
exit(). Otherwise global state gets destructe...
Patrick Donnelly

06/26/2021

06:19 PM cephsqlite Bug #51372: pacific: libcephsqlite: segmentation fault
https://sqlite.org/forum/forumpost/708f701221 Patrick Donnelly
03:49 PM Revision c12d951d (ceph): osd/scrub: replace a ceph_assert() with a test
We are using two distinct conditions to decide whether a candidate PG is already being scrubbed. The OSD checks pgs_s... Ronen Friedman
02:41 PM Revision 4537b14b (ceph): Merge PR #41574 into master
* refs/pull/41574/head:
qa/tasks/vstart_runner: add LocalCluster.run
qa/tasks/cephfs/test_nfs: fiddle with sudo
mg...
Sage Weil
02:27 PM RADOS Backport #50986: pacific: unaligned access to member variables of crush_work_bucket
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41983
merged
Yuri Weinstein
02:27 PM Revision ad023bdd (ceph): Merge pull request #41983 from neha-ojha/wip-50986-pacific
pacific: crush/crush: ensure alignof(crush_work_bucket) is 1
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
02:26 PM Orchestrator Bug #46412 (New): cephadm trying to pull mimic based image
... Kefu Chai
02:26 PM RADOS Backport #50989: pacific: mon: slow ops due to osd_failure
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/41982
merged
Yuri Weinstein
02:26 PM Revision 1e0aa6ae (ceph): Merge pull request #41982 from neha-ojha/wip-50989-pacific
pacific: mon/OSDMonitor: drop stale failure_info even if can_mark_down()
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
02:18 PM Revision 29064f1b (ceph): Merge pull request #41937 from liewegas/mgr-crash
mgr: generate crash dumps for Python exceptions in mgr modules
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:18 PM mgr Bug #51294 (Resolved): mgr/devicehealth: ValueError: time data '' does not match format '%Y%m%d-%...
Kefu Chai
02:17 PM Revision 07143c4d (ceph): Merge pull request #41946 from liewegas/fix-51294
mgr/devicehealth: fix _get_device_metrics ValueError
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Kefu Chai
02:10 PM Revision 921b4823 (ceph): mgr/dashboard: fix OSD out count
Think we have 3 OSDs out but up (prepare for re-formatting to change min_alloc_size), and another OSD down but in
(du...
玮文 胡
01:38 PM Revision 0c225c6f (ceph): blk: use choose_fd for all filehandle references
This is a leading part of the changes to implement bluestore on
FreeBSD. Without this invalid indexing in the descrip...
Willem Jan Withagen
12:50 PM Dashboard Bug #51376 (Resolved): Incorrect OSD out count on landing page
Think we have 3 OSDs out but up (prepare for re-formatting to change min_alloc_size), and another OSD down but in (du... 玮文 胡
12:47 PM Revision 51bb1703 (ceph): mgr/nfs/cluster: remove unused @cluster_setter
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
12:47 PM Revision d1c20f80 (ceph): mgr/nfs/export: some cleanup, minor refactoring
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
12:47 PM Revision 8788af56 (ceph): qa/tasks/cephfs/test_nfs: fiddle with sudo
- no sudo for 'ceph' commands
- explicit sudo for _sys_cmd (things like 'rados' don't need sudo!)
Signed-off-by: Sag...
Sage Weil
12:47 PM Revision 1bfa812f (ceph): qa/tasks/vstart_runner: add LocalCluster.run
Signed-off-by: Sage Weil <sage@newdream.net> Sage Weil
02:20 AM Bug #51375 (Resolved): common/options: min value parsing does not work for millisecond option
... Patrick Donnelly
01:08 AM Revision 8533dbe4 (ceph): Merge pull request #41977 from rzarzynski/wip-crimson-common-print-more...
crimson/common: dump more on faults
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat...
Kefu Chai
12:55 AM Revision c82379c2 (ceph): mds: fix compile warning
../src/mds/Server.cc: In member function ‘void Server::handle_set_vxattr(MDRequestRef&, CInode*)’:
../src/mds/Ser...
Patrick Donnelly
 

Also available in: Atom