Project

General

Profile

Activity

From 02/16/2022 to 03/17/2022

03/17/2022

11:15 PM Dashboard Feature #43264: mgr/dashboard: audit current WCAG 2.1 support [accessibility - a11y]
Hello, I would like to assist with this task Ngwa Sedrick Meh
11:05 PM Revision 6a1dd3a8 (ceph): ceph/admin: s/master/main
This PR changes the name "master" to "main" so
that builds (and, I assume, a great many other
things) will not fail.
...
Zac Dover
10:46 PM RADOS Backport #54526: pacific: cephadm upgrade pacific to quincy autoscaler is scaling pgs from 32 -> ...
https://github.com/ceph/ceph/pull/45173 Kamoltat (Junior) Sirivadhna
09:50 PM CephFS Backport #54477: quincy: ceph-fuse: If nonroot user runs ceph-fuse mount on then path is not expe...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45331
merged
Yuri Weinstein
09:50 PM Revision 27f5c9b2 (ceph): Merge pull request #45331 from nmshelke/wip-54477-quincy
quincy: ceph-fuse: perform cleanup if test_dentry_handling failed
Reviewed-by: Venky Shankar vshankar@redhat.com
Rev...
Yuri Weinstein
09:12 PM Revision 228b7f66 (ceph): Merge pull request #45391 from mkogan1/wip-fix-lc-alloc
rgwlc: fix segfault during lc
Reviewed-by: Matt Benjamin <mbenjami@redhat.com>
Reviewed-by: Casey Bodley <cbodley@re...
Casey Bodley
09:10 PM RADOS Backport #54614 (Resolved): quincy: support truncation sequences in sparse reads
https://github.com/ceph/ceph/pull/45736 Backport Bot
09:08 PM RADOS Feature #54280 (Pending Backport): support truncation sequences in sparse reads
As discussed with Greg on IRC. Neha Ojha
08:51 PM rbd Bug #54613 (New): rbd-mirror: unable to disable mirroring and remove non-primary mirror image
... Deepika Upadhyay
08:26 PM Revision f7ebef8a (ceph): Bug-Fix from PR-44370 force setting need_to_destage_allocation_file to ...
Signed-off-by: Gabriel Benhanokh <gbenhano@redhat.com> Gabriel BenHanokh
07:55 PM Revision 688e463a (ceph): Merge pull request #45103 from jtlayton/wip-54280
osd: allow sparse reads with a non-zero truncate-seq
Reviewed-by: Xiubo Li <xiubli@redhat.com>
Yuri Weinstein
07:53 PM Revision b6791ee0 (ceph): .github: continue on error
Signed-off-by: Ernesto Puerta <epuertat@redhat.com> Ernesto Puerta
07:10 PM RADOS Backport #54612 (Resolved): quincy: Add snaptrim stats to the existing PG stats.
https://github.com/ceph/ceph/pull/45524 Backport Bot
07:07 PM RADOS Fix #54565 (Pending Backport): Add snaptrim stats to the existing PG stats.
Neha Ojha
06:03 PM RADOS Bug #53729 (New): ceph-osd takes all memory before oom on boot
Neha Ojha
06:03 PM Revision 73ef518b (ceph): Merge pull request #40703 from linuxbox2/wip-rgwlc-noreset
rgwlc: remove explicit lc shard resets at start-of-run Matt Benjamin
06:02 PM rbd Bug #53537 (Fix Under Review): [rbd-mirror] ceph_assert on rollback_snapshot info during a forcep...
Ilya Dryomov
05:46 PM rgw Bug #53614 (Fix Under Review): The "--marker" option does not work for "radosgw-admin bucket chow...
Daniel Gryniewicz
05:20 PM rgw Backport #54152 (In Progress): pacific: rgw: in bucket reshard list, clarify new num shards is te...
Cory Snyder
04:49 PM Revision 14c5538a (ceph): cephadm: add comment explaining docker.io grep test
Add a comment explain this docker.io grep count test, since it's
difficult to understand the purpose from simply read...
Ken Dreyer
04:48 PM Revision 53df8baf (ceph): Merge pull request #45392 from sseshasa/wip-snaptrim-qos-with-mclock
mon, osd: Add snaptrim stats to the existing PG stats.
Reviewed-by: Samuel Just <sjust@redhat.com>
Yuri Weinstein
03:45 PM RADOS Bug #54611 (Fix Under Review): prometheus metrics shows incorrect ceph version for upgraded ceph ...
Prashant D
03:38 PM RADOS Bug #54611 (Resolved): prometheus metrics shows incorrect ceph version for upgraded ceph daemon
If cluster is partially upgraded and on a particular host :
In baremetal environment, all daemons on host shows sa...
Prashant D
03:08 PM Revision 0c42370d (ceph): rgwlc: restore already_run_today guard
On review, this constraint was correct--it does reliably prevent
same-cycle re-runs when a lc threads rendezvous on a...
Matt Benjamin
03:08 PM Revision 0ecc2b8f (ceph): rgwlc: prevent multiple runs per scheduling cycle
Restore (and robustify) the assertion that, in general, each bucket
shard should be processed once per scheduling cyc...
Matt Benjamin
03:07 PM Revision bc0127ee (ceph): rgwlc: include lc shard oid in "lc shard list"
E.g.,
[
{
"bucket": ":bucket1:f2f4a8dd-7ec9-4758-bc4f-c8f5fbc85109.4137.2",
"shard": "lc.6",
...
Matt Benjamin
03:07 PM Revision d8354023 (ceph): rgwlc: avoid front() on empty lc entry vector
Conveniently, this arose after removing all lifecycle shards from
RADOS, proving it could be done safely.
A restart ...
Matt Benjamin
03:07 PM Revision b46ac1b7 (ceph): rgwlc: pretty-print status in RGWLC::process(int...)
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com> Matt Benjamin
03:07 PM Revision c069eb7f (ceph): rgwlc: remove bucket_lc_prepare, add backoff
Remove now-unused RGWLC::bucket_lc_prepare. Wrap serializer calls
in RGWLC::process(int index...) with simple backof...
Matt Benjamin
03:07 PM Revision b3fdd889 (ceph): rgwlc: remove explicit lc shard resets at start-of-run
This is an alternative solution to the (newly exposed) lifecycle
shard starvation problem reported by Jeegen Chen.
T...
Matt Benjamin
03:06 PM Revision 5f0a2682 (ceph): rgwlc: permit skipping processing in RGWLC::bucket_lc_process(...)
The intent is to permit tracing of the bucket processing scheduler, without
expiring or transitioning any objects.
S...
Matt Benjamin
03:06 PM Revision 8fc7d6d1 (ceph): rgwlc: permit disabling of (default) auto-clearing of stale sessions
Provide an option to disable automatic clearing of stale sessions--
which, unless disabled, happens after 2 lifecycle...
Matt Benjamin
02:47 PM rgw Bug #54405: beast: move access log line to separate log subsystem
updated tracker description based on discussion in https://github.com/ceph/ceph/pull/45153@@ Casey Bodley
02:46 PM rgw Bug #54405 (New): beast: move access log line to separate log subsystem
Casey Bodley
02:44 PM rgw Bug #53512: radosgw-admin bucket rm --bucket=${bucket} --bypass-gc --purge-objects failing crashi...
we shouldn't need to backport the zipper changes for RadosMultipartUpload::abort, no. in pacific/octopus, this logic ... Casey Bodley
02:40 PM CephFS Backport #53760 (In Progress): pacific: snap scheduler: cephfs snapshot schedule status doesn't l...
Milind Changire
02:35 PM Revision 7eee6efa (ceph): RGW - Make admin bucket chown accept marker
The bucket chown command needs to touch every object, and if it fails
can take a long time to catch up. Allow it to ...
Daniel Gryniewicz
02:35 PM Revision f3f8d705 (ceph): rgw: in bucket reshard list, clarify new num shards is tentative
With dynamic bucket index resharding, when the average number of
objects per shard exceeds the configured value, that...
J. Eric Ivancich
02:25 PM rgw Bug #54173 (Closed): User delete with purge data didn’t delete the data (multisite)
Casey Bodley
02:24 PM rgw Bug #54307: test_cls_rgw.sh: 'index_list_delimited' test times out
@Laura i see there's a duplicate issue https://tracker.ceph.com/issues/54507 that points at problems with ceph-mgr? i... Casey Bodley
02:21 PM rgw Bug #54307: test_cls_rgw.sh: 'index_list_delimited' test times out
very strange that this is timing out in the rados suite. the same test case is running in the rgw suite without failures Casey Bodley
02:17 PM rgw Bug #54437 (Closed): dbstore: concurrent use of sqlite prepared statements
closing this one, because i think it's covered by the connection pooling work Casey Bodley
02:15 PM rgw Backport #54610 (In Progress): quincy: can not get quota config via swift api
https://github.com/ceph/ceph/pull/52935 Backport Bot
02:15 PM rgw Bug #54524 (Triaged): the bucket resharding logs should be INFO and not ERROR?
Casey Bodley
02:15 PM rgw Backport #54609 (Rejected): pacific: can not get quota config via swift api
Backport Bot
02:10 PM rgw Bug #54488 (Pending Backport): can not get quota config via swift api
Daniel Gryniewicz
02:10 PM rgw Backport #54608 (New): quincy: Inverted check in RGWRados::check_disk_state()
Backport Bot
02:08 PM rgw Bug #54607 (New): Rate limits not working on tenanted users
I have a tenanted users having rate limits set
/]# radosgw-admin ratelimit get --ratelimit-scope user --uid ten1/...
Tejas C
02:08 PM rgw Bug #54452 (Pending Backport): Inverted check in RGWRados::check_disk_state()
Daniel Gryniewicz
02:03 PM Revision 448dd523 (ceph): mgr/nfs: add known_cluster_ids to generalize nfs cluster id fetching
The changes to the nfs module in 8c711afc are working but when I began
writing more test automation I found a few mor...
John Mulligan
02:03 PM Revision 3c502570 (ceph): mgr/nfs: fix unintentional recursion
The `exports` property of the ExportMgr exists to cache the exports
configuration found in the .nfs namespace. Using ...
John Mulligan
02:03 PM Revision ab4916e5 (ceph): mgr/nfs: remove redundant check
Remove the extra check of the cluster id from _apply method. As _apply
is a "private" method that should be only call...
John Mulligan
02:03 PM Revision f2694818 (ceph): doc/mgr/nfs: document that nfs exports related mgr call requirements
A recent change in the mgr/nfs module should enable the functioning
of export management commands/API calls as long a...
John Mulligan
02:03 PM Revision 2d5de511 (ceph): mgr/nfs: support managing exports without orchestration enabled
This change allows the `ceph nfs export ...` commands to function
without the entire mgr/nfs subsystem requiring orch...
John Mulligan
02:03 PM Revision 2578c41f (ceph): mgr/nfs: change method format_path to function normalize_path
This function was not using self and thus has no need to be a method.
While we're at it, rename it to normalize_path ...
John Mulligan
02:03 PM Revision b295b796 (ceph): mgr/nfs: add unit test for normalize_path
Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit ffa95fbc796aa5c00eaa32138291c0ef2a48949a)
John Mulligan
02:03 PM Revision 4bfc7a33 (ceph): mgr/nfs: fix typo in error message
Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit 56323a2625133d5a53bf1ee1662346daa1b4f09b)
John Mulligan
02:03 PM Revision 6e0acc07 (ceph): mgr/nfs: limit dependency of NFSRados object
Previously, the NFSRados object accepted the "Module" as the
first argument but only used the rados attribute (type r...
John Mulligan
02:03 PM Revision 63acd53a (ceph): mgr/nfs: make _check_rados_notify a function
This was previously a staticmethod. This static method was only used by
NFSRados object. Staticmethods are nearly alw...
John Mulligan
02:03 PM Revision 0ae81108 (ceph): mgr/nfs: clean up rados object naming code
The naming of rados objects used to store the nfs config was spread
all over the code, including inline f-strings, no...
John Mulligan
02:00 PM Revision 916cd753 (ceph): neorados: assoc_delete() uses allocator_traits
the std::allocator<T> member functions destroy() and deallocate() were
deprecated in c++17 and removed in c++20. call...
Casey Bodley
02:00 PM Revision 691119c3 (ceph): include: Remove deprecated std::iterator from xlist
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
02:00 PM Revision 869be0a1 (ceph): common: Replace deprecated spirit/include/phoneix with phoenix.hpp
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
02:00 PM Revision 26e9be7f (ceph): common: Fix format truncation warning
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
02:00 PM Revision 85c3e11b (ceph): osd: Replace deprecated spirit/include/phoneix.hpp with phoenix.hpp
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
02:00 PM Revision 74672955 (ceph): osd: Fix truncated format warning
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
02:00 PM Revision 0713db5a (ceph): osd: Replace deprecated use of format_to
The non-deprecated version takes an explicit OutputIterator.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
02:00 PM Revision f5c3ae2a (ceph): cls/fifo: use friend instead of member operators
to address following error when compiling with C++20 standard:
../src/rgw/cls_fifo_legacy.cc:2217:22: error: ISO C++...
Kefu Chai
02:00 PM Revision 10474662 (ceph): rgw/rgw_sal_motr: ignore clang warning
clang++-13 complains like:
/usr/include/motr/addb2/histogram.h:99:44: error: arithmetic between different enumeratio...
Kefu Chai
02:00 PM Revision 816bab64 (ceph): s3select: bump s3select submodule
to include the C++20 fixes included recently
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
Kefu Chai
02:00 PM Revision 1caff732 (ceph): libradosstriper: remove template syntax from constructor
fixes compilation with -std=c++20:
/home/cbodley/ceph/src/libradosstriper/RadosStriperImpl.cc:424:65: error: expecte...
Casey Bodley
02:00 PM Revision 773dabfc (ceph): librados: stop using c++20 keyword 'requires'
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
02:00 PM Revision cc063d53 (ceph): buffer: constrain conversions of buffers_t iterators
prevent conversions from const_iterator -> iterator to resolve a c++20
compilation error with clang 13:
ceph/src/inc...
Casey Bodley
02:00 PM Revision b779a176 (ceph): cpp-btree: Add alternative overload for btree:operator==
Silence Clang's C++20 -Wambiguous-reversed-operator.
cbodley took this from https://github.com/Kronuz/cpp-btree/pull...
Casey Bodley
02:00 PM Revision 0b22b858 (ceph): xlist: use friend instead of member operators
resolves a c++20 compilation error with clang 13:
In file included from ceph/src/client/Client.cc:55:
In file includ...
Casey Bodley
01:42 PM rgw Backport #54154 (In Progress): quincy: rgw: in bucket reshard list, clarify new num shards is ten...
Cory Snyder
01:42 PM Revision cdaabd04 (ceph): rgw: in bucket reshard list, clarify new num shards is tentative
With dynamic bucket index resharding, when the average number of
objects per shard exceeds the configured value, that...
J. Eric Ivancich
01:39 PM rgw Backport #54149 (In Progress): octopus: PostObj ignores error, may lose data
Cory Snyder
01:39 PM Revision 2d6417bc (ceph): rgw: RGWPostObj::execute() may lost data.
Signed-off-by: Lei Zhang <1091517373@qq.com>
(cherry picked from commit f241a330dcb5968f9ec1de1a382572258cb6daac)
Lei Zhang
01:38 PM rgw Backport #54148 (In Progress): pacific: PostObj ignores error, may lose data
Cory Snyder
01:38 PM Revision 387cc1b1 (ceph): rgw: RGWPostObj::execute() may lost data.
Signed-off-by: Lei Zhang <1091517373@qq.com>
(cherry picked from commit f241a330dcb5968f9ec1de1a382572258cb6daac)
Lei Zhang
01:38 PM rgw Backport #54150 (In Progress): quincy: PostObj ignores error, may lose data
Cory Snyder
01:38 PM Revision 79b44bd3 (ceph): rgw: RGWPostObj::execute() may lost data.
Signed-off-by: Lei Zhang <1091517373@qq.com>
(cherry picked from commit f241a330dcb5968f9ec1de1a382572258cb6daac)
Lei Zhang
01:37 PM rgw Backport #54147 (In Progress): pacific: admin: datalog list always return max-entries
Cory Snyder
01:37 PM Revision 635cbe0d (ceph): rgw/admin: fix radosgw-admin datalog list max-entries issue
Fixes: https://tracker.ceph.com/issues/54116
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
(cherry picked from...
Yuval Lifshitz
01:36 PM rgw Backport #54146 (In Progress): quincy: admin: datalog list always return max-entries
Cory Snyder
01:36 PM Revision 160d3ab8 (ceph): rgw/admin: fix radosgw-admin datalog list max-entries issue
Fixes: https://tracker.ceph.com/issues/54116
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
(cherry picked from...
Yuval Lifshitz
01:36 PM rgw Backport #54093 (In Progress): quincy: rgwlc: warn at level 0 if lifecycle processing for a valid...
Cory Snyder
01:35 PM Revision b496db6f (ceph): rgwlc: warn on missing RGW_ATTR_LC
This should not happen. If it does (e.g., due to damaged bucket_info),
log the event to assist with debugging.
Fixe...
Matt Benjamin
01:35 PM rgw Backport #54092 (In Progress): pacific: rgwlc: warn at level 0 if lifecycle processing for a vali...
Cory Snyder
01:35 PM Revision d5377dac (ceph): rgwlc: warn on missing RGW_ATTR_LC
This should not happen. If it does (e.g., due to damaged bucket_info),
log the event to assist with debugging.
Fixe...
Matt Benjamin
01:35 PM CephFS Feature #50470 (Fix Under Review): cephfs-top: multiple file system support
Venky Shankar
01:34 PM rgw Backport #54085 (In Progress): octopus: librgw: make rgw file handle versioned
Cory Snyder
01:34 PM Revision f7e64f72 (ceph): librgw: make rgw file handle versioned
The reason that we need this is that there could be the following scenario:
1. rgw_setattr sets the file attr;
2. rg...
Xuehan Xu
01:34 PM Revision fc806209 (ceph): librgw: move RGWFileHandle::encode/decode to the private sector
To prevent RGWFileHandle::encode/decode methods to be invoked directly by
other modules
Signed-off-by: Xuehan Xu <xx...
Xuehan Xu
01:34 PM rgw Backport #54083 (In Progress): pacific: librgw: make rgw file handle versioned
Cory Snyder
01:34 PM Revision 88f370d4 (ceph): librgw: make rgw file handle versioned
The reason that we need this is that there could be the following scenario:
1. rgw_setattr sets the file attr;
2. rg...
Xuehan Xu
01:34 PM Revision 921fd987 (ceph): librgw: move RGWFileHandle::encode/decode to the private sector
To prevent RGWFileHandle::encode/decode methods to be invoked directly by
other modules
Signed-off-by: Xuehan Xu <xx...
Xuehan Xu
01:33 PM rgw Backport #54084 (In Progress): quincy: librgw: make rgw file handle versioned
Cory Snyder
01:33 PM Revision 68b8b834 (ceph): librgw: make rgw file handle versioned
The reason that we need this is that there could be the following scenario:
1. rgw_setattr sets the file attr;
2. rg...
Xuehan Xu
01:33 PM Revision 1a74598a (ceph): librgw: move RGWFileHandle::encode/decode to the private sector
To prevent RGWFileHandle::encode/decode methods to be invoked directly by
other modules
Signed-off-by: Xuehan Xu <xx...
Xuehan Xu
01:31 PM rgw Backport #54078 (In Progress): quincy: The decode_json of default placement in zonegroup does not...
Cory Snyder
01:31 PM Revision 4bfe968f (ceph): rgw: Match decode_json with dump for default-placement in RGWZoneGroup.
Fixes: https://tracker.ceph.com/issues/54016
Signed-off-by: zhiming zhang <zhangzhm1@chinatelecom.cn>
(cherry picked ...
zhiming zhang
01:30 PM rgw Backport #54075 (In Progress): octopus: Memory leak in radosgw-admin bucket chown command
Cory Snyder
01:30 PM Revision c3a7c31c (ceph): rgw: fix bad memory usage of bucket chown method
In RGWBucketCtl::chown we have one RGWObjectCtx for all objects of a bucket.
In RGWObjectCtx there is a cache mechani...
Mohammad Fatemipour
01:29 PM rgw Backport #54077 (In Progress): pacific: Memory leak in radosgw-admin bucket chown command
Cory Snyder
01:28 PM Revision f0612bad (ceph): rgw: fix bad memory usage of bucket chown method
In RGWBucketCtl::chown we have one RGWObjectCtx for all objects of a bucket.
In RGWObjectCtx there is a cache mechani...
Mohammad Fatemipour
01:25 PM rgw Backport #54076 (In Progress): quincy: Memory leak in radosgw-admin bucket chown command
Cory Snyder
01:25 PM Revision 7e7f129c (ceph): rgw: fix bad memory usage of bucket chown method
In RGWBucketCtl::chown we have one RGWObjectCtx for all objects of a bucket.
In RGWObjectCtx there is a cache mechani...
Mohammad Fatemipour
01:22 PM rgw Backport #54041 (In Progress): pacific: remove bucket API returns NoSuchKey than NoSuchBucket
Cory Snyder
01:22 PM Revision e0efad0d (ceph): rgw: remove bucket API returns NoSuchKey than NoSuchBucket
Remove bucket API returns NoSuchKey but NoSuchBucket is appropriate in this case.
Code path:
RGWRadosStore::get_buck...
Satoru Takeuchi
01:20 PM rgw Backport #53867 (In Progress): octopus: consecutive complete-multipart-upload requests following ...
Cory Snyder
01:18 PM Orchestrator Bug #52320: unable to get monitor info from DNS SRV with service name: ceph-mon
/a/yuriw-2022-03-16_20:38:07-rados-wip-yuri3-testing-2022-03-16-1030-distro-default-smithi/6739505 Sridhar Seshasayee
01:17 PM mgr Bug #54025: mgr/nfs: don't always restart the NFS ganesha service for updates to CephFS NFS exports
Venky Shankar wrote:
> PR merged.
>
> Ramana, does this need to be backported?
I'm guessing quincy for sure.
Venky Shankar
01:16 PM mgr Bug #54025: mgr/nfs: don't always restart the NFS ganesha service for updates to CephFS NFS exports
PR merged.
Ramana, does this need to be backported?
Venky Shankar
01:16 PM CephFS Backport #54532 (In Progress): pacific: mds,client: suppport getvxattr RPC
Milind Changire
01:16 PM rgw Backport #53868 (In Progress): pacific: consecutive complete-multipart-upload requests following ...
Cory Snyder
01:16 PM Revision 2f91c9fb (ceph): doc: describe json, pool_id and pool_name layout fields
Signed-off-by: Milind Changire <mchangir@redhat.com>
(cherry picked from commit ece89098e98e8c43ae32ec1eb178bd843b460...
Milind Changire
01:16 PM Revision 7d458777 (ceph): qa: unit test to test getvxattr
Signed-off-by: Milind Changire <mchangir@redhat.com>
(cherry picked from commit 5d9c81cbf63d4ec063e04b585ba99b6232c19...
Milind Changire
01:15 PM Revision 7590a977 (ceph): mds: add json handling in setvxattr
Setting the entire layout via setfattr -n ceph.dir.layout.json
requires a json value with the name of all mandatory f...
Milind Changire
01:15 PM Revision 69da8a88 (ceph): Merge pull request #44795 from ajarr/dynamic-update-cephfs-nfs-export
mgr/nfs: allow dynamic update of cephfs nfs export
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Venky Shankar
01:15 PM rgw Backport #53836 (In Progress): octopus: [doc] mention support for cross-region replication (added...
Cory Snyder
01:14 PM Revision ab2e2094 (ceph): doc: rgw: document S3 bucket replication support
Support was added at Octopus.
Fixes: https://tracker.ceph.com/issues/48755
Signed-off-by: Matt Benjamin <mbenjamin@...
Matt Benjamin
01:14 PM rgw Backport #53835 (In Progress): pacific: [doc] mention support for cross-region replication (added...
Cory Snyder
01:14 PM Revision e8abf924 (ceph): doc: rgw: document S3 bucket replication support
Support was added at Octopus.
Fixes: https://tracker.ceph.com/issues/48755
Signed-off-by: Matt Benjamin <mbenjamin@...
Matt Benjamin
01:13 PM Revision 32c0abfe (ceph): mds: add new getvxattr op
This new op fetches ceph namespace specific extended attributes
i.e. attributes "ceph.dir.layout.json", "ceph.file.l...
Milind Changire
01:13 PM Revision 235b1fbc (ceph): client: add new getvxattr rpc
This new op fetches ceph namespace specific extended attributes
i.e. attributes
1. ceph.dir.layout.json and ceph.file...
Milind Changire
01:13 PM rgw Backport #53818 (In Progress): pacific: swift rest api on GET returns X-Container-* headers with ...
Cory Snyder
01:13 PM Revision b5116a85 (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
01:11 PM rgw Backport #53656 (In Progress): pacific: "StorageClass" in ListMultipart's result allways is 'STAN...
Cory Snyder
01:10 PM rgw Backport #53653 (In Progress): octopus: `radosgw-admin reshard stale-instances rm` can't remove s...
Cory Snyder
01:09 PM Revision 33303d68 (ceph): rgw: init bucket index only if putting bucket instance info succeeds
Signed-off-by: Huber-ming <zhangsm01@inspur.com>
(cherry picked from commit 6e97f2a32df80f00d44ed3daceac381c46c17026)...
Huber ming
01:07 PM rgw Backport #53654 (In Progress): pacific: `radosgw-admin reshard stale-instances rm` can't remove s...
Cory Snyder
01:06 PM Revision 5962c1ba (ceph): rgw: init bucket index only if putting bucket instance info succeeds
Signed-off-by: Huber-ming <zhangsm01@inspur.com>
(cherry picked from commit 6e97f2a32df80f00d44ed3daceac381c46c17026)
Huber ming
01:06 PM CephFS Bug #48805 (Resolved): mds: "cluster [WRN] Scrub error on inode 0x1000000039d (/client.0/tmp/blog...
* now available on master and quincy Milind Changire
01:05 PM rgw Backport #53640 (In Progress): octopus: compiler warning, enumeration value ‘AMQP_STATUS_SSL_SET_...
Cory Snyder
01:05 PM Revision ffbcae39 (ceph): rgw/amqp: add default case to silence compiler warning
Fixes: https://tracker.ceph.com/issues/53252
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from co...
Casey Bodley
01:05 PM rgw Backport #53639 (In Progress): pacific: compiler warning, enumeration value ‘AMQP_STATUS_SSL_SET_...
Cory Snyder
01:05 PM Revision 9f2d1d32 (ceph): rgw/amqp: add default case to silence compiler warning
Fixes: https://tracker.ceph.com/issues/53252
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from co...
Casey Bodley
01:04 PM rgw Backport #53637 (In Progress): pacific: Test failures in ceph_test_cls_rgw_gc
Cory Snyder
01:04 PM Revision 263368ef (ceph): test/rgw: disable cls_rgw_gc test cases with defer_gc()
Fixes: https://tracker.ceph.com/issues/53325
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from co...
Casey Bodley
01:01 PM rgw Backport #53565 (Duplicate): pacific: rgw pubsub list topics coredump
Cory Snyder
12:59 PM RADOS Bug #51076: "wait_for_recovery: failed before timeout expired" during thrashosd test with EC back...
/a/yuriw-2022-03-16_20:38:07-rados-wip-yuri3-testing-2022-03-16-1030-distro-default-smithi/6739311 Sridhar Seshasayee
12:56 PM rgw Backport #53518 (In Progress): pacific: pubsub: list topics, radosgw coredump
Cory Snyder
12:56 PM Revision 63ea50d6 (ceph): rgw: add object null point judging when listing pubsub topics
Fixs: https://tracker.ceph.com/issues/53464
Signed-off-by: zhipeng li <qiuxinyidian@gmail.com>
(cherry picked from c...
zhipeng li
12:55 PM Orchestrator Bug #53680: ERROR:tasks.rook:'waiting for service removal' reached maximum tries (90) after waiti...
/a/yuriw-2022-03-16_20:38:07-rados-wip-yuri3-testing-2022-03-16-1030-distro-default-smithi/6739268 Sridhar Seshasayee
12:21 PM CephFS Bug #54606: check-counter task runs till max job timeout
Maybe related to: https://tracker.ceph.com/issues/50546 Venky Shankar
12:20 PM CephFS Bug #54606 (Triaged): check-counter task runs till max job timeout
Seen here - http://pulpito.front.sepia.ceph.com/yuriw-2022-03-14_18:57:01-fs-wip-yuri2-testing-2022-03-14-0946-quincy... Venky Shankar
12:12 PM RADOS Bug #54516: mon/config.sh: unrecognized config option 'debug asok'
PR https://github.com/ceph/ceph/pull/44656 Added the test along with the code to support whitespace.
checking.
Nitzan Mordechai
11:50 AM CephFS Bug #54557: scrub repair does not clear earlier damage health status
Miland asked me to try: After you run "scrub repair" followed by a "scrub" without any issues, and if the "damage ls"... Chris Palmer
11:10 AM RADOS Bug #54515: mon/health-mute.sh: TEST_mute: return 1 (HEALTH WARN 3 mgr modules have failed depend...
/a/kchai-2022-03-17_05:18:57-rados-wip-cxx20-fixes-core-kefu-distro-default-smithi/6740941/ Kefu Chai
11:10 AM Dashboard Bug #54605 (Triaged): KeyError: 'loki'
... Kefu Chai
10:52 AM Revision 6a1eb047 (ceph): Merge pull request #45271 from liu-chunmei/seastore-op-missing
crimson/seastore: add OP_RMATTR support
Reviewed-by: Samuel Just <sjust@redhat.com>
chunmei liu
10:48 AM Bug #54604 (New): objecter_requests workunit during thrashosds test fails with status 8.
/a/yuriw-2022-03-16_20:38:07-rados-wip-yuri3-testing-2022-03-16-1030-distro-default-smithi/6739343
/a/yuriw-2022-03-...
Sridhar Seshasayee
10:40 AM Bug #54603 (New): Valgrind reports memory "Leak_IndirectlyLost" errors on ceph-mon in "buffer::p...
/a/yuriw-2022-03-16_20:38:07-rados-wip-yuri3-testing-2022-03-16-1030-distro-default-smithi/6739491
Valgrind report...
Sridhar Seshasayee
09:11 AM Bug #54432 (Fix Under Review): it is unclear to disable mon_osd_down_out_subtree_limit function
Dan van der Ster
08:19 AM Bug #54432: it is unclear to disable mon_osd_down_out_subtree_limit function
Yuma Ogami wrote:
> By the way, isn't the following behavior a bug?
>
> > B. Specify "osd" (*1). However, from th...
Dan van der Ster
05:18 AM Bug #54432: it is unclear to disable mon_osd_down_out_subtree_limit function
By the way, isn't the following behavior a bug?
> B. Specify "osd" (*1). However, from the official document (*2),...
Yuma Ogami
07:56 AM Revision 6c24f4a9 (ceph): mgr/dashboard: reduce complexity of awsauth.py and rest_client.py
Signed-off-by: Vallari Agrawal <val.agl002@gmail.com> Vallari Agrawal
06:49 AM CephFS Backport #54573 (In Progress): pacific: mgr/volumes: The 'mode' argument is not honored on idempo...
Nikhilkumar Shelke
06:49 AM Revision 069269bc (ceph): mgr/volumes: the 'mode' should honor idempotent subvolume creation
currently the 'mode' argument is not honored idempotent
subvolume creation for existing subvolume.
Fixes: https://tr...
Nikhilkumar Shelke
06:49 AM Revision eb13f045 (ceph): qa: verify idempotent subvolume creation for 'mode' argument
Fixes: https://tracker.ceph.com/issues/54375
Signed-off-by: Nikhilkumar Shelke <nshelke@redhat.com>
(cherry picked fr...
Nikhilkumar Shelke
05:00 AM Revision d41359a4 (ceph): ceph: move mdlog flush to scatter_writebehind()
Signed-off-by: Xiubo Li <xiubli@redhat.com> Xiubo Li
05:00 AM Revision 9ceaa3ae (ceph): mds: make _need_flush_mdlog() check in both stable and unstable cases
lock_state_any is true will ignore the lock state.
Signed-off-by: Xiubo Li <xiubli@redhat.com>
Xiubo Li
05:00 AM Revision 52918175 (ceph): mds: flush mdlog if locked and still has wanted caps not satisfied
In _do_cap_update() if one client is releasing the Fw caps the
relevant client range will be erased, and then new_max...
Xiubo Li
03:44 AM RADOS Backport #54601 (In Progress): quincy: Add scrub_duration to pg dump json format
Aishwarya Mathuria
03:43 AM RADOS Backport #54601 (New): quincy: Add scrub_duration to pg dump json format
Aishwarya Mathuria
03:12 AM RADOS Backport #54601 (Resolved): quincy: Add scrub_duration to pg dump json format
https://github.com/ceph/ceph/pull/45471 Aishwarya Mathuria
03:35 AM Revision ad4569f2 (ceph): osd/scrub: add scrub duration to pg stats
Addition of a SCRUB_DURATION field that shows how long the scrub/deep-scrub of a pg took.
This field will be displaye...
Aishwarya Mathuria
03:15 AM RADOS Backport #54602 (Duplicate): quincy: Add scrub_duration to pg dump json format
Backport Bot
03:10 AM RADOS Feature #54600 (Pending Backport): Add scrub_duration to pg dump json format
Aishwarya Mathuria
03:03 AM RADOS Feature #54600 (Resolved): Add scrub_duration to pg dump json format
Addition of a scrub_duration field that shows how long the scrub/deep-scrub of a pg took in seconds.
This field will...
Aishwarya Mathuria
02:15 AM RADOS Bug #54576: cache tier set proxy faild
According to the description of the official website document:
REMOVING A WRITEBACK CACHE
Since a writeback cache m...
changzhi tan
12:17 AM RADOS Bug #54599 (New): crash: int MonitorDBStore::apply_transaction(MonitorDBStore::TransactionRef): a...

*New crash events were reported via Telemetry with newer versions (['16.2.6']) than encountered in Tracker (16.2.5)...
Telemetry Bot
12:16 AM RADOS Bug #54598 (New): crash: int MonitorDBStore::apply_transaction(MonitorDBStore::TransactionRef): a...

*New crash events were reported via Telemetry with newer versions (['16.2.6', '16.2.7']) than encountered in Tracke...
Telemetry Bot
12:16 AM RADOS Bug #54597 (New): crash: int MonitorDBStore::apply_transaction(MonitorDBStore::TransactionRef): a...

*New crash events were reported via Telemetry with newer versions (['16.2.6', '16.2.7']) than encountered in Tracke...
Telemetry Bot
12:16 AM RADOS Bug #54596 (New): crash: int MonitorDBStore::apply_transaction(MonitorDBStore::TransactionRef): a...

*New crash events were reported via Telemetry with newer versions (['16.2.6']) than encountered in Tracker (16.2.5)...
Telemetry Bot
12:16 AM RADOS Bug #54595 (New): crash: int MonitorDBStore::apply_transaction(MonitorDBStore::TransactionRef): a...

*New crash events were reported via Telemetry with newer versions (['16.2.6', '16.2.7']) than encountered in Tracke...
Telemetry Bot
12:16 AM RADOS Bug #54594 (New): crash: int MonitorDBStore::apply_transaction(MonitorDBStore::TransactionRef): a...

*New crash events were reported via Telemetry with newer versions (['16.2.6', '16.2.7']) than encountered in Tracke...
Telemetry Bot
12:16 AM RADOS Bug #47299: Assertion in pg_missing_set: p->second.need <= v || p->second.is_delete()

http://telemetry.front.sepia.ceph.com:4000/d/jByk5HaMz/crash-spec-x-ray?orgId=1&var-sig_v2=f582692869a94580abf07e669...
Telemetry Bot
12:16 AM mgr Bug #51835: mgr/DaemonServer.cc: FAILED ceph_assert(pending_service_map.epoch > service_map.epoch)

http://telemetry.front.sepia.ceph.com:4000/d/jByk5HaMz/crash-spec-x-ray?orgId=1&var-sig_v2=172fd5df40a73f4369e724061...
Telemetry Bot
12:15 AM RADOS Bug #50089: mon/MonMap.h: FAILED ceph_assert(m < ranks.size()) when reducing number of monitors i...

http://telemetry.front.sepia.ceph.com:4000/d/jByk5HaMz/crash-spec-x-ray?orgId=1&var-sig_v2=96b49c839d59492286f04a76e...
Telemetry Bot
12:15 AM RADOS Bug #49689: osd/PeeringState.cc: ceph_abort_msg("past_interval start interval mismatch") start

http://telemetry.front.sepia.ceph.com:4000/d/jByk5HaMz/crash-spec-x-ray?orgId=1&var-sig_v2=3a50bb9444331ec2b94a68f89...
Telemetry Bot
12:14 AM RADOS Bug #36304: FAILED ceph_assert(p != pg_slots.end()) in OSDShard::register_and_wake_split_child(PG*)

http://telemetry.front.sepia.ceph.com:4000/d/jByk5HaMz/crash-spec-x-ray?orgId=1&var-sig_v2=86176dad44ae51d3e7de7eac8...
Telemetry Bot

03/16/2022

11:18 PM Revision 5fd75c3d (ceph): mgr/dashboard: reduce method cyclomatic complexity
resolves https://tracker.ceph.com/issues/41221
Signed-off-by: Vallari Agrawal <val.agl002@gmail.com>
Vallari Agrawal
08:44 PM Revision bf57e163 (ceph): Merge pull request #45342 from benhanokh/wip-54523-quincy
quincy: OSD::Modify OSD Fast-Shutdown to work safely i.e. quiesce all activit…
Reviewed-by: Josh Durgin <jdurgin@red...
Yuri Weinstein
08:42 PM Revision 7d67b179 (ceph): Merge pull request #45322 from ljflores/wip-54467-quincy
quincy: osd: require osd_pg_max_concurrent_snap_trims > 0
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
08:41 PM Revision 402becc1 (ceph): Merge pull request #45237 from k0ste/wip-54449-quincy
quincy: mgr/prometheus: Added `avail_raw` field for Pools DF Prometheus mgr module
Reviewed-by: Neha Ojha <nojha@red...
Yuri Weinstein
08:40 PM Revision 6ad3c5d2 (ceph): Merge pull request #45193 from ronen-fr/wip-rf-45068-quincy
quincy: osd/scrub: stop sending bogus digest-update event messages
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
08:17 PM RADOS Bug #54593 (Fix Under Review): librados: check latest osdmap on ENOENT in pool_reverse_lookup()
Ilya Dryomov
08:12 PM RADOS Bug #54593 (Resolved): librados: check latest osdmap on ENOENT in pool_reverse_lookup()
Need to avoid spurious ENOENT errors from rados_pool_reverse_lookup() and Rados::pool_reverse_lookup() caused by an o... Ilya Dryomov
08:13 PM Revision 1f837e23 (ceph): librados: check latest osdmap on ENOENT in pool_reverse_lookup()
Avoid spurious ENOENT errors from rados_pool_reverse_lookup() and
Rados::pool_reverse_lookup().
This makes lookup by...
Ilya Dryomov
07:24 PM RADOS Bug #43915 (New): leaked Session (alloc from OSD::ms_handle_authentication)
/a//yuriw-2022-03-14_18:49:17-rados-wip-yuri2-testing-2022-03-14-0946-quincy-distro-default-smithi/6736781/remote/smi... Neha Ojha
07:17 PM Revision b124e1bf (ceph): Merge pull request #45403 from liu-chunmei/crimson-reply-version
crimson: fix set_reply_versions missing
Reviewed-by: Samuel Just <sjust@redhat.com>
Samuel Just
07:15 PM Revision 736af2b9 (ceph): cephadm: infer the default container image during pull
Fixes: https://tracker.ceph.com/issues/54588
Signed-off-by: Michael Fritch <mfritch@suse.com>
Michael Fritch
07:12 PM RADOS Fix #54565 (Fix Under Review): Add snaptrim stats to the existing PG stats.
Neha Ojha
07:06 PM Revision 987465ee (ceph): Merge pull request #45176 from liu-chunmei/crimson-teuthology
crimson: teuthology suite for seastore
Reviewed-by: Samuel Just <sjust@redhat.com>
Samuel Just
07:01 PM RADOS Bug #54592 (Fix Under Review): partial recovery: CEPH_OSD_OP_OMAPRMKEYRANGE should mark omap dirty
Neha Ojha
04:13 PM RADOS Bug #54592 (Resolved): partial recovery: CEPH_OSD_OP_OMAPRMKEYRANGE should mark omap dirty
All the OMAP write OPs mark_omap_dirty(), except CEPH_OSD_OP_OMAPRMKEYRANGE. This leads to:
1. incorrectly setting...
Neha Ojha
06:57 PM RADOS Bug #53729: ceph-osd takes all memory before oom on boot
Thanks Mykola and Dan, this shows exactly what the issue is! There are dup entries with a version higher than the log... Josh Durgin
04:24 PM RADOS Bug #53729: ceph-osd takes all memory before oom on boot
Dan van der Ster wrote:
> Mykola, to help understand the issue better, could you please attach the entire --op log...
Mykola Golub
03:21 PM RADOS Bug #53729: ceph-osd takes all memory before oom on boot
Mykola Golub wrote:
> Just to confirm Dan's findings, I am attaching the output of the command Dan asked me to run (...
Dan van der Ster
02:24 PM RADOS Bug #53729: ceph-osd takes all memory before oom on boot
Just to confirm Dan's findings, I am attaching the output of the command Dan asked me to run (number ob pg log and pg... Mykola Golub
12:31 PM RADOS Bug #53729: ceph-osd takes all memory before oom on boot
Updating here based on further investigations offline with Guillaume.
In his logs we saw bluestore iterating throu...
Dan van der Ster
08:48 AM RADOS Bug #53729: ceph-osd takes all memory before oom on boot
Dan van der Ster wrote:
> Guillame is it possible to catch this exact situation with debug_bluestore=20, i.e
>
> ...
Guillaume Fenollar
06:57 PM Revision f7fd5895 (ceph): osd/PrimaryLogPG.cc: CEPH_OSD_OP_OMAPRMKEYRANGE should mark omap dirty
We should mark_omap_dirty() for all omap write ops, just like we did
in cb927925af1f3df4b9c31df85cf31f982aae1988.
Cu...
Neha Ojha
06:53 PM rgw Backport #53470 (In Progress): octopus: cohort::lru may unlock twice
Cory Snyder
06:53 PM Revision 981b3868 (ceph): common: avoid pthread_mutex_unlock twice
modified: src/common/cohort_lru.h
Signed-off-by: Dai Zhiwei <daizhiwei3@huawei.com>
(cherry picked from commit a55...
Zhiwei Dai
06:53 PM rgw Backport #53471 (In Progress): pacific: cohort::lru may unlock twice
Cory Snyder
06:53 PM Revision b25e4880 (ceph): common: avoid pthread_mutex_unlock twice
modified: src/common/cohort_lru.h
Signed-off-by: Dai Zhiwei <daizhiwei3@huawei.com>
(cherry picked from commit a55...
Zhiwei Dai
06:50 PM rgw Backport #53254 (In Progress): pacific: the root cause of rgw.none appearance
Cory Snyder
06:49 PM rgw Backport #53157 (In Progress): octopus: sse: on missing kms keyid, return 400 InvalidArgument ins...
Cory Snyder
06:49 PM Revision bbf109de (ceph): rgw:When KMS encryption is used and the key does not exist, we should n...
When kms encryption is used, the key_id is null or the actual_key size is wrong, we should not throw "ERR_INVALID_ACC... yingbin wang
06:48 PM rgw Backport #53158 (In Progress): pacific: sse: on missing kms keyid, return 400 InvalidArgument ins...
Cory Snyder
06:48 PM Revision eada6b46 (ceph): rgw:When KMS encryption is used and the key does not exist, we should n...
When kms encryption is used, the key_id is null or the actual_key size is wrong, we should not throw "ERR_INVALID_ACC... yingbin wang
06:36 PM rgw Backport #53078 (In Progress): octopus: notifications: http endpoints with one trailing slash are...
Cory Snyder
06:36 PM Revision 12351d9b (ceph): src/rgw: Fix for malformed url
This PR solves: https://tracker.ceph.com/issues/52738
It is solved by making changes to rgw_url.cc
A test is also add...
Kalpesh Pandya
06:36 PM rgw Backport #53079 (In Progress): pacific: notifications: http endpoints with one trailing slash are...
Cory Snyder
06:36 PM Revision 69a1c673 (ceph): src/rgw: Fix for malformed url
This PR solves: https://tracker.ceph.com/issues/52738
It is solved by making changes to rgw_url.cc
A test is also add...
Kalpesh Pandya
06:35 PM rgw Backport #53070 (Resolved): pacific: crash: RGWSI_MetaBackend_SObj
Cory Snyder
06:27 PM rgw Backport #53037 (In Progress): octopus: rgw: cls_bucket_list_unordered() might return repeating o...
Cory Snyder
06:27 PM Revision 9300c9f5 (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...
鹏 张
06:27 PM rgw Backport #53036 (In Progress): pacific: rgw: cls_bucket_list_unordered() might return repeating o...
Cory Snyder
06:27 PM Revision df5a056d (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...
鹏 张
06:25 PM rgw Backport #52991 (In Progress): octopus: rgw: have "bucket check --fix" fix pool ids correctly
Cory Snyder
06:21 PM rgw Backport #52990 (In Progress): pacific: rgw: have "bucket check --fix" fix pool ids correctly
Cory Snyder
06:20 PM Revision 526da161 (ceph): rgw: during "bucket check --fix" set index entry pool id correctly
The current code sets the pool id of bucket index entries to the
bucket index pool rather than the data pool. This fi...
J. Eric Ivancich
06:19 PM Orchestrator Bug #54373: cephadm shell is not creating a container with correct container image
... Vikhyat Umrao
06:16 PM Orchestrator Bug #54373: cephadm shell is not creating a container with correct container image
- Cluster is fully upgraded to quincy but still `cephadm shell` is creating old version container.... Vikhyat Umrao
06:13 PM rgw Backport #52989 (In Progress): octopus: rgw: document rgw_lc_debug_interval configuration option
Cory Snyder
06:13 PM Revision 755a495d (ceph): rgw: document rgw_lc_debug_interval configuration option
Updates the yaml describing this config option with a "desc" and a
"long_desc".
Signed-off-by: J. Eric Ivancich <iva...
J. Eric Ivancich
06:08 PM rgw Backport #52988 (In Progress): pacific: rgw: document rgw_lc_debug_interval configuration option
Cory Snyder
06:07 PM Revision 537f9ee1 (ceph): rgw: document rgw_lc_debug_interval configuration option
Updates the yaml describing this config option with a "desc" and a
"long_desc".
Signed-off-by: J. Eric Ivancich <iva...
J. Eric Ivancich
06:03 PM rgw Backport #52957 (In Progress): octopus: ERROR: failed to list reshard log entries, oid=reshard.00...
Cory Snyder
06:02 PM Revision 87990cc1 (ceph): radosgw-admin: 'reshard list' doesn't log ENOENT errors
ENOENT errors are expected, especially in fresh clusters, before we've
written any entries to the reshard list shards...
Casey Bodley
06:01 PM rgw Backport #52958 (In Progress): pacific: ERROR: failed to list reshard log entries, oid=reshard.00...
Cory Snyder
05:51 PM rgw Bug #51429: radosgw-admin bi list fails with Input/Output error
Dan van der Ster wrote:
> Pawel Stefanski wrote:
> > Should I use patched OSD as well ?
>
> Yes in ceph octopu...
J. Eric Ivancich
05:16 PM rgw Bug #51429: radosgw-admin bi list fails with Input/Output error
With new OSD patched with all https://github.com/ceph/ceph/pull/45087 it's Input/Output Error.
OSD log:...
Pawel Stefanski
01:09 PM rgw Bug #51429: radosgw-admin bi list fails with Input/Output error
Dan van der Ster wrote:
> Pawel Stefanski wrote:
> > Should I use patched OSD as well ?
>
> Yes in ceph octopu...
Pawel Stefanski
12:55 PM rgw Bug #51429: radosgw-admin bi list fails with Input/Output error
Pawel Stefanski wrote:
> Pawel Stefanski wrote:
> > > Dan van der Ster wrote:
> > > The pacific equivalent is at h...
Dan van der Ster
12:43 PM rgw Bug #51429: radosgw-admin bi list fails with Input/Output error
Pawel Stefanski wrote:
> > Dan van der Ster wrote:
> > The pacific equivalent is at https://github.com/ceph/ceph/pu...
Pawel Stefanski
12:34 PM rgw Bug #51429: radosgw-admin bi list fails with Input/Output error
Dan van der Ster wrote:
> Dan van der Ster wrote:
> > After updating to 15.2.15 we now have at least one bucket whi...
Pawel Stefanski
05:39 PM rgw Backport #52611 (In Progress): pacific: rgw: add function entry logging to make more thorough and...
Cory Snyder
05:38 PM Revision 85ce3d17 (ceph): rgw: clean-up logging of function entering to make thorough and consistent
This provides more thorough and consistent function tracing in CLS/RGW
when logging is set to 10 or higher.
Signed-o...
J. Eric Ivancich
05:27 PM rgw Backport #52500 (In Progress): octopus: rgw: fix bucket index list test error
Cory Snyder
05:25 PM rgw Backport #52501 (Resolved): pacific: rgw: fix bucket index list test error
Cory Snyder
05:23 PM rgw Backport #52349 (In Progress): octopus: XML responses return different order of XML elements
Cory Snyder
05:23 PM Revision d515c935 (ceph): rgw: change order of xml elements in ListRoles response
one or more AWS sdks fail to parse our response because they expect
ListRolesResult to come first. not really an rgw ...
Casey Bodley
05:23 PM rgw Backport #52348 (In Progress): pacific: XML responses return different order of XML elements
Cory Snyder
05:23 PM Revision 68ed6d07 (ceph): rgw: change order of xml elements in ListRoles response
one or more AWS sdks fail to parse our response because they expect
ListRolesResult to come first. not really an rgw ...
Casey Bodley
05:20 PM rgw Backport #52286 (In Progress): pacific: aws-s3 incompatibility related metadata
Cory Snyder
05:18 PM rgw Backport #52241 (In Progress): pacific: RadosGW requests to Open Policy Agent add 40ms latency
Cory Snyder
05:17 PM rgw Backport #52114 (In Progress): octopus: hadoop: broken mirror for apache-maven download
Cory Snyder
05:17 PM Revision a32dd7df (ceph): qa/rgw: update apache-maven mirror for rgw/hadoop-s3a
Fixes: https://tracker.ceph.com/issues/52069
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from co...
Casey Bodley
05:17 PM rgw Backport #52115 (In Progress): pacific: hadoop: broken mirror for apache-maven download
Cory Snyder
05:17 PM Revision 4e79d39a (ceph): qa/rgw: update apache-maven mirror for rgw/hadoop-s3a
Fixes: https://tracker.ceph.com/issues/52069
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from co...
Casey Bodley
05:16 PM rgw Backport #52113 (In Progress): pacific: kmip and barbican tests failing on 'pip install pytz'
Cory Snyder
05:16 PM Revision 2f61f06c (ceph): qa/rgw: barbican and pykmip tasks upgrade pip before installing pytz
Downloading https://files.pythonhosted.org/packages/9b/77/461087a514d2e8ece1c975d8216bc03f7048e6090c5166bc34115afdaa5... Casey Bodley
05:15 PM rgw Backport #52108 (In Progress): octopus: multisite: if mdlogs are trimmed prematurely, 'radosgw-ad...
Cory Snyder
05:15 PM Revision f2bc9b88 (ceph): radosgw-admin: 'sync status' is not behind if there are no mdlog entries
if remote mdlogs are trimmed prematurely, sync status will report
that it's behind the remote's max-marker even if th...
Casey Bodley
05:15 PM rgw Backport #52107 (In Progress): pacific: multisite: if mdlogs are trimmed prematurely, 'radosgw-ad...
Cory Snyder
05:14 PM Revision 60b9230d (ceph): radosgw-admin: 'sync status' is not behind if there are no mdlog entries
if remote mdlogs are trimmed prematurely, sync status will report
that it's behind the remote's max-marker even if th...
Casey Bodley
05:14 PM rgw Backport #52072 (In Progress): octopus: PutObjRentention allows invalid changes to retention mode
Cory Snyder
05:14 PM Revision 2f2744f4 (ceph): rgw: add the condition of lock mode conversion to PutObjRentention
Signed-off-by: wangzhong <wangzhong@cmss.chinamobile.com>
(cherry picked from commit 585eae46a2bb7ed39ca2f3213801e0f7...
zhong wang
05:13 PM rgw Backport #52071 (In Progress): pacific: PutObjRentention allows invalid changes to retention mode
Cory Snyder
05:13 PM Revision 188dac06 (ceph): rgw: add the condition of lock mode conversion to PutObjRentention
Signed-off-by: wangzhong <wangzhong@cmss.chinamobile.com>
(cherry picked from commit 585eae46a2bb7ed39ca2f3213801e0f7...
zhong wang
05:12 PM Revision 77d704ab (ceph): rgw: default auth_client_required=cephx
This makes this warning go away:
2021-08-09T15:51:52.882+0000 7f2373837400 -1 warn_if_insecure(): WARNING: rgw is co...
Sage Weil
05:11 PM rgw Backport #52050 (In Progress): pacific: cephadm deployed RGW prints: "rgw is configured to option...
Cory Snyder
05:11 PM Revision 5943bb5a (ceph): rgw: default ms_mon_client_mode = secure
Require a secure connection to the monitor. This is important because
we may store SSL certs on the mon.
Note that ...
Sage Weil
05:09 PM rgw Backport #51810 (In Progress): pacific: default value of follow_olh in get_obj_state() differs be...
Cory Snyder
05:08 PM Revision dc3e3a27 (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
05:05 PM rgw Backport #51782 (In Progress): octopus: tempest: test_create_object_with_transfer_encoding fails
Cory Snyder
05:05 PM Revision cbe48544 (ceph): qa/rgw: add failing tempest test to blocklist
Fixes: https://tracker.ceph.com/issues/49747
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from co...
Casey Bodley
05:05 PM rgw Backport #51783 (In Progress): pacific: tempest: test_create_object_with_transfer_encoding fails
Cory Snyder
05:04 PM Revision b982fae8 (ceph): qa/rgw: add failing tempest test to blocklist
Fixes: https://tracker.ceph.com/issues/49747
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from co...
Casey Bodley
05:01 PM rgw Backport #51776 (In Progress): octopus: rgw forward request in multisite for RGWDeleteBucketPolic...
Cory Snyder
04:47 PM rgw Backport #51777 (In Progress): pacific: rgw forward request in multisite for RGWDeleteBucketPolic...
Cory Snyder
04:46 PM Revision 56d5899a (ceph): rgw: forward request in multisite for RGWDeleteBucketPolicy
and RGWDeleteBucketPublicAccessBlock
Fix: https://tracker.ceph.com/issues/45551
Signed-off-by: yuliyang_yewu <yuliy...
usageek1266
04:45 PM rgw Backport #51702 (In Progress): octopus: rgw: md5 signatures not match when enable rgw compress fo...
Cory Snyder
04:45 PM Revision f216db75 (ceph): rgw: fix md5 not match for RGWBulkUploadOp upload when enable rgw compr...
Fixes: https://tracker.ceph.com/issues/46625
Signed-off-by: yuliyang_yewu <yuliyang_yewu@cmss.chinamobile.com>
(cher...
joke lee
04:43 PM rgw Backport #51703 (In Progress): pacific: rgw: md5 signatures not match when enable rgw compress fo...
Cory Snyder
04:43 PM Revision 21f2baf4 (ceph): rgw: fix md5 not match for RGWBulkUploadOp upload when enable rgw compr...
Fixes: https://tracker.ceph.com/issues/46625
Signed-off-by: yuliyang_yewu <yuliyang_yewu@cmss.chinamobile.com>
(cher...
joke lee
04:41 PM rgw Backport #51700 (In Progress): octopus: S3 CopyObject: failed to parse copy location
Cory Snyder
04:40 PM Revision 107eb0bc (ceph): Amend b7621625ed69f21a5bf701b3385ddee281ff3715 to not call url_decode e...
Fixes: #43259
Signed-off-by: Paul Reece <paul@servercloud.com>
(cherry picked from commit c83afb4359b9f8b6d8b6942e74...
Paul Reece
04:38 PM Revision 7f3311b1 (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
04:38 PM rgw Backport #51701 (In Progress): pacific: S3 CopyObject: failed to parse copy location
Cory Snyder
04:38 PM Revision 9a4b8b40 (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
04:38 PM Revision a1bcf497 (ceph): Amend b7621625ed69f21a5bf701b3385ddee281ff3715 to not call url_decode e...
Fixes: #43259
Signed-off-by: Paul Reece <paul@servercloud.com>
(cherry picked from commit c83afb4359b9f8b6d8b6942e74...
Paul Reece
04:02 PM rgw Bug #51469 (Resolved): Backport RGW - Don't move attrs before setting them
Cory Snyder
04:01 PM rgw Backport #51470 (Resolved): pacific: Backport RGW - Don't move attrs before setting them
Cory Snyder
03:58 PM Dashboard Bug #54591 (Fix Under Review): mgr/dashboard: Language dropdown box is partly hidden on login page
Volker Theile
03:49 PM Dashboard Bug #54591 (Resolved): mgr/dashboard: Language dropdown box is partly hidden on login page
When clicking on the language dropdown combobox on the login page, the menu is partly hidden because it is partly ren... Volker Theile
03:55 PM rgw Backport #51352 (In Progress): pacific: Non-default storage class results in some garbage
Cory Snyder
03:54 PM Revision f91364fc (ceph): rgw: write meta of a MP part to a correct pool
When uploading a multipart part to a non-default storage class,
original logic writes the object data to the correct ...
Jeegn Chen
03:52 PM rgw Backport #51351 (In Progress): pacific: TestAMQP.ClosedConnection failing in master
Cory Snyder
03:52 PM rgw Bug #48709 (Pending Backport): [RGW] [boto] PUT on versioned bucket fails with NoSuchKey
Mark Kogan
03:50 PM rgw Bug #48709: [RGW] [boto] PUT on versioned bucket fails with NoSuchKey
with the following upstream fixes:
1. https://github.com/ceph/ceph/pull/45345 -- cls/rgw: rgw_dir_suggest_changes ...
Mark Kogan
03:52 PM Revision 3ce57e1f (ceph): rgw/amqp: remove the explicit "disconnect()" interface
this is to resolve a possible race condistion.
note that the removed interface is not used in RGW code.
and that conn...
Yuval Lifshitz
03:52 PM Revision 372ebcf4 (ceph): rgw/amqp: fix valgrind issue of uninitialized info.ssl
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
(cherry picked from commit 5b31052be66ff8debee1e233406e6490f8206fde)
Yuval Lifshitz
03:51 PM Revision f3e4c9e3 (ceph): mgr/dashboard: Language dropdown box is partly hidden on login page
When clicking on the language dropdown combobox on the login page, the menu is partly hidden because it is partly ren... Volker Theile
03:50 PM rgw Backport #51348 (In Progress): pacific: notification: zero size in COPY events
Cory Snyder
03:48 PM Revision d201689d (ceph): rgw/notification: send correct size in COPY events
Fixes: https://tracker.ceph.com/issues/51305
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
(cherry picked from...
Yuval Lifshitz
03:25 PM Revision 531e0bb8 (ceph): Merge pull request #45402 from ceph/wip-yuri-master-crontab
qa/tests: fixed typo
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
03:14 PM Revision 0a2cfd8c (ceph): Revert "mds: kill session state are open when mds do ms_handle_remote_r...
Venky Shankar
03:10 PM rgw Backport #54519 (In Progress): pacific: add OPT_DATA_SYNC_RUN to gc_ops_list to initialize gc tha...
Cory Snyder
03:06 PM rgw Backport #54520 (In Progress): quincy: add OPT_DATA_SYNC_RUN to gc_ops_list to initialize gc that...
Cory Snyder
03:04 PM Revision 563db262 (ceph): rgw: adding OPT_DATA_SYNC_RUN to gc_ops_list so that gc gets
initialized for this command.
Fixes: https://tracker.ceph.com/issues/54433
Signed-off-by: Pritha Srivastava <prsriva...
Pritha Srivastava
02:55 PM Revision 51de3221 (ceph): rgw: adding OPT_DATA_SYNC_RUN to gc_ops_list so that gc gets
initialized for this command.
Fixes: https://tracker.ceph.com/issues/54433
Signed-off-by: Pritha Srivastava <prsriva...
Pritha Srivastava
02:47 PM rgw Backport #54518: octopus: add OPT_DATA_SYNC_RUN to gc_ops_list to initialize gc that prevents sen...
Dependency on https://github.com/ceph/ceph/pull/45423 Cory Snyder
02:44 PM rgw Backport #50802 (In Progress): octopus: slow radosgw-admin startup when large value of rgw_gc_max...
Cory Snyder
02:23 PM rgw Backport #54428 (In Progress): quincy: radosgw-admin bucket sync run command crashes when send_ch...
Cory Snyder
02:22 PM Revision 0aad3cb8 (ceph): rgw: add OPT_BUCKET_SYNC_RUN to gc_ops_list, so that
gc is initialised and send_chain does not crash.
Also deleting objects inline in case gc is uninitialised.
Fixes: h...
Pritha Srivastava
02:22 PM rgw Backport #54426 (In Progress): pacific: radosgw-admin bucket sync run command crashes when send_c...
Cory Snyder
02:20 PM Bug #54589 (New): OSD crash during node boot
What I did:
- spin up a cluster
- write some data to the file system
- shut down one node
- write some more data ...
Moritz Roehrich
02:19 PM Revision 8a8d2c42 (ceph): rgw: add OPT_BUCKET_SYNC_RUN to gc_ops_list, so that
gc is initialised and send_chain does not crash.
Also deleting objects inline in case gc is uninitialised.
Fixes: h...
Pritha Srivastava
02:15 PM Orchestrator Bug #54588 (Fix Under Review): cephadm: pull command does not pull latest image
new behavior via PR 45420:... Michael Fritch
02:13 PM Orchestrator Bug #54588 (Resolved): cephadm: pull command does not pull latest image
the usage for the `cephadm pull` command claims it will `pull latest image version`
However, it actually infers th...
Michael Fritch
01:39 PM rgw Bug #53220: notification tests failing: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/c...
^ what do you think Yuval? the kafka stuff exists in pacific, should we backport the tests as well? Casey Bodley
01:28 PM rgw Bug #53220: notification tests failing: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/c...
Casey, the qa/tasks/kafka.py file that was modified in the fix associated with this ticket does not exist on Pacific.... Cory Snyder
01:36 PM Revision a40fc27e (ceph): mgr/dashboard: Pull latest translations from Transifex
Get the latest translations for Pacific from Transifex. This can also be used as backup to be able to restore them on... Volker Theile
01:23 PM bluestore Bug #54561: 5 out of 6 OSD crashing after update to 17.1.0-0.2.rc1.fc37.x86_64
Thanks, that also explains why one OSD survived upgrade. It's on LVM volume (the rest are on raw disks), so the it is... Tomasz Torcz
01:02 PM bluestore Bug #54561: 5 out of 6 OSD crashing after update to 17.1.0-0.2.rc1.fc37.x86_64
Tomacz, Kaleb,
broken OSDs should start up fine after you update Ceph binaries with the mentioned patch.
Hence yo...
Igor Fedotov
12:57 PM bluestore Bug #54561 (Closed): 5 out of 6 OSD crashing after update to 17.1.0-0.2.rc1.fc37.x86_64
Igor Fedotov
12:51 PM bluestore Bug #54561 (Won't Fix): 5 out of 6 OSD crashing after update to 17.1.0-0.2.rc1.fc37.x86_64
Igor Fedotov
12:51 PM bluestore Bug #54561: 5 out of 6 OSD crashing after update to 17.1.0-0.2.rc1.fc37.x86_64
After additional investigation I realized that this has already been fixed in master.
Pending backport to Quincy: h...
Igor Fedotov
12:38 PM bluestore Bug #54561 (In Progress): 5 out of 6 OSD crashing after update to 17.1.0-0.2.rc1.fc37.x86_64
Igor Fedotov
12:31 PM bluestore Bug #54561: 5 out of 6 OSD crashing after update to 17.1.0-0.2.rc1.fc37.x86_64
So it looks like allocation map recovery doesn't properly handle disk sizes which are misaligned with bluestore alloc... Igor Fedotov
11:05 AM bluestore Bug #54561: 5 out of 6 OSD crashing after update to 17.1.0-0.2.rc1.fc37.x86_64
Here it is: https://pipebreaker.pl/ceph-osd.1.bitmap.log.zstd Tomasz Torcz
10:50 AM bluestore Bug #54561: 5 out of 6 OSD crashing after update to 17.1.0-0.2.rc1.fc37.x86_64
Thanks, Tomasz!
Unfortunately AvlAllocator has got assertion before logging the presumably broken extent.
Could y...
Igor Fedotov
10:23 AM bluestore Bug #54561: 5 out of 6 OSD crashing after update to 17.1.0-0.2.rc1.fc37.x86_64
Log with debug bluestore = 20 put at https://pipebreaker.pl/ceph-osd.1.log.zstd (26MiB)
Compressed, as it grown to ...
Tomasz Torcz
01:20 PM Dashboard Backport #54587 (Resolved): quincy: mgr/dashboard: make the search text to get highlight
https://github.com/ceph/ceph/pull/45679 Backport Bot
01:20 PM Dashboard Backport #54586 (Resolved): pacific: mgr/dashboard: make the search text to get highlight
https://github.com/ceph/ceph/pull/45678 Backport Bot
01:16 PM Revision aa90cbdf (ceph): rgwlc: remove lc entry on bucket delete
Buckets with lifecycle policies installed have a state entry that
must also be deleted when the bucket is removed.
F...
Matt Benjamin
01:15 PM Dashboard Feature #54445 (Pending Backport): mgr/dashboard: make the search text to get highlight
Ernesto Puerta
01:15 PM Dashboard Backport #54585 (Resolved): quincy: mgr/dashboard: fix columns in host table with NaN Undefined
https://github.com/ceph/ceph/pull/46446 Backport Bot
01:15 PM Dashboard Backport #54584 (Rejected): pacific: mgr/dashboard: fix columns in host table with NaN Undefined
Backport Bot
01:14 PM Revision 540dd11e (ceph): Merge pull request #45218 from rhcs-dashboard/feature-clusterLogs-searc...
mgr/dashboard: highlight the search text in cluster logs
Reviewed-by: Sarthak0702 <NOT@FOUND>
Reviewed-by: Avan Thak...
Ernesto Puerta
01:13 PM Dashboard Bug #54068 (Pending Backport): mgr/dashboard: fix columns in host table with NaN Undefined
Ernesto Puerta
01:12 PM Revision f1ef0988 (ceph): Merge pull request #44843 from rhcs-dashboard/fix-Nan-undefined-host-co...
mgr/dashboard: fix columns in host table with NaN Undefined
Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Reviewe...
Ernesto Puerta
01:12 PM rgw Backport #54036 (In Progress): octopus: crypt: can't load client cert from /home/ubuntu/cephtest/...
Cory Snyder
01:11 PM Dashboard Backport #54583 (Resolved): quincy: mgr/dashboard: centralized logging
Backport Bot
01:11 PM Dashboard Backport #54582 (Rejected): pacific: mgr/dashboard: centralized logging
Backport Bot
01:07 PM Dashboard Bug #50491 (Pending Backport): mgr/dashboard: centralized logging
Ernesto Puerta
01:06 PM Revision b8ba5d0f (ceph): Merge pull request #44751 from rhcs-dashboard/introduce-logging-containers
mgr/cephadm: introduce centralized logging in Dashboard using Loki and Promtail
Reviewed-by: Aashish Sharma <aasharm...
Ernesto Puerta
01:05 PM Dashboard Tasks #54339 (Resolved): mgr/dashboard: Cost/Capacity Optimized deployment (backend)
Ernesto Puerta
12:11 PM Orchestrator Bug #54581 (Resolved): Virtual IP is not validated during the creation (service fails later)

virtual IP is not validated during the NFS service creation. ...
Redouane Kachach Elhichou
11:53 AM Revision d17c92c1 (ceph): crimson/osd: buffer runtime error with misaligned address
Signed-off-by: Matan Breizman <mbreizma@redhat.com> Matan Breizman
10:59 AM RADOS Feature #54580 (New): common/options: add FLAG_SECURE to Ceph options
h3. Context
It has been reported by several users that @ceph config dump@ and @ceph config-key dump@ may expose se...
Ernesto Puerta
10:59 AM bluestore Bug #54579 (Fix Under Review): AvlAllocator::init_rm|add_free methods perform assertion check bef...
Igor Fedotov
10:59 AM bluestore Bug #54579 (Pending Backport): AvlAllocator::init_rm|add_free methods perform assertion check bef...
Igor Fedotov
10:53 AM bluestore Bug #54579 (Resolved): AvlAllocator::init_rm|add_free methods perform assertion check before logging
Hence one is unable to determine what's broken in the input parameters
Igor Fedotov
10:38 AM rgw Backport #54035 (In Progress): pacific: crypt: can't load client cert from /home/ubuntu/cephtest/...
Cory Snyder
10:38 AM Revision 7af6bc78 (ceph): qa: move certificates for kmip task into /etc/ceph
On rhel/centos the ceph user does not have permission
to access these certs which leads to s3-test failures
in teutho...
Ali Maredia
10:36 AM rgw Backport #54495 (In Progress): octopus: segmentation fault in UserAsyncRefreshHandler::init_fetch
Cory Snyder
10:36 AM Revision a0148ec0 (ceph): rgw: fix segfault in UserAsyncRefreshHandler::init_fetch
Fixes a segfault that was occuring in error handling code of UserAsyncRefreshHandler::init_fetch.
When ruser->read_st...
Cory Snyder
10:36 AM rgw Backport #54494 (In Progress): pacific: segmentation fault in UserAsyncRefreshHandler::init_fetch
Cory Snyder
10:36 AM Revision 35049e63 (ceph): rgw: fix segfault in UserAsyncRefreshHandler::init_fetch
Fixes a segfault that was occuring in error handling code of UserAsyncRefreshHandler::init_fetch.
When ruser->read_st...
Cory Snyder
10:35 AM rgw Bug #54130: OpsLogRados::log segfaults in rgw/multisite suite
Note that I closed the Octopus backport tracker since the offending ops log changes were never backported to that rel... Cory Snyder
10:34 AM rgw Backport #54536 (Rejected): octopus: OpsLogRados::log segfaults in rgw/multisite suite
This backport is not relevant to Octopus since ops logs file changes were never backported there. Cory Snyder
10:29 AM rgw Backport #54537 (In Progress): pacific: OpsLogRados::log segfaults in rgw/multisite suite
Cory Snyder
10:20 AM CephFS Backport #54578 (Resolved): quincy: pybind/cephfs: Add mapping for Ernno 13:Permission Denied and...
https://github.com/ceph/ceph/pull/46647 Backport Bot
10:20 AM CephFS Backport #54577 (Resolved): pacific: pybind/cephfs: Add mapping for Ernno 13:Permission Denied an...
https://github.com/ceph/ceph/pull/46646 Backport Bot
10:15 AM CephFS Bug #54237 (Pending Backport): pybind/cephfs: Add mapping for Ernno 13:Permission Denied and addi...
Venky Shankar
10:15 AM Revision cac29ca7 (ceph): Merge pull request #45104 from rhcs-dashboard/cephfs-ernno-mapping
Add mapping for ernno:13 and adding path in error msg in opendir()/cephfs.pyx
Reviewed-by: Venky Shankar <vshankar@r...
Venky Shankar
10:02 AM RADOS Bug #54576 (Pending Backport): cache tier set proxy faild
When I set the proxy mode to remove a writeback cache according to the official documentation [[https://docs.ceph.com... changzhi tan
09:52 AM bluestore Bug #54554 (Fix Under Review): Bluestore volume selector improperly tracks bluefs log size
Igor Fedotov
09:49 AM bluestore Bug #54554: Bluestore volume selector improperly tracks bluefs log size
Not present in Quincy and beyond due to bluefs refactoring Igor Fedotov
09:49 AM Bug #54432: it is unclear to disable mon_osd_down_out_subtree_limit function
Yuma Ogami wrote:
> Thank you for your reply. I understood.
>
> Isn't the relevant parameter "mon_osd_min_in_rati...
Dan van der Ster
09:35 AM Bug #54432: it is unclear to disable mon_osd_down_out_subtree_limit function
Thank you for your reply. I understood.
Isn't the relevant parameter "mon_osd_min_in_ratio" instead of "mon_osd_mi...
Yuma Ogami
07:10 AM Bug #54432: it is unclear to disable mon_osd_down_out_subtree_limit function
"root" should achieve what you want. But keep in mind this other relevant param:
Option("mon_osd_min_up_ratio"...
Dan van der Ster
02:09 AM Bug #54432: it is unclear to disable mon_osd_down_out_subtree_limit function
Can anyone reply this? Yuma Ogami
09:44 AM Revision bcd62280 (ceph): cephfs-mirror: fix typos in cephfs-mirror options
fix typos in options
Signed-off-by: wangxinyu <wangxinyu@inspur.com>
xinyu wang
09:39 AM Revision fb4a0f3d (ceph): docs/cephfs: fix typos
fix typos
Signed-off-by: wangxinyu <wangxinyu@inspur.com>
xinyu wang
08:45 AM Revision 2730cada (ceph): osd/scrub: modify "classic" OSD scrub state-machine to support Crimson
As some scrub-related functions are asynchronous in Crimson,
scrub states that call those functions cannot simply per...
Ronen Friedman
08:45 AM Revision 0b615587 (ceph): osd/scrub: tag replica scrub messages to identify stale events
A lot can happen while a replica is waiting for the backend
to collect the map data. The Primary might, for example, ...
Ronen Friedman
08:45 AM Revision 643715be (ceph): osd/scrub: remove the fast track (w/o resources acquisition) for repair...
Previously, after-repair scrubs were started without waiting for either local
or remote OSDs' scrub resources.
The ta...
Ronen Friedman
08:36 AM Revision 179a7bca (ceph): Merge pull request #45365 from ronen-fr/wip-rf-42714-pacific
pacific: osd/scrub: only telling the scrubber of awaited-for 'updates' events
A backport of PR#42714.
Reviewed-by: La...
Ronen Friedman
08:29 AM Revision 52f70cdd (ceph): Merge pull request #45194 from ronen-fr/wip-rf-45068-pacific
pacific: osd/scrub: stop sending bogus digest-update events
A backport of PR #45068, commit e1b5347.
Reviewed-by: Ne...
Ronen Friedman
08:21 AM Dashboard Bug #54575 (Resolved): mgr/dashboard: datatable unit tests get skipped with no error message
On running jest unit test locally for data-table component:
"_docker-compose run --rm ceph /docker/ci/sanity-checks...
Sarthak Gupta
07:33 AM bluestore Bug #39318: w_await high when rockdb compacting
hoan nv wrote:
> use rocksdb tuning options in tuning guide : https://ceph.com/community/bluestore-default-vs-tuned-...
Francois Scheurer
07:19 AM Revision 3675de78 (ceph): crimson/seastore: add unittest for OP_RMATTR
Signed-off-by: chunmei-liu <chunmei.liu@intel.com> chunmei liu
06:47 AM Revision cdd63ae3 (ceph): qa: Validate file quota attrs on clone subvolume
Fixes: https://tracker.ceph.com/issues/54121
Signed-off-by: Kotresh HR <khiremat@redhat.com>
(cherry picked from comm...
Kotresh Hiremath Ravishankar
06:47 AM Revision e70f85af (ceph): mgr/volumes: Inherit file quota attr to clone
The file quota attribute 'ceph.quota.max_files'
is not inherited to the cloned subvolume. This
patch fixes the same.
...
Kotresh Hiremath Ravishankar
06:47 AM Revision 540571cd (ceph): qa: Add test for subvolumegroup ls filter
Fixes: https://tracker.ceph.com/issues/54099
Signed-off-by: Kotresh HR <khiremat@redhat.com>
(cherry picked from comm...
Kotresh Hiremath Ravishankar
06:47 AM Revision 0f790add (ceph): mgr/volumes: Fix subvolumegroup ls
The subvolumegroup ls listed '_deleting' directory which is
internal to 'mgr/volumes' and should not be listed as a
s...
Kotresh Hiremath Ravishankar
06:47 AM Revision 4b2aff80 (ceph): mgr/volumes: Fix clone uid/gid mismatch
This is the regression caused by commit 18b85c53a.
The 'set_attrs' function sets the uid/gid of the
group to the subv...
Kotresh Hiremath Ravishankar
06:20 AM CephFS Backport #54574 (In Progress): quincy: mgr/volumes: The 'mode' argument is not honored on idempot...
Nikhilkumar Shelke
03:55 AM CephFS Backport #54574 (Resolved): quincy: mgr/volumes: The 'mode' argument is not honored on idempotent...
https://github.com/ceph/ceph/pull/45405 Backport Bot
06:20 AM Revision dd1ecc18 (ceph): mgr/volumes: the 'mode' should honor idempotent subvolume creation
currently the 'mode' argument is not honored idempotent
subvolume creation for existing subvolume.
Fixes: https://tr...
Nikhilkumar Shelke
06:20 AM Revision e609517b (ceph): qa: verify idempotent subvolume creation for 'mode' argument
Fixes: https://tracker.ceph.com/issues/54375
Signed-off-by: Nikhilkumar Shelke <nshelke@redhat.com>
(cherry picked fr...
Nikhilkumar Shelke
05:31 AM RADOS Bug #54558: malformed json in a Ceph RESTful API call can stop all ceph-mon services
Reproduces without restful api too, ... nikhil kshirsagar
05:23 AM RADOS Bug #54558: malformed json in a Ceph RESTful API call can stop all ceph-mon services
Moving to RADOS since it can be reproduced from a python script which takes the restful API out of the picture. Brad Hubbard
04:53 AM RADOS Bug #54558: malformed json in a Ceph RESTful API call can stop all ceph-mon services
Moving to restful module so it an be triaged appropriately. Brad Hubbard
05:24 AM Revision 51cf9410 (ceph): crimson/seastore: add OP_RMATTR support
Signed-off-by: chunmei-liu <chunmei.liu@intel.com> chunmei liu
04:23 AM RADOS Bug #50089: mon/MonMap.h: FAILED ceph_assert(m < ranks.size()) when reducing number of monitors i...
Update:
We ran and analyzed a total of 3 runs:
Local vstart stopping the monitors before removing the monitors...
Kamoltat (Junior) Sirivadhna
03:55 AM CephFS Backport #54573 (Resolved): pacific: mgr/volumes: The 'mode' argument is not honored on idempoten...
https://github.com/ceph/ceph/pull/45474 Backport Bot
03:54 AM CephFS Bug #54375 (Pending Backport): mgr/volumes: The 'mode' argument is not honored on idempotent subv...
Venky Shankar
03:53 AM Revision 8938a125 (ceph): Merge pull request #45290 from nmshelke/fix-54375
mgr/volumes: the 'mode' should honor idempotent subvolume creation
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Venky Shankar
03:35 AM Revision 03db7f0c (ceph): crimson: fix set_reply_versions missing
Signed-off-by: Chunmei Liu <chunmei.liu@intel.com> chunmei liu

03/15/2022

11:35 PM crimson Bug #54572: Crimson OSD containers are not configured in kubernetes cluster
[rook@rook-ceph-tools-d6d7c985c-ss2fm /]$ cat /etc/redhat-release
CentOS Stream release 8
[rook@r...
Srinivasa Bharath Kanta
11:32 PM crimson Bug #54572 (Need More Info): Crimson OSD containers are not configured in kubernetes cluster
Configured a CEPH cluster on Kubernetes(k8s) with one controller and 2 worker nodes and noticed that the OSD containe... Srinivasa Bharath Kanta
11:00 PM Revision 600c1e18 (ceph): qa/tests: fixed typo
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
10:27 PM Revision d7904e78 (ceph): cephfs/test_nfs: Add test for dynamic update export
Add test to verify that the NFS servers don't restart when the
access type of a CephFS NFS export is updated.
And ch...
Ramana Raja
09:22 PM Revision 3c928d9e (ceph): Merge pull request #45380 from ceph/wip-yuri-master-crontab
qa/tests: added client upgrade suites to the crontab
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
08:40 PM Bug #54571 (Resolved): cephadm: attempting to infer non-existent conf files
For example, if there is a file /var/lib/ceph/mon/mon-host1 cephadm will assume there is a legacy mon and therefore t... Adam King
07:48 PM Revision 3d8aa0ae (ceph): Merge pull request #45348 from liu-chunmei/seastore-op-version
crimson: add CEPH_OSD_OP_ASSERT_VER
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
chunmei liu
07:45 PM Revision 95e7ce93 (ceph): Merge pull request #44912 from xxhdx1985126/wip-fixed-kv-btree
crimson/os/seastore: extract fixed kv btree implementation out of lba manager
Reviewed-by: Samuel Just <sjust@redhat...
Samuel Just
07:38 PM Revision 5fd09658 (ceph): os/bluestore: Disable NCB functionality on rotational drives
NCB code needs to recover allocation map after an OSD crash.
The recovery process on rotational drives is about 20x s...
Gabriel BenHanokh
07:03 PM Revision a86ead95 (ceph): osd: Add snaptrim duration to pg dump stats.
Add the snaptrim duration to the json formatted output of the pg dump
stats. Define methods for a PG to set the snapt...
Sridhar Seshasayee
07:00 PM Revision 00249dc0 (ceph): mon, osd: Add objects trimmed to pg dump stats.
Add a new column, OBJECTS_TRIMMED, to the pg dump stats that shows the
number of objects trimmed when a snap is remov...
Sridhar Seshasayee
06:43 PM Revision 7a90a855 (ceph): Merge pull request #45362 from josephsawaya/doc-dev
doc: Add note to osds_per_device description about dual-actuator devices
Reviewed-by: Adam King <adking@redhat.com>
Adam King
06:27 PM RADOS Backport #54569 (In Progress): quincy: mon/MonCommands.h: target_size_ratio range is incorrect
Kamoltat (Junior) Sirivadhna
06:01 PM RADOS Backport #54569: quincy: mon/MonCommands.h: target_size_ratio range is incorrect
https://github.com/ceph/ceph/pull/45396 Kamoltat (Junior) Sirivadhna
05:45 PM RADOS Backport #54569 (Resolved): quincy: mon/MonCommands.h: target_size_ratio range is incorrect
Backport Bot
06:27 PM RADOS Backport #54567 (In Progress): pacific: mon/MonCommands.h: target_size_ratio range is incorrect
Kamoltat (Junior) Sirivadhna
05:59 PM RADOS Backport #54567: pacific: mon/MonCommands.h: target_size_ratio range is incorrect
https://github.com/ceph/ceph/pull/45397/commits Kamoltat (Junior) Sirivadhna
05:45 PM RADOS Backport #54567 (Resolved): pacific: mon/MonCommands.h: target_size_ratio range is incorrect
Backport Bot
06:26 PM RADOS Backport #54568 (In Progress): octopus: mon/MonCommands.h: target_size_ratio range is incorrect
https://github.com/ceph/ceph/pull/45398 Kamoltat (Junior) Sirivadhna
05:45 PM RADOS Backport #54568 (Resolved): octopus: mon/MonCommands.h: target_size_ratio range is incorrect
Backport Bot
06:18 PM Revision 752e2194 (ceph): qa/workunits/cephtool/test.sh: added test cases for target_size_ratio
Test the commands:
`osd pool create` <pool> --target_size_ratio <float>
`osd pool set` <pool> target_size_ratio <fl...
Kamoltat (Junior) Sirivadhna
06:18 PM Revision 2f1d96dc (ceph): mon/OSDMonitor.cc: cannot set target_size_ratio to negative
Throw an error when user set `target_size_ratio`
to negative using the command:
`osd pool set <pool> target_size_rat...
Kamoltat (Junior) Sirivadhna
06:17 PM Orchestrator Bug #54137 (In Progress): cephadm --skip-firewalld options are ignored
Adam King
06:17 PM Revision 8aa2d173 (ceph): mon/MonCommands.h: fix target_size_ratio range
The `target_size_ratio` should be 0.0 -> nolimit
not limited to 0.0 -> 1.0
Fixes: https://tracker.ceph.com/issues/54...
Kamoltat (Junior) Sirivadhna
06:00 PM RADOS Backport #54570 (Rejected): quincy: mon/MonCommands.h: target_size_ratio range is incorrect
Kamoltat (Junior) Sirivadhna
05:47 PM RADOS Backport #54570 (Rejected): quincy: mon/MonCommands.h: target_size_ratio range is incorrect
Currently if we give `target_size_ratio` a value more than 1.0 using the command: `ceph osd pool create <pool-name> -... Kamoltat (Junior) Sirivadhna
05:59 PM Revision 7c0b8327 (ceph): mon/OSDMonitor.cc: cannot set target_size_ratio to negative
Throw an error when user set `target_size_ratio`
to negative using the command:
`osd pool set <pool> target_size_rat...
Kamoltat (Junior) Sirivadhna
05:59 PM Revision 04a56678 (ceph): qa/workunits/cephtool/test.sh: added test cases for target_size_ratio
Test the commands:
`osd pool create` <pool> --target_size_ratio <float>
`osd pool set` <pool> target_size_ratio <fl...
Kamoltat (Junior) Sirivadhna
05:59 PM Revision edd25e09 (ceph): qa/workunits/mon/pg_autoscaler.sh: clean up white space
remove white space and weird indentations
Signed-off-by: Kamoltat <ksirivad@redhat.com>
(cherry picked from commit 4...
Kamoltat (Junior) Sirivadhna
05:59 PM Revision 18046145 (ceph): mon/MonCommands.h: fix target_size_ratio range
The `target_size_ratio` should be 0.0 -> nolimit
not limited to 0.0 -> 1.0
Fixes: https://tracker.ceph.com/issues/54...
Kamoltat (Junior) Sirivadhna
05:52 PM Revision 423018d5 (ceph): qa/workunits/mon/pg_autoscaler.sh: clean up white space
remove white space and weird indentations
Signed-off-by: Kamoltat <ksirivad@redhat.com>
(cherry picked from commit 4...
Kamoltat (Junior) Sirivadhna
05:52 PM Revision 7463c9e3 (ceph): qa/workunits/cephtool/test.sh: added test cases for target_size_ratio
Test the commands:
`osd pool create` <pool> --target_size_ratio <float>
`osd pool set` <pool> target_size_ratio <fl...
Kamoltat (Junior) Sirivadhna
05:52 PM Revision 1eb82bbe (ceph): mon/OSDMonitor.cc: cannot set target_size_ratio to negative
Throw an error when user set `target_size_ratio`
to negative using the command:
`osd pool set <pool> target_size_rat...
Kamoltat (Junior) Sirivadhna
05:50 PM Revision 117a8286 (ceph): mon/MonCommands.h: fix target_size_ratio range
The `target_size_ratio` should be 0.0 -> nolimit
not limited to 0.0 -> 1.0
Fixes: https://tracker.ceph.com/issues/54...
Kamoltat (Junior) Sirivadhna
05:44 PM RADOS Bug #54316 (Pending Backport): mon/MonCommands.h: target_size_ratio range is incorrect
Kamoltat (Junior) Sirivadhna
05:35 PM Revision f8da7427 (ceph): Merge pull request #45337 from amathuria/amathuri-add-scrub-duration
osd/scrub: add scrub duration to pg stats
Reviewed-by: Sridhar Seshasayee <sseshasa@redhat.com>
Reviewed-by: Neha Oj...
Yuri Weinstein
04:31 PM Revision d4e44df1 (ceph): test/librbd: add test to verify diff_iterate size
Add test case to verify diff size values of image and multiple
snapshots.
Fixes: https://tracker.ceph.com/issues/544...
Christopher Hoffman
04:22 PM Revision 7bd2450f (ceph): Merge pull request #45078 from kamoltat/wip-ksirivad-fix-target-size-ra...
mon/MonCommands.h: fix target_size_ratio range
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
03:55 PM Bug #54566 (New): Dockerized ceph hangs on cryptsetup during osd_ceph_volume_activate
I'm having an issue where it looks like ceph-volume lvm activate isn't calling cryptsetup properly, causing it to han... Zachary Winnerman
02:50 PM rgw Bug #54363 (Fix Under Review): segfault when Resharding occurs during LC
Casey Bodley
01:02 PM rgw Bug #54363: segfault when Resharding occurs during LC
quick update, cause found:
below when an error condition occurs instead of false a true is returned as result of c...
Mark Kogan
02:11 PM Fix #54504 (Fix Under Review): Attempting to modify bucket sync pipe results in segfault
Casey Bodley
02:11 PM Revision 9d6e4480 (ceph): Merge pull request #45381 from adk3798/pacific-crash-fixes
pacific: src/ceph-crash.in: various enhancements and fixes
Reviewed-by: Sébastien Han <seb@redhat.com>
Adam King
01:47 PM RADOS Fix #54565 (Resolved): Add snaptrim stats to the existing PG stats.
On a per PG basis add the following snaptrim stats,
- objects trimmed and the
- time duration for the snaptrim
Sridhar Seshasayee
01:35 PM RADOS Feature #54564 (New): Changes to auth_allow_insecure_global_id_reclaim are not in the audit log
I expect that all setting changes will show up in the audit log (based on https://access.redhat.com/documentation/en-... Javier Kohen
01:06 PM Revision 7d2e72a9 (ceph): rgwlc: fix segfault resharding during lc
Fixes: https://tracker.ceph.com/issues/54363
Signed-off-by: Mark Kogan <mkogan@redhat.com>
Mark Kogan
12:50 PM Dashboard Tasks #54563 (Resolved): mgr/dashboard: Cost/Capacity Optimized deployment (API integration)
Integrate new API for Cost/Capacity Optimized deployment.
Sarthak Gupta
12:29 PM bluestore Bug #54561: 5 out of 6 OSD crashing after update to 17.1.0-0.2.rc1.fc37.x86_64
Kaleb,
it would be nice to get OSD startup log with debug-bluestore set to 20.
Thanks,
Igor
Igor Fedotov
11:51 AM bluestore Bug #54561: 5 out of 6 OSD crashing after update to 17.1.0-0.2.rc1.fc37.x86_64
https://bugzilla.redhat.com/show_bug.cgi?id=2064219 Kaleb KEITHLEY
11:46 AM bluestore Bug #54561 (Closed): 5 out of 6 OSD crashing after update to 17.1.0-0.2.rc1.fc37.x86_64
Description of problem:
After upgrading to 17.1.0-0.2.rc1.fc37.x86_64, 5 out of 6 of my OSDs are crashing on start.
...
Kaleb KEITHLEY
12:08 PM RADOS Bug #53729: ceph-osd takes all memory before oom on boot
Guillaume Fenollar wrote:
> Dan van der Ster wrote:
> > Guillaume Fenollar wrote:
> > > Dan van der Ster wrote:
>...
Dan van der Ster
08:05 AM RADOS Bug #53729: ceph-osd takes all memory before oom on boot
FYI, in our case I described in [1] and following comments (15 osd cluster, after changing pg_num from 526 to 1026 os... Mykola Golub
11:51 AM Bug #54239: Validation of a token signature may use a wrong certificate
This has been reported in RGW project
https://tracker.ceph.com/issues/54562
Feel free to delete this one
Daniel Iwan
11:49 AM rgw Bug #54562 (New): Validation of a token signature may use a wrong certificate
This is a follow up bug report for issue originally created in Ceph project rather than in rgw
See https://tracker.c...
Daniel Iwan
11:18 AM CephFS Bug #54560 (Pending Backport): snap_schedule: avoid throwing traceback for bad or missing arguments
validate all arguments before commencing to execute snap_schedule and retention commands Milind Changire
11:13 AM RADOS Bug #54296: OSDs using too much memory
Dan van der Ster wrote:
> Hi Ruben, Did you make any more progress on this?
Hi Dan, I missed your update, sorry. ...
Ruben Kerkhof
10:06 AM Dashboard Bug #54559 (Fix Under Review): support daemon actions even in Hosts daemons panel
Nizamudeen A
10:05 AM Dashboard Bug #54559: support daemon actions even in Hosts daemons panel
Thanks for raising the tracker Sunil, I was doing it over here on this PR https://github.com/ceph/ceph/pull/44014, bu... Nizamudeen A
09:42 AM Dashboard Bug #54559 (Resolved): support daemon actions even in Hosts daemons panel
Currently daemon actions like start,stop,restart,redploy can be done at
Cluster->Services by selecting specific ser...
Sunil Angadi
09:47 AM RADOS Bug #54558: malformed json in a Ceph RESTful API call can stop all ceph-mon services
The bad json data that crashed the mon is pasted below..... nikhil kshirsagar
03:58 AM RADOS Bug #54558 (Resolved): malformed json in a Ceph RESTful API call can stop all ceph-mon services
When curl from cli, an HTTP request containing malformed json data, for creating user and defining capabilities, caus... nikhil kshirsagar
09:24 AM Orchestrator Bug #52320: unable to get monitor info from DNS SRV with service name: ceph-mon
/a/yuriw-2022-03-14_18:47:44-rados-wip-yuri3-testing-2022-03-14-0946-distro-default-smithi/6736269 Aishwarya Mathuria
09:12 AM Orchestrator Bug #53680: ERROR:tasks.rook:'waiting for service removal' reached maximum tries (90) after waiti...
/a/yuriw-2022-03-14_18:47:44-rados-wip-yuri3-testing-2022-03-14-0946-distro-default-smithi/6736585
/a/yuriw-2022-03-...
Aishwarya Mathuria
09:09 AM RADOS Bug #51076: "wait_for_recovery: failed before timeout expired" during thrashosd test with EC back...
/a/yuriw-2022-03-14_18:47:44-rados-wip-yuri3-testing-2022-03-14-0946-distro-default-smithi/6736449 Aishwarya Mathuria
08:39 AM CephFS Bug #53750 (Resolved): mds: FAILED ceph_assert(mut->is_wrlocked(&pin->filelock))
Xiubo Li
08:36 AM CephFS Backport #53865 (Resolved): octopus: mds: FAILED ceph_assert(mut->is_wrlocked(&pin->filelock))
Xiubo Li
07:39 AM RADOS Bug #54548: mon hang when run ceph -s command after execute "ceph osd in osd.<x>" command
I see progress value is:... yite gu
07:19 AM Revision 88c06fb7 (ceph): rgw: fix segfault pipe modify without zone params
radosgw-admin occurs segfault when executing sync
group pipe modify without zone params.
Fix: https://tracker.ceph.c...
caisan
03:20 AM Revision 9daaf688 (ceph): Merge pull request #45317 from Matan-B/wip-matanb-c-vstart-as
vstart.sh: disable pg-autoscaling for crimson-osd
Reviewed-by: Ronen Friedman <rfriedma@redhat.com>
Reviewed-by: Rad...
Samuel Just
02:54 AM CephFS Bug #54557 (Pending Backport): scrub repair does not clear earlier damage health status
From Chris Palmer on cpeh-users.ceph.io mailing list ...
Reading this thread made me realise I had overlooked ceph...
Milind Changire
02:42 AM Revision f4e228a0 (ceph): crimson: add CEPH_OSD_OP_ASSERT_VER
Signed-off-by: chunmei-liu <chunmei.liu@intel.com> chunmei liu
01:37 AM Revision 035b55b6 (ceph): Merge pull request #45378 from tchaikov/wip-docs
doc/dev: s/tchaikov/ceph/
Reviewed-by:Anthony D'Atri <anthony.datri@gmail.com>
Kefu Chai
01:37 AM CephFS Bug #54411: mds_upgrade_sequence: "overall HEALTH_WARN 4 failed cephadm daemon(s); 1 filesystem i...
Thanks Kotresh, the mgr will connect the cephfs cluster via libcephfs does internl required filesystem operations:
...
Xiubo Li

03/14/2022

09:30 PM Revision 8bc50ede (ceph): Merge pull request #45316 from zdover23/wip-doc-pacific-2022-03-10-remo...
pacific: doc/start: remove osd stub from hardware recs
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
zdover23
08:30 PM Revision 1ccf6db7 (ceph): Merge pull request #45321 from kamoltat/wip-ksirivad-backport-quincy-fi...
quincy: doc/rados/operations/placement-groups: fix --bulk docs
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
...
Kamoltat (Junior) Sirivadhna
08:24 PM RADOS Bug #54556 (Won't Fix): Pools are wrongly reported to have non-power-of-two pg_num after update
We just updated our cluster from 14.2.1 to 14.2.22. Now (in addition two a few more) a new warning appears which we h... Martin H.
06:16 PM bluestore Bug #54555 (Fix Under Review): ceph-bluestore-tool doesn't handle 'free-fragmentation' command
Igor Fedotov
05:56 PM bluestore Bug #54554 (Resolved): Bluestore volume selector improperly tracks bluefs log size
Here is the output of "bluefs stats" admin command:
>ceph tell osd.1 bluefs stats
1 : device size 0x3fffe000 : usin...
Igor Fedotov
05:36 PM Revision 3168d1b5 (ceph): Merge pull request #45343 from dang/wip-dang-bucket-quota
RGW - Get quota on OPs with a bucket
Reviewed-by Casey Bodley <cbodley@redhat.com>
Daniel Gryniewicz
05:21 PM RADOS Bug #54552 (Fix Under Review): ceph windows test hanging quincy backport PRs
Kamoltat (Junior) Sirivadhna
03:42 PM RADOS Bug #54552 (Resolved): ceph windows test hanging quincy backport PRs
... Kamoltat (Junior) Sirivadhna
05:01 PM Orchestrator Feature #54309 (In Progress): cephadm/monitoring: Update cephadm web endpoint to provide scrape c...
Redouane Kachach Elhichou
04:56 PM bluestore Bug #54547: Deferred writes might cause "rocksdb: Corruption: Bad table magic number"
a couple addendums to the previous comment:
- vstart cluster above should use spinning drives or benefit from settin...
Igor Fedotov
04:18 PM bluestore Bug #54547: Deferred writes might cause "rocksdb: Corruption: Bad table magic number"
I managed to reproduce (to a major degree) the bug with vstart-ed cluster:
- osd_fast_shutdown = true
- rbd above e...
Igor Fedotov
12:58 PM bluestore Bug #54547 (Triaged): Deferred writes might cause "rocksdb: Corruption: Bad table magic number"
Igor Fedotov
12:58 PM bluestore Bug #54547 (New): Deferred writes might cause "rocksdb: Corruption: Bad table magic number"
Igor Fedotov
12:57 PM bluestore Bug #54547 (Duplicate): Deferred writes might cause "rocksdb: Corruption: Bad table magic number"
Igor Fedotov
12:24 PM bluestore Bug #54547 (Resolved): Deferred writes might cause "rocksdb: Corruption: Bad table magic number"
Looks like under some circumstances deferred write op might persist in DB longer then allocated extents it's targeted... Igor Fedotov
04:52 PM Revision 87be3b21 (ceph): include: Define dlfcn.h on Windows
"dlfcn.h" is not available on Windows, so Ceph provides a drop-in
replacement through "dlfcn_compat.h".
The issue is...
Lucian Petrut
04:44 PM Dashboard Cleanup #54553 (New): mgr/dashboard: cleanup osd recommended option creation mgr/dashboard: short...
ui-api/osd/deployment_options endpoint should be change to a format where each option is weighted by taking into acco... Pere Díaz Bou
03:31 PM Revision 3f307611 (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
03:30 PM Revision af831c65 (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
03:30 PM Revision 8ec44d66 (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
03:30 PM Revision dbe1c242 (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>
(cherry picked from commit 432c76...
Sébastien Han
03:30 PM Revision df88dd8e (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>
(cherry picked from commit 3...
Sébastien Han
03:28 PM Revision 1572be9b (ceph): qa/tests: added client upgrade suites to the crontab
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
03:28 PM CephFS Bug #54501: libcephfs: client needs to update the mtime and change attr when snaps are created an...
Nikhil,
Please take this (Xiubo is be a bit tied up with some other work).
Cheers,
Venky
Venky Shankar
03:10 PM mgr Feature #53055 (Closed): mgr/nfs: add interface to dynamically update a cephfs export's client ac...
Closing this tracker ticket. It is superseded by https://tracker.ceph.com/issues/54025 . Instead of adding a new `cep... Ramana Raja
03:05 PM Revision f63fa1b1 (ceph): doc/dev: s/tchaikov/ceph/
use the repo under ceph orgnization for the sake of better
consistency
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
Kefu Chai
02:48 PM mgr Bug #54025 (Fix Under Review): mgr/nfs: don't always restart the NFS ganesha service for updates...
Ramana Raja
02:26 PM CephFS Documentation #54551 (Resolved): docs.ceph.com/en/pacific/cephfs/add-remove-mds/#adding-an-mds ca...
The docu _ADDING AN MDS_ starts by @Create an mds data point /var/lib/ceph/mds/ceph-${id}@ (according to Google, this... Thomas Roth
02:21 PM RADOS Backport #54526 (In Progress): pacific: cephadm upgrade pacific to quincy autoscaler is scaling p...
Kamoltat (Junior) Sirivadhna
02:20 PM RADOS Backport #54526: pacific: cephadm upgrade pacific to quincy autoscaler is scaling pgs from 32 -> ...
https://github.com/ceph/ceph/pull/45364 Kamoltat (Junior) Sirivadhna
02:21 PM RADOS Backport #54527 (In Progress): quincy: cephadm upgrade pacific to quincy autoscaler is scaling pg...
Kamoltat (Junior) Sirivadhna
02:21 PM RADOS Backport #54527: quincy: cephadm upgrade pacific to quincy autoscaler is scaling pgs from 32 -> 3...
https://github.com/ceph/ceph/pull/45363 Kamoltat (Junior) Sirivadhna
02:19 PM Revision 2ca6d755 (ceph): cmake: add submodule for Apache Arrow at v6.0.1
adds an arrow submodule. when WITH_RADOSGW_SELECT_PARQUET is enabled,
the submodule is built as an external project a...
Casey Bodley
02:19 PM Revision b10364dc (ceph): cmake: add submodule for utf8proc at v2.2.0
adds utf8proc submodule, needed by the arrow submodule in centos. add a
WITH_SYSTEM_UTF8PROC option that controls whe...
Casey Bodley
02:19 PM Revision 2d80f0cd (ceph): ceph.spec.in: seastar drops _FORTIFY_SOURCE from CFLAGS also
the arrow submodule builds some C sources that trip up on _FORTIFY_SOURCE in debug builds
[ 79%] Building C object s...
Casey Bodley
02:19 PM Revision ed60aeed (ceph): cmake: add WITH_SYSTEM_ARROW to skip submodule build
relies on a hack to find the installed ParquetConfig.cmake
Signed-off-by: Casey <cbodley@redhat.com>
Casey Bodley
02:19 PM Revision 433782db (ceph): cmake: use arrow's find_package modules
Signed-off-by: Casey <cbodley@redhat.com> Casey Bodley
02:19 PM Revision 5da406a4 (ceph): cmake: move Arrow targets into find_package modules
Signed-off-by: Casey <cbodley@redhat.com> Casey Bodley
02:19 PM Revision 223c5e8d (ceph): ceph.spec.in: add system_arrow and system_utf8proc conditions
Signed-off-by: Casey <cbodley@redhat.com> Casey Bodley
02:19 PM Revision e8460cbd (ceph): deb: add build profile for system arrow
Signed-off-by: Casey <cbodley@redhat.com> Casey Bodley
02:10 PM RADOS Bug #46847: Loss of placement information on OSD reboot
Oh also ceph pg repeer has not totally worked. I have a single object remaining unfound. ... Malcolm Haak
04:02 AM RADOS Bug #46847: Loss of placement information on OSD reboot
Neha Ojha wrote:
> Frank Schilder wrote:
> > Could somebody please set the status back to open and Affected Version...
Malcolm Haak
01:45 PM Orchestrator Documentation #54538: Add dev doc for cephadm
https://docs.ceph.com/en/pacific/dev/cephadm/developing-cephadm/ ? Sebastian Wagner
09:24 AM Orchestrator Documentation #54538 (In Progress): Add dev doc for cephadm
Redouane Kachach Elhichou
01:39 PM mgr Bug #51131: prometheus stats missing since upgrade to octopus 15.2.13
we still facing with this issue on v15.2.13 with our pre-defined alerts:... Peter Razumovsky
01:24 PM Dashboard Bug #54549 (Can't reproduce): Feedback module not exist in Cluster-> Manager Modules.
while creating an issue from ceph dashboard _Report an issue_ option.
It throws error saying
@Error
Feedback modu...
Sunil Angadi
01:13 PM CephFS Backport #54533 (In Progress): quincy: mds,client: suppport getvxattr RPC
Milind Changire
01:13 PM Revision 291b515c (ceph): qa: unit test to test getvxattr
Signed-off-by: Milind Changire <mchangir@redhat.com>
(cherry picked from commit 5d9c81cbf63d4ec063e04b585ba99b6232c19...
Milind Changire
01:13 PM Revision 424be0ff (ceph): doc: describe json, pool_id and pool_name layout fields
Signed-off-by: Milind Changire <mchangir@redhat.com>
(cherry picked from commit ece89098e98e8c43ae32ec1eb178bd843b460...
Milind Changire
01:13 PM Revision 02fa80ef (ceph): mds: add new getvxattr op
This new op fetches ceph namespace specific extended attributes
i.e. attributes "ceph.dir.layout.json", "ceph.file.l...
Milind Changire
01:13 PM Revision aef48d57 (ceph): client: add new getvxattr rpc
This new op fetches ceph namespace specific extended attributes
i.e. attributes
1. ceph.dir.layout.json and ceph.file...
Milind Changire
01:13 PM Revision d0fbc06b (ceph): mds: add json handling in setvxattr
Setting the entire layout via setfattr -n ceph.dir.layout.json
requires a json value with the name of all mandatory f...
Milind Changire
01:05 PM RADOS Bug #54548 (Won't Fix): mon hang when run ceph -s command after execute "ceph osd in osd.<x>" com...
1. run command "ceph osd in osd.<x>"
2. run command "ceph -s", I want to see progress, but "ceph -s" hang at this ti...
yite gu
01:00 PM bluestore Bug #54409 (Duplicate): OSD fails to start up with "rocksdb: Corruption: Bad table magic number" ...
Igor Fedotov
12:58 PM bluestore Bug #54409 (Triaged): OSD fails to start up with "rocksdb: Corruption: Bad table magic number" error
Igor Fedotov
12:58 PM bluestore Bug #54409 (New): OSD fails to start up with "rocksdb: Corruption: Bad table magic number" error
Igor Fedotov
12:57 PM bluestore Bug #54409 (Duplicate): OSD fails to start up with "rocksdb: Corruption: Bad table magic number" ...
Igor Fedotov
12:56 PM Revision 7faeef85 (ceph): osd: fix the truncation of an int by int division
The 'r' coeff calculated in OSD::tick() was always 0.
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
(cherry pi...
Ronen Friedman
12:28 PM CephFS Bug #54046: unaccessible dentries after fsstress run with namespace-restricted caps
The issue happens the auth mds for the primary hardlink sends a `dentry_unlink' message to replica MDSs and the repli... Venky Shankar
10:36 AM Revision 0b44878c (ceph): Merge pull request #45235 from tchaikov/rbd-std-variant
librbd: s/boost::variant/std::variant/
Reviewed-by: Mykola Golub <mgolub@suse.com>
Reviewed-by: Ilya Dryomov <idryom...
Ilya Dryomov
09:35 AM Backport #54276 (In Progress): pacific: rados: 16.2.7 multiple gcc-12 compile errors
Nathan Cutler
09:34 AM Revision 86db0e29 (ceph): common: fix FTBFS due to dout & need_dynamic on GCC-12
For details see:
https://gist.github.com/rzarzynski/d6d2df6888923bef6a3e764f4856853f.
Special thanks to Kaleb Keithl...
Radoslaw Zarzynski
09:16 AM CephFS Bug #54546 (New): mds: crash due to corrupt inode and omap entry
A corrupted on-disk inode causes the MDS to crash with an assert. The backtrace looks something like:... Venky Shankar
07:17 AM CephFS Bug #54411 (Fix Under Review): mds_upgrade_sequence: "overall HEALTH_WARN 4 failed cephadm daemon...
Xiubo Li
06:16 AM CephFS Bug #54411: mds_upgrade_sequence: "overall HEALTH_WARN 4 failed cephadm daemon(s); 1 filesystem i...
This is one issue similar with https://tracker.ceph.com/issues/53293, which is for the kclient. But this is for libce... Xiubo Li
06:08 AM CephFS Bug #54411: mds_upgrade_sequence: "overall HEALTH_WARN 4 failed cephadm daemon(s); 1 filesystem i...
The mds crashed in :... Xiubo Li
05:29 AM CephFS Bug #54411 (In Progress): mds_upgrade_sequence: "overall HEALTH_WARN 4 failed cephadm daemon(s); ...
Xiubo Li
05:36 AM Revision bd2da163 (ceph): mgr/dashboard: perform daemon actions on cluster->services
Signed-off-by: Pere Diaz Bou <pdiazbou@redhat.com>
Fixes: https://tracker.ceph.com/issues/50322
(cherry picked from c...
Pere Díaz Bou
01:23 AM bluestore Bug #53184: failed to start new osd due to SIGSEGV in BlueStore::read()
The contents of osd.6.log are the log of a different Pod than the prepare pod.
> Yeah, ceph-osd's mkfs and ceph-vo...
Yuma Ogami
12:14 AM Revision 2415e032 (ceph): mgr/nfs: allow dynamic update of cephfs nfs export
mgr/nfs module's apply_export() method is used to update an existing
CephFS NFS export. The method always restarted t...
Ramana Raja
12:14 AM Revision 4df294b7 (ceph): mgr/nfs: Don't notify ganesha rados object
... to update export if the ganesha server is going to be
restarted. The ganesha server restart will reload the expor...
Ramana Raja
12:14 AM Revision 3c22f6eb (ceph): cephfs/test_nfs: fix _write_to_read_only_export()
... to fail the test if write to read only export succeeded.
Signed-off-by: Ramana Raja <rraja@redhat.com>
Ramana Raja

03/13/2022

04:22 PM Revision 69a1e620 (ceph): nasm-wrapper: ignore -O flags passed
Fixes: https://tracker.ceph.com/issues/54545
Signed-off-by: Duncan Bellamy <dunk@denkimushi.com>
Duncan Bellamy
04:20 PM Bug #54545 (Resolved): when nasm is used on alpine linux -Os is passed so it fails
The error is:... Duncan Bellamy
04:10 PM Revision ad7a527c (ceph): Merge pull request #44827 from ceph/wip-yuriw-crontab-master2
qa/tests: added quincy and removed master runs
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Adam King adki...
Yuri Weinstein
12:38 PM Revision 974811e8 (ceph): Merge pull request #45276 from tchaikov/wip-rapidjson
submodule: bump up RapidJSON
Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
Reviewed-by: Casey Bodley <cbodley@r...
Kefu Chai
11:11 AM rgw Bug #54247: rgw/crypt/barbican: Cannot create secret
/a/kchai-2022-03-13_10:17:16-rgw-wip-rapidjson-kefu-distro-default-smithi/6734938/ Kefu Chai
11:03 AM Bug #54542: Dashboard MDS performance counters graph draws fill above values and jumps backwards ...
Seems I created this issue in the wrong project - should have been in Ceph-mgr-Dashboard. I hope someone could move i... Voja Molani
10:16 AM Bug #54542: Dashboard MDS performance counters graph draws fill above values and jumps backwards ...
Seen on Chrome 98.0.4758.80 on Windows. Voja Molani
10:14 AM Bug #54542 (New): Dashboard MDS performance counters graph draws fill above values and jumps back...
The "MDS performance counters" graph (in File Systems -> <fs name> > Details) occasionally draws the fill above the l... Voja Molani
11:01 AM Documentation #54544 (Resolved): Several links to pgcalc lead to a 404
In documentation there are several links to "pgcalc" that lead to a 404 in https://ceph.com/pgcalc/ - for example in:... Voja Molani
10:54 AM Documentation #54543 (New): Dashboard feature toggles lists "nfs-ganesha" instead of "nfs"
In the MGR Dashboard documentation at https://docs.ceph.com/en/pacific/mgr/dashboard/#feature-toggles there is a list... Voja Molani
09:31 AM Backport #54508 (In Progress): quincy: ceph-mgr fails to start when shell var CEPH_KEYRING is set...
Matan Breizman
09:30 AM Revision 79d529be (ceph): Revert "doc/dev: Running workunits locally"
This reverts commit 7324abbe0122e02d11c09be4ea0f3899abc16bbd.
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
(c...
Matan Breizman
09:16 AM Revision bd307d2c (ceph): crimson/os/seastore: extract fixed kv btree implementation out of lba m...
Basically, this pr moves the current LBABtree and lba_range_pin out of lba manager,
and rename LBABtree to FixedKVBtr...
Xuehan Xu
09:16 AM Revision 917f45ab (ceph): crimson/os/seastore: extract lba nodes out of lba manager
Change lba nodes to general fixed-size-kv btree nodes
Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com>
Xuehan Xu
09:16 AM Revision 8480382f (ceph): crimson/os/seastore/btree: move 'with_btree*' from lba manager to fixed...
Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com> Xuehan Xu
09:04 AM RADOS Bug #51307 (Fix Under Review): LibRadosWatchNotify.Watch2Delete fails
https://github.com/ceph/ceph/pull/45366 Nitzan Mordechai
08:34 AM RADOS Bug #51307: LibRadosWatchNotify.Watch2Delete fails
In that case it was not injection socket failure, it was:
2022-02-16T09:56:22.598+0000 15af4700 1 -- [v2:172.21.1...
Nitzan Mordechai
08:24 AM Revision 0c7ea9f7 (ceph): osd/scrub: remove the unused should_requeue_blocked_ops()
Following the change in on_applied(), should_requeue_blocked_ops() is no longer in use.
Signed-off-by: Ronen Friedma...
Ronen Friedman
07:18 AM Revision 729a5b85 (ceph): osd: make osd_fast_shutdown_notify_mon option true by default
osd_fast_shutdown_notify_mon option is false by default. So users suffer
from error log flood, slow ops, and the long...
Satoru Takeuchi

03/12/2022

06:08 PM Revision ec7cec6a (ceph): vstart.sh: disable autoscaling for crimson-osd
Signed-off-by: Matan Breizman <mbreizma@redhat.com> Matan Breizman
05:56 PM Cleanup #54032 (Fix Under Review): unused functions/variables
https://github.com/ceph/ceph/pull/44794
https://github.com/ceph/ceph/pull/45221
Matan Breizman
03:43 PM Revision 983b6f08 (ceph): osd/scrub: only telling the scrubber of 'updates' events if these event...
Only the Primary, and only when there is an active scrubbing going on and the
scrubber state machine is in WaitUpdate...
Ronen Friedman
07:29 AM Bug #54541 (New): OSD service specification doesn't account for size for multiple DB devices
The server has two 480GB DB devices and five 18TB HDD. With 100GB DB allocations, it should work but the check doesn'... Glen Baars
01:09 AM crimson Bug #54540 (New): crimson-osd: osds marked down don't mark themselves back up
Reproducible via vstart: create 3 osd cluster, ceph osd down 0, osd.0 doesn't mark itself back up. Samuel Just

03/11/2022

08:45 PM Revision 882fc277 (ceph): doc: Add note to osds_per_device description about dual-actuator devices
This commit adds information about using dual-actuator devices with the
osds_per_device drive group option, letting u...
Joseph Sawaya
08:02 PM Documentation #54015: Improve vstart cluster documentation
I am a new developer to the community and like to work on this issue. Wondering if you'd like to have more detailed d... John Chai
07:16 PM Cleanup #54032: unused functions/variables
Is this issue resolved? John Chai
05:01 PM Revision ae5a674e (ceph): Merge pull request #45245 from cbodley/wip-qa-rgw-sts-distro-pacific
pacific: qa/rgw: use symlinks for rgw/sts suite, target supported-random-distro$
Reviewed-by: Yuri Weinstein <yweins...
Yuri Weinstein
04:44 PM Revision 13377bec (ceph): mon, pybind/mgr: Add additional debug level logs for pool options
We find that these logs helped with
the debugging process issues like:
https://tracker.ceph.com/issues/54263.
Added ...
Kamoltat (Junior) Sirivadhna
04:43 PM Revision e564a3ca (ceph): upgrade/pacific-x/parallel: Added mds.a and mds.b
Added mds daemons so that it can create
cephFS pools and set options using
`do_set_pool()` in FSCommand.cc. Such that...
Kamoltat (Junior) Sirivadhna
04:43 PM Revision 5c68d23e (ceph): osd/osd_types: reorder pg_num_max
moved `pg_num_max` to be at the end of the
list in src/osd/osd_types.cc and
src/osd/osd_types.h.
Added comments to `...
Kamoltat (Junior) Sirivadhna
04:37 PM Revision 206dd9d4 (ceph): mgr/dashboard: fix wrong pg status processing
Fixes: https://tracker.ceph.com/issues/54481
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
Ernesto Puerta
04:34 PM Dashboard Bug #54481 (Fix Under Review): mgr/dashboard: snaptrim_wait is considered Unknown
Ernesto Puerta
04:30 PM Revision 150a6959 (ceph): cephadm: preserve `authorized_keys` file during upgrade
Fixes: https://tracker.ceph.com/issues/54530
Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry picked from com...
Michael Fritch
04:23 PM rbd Bug #54539 (New): [rbd-mirror] cope with partially created images when bootstrapping
> [...] decided to delete the mirror pod on c2 [...]
...
Ilya Dryomov
04:06 PM Orchestrator Documentation #54538 (In Progress): Add dev doc for cephadm
Let's create some dev documentation for the cephadm component Redouane Kachach Elhichou
03:47 PM rgw Backport #52075: pacific: rgw: resolve empty ordered bucket listing results w/ CLS filtering
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45087
merged
Yuri Weinstein
03:46 PM Revision 84a4dc6a (ceph): Merge pull request #45087 from dvanders/wip-52075-pacific
pacific: rgw: resolve empty ordered bucket listing results w/ CLS filtering *and* bucket index list produces incorrec... Yuri Weinstein
03:45 PM rgw Bug #51574: Segfault when uploading file
https://github.com/ceph/ceph/pull/45060 Yuri Weinstein
03:45 PM Revision 1e69dda7 (ceph): Merge pull request #45060 from dang/wip-dang-postobj-bucket
pacific: RGW - Zipper - Make sure PostObj has bucket set
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
03:44 PM rgw Backport #53007: pacific: segfault on FIPS enabled server as result of EVP_md5 disabled in openssl
Mark Kogan wrote:
> backport PR: https://github.com/ceph/ceph/pull/44778
merged
Yuri Weinstein
03:44 PM Revision e24e30c2 (ceph): Merge pull request #44778 from mkogan1/wip-52900-pacific
pacific: rgw: under fips, set flag to allow md5 in select rgw ops
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
03:44 PM Backport #51775: pacific: Format of date/time header "x-amz-object-lock-retain-until-date" is inc...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/44697
merged
Yuri Weinstein
03:44 PM Revision 41e1daaa (ceph): Merge pull request #44697 from cfsnyder/wip-51775-pacific
pacific: rgw: Dump Object Lock Retain Date as ISO 8601
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
03:40 PM rgw Backport #54537 (Resolved): pacific: OpsLogRados::log segfaults in rgw/multisite suite
https://github.com/ceph/ceph/pull/45410 Backport Bot
03:40 PM rgw Backport #54536 (Rejected): octopus: OpsLogRados::log segfaults in rgw/multisite suite
Backport Bot
03:35 PM rgw Bug #54130: OpsLogRados::log segfaults in rgw/multisite suite
it looks like the OpsLogManifold stuff was backported further than quincy, and i'm seeing the crashes in pacific test... Casey Bodley
02:55 PM rgw Bug #54531 (Fix Under Review): RGWPutObj accessing two 'bucket sync policy' objects without multi...
Casey Bodley
12:13 PM rgw Bug #54531: RGWPutObj accessing two 'bucket sync policy' objects without multisite configured
This issue might exist for delete_obj() as well. Datalog entry is added with out checking if multisite is configured. Soumya Koduri
12:01 AM rgw Bug #54531: RGWPutObj accessing two 'bucket sync policy' objects without multisite configured
thanks for debugging
Matt
Matt Benjamin
02:20 PM Revision 6eec5e35 (ceph): rgw: disable RGWDataChangesLog::add_entry() when log_data is off
this restores a check for RGWZone::log_data in add_entry(). with
per-bucket replication, this check was replaced by a...
Casey Bodley
02:17 PM Revision d7278ecd (ceph): cephadm: preserve `authorized_keys` file during upgrade
Fixes: https://tracker.ceph.com/issues/54530
Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry picked from com...
Michael Fritch
02:15 PM Revision 23065e08 (ceph): cephadm: preserve `authorized_keys` file during upgrade
Fixes: https://tracker.ceph.com/issues/54530
Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry picked from com...
Michael Fritch
02:06 PM Revision 7a287fc2 (ceph): ceph-fuse: perform cleanup if test_dentry_handling failed
If remount failed due to some reason then ceph_abort() is
getting called which causes child process termination
witho...
Nikhilkumar Shelke
01:52 PM bluestore Bug #53184: failed to start new osd due to SIGSEGV in BlueStore::read()
Yuma Ogami wrote:
>
> > 4) Am I correct that this ceph-volume's prepare stuff (which includes mkfs call) is run fr...
Igor Fedotov
01:49 PM Orchestrator Bug #54471 (Won't Fix): cephadm pull help doesn't list all the options
Redouane Kachach Elhichou
01:49 PM Orchestrator Bug #54471: cephadm pull help doesn't list all the options
Thanks for the clarification Sebastian. I'll close this issue since we can't expose this option by now. Redouane Kachach Elhichou
12:54 PM Orchestrator Bug #54471: cephadm pull help doesn't list all the options
what I mean is:... Sebastian Wagner
12:47 PM Orchestrator Bug #54471: cephadm pull help doesn't list all the options
Thanks Sebastian. Do you mean that even if the podman pull fails we don't detect this properly? Redouane Kachach Elhichou
01:14 PM Orchestrator Bug #51072 (Fix Under Review): cephadm doesn't read out a custom configured prometheus mgr module...
fix candidate under review by PR: https://github.com/ceph/ceph/pull/45241 Redouane Kachach Elhichou
01:08 PM Orchestrator Bug #54342: cephadm crashes when hostname contains an invalid char instead of showing an error
Thanks for the hint. Basically host spec was not validated before calling down cephadm. Redouane Kachach Elhichou
01:02 PM RADOS Bug #53729: ceph-osd takes all memory before oom on boot
Dan van der Ster wrote:
> Guillaume Fenollar wrote:
> > Dan van der Ster wrote:
> > > Could you revert that and tr...
Guillaume Fenollar
08:22 AM RADOS Bug #53729: ceph-osd takes all memory before oom on boot
Guillaume Fenollar wrote:
> Dan van der Ster wrote:
> > Could you revert that and try running
> >
> > ceph-osd -...
Dan van der Ster
07:09 AM RADOS Bug #53729: ceph-osd takes all memory before oom on boot
Dan van der Ster wrote:
> Could you revert that and try running
>
> ceph-osd --debug_ms=1 --debug_osd=20 --debug_...
Guillaume Fenollar
06:47 AM RADOS Bug #53729: ceph-osd takes all memory before oom on boot
Guillaume Fenollar wrote:
> See that it reaches 14GB of RAM in 90 seconds approx and starts writing while crashing (...
Dan van der Ster
03:09 AM RADOS Bug #53729: ceph-osd takes all memory before oom on boot
Dan van der Ster wrote:
> > Can you somehow annotate the usage over time in the log?
>
> Could you please also se...
Guillaume Fenollar
03:02 AM RADOS Bug #53729: ceph-osd takes all memory before oom on boot
Mykola Golub wrote:
> Mykola Golub wrote:
>
> > pool 2 'ssd' replicated size 3 min_size 2 crush_rule 0 object_has...
Neha Ojha
12:46 PM Revision 3a93b407 (ceph): librbd: s/boost::variant/std::variant/
boost::variant explicitly prevent it from being compared other types
by marking the return type of, for instance oper...
Kefu Chai
12:46 PM Orchestrator Bug #54487 (Pending Backport): Error when applying an MDS spec with a 'config' section
Redouane Kachach Elhichou
12:43 PM Orchestrator Bug #54487: Error when applying an MDS spec with a 'config' section
Backport to pacific included in the PR: https://github.com/ceph/ceph/pull/45227 Redouane Kachach Elhichou
12:01 PM Orchestrator Tasks #50804 (In Progress): cephadm bootstrap. add a warning that users should not use --fsid
Redouane Kachach Elhichou
11:47 AM Revision 065c9d29 (ceph): Merge pull request #45334 from idryomov/wip-client-upgrade-octopus-paci...
qa/suites: clean up client-upgrade-octopus-pacific test
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Ilya Dryomov
10:16 AM CephFS Backport #54478 (In Progress): pacific: ceph-fuse: If nonroot user runs ceph-fuse mount on then p...
Nikhilkumar Shelke
10:11 AM Revision 7fd3c177 (ceph): ceph-fuse: perform cleanup if test_dentry_handling failed
If remount failed due to some reason then ceph_abort() is
getting called which causes child process termination
witho...
Nikhilkumar Shelke
09:54 AM RADOS Bug #52026: osd: pgs went back into snaptrim state after osd restart
We are having the same issue with ceph 15.2.13. We take RBD snapshots that gets deleted after 3 days.
The problem ge...
Jack Y
09:39 AM ceph-volume Bug #54535 (Fix Under Review): ceph-volume doesn't abort osd creation if passed device has a FS
Guillaume Abrioux
09:32 AM ceph-volume Bug #54535 (Resolved): ceph-volume doesn't abort osd creation if passed device has a FS
similar to https://tracker.ceph.com/issues/54376
when a device with a FS on it is passed, ceph-volume will erase e...
Guillaume Abrioux
09:39 AM Revision f56decf7 (ceph): ceph-fuse: perform cleanup if test_dentry_handling failed
If remount failed due to some reason then ceph_abort() is
getting called which causes child process termination
witho...
Nikhilkumar Shelke
06:55 AM Revision be9f8a15 (ceph): osd/scrub: add scrub duration to pg stats
Addition of a SCRUB_DURATION field that shows how long the scrub/deep-scrub of a pg took.
This field will be displaye...
Aishwarya Mathuria
03:19 AM RADOS Bug #53924: EC PG stuckrecovery_unfound+undersized+degraded+remapped+peered
... jianwei zhang
03:06 AM CephFS Backport #54533 (Resolved): quincy: mds,client: suppport getvxattr RPC
https://github.com/ceph/ceph/pull/45377 Backport Bot
03:06 AM CephFS Backport #54532 (Resolved): pacific: mds,client: suppport getvxattr RPC
https://github.com/ceph/ceph/pull/45487 Backport Bot
03:00 AM CephFS Bug #51062 (Pending Backport): mds,client: suppport getvxattr RPC
Venky Shankar
02:07 AM Revision e39304dc (ceph): Merge pull request #45034 from ceph/cephadm-conditional-hostname
qa/tasks/cephadm: Make hostname change idempotent Zack Cerza
12:32 AM Orchestrator Bug #54530 (Fix Under Review): cephadm: authorized_keys file removed during RPM upgrade
Michael Fritch
12:07 AM Revision ef166f15 (ceph): crimson/seastore: fix 4 bytes alignment
runtime error: reference binding to misaligned address 0x610000008395
for type 'device_type_t', which requires 4 byte...
chunmei liu

03/10/2022

11:58 PM rgw Bug #54531 (Pending Backport): RGWPutObj accessing two 'bucket sync policy' objects without multi...
each call to RGWDataChangesLog::add_entry() is trying to read from both 'bucket.sync-source-hints.<bucketname>' and '... Casey Bodley
11:58 PM RADOS Bug #54516: mon/config.sh: unrecognized config option 'debug asok'
This was the first occurrence of this test failure according to the Sentry history (March 5th 2022), and it has since... Laura Flores
03:10 PM RADOS Bug #54516 (Won't Fix): mon/config.sh: unrecognized config option 'debug asok'
/a/yuriw-2022-03-04_21:56:41-rados-wip-yuri4-testing-2022-03-03-1448-distro-default-smithi/6721689... Kamoltat (Junior) Sirivadhna
11:46 PM RADOS Bug #54521: daemon: Error while waiting for process to exit
This looks a lot like a valgrind failure, but there were unfortunately no osd logs collected.... Laura Flores
03:35 PM RADOS Bug #54521 (Need More Info): daemon: Error while waiting for process to exit
This causes dead job: hit max job timeout
/a/yuriw-2022-03-04_21:56:41-rados-wip-yuri4-testing-2022-03-03-1448-dis...
Kamoltat (Junior) Sirivadhna
11:30 PM RADOS Bug #54529: mon/mon-bind.sh: Failure due to cores found
"Failure due to cores found" means that there is a coredump, and indeed there is a crash. Did we merge something rece... Neha Ojha
11:17 PM RADOS Bug #54529 (Duplicate): mon/mon-bind.sh: Failure due to cores found
Looks like this failed due to external connection issues, but I'll log it for documentation.
/a/teuthology-2022-01...
Laura Flores
11:30 PM RADOS Bug #54517: scrub/osd-scrub-snaps.sh: TEST FAILED WITH 1 ERRORS
Ronen this looks a lot like https://tracker.ceph.com/issues/54458, just with a slightly different output. Can you che... Laura Flores
03:18 PM RADOS Bug #54517 (Duplicate): scrub/osd-scrub-snaps.sh: TEST FAILED WITH 1 ERRORS
/a/teuthology-archive/yuriw-2022-03-04_21:56:41-rados-wip-yuri4-testing-2022-03-03-1448-distro-default-smithi/6721751... Kamoltat (Junior) Sirivadhna
11:24 PM Revision 21928dd4 (ceph): Merge pull request #44925 from JoshSalomon/balancer-perf
balancer: Improve performance in rare cases
Reviewed-by: Laura Flores <lflores@redhat.com>
Yuri Weinstein
11:21 PM Orchestrator Bug #54530 (Resolved): cephadm: authorized_keys file removed during RPM upgrade
The cephadm RPM package maintains the following file:... Michael Fritch
11:19 PM rgw Bug #54307: test_cls_rgw.sh: 'index_list_delimited' test times out
/a/yuriw-2022-03-10_02:41:10-rados-wip-yuri3-testing-2022-03-09-1350-distro-default-smithi/6729279 Laura Flores
06:11 PM rgw Bug #54307: test_cls_rgw.sh: 'index_list_delimited' test times out
/a/yuriw-2022-03-04_00:56:58-rados-wip-yuri4-testing-2022-03-03-1448-distro-default-smithi/6718934 Laura Flores
11:07 PM Revision 781be8d4 (ceph): cephadm: preserve `authorized_keys` file during upgrade
Fixes: https://tracker.ceph.com/issues/54530
Signed-off-by: Michael Fritch <mfritch@suse.com>
Michael Fritch
10:52 PM RADOS Bug #54296: OSDs using too much memory
Hi Ruben, Did you make any more progress on this?
I'm going through all the osd pglog memory usage tickets, and it...
Dan van der Ster
10:50 PM Orchestrator Bug #53680: ERROR:tasks.rook:'waiting for service removal' reached maximum tries (90) after waiti...
/a/yuriw-2022-03-10_01:04:51-rados-wip-yuri5-testing-2022-03-07-0958-distro-default-smithi/6728619
Laura Flores
10:48 PM CephFS Bug #48873: test_cluster_set_reset_user_config: AssertionError: NFS Ganesha cluster deployment fa...
/a/yuriw-2022-03-10_01:04:51-rados-wip-yuri5-testing-2022-03-07-0958-distro-default-smithi/6728547 Laura Flores
10:21 PM RADOS Bug #53729: ceph-osd takes all memory before oom on boot
> Can you somehow annotate the usage over time in the log?
Could you please also set debug_prioritycache=5 -- this...
Dan van der Ster
09:35 PM RADOS Bug #53729: ceph-osd takes all memory before oom on boot
Guillaume Fenollar wrote:
> Neha Ojha wrote:
> > Can anyone provide osd logs with debug_osd=20,debug_ms=1 for OSDs ...
Dan van der Ster
05:23 AM RADOS Bug #53729: ceph-osd takes all memory before oom on boot
Mykola Golub wrote:
> pool 2 'ssd' replicated size 3 min_size 2 crush_rule 0 object_hash rjenkins pg_num 1024 pgp_...
Mykola Golub
05:16 AM RADOS Bug #53729: ceph-osd takes all memory before oom on boot
Neha Ojha wrote:
> Can anyone provide osd logs with debug_osd=20,debug_ms=1 for OSDs that are hitting OOM?
I just...
Guillaume Fenollar
10:04 PM Revision a350888b (ceph): test/cls/rgw: test dir_suggest after successful completion
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
10:04 PM Revision aa381b67 (ceph): cls/rgw: rgw_dir_suggest_changes detects race with completion
if bucket listing races with a pending index transaction, its suggested
removal may be mistakenly applied if that ind...
Casey Bodley
10:03 PM rgw Bug #54528 (Pending Backport): cls_rgw_suggest_changes() may accidentally delete newly-completed ...
if bucket listing races with a pending index transaction, its suggested removal may be mistakenly applied if that ind... Casey Bodley
10:00 PM RADOS Backport #54527 (Resolved): quincy: cephadm upgrade pacific to quincy autoscaler is scaling pgs f...
Backport Bot
10:00 PM RADOS Backport #54526 (Resolved): pacific: cephadm upgrade pacific to quincy autoscaler is scaling pgs ...
Backport Bot
09:57 PM RADOS Bug #54263 (Pending Backport): cephadm upgrade pacific to quincy autoscaler is scaling pgs from 3...
Kamoltat (Junior) Sirivadhna
09:46 PM Revision 260b15ab (ceph): crimson/seastore: change seastore_device_size
to be half of the original value.
Signed-off-by: chunmei-liu <chunmei.liu@intel.com>
chunmei liu
09:15 PM RADOS Feature #54525 (New): osd/mon: log memory usage during tick
The MDS has a nice feature that it prints out the rss and other memory stats every couple seconds at debug level 2.
...
Dan van der Ster
08:06 PM rgw Bug #54488: can not get quota config via swift api
My proposed fix: https://github.com/ceph/ceph/pull/45343 Daniel Gryniewicz
03:26 PM rgw Bug #54488 (Fix Under Review): can not get quota config via swift api
Casey Bodley
08:01 PM Revision 8966edd2 (ceph): RGW - Get quota on OPs with a bucket
Bucket head OPs should have quota in the output. However, we were only
fetching quota on OPs that also had an object...
Daniel Gryniewicz
07:14 PM Dashboard Cleanup #54206: mgr/dashboard: Dashboard should display some helpful (error) message when the ifr...
Hi, I found we could use the load event in certain cases and used it to build a solution. I opened a pull request and... Ngwa Sedrick Meh
07:06 PM rgw Bug #54524 (Need More Info): the bucket resharding logs should be INFO and not ERROR?
... Vikhyat Umrao
06:59 PM bluestore Backport #54523 (In Progress): quincy: default osd_fast_shutdown=true would cause NCB to recover ...
Gabriel BenHanokh
06:54 PM bluestore Backport #54523 (Resolved): quincy: default osd_fast_shutdown=true would cause NCB to recover all...
https://github.com/ceph/ceph/pull/45342 Gabriel BenHanokh
06:59 PM Revision 5f4f59f8 (ceph): osd: Modify OSD Fast-Shutdown to work safely
quiesce all activities and destage allocations to disk before killing the OSD
1) keep the old (unsafe) fast-shut...
Gabriel BenHanokh
06:59 PM Revision fce080de (ceph): os/bluestore/bluefs: Fix sync compaction
Fixes problem with sync compaction (_rewrite_log_and_layout_sync).
There was a problem with not updating log_seq afte...
Adam Kupczyk
06:59 PM Revision b89e8a02 (ceph): os/bluestore: Fix problem with allocation desync
Close window for possibility to capture allocator state and bluefs state
that are not in sync.
Signed-off-by: Gabrie...
Gabriel BenHanokh
06:54 PM bluestore Bug #53266 (Pending Backport): default osd_fast_shutdown=true would cause NCB to recover allocati...
Gabriel BenHanokh
06:13 PM RADOS Bug #54507 (Duplicate): workunit test cls/test_cls_rgw: Manager failed: thrashosds
Laura Flores
06:09 PM Dashboard Bug #51575 (Resolved): mgr/dashboard: Notification banners at the top of the UI have fixed height
Ernesto Puerta
06:09 PM Dashboard Backport #53928 (Resolved): octopus: mgr/dashboard: Notification banners at the top of the UI hav...
Ernesto Puerta
06:08 PM Revision 8a16b703 (ceph): Merge pull request #44763 from votdev/wip-53928-octopus
octopus: mgr/dashboard: Notification banners at the top of the UI have fixed height
Reviewed-by: Waad Alkhoury <walk...
Ernesto Puerta
06:07 PM Dashboard Backport #53883 (Resolved): octopus: mgr/monitoring: regression in OSD host details/overview Graf...
Ernesto Puerta
06:06 PM Revision 51c9d99a (ceph): Merge pull request #44924 from p-se/wip-53883-octopus
octopus: mgr/dashboard: fix Grafana OSD/host panels
Reviewed-by: Nizamudeen A <nia@redhat.com>
Reviewed-by: p-se <NO...
Ernesto Puerta
05:51 PM Bug #54473 (Fix Under Review): cmake: pmdk fails to compile on Centos Stream 9
Ilya Dryomov
05:47 PM Bug #54473 (In Progress): cmake: pmdk fails to compile on Centos Stream 9
Ilya Dryomov
03:41 PM Bug #54473: cmake: pmdk fails to compile on Centos Stream 9
Yup, LTO was disabled upstream in https://github.com/pmem/pmdk/commit/e2ddfe2278ee20821648b088689f1ed35f24db4d and ev... Ilya Dryomov
03:17 PM Bug #54473: cmake: pmdk fails to compile on Centos Stream 9
... Ilya Dryomov
05:49 PM Revision 09440364 (ceph): rpm: use system libpmem on Centos 9 Stream
We need libpmem 1.10 and Centos 9 Stream has it. On top of sticking
to distro-provided packages being generally a go...
Ilya Dryomov
05:43 PM Orchestrator Bug #54522 (Resolved): cephadm: ceph-volume raw prepare commands must be done per data device, no...
Currently, if you apply an osd spec in raw mode with multiple data devices, one `ceph-volume raw prepare` command wil... Adam King
05:01 PM Revision 5bfc71e8 (ceph): Merge pull request #45200 from kamoltat/wip-ksirivad-pg-num-max-reorder
osd/osd_types: pg_num_max reordering
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Josh Durgin <jdurgin@redh...
Kamoltat (Junior) Sirivadhna
04:53 PM Revision f8a89647 (ceph): Merge pull request #45328 from kamoltat/wip-ksirivad-backport-pacific-f...
pacfic: doc/rados/operations/placement-groups: fix --bulk docs
Reviewed-by: Neha Ojha <nojha@redhat.com>
Kamoltat (Junior) Sirivadhna
04:14 PM Dashboard Bug #53665 (Resolved): mgr/dashboard: frontend not load on iOS safari
Ernesto Puerta
04:14 PM Dashboard Backport #53700 (Resolved): pacific: mgr/dashboard: frontend not load on iOS safari
Ernesto Puerta
04:14 PM Revision 3b5e0b44 (ceph): Merge pull request #45301 from rhcs-dashboard/wip-53700-pacific
pacific: mgr/dashboard: fix white screen on Safari
Reviewed-by: Sarthak0702 <NOT@FOUND>
Reviewed-by: Aashish Sharma ...
Ernesto Puerta
03:28 PM RADOS Bug #51846: rados/test.sh: LibRadosList.ListObjectsCursor did not complete.
/a/yuriw-2022-03-04_21:56:41-rados-wip-yuri4-testing-2022-03-03-1448-distro-default-smithi/6721371
/a/yuriw-2022-03-...
Kamoltat (Junior) Sirivadhna
03:20 PM rgw Backport #54520 (Resolved): quincy: add OPT_DATA_SYNC_RUN to gc_ops_list to initialize gc that pr...
https://github.com/ceph/ceph/pull/45422 Backport Bot
03:20 PM rgw Backport #54519 (Resolved): pacific: add OPT_DATA_SYNC_RUN to gc_ops_list to initialize gc that p...
https://github.com/ceph/ceph/pull/45421 Backport Bot
03:20 PM rgw Backport #54518 (Rejected): octopus: add OPT_DATA_SYNC_RUN to gc_ops_list to initialize gc that p...
Backport Bot
03:18 PM rgw Bug #54433 (Pending Backport): add OPT_DATA_SYNC_RUN to gc_ops_list to initialize gc that prevent...
Casey Bodley
03:08 PM rgw Bug #52590 (Closed): "[ FAILED ] CmpOmap.cmp_vals_u64_invalid_default" in upgrade:pacific-p2p-...
Casey Bodley
03:00 PM RADOS Bug #54515 (New): mon/health-mute.sh: TEST_mute: return 1 (HEALTH WARN 3 mgr modules have failed ...
/a/yuriw-2022-03-04_21:56:41-rados-wip-yuri4-testing-2022-03-03-1448-distro-default-smithi/6721547... Kamoltat (Junior) Sirivadhna
02:54 PM Revision 4c726846 (ceph): cmake: do not use GCC extension when detecting 16-bit atomic op
we have following error when trying to compile the C++ source
file on mipsel:
/usr/bin/c++ -DHAVE_CXX11_ATOMIC -g -...
Kefu Chai
02:48 PM RADOS Bug #45423: api_tier_pp: [ FAILED ] LibRadosTwoPoolsPP.HitSetWrite
/a/yuriw-2022-03-04_21:56:41-rados-wip-yuri4-testing-2022-03-03-1448-distro-default-smithi/6721464 Kamoltat (Junior) Sirivadhna
01:47 PM devops Bug #54514 (Pending Backport): build: LTO can cause false positives in cmake tests resulting in b...
In particular the cmake/modules/CheckCxxAtomic.cmake test will report success for HAVE_CXX11_ATOMIC on s390x in Fedor... Kaleb KEITHLEY
01:29 PM Orchestrator Feature #54486 (Rejected): ca certificate files need to be made permanent inside RGW container
cephadm allows setting 'extra container args' in the service spec.... Guillaume Abrioux
12:51 PM Revision af52c2f4 (ceph): mgr/cephadm: Adding extra_container_args args
Signed-off-by: Redouane Kachach <rkachach@redhat.com> Redouane Kachach Elhichou
12:16 PM Dashboard Bug #54513 (Resolved): mgr/dashboard: Pool overall performance shows multiple entries of same poo...
Description of problem:
In ceph dashboard Pool overall performance shows multiple entries of same pool in pool overv...
Aashish Sharma
11:46 AM Revision 2ad293b2 (ceph): qa/suites: clean up client-upgrade-octopus-pacific test
- fix .qa symlinks
- rename nautilus-client-x.yaml to octopus-client-x.yaml
- fix typos and remove stale comment
- re...
Ilya Dryomov
11:39 AM Revision dd839136 (ceph): rgw_reshard: drop olh entries with empty name
Due to a previous bug bucket indices can have olh entries with
an empty name. During reshard these are all mapped to ...
Dan van der Ster
10:50 AM RADOS Bug #53924: EC PG stuckrecovery_unfound+undersized+degraded+remapped+peered
Neha Ojha wrote:
> jianwei zhang wrote:
> > 1711'7107 : s0/1/2/3/4/5都有所以都能写下去
> > 1715'7108 : s0/2/3/5 满足k=4,所以...
jianwei zhang
01:57 AM RADOS Bug #53924: EC PG stuckrecovery_unfound+undersized+degraded+remapped+peered
Neha Ojha wrote:
> jianwei zhang wrote:
> > 1711'7107 : s0/1/2/3/4/5都有所以都能写下去
> > 1715'7108 : s0/2/3/5 满足k=4,所以...
jianwei zhang
10:45 AM Revision 509a731d (ceph): Merge pull request #45326 from ceph/wip-yuri-pacific-clients
qa/tests: added upgrade-clients/client-upgrade-pacific-quincy test
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Rev...
Ilya Dryomov
10:34 AM Revision a37ac812 (ceph): Merge pull request #45282 from ceph/wip-yuri-octopus-clients
qa/tests: added upgrade-clients/client-upgrade-octopus-quincy tests
Reviewed-by: Mykola Golub <mgolub@suse.com>
Revi...
Ilya Dryomov
10:29 AM Dashboard Backport #53990 (In Progress): nautilus: mgr/monitoring: regression in OSD host details/overview ...
Patrick Seidensal
10:28 AM Dashboard Backport #53990 (New): nautilus: mgr/monitoring: regression in OSD host details/overview Grafana ...
Patrick Seidensal
10:28 AM Dashboard Backport #53990 (In Progress): nautilus: mgr/monitoring: regression in OSD host details/overview ...
Patrick Seidensal
10:23 AM Orchestrator Bug #54419: `ceph orch upgrade start` seems to never reach completion
Adam,
I spent some time looking into this:
Upgrade starts fine with cephadm trying to update the standby ceph-m...
Venky Shankar
10:03 AM Revision 79f8545d (ceph): mgr/dashboard: BDD approach for the dashboard cephadm e2e
Files under the directory cypress/integration/common/* will contain
common specs which can be used on all the .featur...
Nizamudeen A
09:44 AM Revision 5c9cb0d2 (ceph): mgr/cephadm: using MDSSPec instead of ServiceSpec
Fixes: https://tracker.ceph.com/issues/54184
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
(cherry picked fr...
Redouane Kachach Elhichou
09:44 AM Revision 413f6f4f (ceph): mgr/cephadm: fixing MDSSpec ctr
Fixes issue: https://tracker.ceph.com/issues/54487
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
(cherry pic...
Redouane Kachach Elhichou
08:55 AM Revision 49c4be11 (ceph): Merge pull request #45330 from wxypro/fix-typos
doc/cephfs: fix typos Anthony D'Atri
08:51 AM CephFS Backport #54477 (In Progress): quincy: ceph-fuse: If nonroot user runs ceph-fuse mount on then pa...
Nikhilkumar Shelke
07:44 AM Revision b132d6d6 (ceph): doc/cephfs: fix typos
fix typos
Signed-off-by: wangxinyu <wangxinyu@inspur.com>
xinyu wang
07:22 AM Revision 3632e8c4 (ceph): osd/scrub: stop sending bogus digest-update events
A backport of a fix (PR #45068, commit e1b5347) made in Quincy.
Direct cherry-picking failed, due to the major Scrub ...
Ronen Friedman
06:29 AM CephFS Bug #54512 (Closed): 'client ls' shows only one client
My bad, This is not a bug. Jos Collin
05:45 AM CephFS Bug #54512 (Closed): 'client ls' shows only one client
'client ls' shows only one client when there are two clients mounting 2 different filesystems.
Steps to reproduce:...
Jos Collin
05:05 AM Revision 46902381 (ceph): mgr/cephadm: fix cephadm errors
Signed-off-by: Aashish Sharma <aasharma@redhat.com> Aashish Sharma
04:59 AM RADOS Bug #45721: CommandFailedError: Command failed (workunit test rados/test_python.sh) FAIL: test_ra...
/a/yuriw-2022-03-04_21:56:41-rados-wip-yuri4-testing-2022-03-03-1448-distro-default-smithi/6721329 Kamoltat (Junior) Sirivadhna
04:32 AM RADOS Bug #54511 (Resolved): test_pool_min_size: AssertionError: not clean before minsize thrashing starts
/a/yuriw-2022-03-04_00:56:58-rados-wip-yuri4-testing-2022-03-03-1448-distro-default-smithi/6719015... Kamoltat (Junior) Sirivadhna
04:15 AM RADOS Bug #53767: qa/workunits/cls/test_cls_2pc_queue.sh: killing an osd during thrashing causes timeout
/a/yuriw-2022-03-04_00:56:58-rados-wip-yuri4-testing-2022-03-03-1448-distro-default-smithi/6718855 Kamoltat (Junior) Sirivadhna
02:34 AM Revision 40610e8f (ceph): Merge pull request #43474 from xxhdx1985126/wip-epm-strategy
crimson/os/seastore: implement Sprite LFS' gc and extent placement strategy to lower gc cost
Reviewed-by: Samuel Jus...
Samuel Just
01:56 AM crimson Bug #54510 (Resolved): Assertion fails on OMapInnerNode::list
1. create a new rbd image
2. test with fio
[global]
ioengine=rbd
clientname=admin
pool=test_pool
rbdname=test_i...
Song Zhang
01:55 AM bluestore Bug #53184: failed to start new osd due to SIGSEGV in BlueStore::read()
Thank you for your reply.
> 1) How easily can you reproduce this issue?
We could reproduce this issue by about 10...
Yuma Ogami
01:48 AM RADOS Bug #51627: FAILED ceph_assert(attrs || !recovery_state.get_pg_log().get_missing().is_missing(soi...
https://tracker.ceph.com/issues/54509 Myoungwon Oh
01:47 AM RADOS Bug #54509: FAILED ceph_assert due to issue manifest API to the original object
https://github.com/ceph/ceph/pull/45137 Myoungwon Oh
01:47 AM RADOS Bug #54509 (Resolved): FAILED ceph_assert due to issue manifest API to the original object
1: (ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x152) [0x55f1f3750606]
2: ceph-osd(+0x5b...
Myoungwon Oh
12:00 AM Backport #54508 (Resolved): quincy: ceph-mgr fails to start when shell var CEPH_KEYRING is set wh...
https://github.com/ceph/ceph/pull/45367 Backport Bot

03/09/2022

11:56 PM Bug #54110 (Pending Backport): ceph-mgr fails to start when shell var CEPH_KEYRING is set when st...
Neha Ojha
11:54 PM Revision f4369733 (ceph): Merge pull request #45244 from Matan-B/wip-matanb-revert-keyring
Revert "doc/dev: Running workunits locally"
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Neha Ojha
11:31 PM bluestore Bug #54465 (Fix Under Review): BlueFS broken sync compaction mode
Neha Ojha
11:19 PM Revision 1187405e (ceph): Merge pull request #45305 from Thingee/update-foundation-mem-202203
docs: Updating Foundation member list for 202203
Reviewed-by: Dan van der Ster <daniel.vanderster@cern.ch>
Reviewed-...
Neha Ojha
09:53 PM Revision c6da0c55 (ceph): Merge pull request #44913 from benhanokh/safe_shutdown_v2
OSD::Modify OSD Fast-Shutdown to work safely i.e. quiesce all activit…
Reviewed-by: Josh Durgin <jdurgin@redhat.com>...
Yuri Weinstein
09:52 PM Orchestrator Bug #51257: mgr/cephadm: Cannot add managed (ceph apply) mon daemons on different subnets
To everyone monitoring this issue:
I'd been banging my head on this problem for a couple of days now and stumbled on...
Jarad Olson
09:44 PM RADOS Bug #54507 (Duplicate): workunit test cls/test_cls_rgw: Manager failed: thrashosds
/a/yuriw-2022-03-04_00:56:58-rados-wip-yuri4-testing-2022-03-03-1448-distro-default-smithi/6718934... Kamoltat (Junior) Sirivadhna
08:38 PM Orchestrator Bug #53422: tasks.cephfs.test_nfs.TestNFS.test_export_create_with_non_existing_fsname: AssertionE...
/a/yuriw-2022-03-04_00:56:58-rados-wip-yuri4-testing-2022-03-03-1448-distro-default-smithi/6718858 Kamoltat (Junior) Sirivadhna
08:23 PM RADOS Bug #52535: monitor crashes after an OSD got destroyed: OSDMap.cc: 5686: FAILED ceph_assert(num_d...
Hello Radoslaw,
thank you for your response!
About two weeks ago I did first remove and then add 6 OSDs. I did no...
Sebastian Mazza
07:35 PM RADOS Bug #52535: monitor crashes after an OSD got destroyed: OSDMap.cc: 5686: FAILED ceph_assert(num_d...
Neha has made an interesting observation about the occurrences among different versions.
http://telemetry.front.se...
Radoslaw Zarzynski
07:32 PM RADOS Bug #52535: monitor crashes after an OSD got destroyed: OSDMap.cc: 5686: FAILED ceph_assert(num_d...
Hello Sebastian!
Was there any change about the OSD count? I mean particularly OSD removal.
Radoslaw Zarzynski
01:10 AM RADOS Bug #52535: monitor crashes after an OSD got destroyed: OSDMap.cc: 5686: FAILED ceph_assert(num_d...
I Faced the same problem with ceph version 16.2.6. It occurred after shutting down all 3 physical servers of the clus... Sebastian Mazza
08:16 PM RADOS Backport #54506 (In Progress): quincy: doc/rados/operations/placement-groups/#automated-scaling: ...
https://github.com/ceph/ceph/pull/45321 Kamoltat (Junior) Sirivadhna
07:50 PM RADOS Backport #54506 (Resolved): quincy: doc/rados/operations/placement-groups/#automated-scaling: --b...
Backport Bot
08:15 PM RADOS Backport #54505 (In Progress): pacific: doc/rados/operations/placement-groups/#automated-scaling:...
https://github.com/ceph/ceph/pull/45328 Kamoltat (Junior) Sirivadhna
07:50 PM RADOS Backport #54505 (Resolved): pacific: doc/rados/operations/placement-groups/#automated-scaling: --...
Backport Bot
08:04 PM Revision 5dd118bc (ceph): doc/rados/operations/placement-groups: typo two 'the'
typo, should not have two 'the' next to each
other.
Signed-off-by: Kamoltat <ksirivad@redhat.com>
(cherry picked fro...
Kamoltat (Junior) Sirivadhna
08:04 PM Revision baf1374d (ceph): doc/rados/operations/placement-groups: fix --bulk commands
Some parts of the documents regarding
the bulk flag have typos.
Command for creating a pool
was: `ceph osd create ...
Kamoltat (Junior) Sirivadhna
07:59 PM RADOS Bug #47299: Assertion in pg_missing_set: p->second.need <= v || p->second.is_delete()
If this is easily reproducible could you please provide us with logs of replicas for the failing PG? It can be figure... Radoslaw Zarzynski
07:55 PM RADOS Bug #51076: "wait_for_recovery: failed before timeout expired" during thrashosd test with EC back...
More for my own reference, but it's clear that the rw_manager problem occurs here in the PrimaryLogPG code when prepp... Laura Flores
07:47 PM RADOS Bug #54485 (Pending Backport): doc/rados/operations/placement-groups/#automated-scaling: --bulk i...
Neha Ojha
07:46 PM RADOS Bug #51307 (In Progress): LibRadosWatchNotify.Watch2Delete fails
Radoslaw Zarzynski
07:36 PM RADOS Bug #53729: ceph-osd takes all memory before oom on boot
Neha Ojha wrote:
> Can you share the output of "ceph osd dump"? I suspect that though you may have disabled the au...
Mykola Golub
07:31 PM RADOS Bug #53729: ceph-osd takes all memory before oom on boot
Neha Ojha wrote:
> Can anyone provide osd logs with debug_osd=20,debug_ms=1 for OSDs that are hitting OOM?
I uplo...
Mykola Golub
06:58 PM RADOS Bug #53729: ceph-osd takes all memory before oom on boot
Can anyone provide osd logs with debug_osd=20,debug_ms=1 for OSDs that are hitting OOM? Neha Ojha
06:45 PM RADOS Bug #53729: ceph-osd takes all memory before oom on boot
Mykola Golub wrote:
> We seem to observe a similar issue (16.2.7). On a pool with autoscale disabled pg num was chan...
Neha Ojha
05:56 PM RADOS Bug #53729: ceph-osd takes all memory before oom on boot
We seem to observe a similar issue (16.2.7). On a pool with autoscale disabled pg num was changed from 256 to 1024. A... Mykola Golub
07:13 PM RADOS Bug #53924: EC PG stuckrecovery_unfound+undersized+degraded+remapped+peered
jianwei zhang wrote:
> 1711'7107 : s0/1/2/3/4/5都有所以都能写下去
> 1715'7108 : s0/2/3/5 满足k=4,所以能写下去
> 1715'7109 : s0/2...
Neha Ojha
06:43 AM RADOS Bug #53924: EC PG stuckrecovery_unfound+undersized+degraded+remapped+peered
ceph v15.2.13 tag jianwei zhang
05:42 AM RADOS Bug #53924: EC PG stuckrecovery_unfound+undersized+degraded+remapped+peered
[root@node1 ceph]# zcat ceph.client.log-20220308.gz|grep 202000000034931.0000001a
2022-03-08T03:12:25.531+0800 7f484...
jianwei zhang
05:37 AM RADOS Bug #53924: EC PG stuckrecovery_unfound+undersized+degraded+remapped+peered
1711'7107 : s0/1/2/3/4/5都有所以都能写下去
1715'7108 : s0/2/3/5 满足k=4,所以能写下去
1715'7109 : s0/2/3/5 满足k=4,所以能写下去
1715'71...
jianwei zhang
05:35 AM RADOS Bug #53924: EC PG stuckrecovery_unfound+undersized+degraded+remapped+peered
I had a similar problem with pg recovery_unfound ... jianwei zhang
07:06 PM RADOS Bug #50042: rados/test.sh: api_watch_notify failures
Let's use this tracker to track all the watch notify failures. For other api test failures, let's open new trackers. ... Neha Ojha
03:36 PM RADOS Bug #50042: rados/test.sh: api_watch_notify failures
Found a case of https://tracker.ceph.com/issues/45423 in master, which had a fix that was merged. Seems like it's pop... Laura Flores
06:41 PM Revision 8a3f3575 (ceph): qa/tests: added upgrade-clients/client-upgrade-pacific-quincy test
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
06:27 PM rbd Bug #53897 (In Progress): diff-iterate can report holes when diffing against the beginning of tim...
Christopher Hoffman
05:41 PM Revision 36b0dc09 (ceph): Merge pull request #45318 from kamoltat/wip-fix-autoscale-doc
doc/rados/operations/placement-groups: ...fix typo...
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
Reviewed...
Kamoltat (Junior) Sirivadhna
05:21 PM Revision 4def14d7 (ceph): rgw: fix bucket index listing count bug
Fix bugs surrounding calculation of number of entries returned and
whether the end of a listing range has been reache...
J. Eric Ivancich
05:19 PM bluestore Bug #53184: failed to start new osd due to SIGSEGV in BlueStore::read()
Hi Yuma,
thanks a lot for the information. It's really helpful.
May I ask some questions, please?
1) How easily ...
Igor Fedotov
07:17 AM bluestore Bug #53184: failed to start new osd due to SIGSEGV in BlueStore::read()
I'm sat's colleague.
We experimented in a updated environment and confirmed the same result. Could you please chec...
Yuma Ogami
05:17 PM Revision 21512006 (ceph): rgw: improve bucket index listing cls logging
Adding more level 20 logging for bucket index listing.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
J. Eric Ivancich
05:17 PM Revision aa53bf3b (ceph): rgw: clean-up logging of function entering to make thorough and consistent
This provides more thorough and consistent function tracing in CLS/RGW
when logging is set to 10 or higher.
Signed-o...
J. Eric Ivancich
05:15 PM Revision 41ad438f (ceph): rgw: fix bucket index listing count bug
Fix bugs surrounding calculation of number of entries returned and
whether the end of a listing range has been reache...
J. Eric Ivancich
05:06 PM RADOS Backport #54468 (In Progress): octopus: Setting osd_pg_max_concurrent_snap_trims to 0 prematurely...
Laura Flores
05:05 PM Revision 5c7a0232 (ceph): osd: require osd_pg_max_concurrent_snap_trims > 0
If osd_pg_max_concurrent_snap_trims is zero, we mistakenly clear
the snaptrim queue. Require it to be > 0.
Fixes: ht...
Dan van der Ster
04:58 PM Revision 7a453da2 (ceph): osd: require osd_pg_max_concurrent_snap_trims > 0
If osd_pg_max_concurrent_snap_trims is zero, we mistakenly clear
the snaptrim queue. Require it to be > 0.
Fixes: ht...
Dan van der Ster
04:56 PM RADOS Backport #54466 (In Progress): pacific: Setting osd_pg_max_concurrent_snap_trims to 0 prematurely...
Laura Flores
04:42 PM RADOS Backport #54467 (In Progress): quincy: Setting osd_pg_max_concurrent_snap_trims to 0 prematurely ...
Laura Flores
04:42 PM Revision 7e31e8b3 (ceph): osd: require osd_pg_max_concurrent_snap_trims > 0
If osd_pg_max_concurrent_snap_trims is zero, we mistakenly clear
the snaptrim queue. Require it to be > 0.
Fixes: ht...
Dan van der Ster
04:39 PM RADOS Backport #53659 (Resolved): pacific: mon: "FAILED ceph_assert(session_map.sessions.empty())" when...
https://github.com/ceph/ceph/pull/44543 has been merged. Laura Flores
04:36 PM RADOS Backport #53978 (Resolved): quincy: [RFE] Limit slow request details to mgr log
Laura Flores
04:36 PM RADOS Backport #53388 (Resolved): pacific: pg-temp entries are not cleared for PGs that no longer exist
Laura Flores
04:36 PM RADOS Backport #51150 (Resolved): pacific: When read failed, ret can not take as data len, in FillInVer...
Laura Flores
04:35 PM RADOS Backport #53486 (Resolved): pacific: LibRadosTwoPoolsPP.ManifestSnapRefcount Failure.
Laura Flores
04:35 PM RADOS Backport #53702 (Resolved): pacific: qa/tasks/backfill_toofull.py: AssertionError: 2.0 not in bac...
Laura Flores
04:33 PM RADOS Backport #53942 (Resolved): pacific: mon: all mon daemon always crash after rm pool
Laura Flores
04:33 PM RADOS Backport #53535 (Resolved): pacific: mon: mgrstatmonitor spams mgr with service_map
Laura Flores
04:32 PM RADOS Backport #53718 (Resolved): pacific: mon: frequent cpu_tp had timed out messages
Laura Flores
04:28 PM RADOS Backport #53480 (Resolved): pacific: Segmentation fault under Pacific 16.2.1 when using a custom ...
Laura Flores
04:12 PM RADOS Backport #52077 (In Progress): octopus: api_tier_pp: [ FAILED ] LibRadosTwoPoolsPP.HitSetWrite
Laura Flores
04:12 PM Revision d6726308 (ceph): test: fix wrong alarm
This is not a serious bug. Please look over the following scenario
in HitSetWrite test:
1. append object, which caus...
Myoungwon Oh
04:11 PM RADOS Backport #52078 (In Progress): pacific: api_tier_pp: [ FAILED ] LibRadosTwoPoolsPP.HitSetWrite
Laura Flores
04:11 PM Revision 4394781b (ceph): test: fix wrong alarm
This is not a serious bug. Please look over the following scenario
in HitSetWrite test:
1. append object, which caus...
Myoungwon Oh
04:07 PM Bug #54453 (Resolved): jenkins ceph windows tests: Undefined reference in /home/jenkins-build/bui...
Laura Flores
03:55 PM CephFS Feature #54472: mgr/volumes: allow users to add metadata (key-value pairs) to subvolumes
Venky Shankar wrote:
> The user-metadata could be in a separate section in .meta, probably having the subvolume uu...
Greg Farnum
03:44 PM Revision 3af47d86 (ceph): doc/rados/operations/placement-groups: typo two 'the'
typo, should not have two 'the' next to each
other.
Signed-off-by: Kamoltat <ksirivad@redhat.com>
(cherry picked fro...
Kamoltat (Junior) Sirivadhna
03:43 PM Orchestrator Bug #53680: ERROR:tasks.rook:'waiting for service removal' reached maximum tries (90) after waiti...
/a/dgalloway-2022-03-09_02:34:58-rados-wip-45272-distro-basic-smithi/6727547 Laura Flores
03:43 PM Revision a1a9b18e (ceph): doc/rados/operations/placement-groups: fix --bulk commands
Some parts of the documents regarding
the bulk flag have typos.
Command for creating a pool
was: `ceph osd create ...
Kamoltat (Junior) Sirivadhna
03:42 PM Revision 6917edc7 (ceph): Merge pull request #45272 from petrutlucian94/build_fix
Fix Windows build David Galloway
03:36 PM Revision 7f1c7637 (ceph): doc/rados/operations/placement-groups: typo two 'the'
typo, should not have two 'the' next to each
other.
Signed-off-by: Kamoltat <ksirivad@redhat.com>
Kamoltat (Junior) Sirivadhna
03:33 PM RADOS Bug #45423: api_tier_pp: [ FAILED ] LibRadosTwoPoolsPP.HitSetWrite
Seems like this may have come back:
/a/dgalloway-2022-03-09_02:34:58-rados-wip-45272-distro-basic-smithi/6727572
Laura Flores
03:26 PM Revision 0d166a65 (ceph): doc/start: remove osd stub from hardware recs
This PR removes a stub section called "OSDS (CEPH-OSD)"
from the hardware-recommendations.rst page. This section
had ...
Zac Dover
03:21 PM Revision 2f8031e7 (ceph): qa/tests: added upgrade-clients/client-upgrade-octopus-quincy tests
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
03:13 PM Revision 791ea7e7 (ceph): Merge pull request #45279 from kamoltat/wip-ksirivad-fix-bulk-doc
doc/rados/operations/placement-groups: fix --bulk commands
Reviewed-by: Neha Ojha <nojha@redhat.com>
Kamoltat (Junior) Sirivadhna
02:16 PM bluestore Bug #38637 (Won't Fix): BlueStore::ExtentMap::fault_range() assert
Igor Fedotov
01:54 PM Fix #54504 (Pending Backport): Attempting to modify bucket sync pipe results in segfault
According to https://docs.ceph.com/en/latest/radosgw/multisite-sync-policy/#example-10-destination-params-user-mode, ... cai shan
01:53 PM Revision b0465564 (ceph): cls/rbd: define SnapshotNamespace's ctor using its parent
simpler this way. also this prevent the compiler from trying to
convert a random value into SnapshotNamespace just be...
Kefu Chai
01:47 PM mgr Bug #51591 (Resolved): src/ceph-crash.in: various enhancements and fixes
Guillaume Abrioux wrote:
> I see "Pending Backport" but no backports.
> If I'm not wrong this is present in master ...
Sébastien Han
01:34 PM Revision 4382062b (ceph): Merge pull request #45302 from rzarzynski/wip-crimson-fix-noenoent-no-r...
crimson/osd: fix no ENOENT when removing already removed object
Reviewed-by: chunmei-liu <chunmei.liu@intel.com>
Rev...
Kefu Chai
01:28 PM Orchestrator Bug #54503 (Fix Under Review): ceph orch rm doesn't check if the service exists or not
https://github.com/ceph/ceph/pull/45314 Redouane Kachach Elhichou
11:33 AM Orchestrator Bug #54503 (Resolved): ceph orch rm doesn't check if the service exists or not
Description of problem:
When we use random service_name with ceph orch rm command it shows the service has been remo...
Redouane Kachach Elhichou
01:23 PM Revision 9dfaa107 (ceph): Merge pull request #45310 from inspur-wyq/wip-doc-cephadm
doc/cephadm/adoption.rst: fix typos
Reviewed-by: Kefu Chai <tchaikov@gmail.com>
Kefu Chai
01:20 PM Revision 4bc772ae (ceph): Merge pull request #45266 from tchaikov/wip-sphinx
admin/doc-requirements: bump sphinx to 4.4.0
Reviewed-by: Michael Fritch <mfritch@suse.com>
Reviewed-by: Laura Flore...
Kefu Chai
12:43 PM Revision cf1c45fc (ceph): Merge pull request #45311 from idryomov/wip-test-notify-rebuild-object-...
pacific: test/librbd/test_notify.py: effect post object map rebuild assert
Reviewed-by: Deepika Upadhyay <dupadhya@r...
Ilya Dryomov
12:19 PM Dashboard Bug #53244 (In Progress): mgr/dashboard: unselect when clicking outside a table
Sarthak Gupta
09:39 AM mgr Bug #54502 (Resolved): mgr/cephadm: alertmanager generate_config doesn't consider FQDN
The Prometheus alertmanager contains a dashboard webhook_config entry for every mgr instance (active and inactive) as... Tatjana Dehler
09:20 AM Revision 48746c0a (ceph): test/librbd/test_notify.py: effect post object map rebuild assert
Instead of just optionally skipping update_features test, commit
9c0b239d70cd ("qa/upgrade: conditionally disable upd...
Ilya Dryomov
09:17 AM Revision 272358d0 (ceph): test/librbd/test_notify.py: effect post object map rebuild assert
Instead of just optionally skipping update_features test, commit
9c0b239d70cd ("qa/upgrade: conditionally disable upd...
Ilya Dryomov
09:15 AM Revision 249e5e35 (ceph): Merge pull request #45297 from idryomov/wip-test-notify-rebuild-object-map
test/librbd/test_notify.py: effect post object map rebuild assert
Reviewed-by: Deepika Upadhyay <dupadhya@redhat.com>
Ilya Dryomov
08:57 AM Revision e4db28f6 (ceph): doc/cephadm/adoption.rst: fix typos
Signed-off-by: wangyunqing <wangyunqing@inspur.com> yunqing wang
07:07 AM Revision 1af515da (ceph): Merge pull request #45278 from rzarzynski/wip-crimson-fix-logs-in-cls
crimson, cls: fix the inability to print logs from plugins.
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by:...
Samuel Just
06:43 AM CephFS Bug #54461 (Fix Under Review): ffsb.sh test failure
I just revert the buggy commit because these two issues are contradict each other. The old issue needs it to close th... Xiubo Li
06:25 AM Revision cc64c57c (ceph): qa: verify idempotent subvolume creation for 'mode' argument
Fixes: https://tracker.ceph.com/issues/54375
Signed-off-by: Nikhilkumar Shelke <nshelke@redhat.com>
Nikhilkumar Shelke
05:55 AM Revision d164e49b (ceph): mgr/volumes: the 'mode' should honor idempotent subvolume creation
currently the 'mode' argument is not honored idempotent
subvolume creation for existing subvolume.
Fixes: https://tr...
Nikhilkumar Shelke
05:29 AM Revision 3cca3ed5 (ceph): qa/suites/crimson-rados: add fixed-1 for seastore
Signed-off-by: chunmei-liu <chunmei.liu@intel.com> chunmei liu
04:27 AM Revision 4a01fc77 (ceph): doc/rados/operations/placement-groups: fix --bulk commands
Some parts of the documents regarding
the bulk flag have typos.
Command for creating a pool
was: `ceph osd create ...
Kamoltat (Junior) Sirivadhna

03/08/2022

10:15 PM Revision 7ea0eb72 (ceph): mgr/dashboard: switch the columns on and off correctly.
Fixing the table model so it we can switch the columns on and off correctly.
A bug in the function tranfering the use...
Daniel Persson
10:06 PM Revision 5e105778 (ceph): docs: Update Foundation member list for March #45305
Signed-off-by: Mike Perez <thingee@gmail.com> Mike Perez
09:36 PM Bug #50280: cephadm: RuntimeError: uid/gid not found
/a/yuriw-2022-03-07_22:06:10-rados-wip-yuri-testing-2022-03-07-0958-distro-default-smithi/6725705 Laura Flores
09:05 PM CephFS Bug #54501 (Pending Backport): libcephfs: client needs to update the mtime and change attr when s...
This issue was identified by Jeff here, https://bugzilla.redhat.com/show_bug.cgi?id=1975689#c21
The libcephfs clie...
Ramana Raja
08:52 PM rgw Bug #54500: Trim olh entries with empty name from bi
Found some more evidence that indeed key.name.empty() shouldn't happen. In rgw_data_sync.cc we skip these empty entri... Dan van der Ster
08:15 PM rgw Bug #54500 (Fix Under Review): Trim olh entries with empty name from bi
Dan van der Ster
08:11 PM rgw Bug #54500 (Resolved): Trim olh entries with empty name from bi
Is there any legitimate use-case for an olh entry with key.name == "" ? If not, let's trim them, e.g. during reshard,... Dan van der Ster
08:01 PM rbd Bug #54440 (Fix Under Review): Create test case to verify values of snaps in rbd du
Christopher Hoffman
07:46 PM Revision ab999a9f (ceph): Merge pull request #45228 from rkachach/backport_of_45054_and_44779
pacific: mgr/cephadm: Delete ceph.target if last cluster
Reviewed-by: Adam King <adking@redhat.com>
Adam King
07:45 PM Revision 6ed1de5b (ceph): Merge pull request #45226 from rkachach/backport_of_pr_45023
pacific: mgr/cephadm: Show an error when invalid format
Reviewed-by: Adam King <adking@redhat.com>
Adam King
07:05 PM Revision c4566681 (ceph): RGW - Fix inverted return check
get_obj_head_ioctx() returns the standard int but the call was casting
it to a bool, inverting it's meaning. Fix it ...
Daniel Gryniewicz
06:52 PM RADOS Bug #51627: FAILED ceph_assert(attrs || !recovery_state.get_pg_log().get_missing().is_missing(soi...
Myoungwon Oh wrote:
> The error message looks like similar before, but the cause is difference from the prior case.
...
Neha Ojha
06:42 PM Revision e338e1f7 (ceph): Merge pull request #45211 from phlogistonjohn/jjm-nfs-cleanups3
mgr/nfs: Additional fixes for NFS export management without orchestration
Reviewed-by: Adam King <adking@redhat.com>...
Adam King
06:33 PM Revision 43cc2946 (ceph): Merge pull request #45281 from rkachach/fix_issue_54487
mgr/cephadm: fixing MDSSpec ctr
Reviewed-by: Adam King <adking@redhat.com>
Adam King
06:31 PM Revision 03a0c3b3 (ceph): Merge pull request #45039 from Matan-B/wip-matanb-nfs-timeout
qa/tasks/cephfs: increase timeout in test_nfs.py
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: Venky Shank...
Adam King
06:27 PM Revision 66fa95f3 (ceph): crimson/osd: fix no ENOENT when removing already removed object
This patch deals with the following problem:
```
[rzarzynski@o06 build]$ RBD_FEATURES="21" ./bin/ceph_test_cls_rbd -...
Radoslaw Zarzynski
06:16 PM Revision fade882f (ceph): Merge pull request #45298 from zdover23/wip-doc-pr45139-backport-2nd-at...
doc/start: include A. D'Atri's hardware-recs recs
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
zdover23
05:58 PM Dashboard Backport #53700 (In Progress): pacific: mgr/dashboard: frontend not load on iOS safari
Ernesto Puerta
05:58 PM Revision d100abd5 (ceph): mgr/dashboard: fix white screen on Safari
Safari do not support lookbehind in regular expression.
Fixes: https://tracker.ceph.com/issues/53665
Signed-off-by: ...
玮文 胡
05:40 PM rgw Bug #54499 (Fix Under Review): rgw: Update "CEPH_RGW_DIR_SUGGEST_LOG_OP" for remove entries
Casey Bodley
05:31 PM rgw Bug #54499 (Pending Backport): rgw: Update "CEPH_RGW_DIR_SUGGEST_LOG_OP" for remove entries
dir_suggest() expects "CEPH_RGW_DIR_SUGGEST_LOG_OP" flag to be set to log completion of any pending Bucket Index tran... Soumya Koduri
05:02 PM Revision 87c4cf05 (ceph): rgw: Update "CEPH_RGW_DIR_SUGGEST_LOG_OP" for remove entries
dir_suggest() expects "CEPH_RGW_DIR_SUGGEST_LOG_OP" flag to be set to log
completion of any pending Bucket Index tran...
Soumya Koduri
03:35 PM rgw Backport #54498 (Rejected): octopus: bucket index completions may not retry after reshard
Backport Bot
03:35 PM rgw Backport #54497 (Resolved): pacific: bucket index completions may not retry after reshard
https://github.com/ceph/ceph/pull/49093 Backport Bot
03:35 PM rgw Backport #54496 (Resolved): quincy: bucket index completions may not retry after reshard
https://github.com/ceph/ceph/pull/49092 Backport Bot
03:32 PM Revision dad598dc (ceph): Merge pull request #45214 from cbodley/wip-rgw-ancient-curl-workaround
cmake/rgw: remove workaround for ancient libcurl
Reviewed-by: Yehuda Sadeh <ysadehwe@redhat.com>
Casey Bodley
03:32 PM rgw Bug #53788 (Fix Under Review): radosgw should reopen ops log file on SIGHUP
thanks Cory, the PR #44488 merged to master. if this needs backports, can you please add backport tags and set status... Casey Bodley
03:30 PM Revision 7eaed47a (ceph): Merge pull request #44488 from cfsnyder/wip-53788-reopen-ops-log-sighup
rgw: reopen ops log file on sighup
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
03:30 PM rgw Bug #54435 (Pending Backport): bucket index completions may not retry after reshard
Casey Bodley
03:29 PM Revision e11e62e5 (ceph): Merge pull request #45212 from cbodley/wip-54435
rgw: prevent spurious/lost notifications in the index completion thread
Reviewed-by: Yuval Lifshitz <ylifshit@redhat...
Casey Bodley
03:13 PM Revision b89c2801 (ceph): doc/start: include A. D'Atri's hardware-recs recs
This PR restores material about partition alignment
and material about separating OS and OSD data that
was removed in...
Zac Dover
02:36 PM rbd Tasks #54312: combine the journal and snapshot test scripts
Hi, I am new to the community and would like to work on this issue as my first contribution. Jayati Shrivastava
02:04 PM Revision 40319177 (ceph): mgr/alerts: Add Date header to mails sent by alerts module
Signed-off-by: Lorenz Bausch <info@lorenzbausch.de> Lorenz Bausch
01:53 PM Revision ef5975e7 (ceph): mgr/alerts: Generate Message-Id for mails sent by alerts module
Signed-off-by: Lorenz Bausch <info@lorenzbausch.de> Lorenz Bausch
01:48 PM CephFS Bug #54462: Command failed (workunit test fs/snaps/snaptest-git-ceph.sh) on smithi055 with status...
Venky Shankar wrote:
> Jeff thinks it might be a permission issue.
This is a different one - https://tracker.ceph...
Venky Shankar
01:35 PM rgw Backport #54495 (Resolved): octopus: segmentation fault in UserAsyncRefreshHandler::init_fetch
https://github.com/ceph/ceph/pull/45412 Backport Bot
01:35 PM rgw Backport #54494 (Resolved): pacific: segmentation fault in UserAsyncRefreshHandler::init_fetch
https://github.com/ceph/ceph/pull/45411 Backport Bot
01:35 PM rgw Backport #54493 (Resolved): quincy: segmentation fault in UserAsyncRefreshHandler::init_fetch
https://github.com/ceph/ceph/pull/49083 Backport Bot
01:35 PM rgw Backport #54492 (Rejected): octopus: Data race in RGWDataChangesLog::ChangeStatus
Backport Bot
01:35 PM rgw Backport #54491 (Resolved): pacific: Data race in RGWDataChangesLog::ChangeStatus
Backport Bot
01:35 PM rgw Backport #54490 (Resolved): quincy: Data race in RGWDataChangesLog::ChangeStatus
Backport Bot
01:32 PM rgw Bug #54112 (Pending Backport): segmentation fault in UserAsyncRefreshHandler::init_fetch
Casey Bodley
01:31 PM Revision e98697fd (ceph): Merge pull request #44859 from cfsnyder/wip-54112-rgw-segfault-init-fetch
rgw: fix segfault in UserAsyncRefreshHandler::init_fetch
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
01:31 PM rgw Bug #54208 (Pending Backport): Data race in RGWDataChangesLog::ChangeStatus
Casey Bodley
01:31 PM Revision eb25bf25 (ceph): Merge pull request #44946 from adamemerson/wip-54208
rgw: Fix data race in ChangeStatus
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
01:28 PM Revision 112c2608 (ceph): rgw: initialize RGWIndexCompletionManager thread after related members
resolves valgrind issues about RGWIndexCompletionManager::process()
using uninitialized memory
Signed-off-by: Casey ...
Casey Bodley
12:59 PM Revision 5b94f080 (ceph): test/librbd/test_notify.py: effect post object map rebuild assert
Instead of just optionally skipping update_features test, commit
9c0b239d70cd ("qa/upgrade: conditionally disable upd...
Ilya Dryomov
10:32 AM CephFS Bug #53911: client: client session state stuck in opening and hang all the time
This fixing will introduce new bug in https://tracker.ceph.com/issues/54461. Xiubo Li
10:28 AM CephFS Bug #54461: ffsb.sh test failure
This bug is introduced by https://tracker.ceph.com/issues/53911. Xiubo Li
08:09 AM CephFS Bug #54461: ffsb.sh test failure
In remote/smithi156/log/ceph-mds.b.log.gz, we can see that the reconnection is denied by mds.b:... Xiubo Li
07:50 AM CephFS Bug #54461: ffsb.sh test failure
It failed in ffsb code:... Xiubo Li
10:11 AM CephFS Backport #54479 (In Progress): pacific: mgr/stats: be resilient to offline MDS rank-0
Jos Collin
10:03 AM CephFS Backport #54480 (In Progress): quincy: mgr/stats: be resilient to offline MDS rank-0
Jos Collin
10:00 AM RADOS Bug #54489 (New): mon: ops get stuck in "resend forwarded message to leader"
I hited this bug "BUG #22114":https://tracker.ceph.com/issues/22114#change-211414 in octopus.
"description": "log(2 ...
Jiaxing Fan
09:45 AM CephFS Bug #54046: unaccessible dentries after fsstress run with namespace-restricted caps
OK - super easy to reproduce with some directory pinning. steps -
(requires a ceph user with path restricted caps)
...
Venky Shankar
09:25 AM CephFS Bug #54375 (Fix Under Review): mgr/volumes: The 'mode' argument is not honored on idempotent subv...
Nikhilkumar Shelke
09:02 AM RADOS Bug #51307: LibRadosWatchNotify.Watch2Delete fails
Laura Flores wrote:
> /a/yuriw-2022-02-16_00:25:26-rados-wip-yuri-testing-2022-02-15-1431-distro-default-smithi/6687...
Nitzan Mordechai
08:40 AM rgw Bug #52662: rgw: cannot delete bucket
J. Eric Ivancich wrote:
> Here's the branch with the fix: https://github.com/ivancich/ceph-fork/tree/wip-multipart-p...
Paul Jurco
03:15 AM Revision 78af5100 (ceph): Merge pull request #45274 from Matan-B/wip-matanb-c-ops-debug
crimson/osd: do_pgnls_common debug message format
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Reviewed-by:...
Samuel Just
03:10 AM rgw Bug #54488 (Pending Backport): can not get quota config via swift api
**According to [[https://docs.openstack.org/api-ref/object-store/?expanded=show-container-metadata-detail#show-contai... yunqing wang
02:31 AM Orchestrator Bug #54029 (Pending Backport): orch:cephadm/workunits/{agent/on mon_election/connectivity task/te...
Adam King
02:30 AM Orchestrator Bug #51733 (In Progress): offline host hangs serve loop for 15 mins
Adam King
02:26 AM Orchestrator Bug #53269 (Resolved): store container registry credentials in config-key
Adam King
02:24 AM Orchestrator Bug #54033 (Closed): Not able to configure cluster (v16.2.7) with specific version of container i...
closing as this is solved in https://tracker.ceph.com/issues/54141 Adam King
01:51 AM Revision 45c7b4b5 (ceph): crimson/osd, osd: don't use VLA in cls_log() anymore.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
01:31 AM Revision f62329f9 (ceph): crimson, cls: fix the inability to print logs from plugins.
`cls_log()` of the interface between an OSD and a plugin
(a Ceph Class) is implemented on top of the `dout` macros
an...
Radoslaw Zarzynski

03/07/2022

11:17 PM mgr Backport #53620 (In Progress): octopus: Module 'devicehealth' has failed: can't subtract offset-n...
https://github.com/ceph/ceph/pull/45287 Yaarit Hatuka
11:12 PM mgr Backport #53621 (Resolved): pacific: Module 'devicehealth' has failed: can't subtract offset-naiv...
Yaarit Hatuka
11:11 PM Revision fb1c1bfd (ceph): mgr/devicehealth: fix missing timezone from time delta calculation
An error occurs when subtracting a datetime object that is offset-naive
(i.e. unaware of timezone) from a datetime ob...
Yaarit Hatuka
10:25 PM Revision 445425ce (ceph): mgr/cephadm: add keep-alive requests to ssh connections
Fixes: https://tracker.ceph.com/issues/51733
Signed-off-by: Adam King <adking@redhat.com>
Adam King
10:12 PM rbd Backport #54324: pacific: allow rbd_default_map_options to be overridden at pool and image level
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45181
merged
Yuri Weinstein
10:12 PM Revision 56eeb74f (ceph): Merge pull request #45181 from ideepika/wip-54324-pacific
pacific: tools/rbd: expand where option rbd_default_map_options can be set
Reviewed-by: Ilya Dryomov <idryomov@redha...
Yuri Weinstein
10:11 PM rbd Backport #54379: pacific: c++20: compilation failures around BitVector::NoInitAllocator
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45179
merged
Yuri Weinstein
10:11 PM Revision f558ab36 (ceph): Merge pull request #45179 from ideepika/wip-54379-pacific
pacific: common: replace BitVector::NoInitAllocator with wrapper struct
Reviewed-by: Ilya Dryomov <idryomov@redhat.com>
Yuri Weinstein
10:10 PM rbd Backport #54381: pacific: qa/workunits/rbd/rbd_mirror_stress.sh: rbd: mirroring not enabled on th...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45170
merged
Yuri Weinstein
10:10 PM Revision 1aa9de0d (ceph): Merge pull request #45170 from pponnuvel/wip-54381-pacific
pacific: rbd-mirror: make mirror properly detect pool replayer needs restart
Reviewed-by: Ilya Dryomov <idryomov@red...
Yuri Weinstein
08:51 PM Revision ec81f225 (ceph): Merge pull request #44831 from adamemerson/wip-prepend
build: PREPEND -Og, not APPEND
Reviewed-by: Kefu Chai <tchaikov@gmail.com>
Reviewed-by: Matt Benjamin <mbenjami@redh...
Adam Emerson
07:57 PM Revision 0b6cbf30 (ceph): doc: Add alternative memory profiling to doc
This adds documentation about alternative
memory profiling options for services such
as RadosGW using the Massif heap...
Tobias Urdin
07:33 PM rgw Bug #54482 (Fix Under Review): octopus: heap memory leak in radosgw
Casey Bodley
03:15 PM rgw Bug #54482: octopus: heap memory leak in radosgw
This might be solved if we upgrade I would guess because of the major refactor in https://github.com/ceph/ceph/commit... Tobias Urdin
03:13 PM rgw Bug #54482: octopus: heap memory leak in radosgw
After a while with:
GET /admin/bucket?uid=<uid here>&stats=true
Tobias Urdin
02:42 PM rgw Bug #54482: octopus: heap memory leak in radosgw
Should probably mention that we have thousands of buckets that we retrieve statistics for, but we don't expect memory... Tobias Urdin
10:52 AM rgw Bug #54482: octopus: heap memory leak in radosgw
Seems like this is related to the admin API. Tobias Urdin
10:43 AM rgw Bug #54482: octopus: heap memory leak in radosgw
... Tobias Urdin
10:42 AM rgw Bug #54482 (Resolved): octopus: heap memory leak in radosgw
I've been trying to narrow down why radosgw is hogging so much memory first on 15.2.15 then I found https://github.co... Tobias Urdin
07:22 PM Revision 5ecebf23 (ceph): rgw: fix leak of RGWBucketList memory (octopus only)
this updates an earlier octopus-only fix,
0de02a88be0972c89ed2bb10dc438d080137bd18, to also free the RGWBucket*
in ea...
Casey Bodley
07:11 PM Revision 40160365 (ceph): os/bluestore/bluefs: Improve unittest for compaction
Improved unittest for compaction to add some files after compacting.
It is used to prove that there is a problem with...
Adam Kupczyk
07:11 PM Revision 1ab69d86 (ceph): os/bluestore/bluefs: Fix sync compaction
Fixes problem with sync compaction (_rewrite_log_and_layout_sync).
There was a problem with not updating log_seq afte...
Adam Kupczyk
07:00 PM Bug #54453 (Fix Under Review): jenkins ceph windows tests: Undefined reference in /home/jenkins-b...
Laura Flores
05:45 PM rgw Feature #54476: rgw: allow S3 delete-marker behavior to be restored via config
J. Eric Ivancich wrote:
> I thought I'd see if anyone knows why this is S3's behavior and can think of any adverse b...
Casey Bodley
05:30 PM Revision 25cf3020 (ceph): Merge pull request #43858 from rzarzynski/wip-msgr-no-cpp_error-on-read
msg/async: remove the misleading error description on read failures
Reviewed-by: Casey Bodley <cbodley@redhat.com>
R...
Ilya Dryomov
05:10 PM Revision bf8bea2d (ceph): Revert "octopus: rbd-mirror: make mirror properly detect pool replayer ...
Yuri Weinstein
04:28 PM Revision f6b9693b (ceph): Merge pull request #45277 from rzarzynski/wip-crimson-fix-bo-in-pgbackend
crimson/osd: fix buffer overflow due to missed debug's param
Reviewed-by: Kefu Chai <tchaikov@gmail.com>
Kefu Chai
04:24 PM Revision ded0b4d2 (ceph): submodule: bump up rapidjson submodule
to include the C++20 fixes introduced recently.
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
Kefu Chai
04:14 PM Revision 41ca50c8 (ceph): mgr/dashboard: fix columns in host table with NaN Undefined
Fixes: https://tracker.ceph.com/issues/54068
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
Avan Thakkar
04:03 PM Revision eb4e3f24 (ceph): mgr/cephadm: fixing MDSSpec ctr
Fixes issue: https://tracker.ceph.com/issues/54487
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
Redouane Kachach Elhichou
03:53 PM Revision 88bcacc2 (ceph): RGW - Zipper - remove RGWObjectCtx from SAL API
RGWObjectCtx is a RADOS-specific concept, but it's threaded through the
whole of RGW. Remove it from the SAL API, an...
Daniel Gryniewicz
03:42 PM Revision 4fd98ce0 (ceph): os/bluestore/bluefs: Fix sync compaction
Fixes problem with sync compaction (_rewrite_log_and_layout_sync).
There was a problem with not updating log_seq afte...
Adam Kupczyk
03:42 PM Revision 8d052558 (ceph): os/bluestore: Fix problem with allocation desync
Close window for possibility to capture allocator state and bluefs state
that are not in sync.
Signed-off-by: Gabrie...
Gabriel BenHanokh
03:40 PM Revision 9b2a64a5 (ceph): osd: Modify OSD Fast-Shutdown to work safely
quiesce all activities and destage allocations to disk before killing the OSD
1) keep the old (unsafe) fast-shut...
Gabriel BenHanokh
03:34 PM Orchestrator Bug #54487 (Resolved): Error when applying an MDS spec with a 'config' section

cephadm throws and error when applying the following spec file:...
Redouane Kachach Elhichou
03:00 PM RADOS Bug #54485 (Fix Under Review): doc/rados/operations/placement-groups/#automated-scaling: --bulk i...
Kamoltat (Junior) Sirivadhna
02:45 PM RADOS Bug #54485 (Resolved): doc/rados/operations/placement-groups/#automated-scaling: --bulk invalid c...
Command for creating a pool
was: `ceph osd create test_pool --bulk`
should be: `ceph osd pool create test_pool ...
Kamoltat (Junior) Sirivadhna
02:55 PM Orchestrator Feature #54486 (Rejected): ca certificate files need to be made permanent inside RGW container
there's currently no way to add custom ca trusted certificate files permanently in rgw containers.
this is a RFE f...
Guillaume Abrioux
02:27 PM Orchestrator Bug #50592: "ceph orch apply <svc_type>" applies placement by default without providing any output
Redouane Kachach Elhichou wrote:
> The changes requiered for this enhancement are very simple (adding a the phrase '...
Sebastian Wagner
01:37 PM Orchestrator Bug #50592 (Closed): "ceph orch apply <svc_type>" applies placement by default without providing ...
Redouane Kachach Elhichou
01:37 PM Orchestrator Bug #50592 (Won't Fix): "ceph orch apply <svc_type>" applies placement by default without providi...
Redouane Kachach Elhichou
01:37 PM Orchestrator Bug #50592: "ceph orch apply <svc_type>" applies placement by default without providing any output
The changes requiered for this enhancement are very simple (adding a the phrase 'Saving service name...' to the outpu... Redouane Kachach Elhichou
02:26 PM Revision 0e212b2d (ceph): crimson/osd: fix buffer overflow due to missed debug's param
The problem is:
```
DEBUG 2022-03-07 13:50:40,027 [shard 0] osd - calling method rbd.create, num_read=0, num_write=0...
Radoslaw Zarzynski
02:14 PM Revision 5a01f08e (ceph): qa/suites/krbd: add rbd_default_map_options override coverage
Add coverage to test precedence, override, and option merge on rbd map.
Signed-off-by: Christopher Hoffman <choffman...
Christopher Hoffman
02:14 PM Revision 0f8809e7 (ceph): qa/suites/krbd: rename rxbounce subsuite
A new job that doesn't want ms_mode to be set underneath it is about to
be added. Rename rxbounce to ms_modeless to ...
Ilya Dryomov
02:14 PM Revision 7fb3a1fb (ceph): rbd: support pool and image level overrides for rbd_default_map_options
Fixes: https://tracker.ceph.com/issues/52850
Signed-off-by: Christopher Hoffman <choffman@redhat.com>
(cherry picked ...
Christopher Hoffman
02:11 PM Orchestrator Bug #54475: Versions reported by cephadm after an upgrade are not consistent
cephadm and/or ceph-common RPMs were not been upgraded (octopus -> pacific)? Michael Fritch
02:10 PM Revision d9ac8f20 (ceph): Merge pull request #45225 from dang/wip-dang-fix-inverted
RGW - Fix inverted return check
Reviewed-by: Eric Ivancich <eivancic@redhat.com>
Daniel Gryniewicz
01:47 PM CephFS Backport #54477: quincy: ceph-fuse: If nonroot user runs ceph-fuse mount on then path is not expe...
Nikhil, please take this. Venky Shankar
05:05 AM CephFS Backport #54477 (Resolved): quincy: ceph-fuse: If nonroot user runs ceph-fuse mount on then path ...
https://github.com/ceph/ceph/pull/45331 Backport Bot
01:46 PM CephFS Backport #54480: quincy: mgr/stats: be resilient to offline MDS rank-0
Jos, please take this. Venky Shankar
05:11 AM CephFS Backport #54480 (Resolved): quincy: mgr/stats: be resilient to offline MDS rank-0
https://github.com/ceph/ceph/pull/45291 Backport Bot
01:46 PM CephFS Bug #54460 (Triaged): snaptest-multiple-capsnaps.sh test failure
Venky Shankar
01:45 PM CephFS Bug #54461 (Triaged): ffsb.sh test failure
Venky Shankar
01:44 PM CephFS Bug #54462 (Triaged): Command failed (workunit test fs/snaps/snaptest-git-ceph.sh) on smithi055 w...
Jeff thinks it might be a permission issue. Venky Shankar
01:19 PM CephFS Bug #54046: unaccessible dentries after fsstress run with namespace-restricted caps
Hitting this bug involves having hardlinks to inodes which are authoritative in another active mds. When a non-primar... Venky Shankar
01:10 PM Orchestrator Bug #54342 (Fix Under Review): cephadm crashes when hostname contains an invalid char instead of ...
Redouane Kachach Elhichou
12:50 PM Revision 387c7f33 (ceph): ceph_test_rados_io_pp: verify sparse_read behavior with non-zero trunca...
Fixes: http://tracker.ceph.com/issues/54280
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Jeff Layton
12:50 PM Revision b9bf65ac (ceph): librados: add ability to pass a truncate_size/seq to sparse_read
Fixes: http://tracker.ceph.com/issues/54280
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Jeff Layton
12:47 PM Revision ea5273e3 (ceph): crimson/osd: do_pgnls_common debug message format
Signed-off-by: Matan Breizman <mbreizma@redhat.com> Matan Breizman
12:42 PM Revision 58f3e8bb (ceph): osd: allow sparse reads with a non-zero truncate-seq
do_read() just uses the truncate_seq to tell how to cap the length of
the read. I see no reason that sparse reads sho...
Jeff Layton
12:18 PM CephFS Bug #52438: qa: ffsb timeout
Created one pr in ffsb https://github.com/ceph/ffsb/pull/3 to fix it Xiubo Li
12:16 PM CephFS Bug #52438: qa: ffsb timeout
Actually the `ffsb` test finished very fast and took 346.70 seconds:
```
2022-02-28T08:29:36.007 INFO:tasks.worku...
Xiubo Li
11:20 AM rbd Backport #54484 (Resolved): pacific: rbd snapshot schedule status output is missing schedule
https://github.com/ceph/ceph/pull/45532 Backport Bot
11:20 AM rbd Backport #54483 (Resolved): octopus: rbd snapshot schedule status output is missing schedule
https://github.com/ceph/ceph/pull/45530 Backport Bot
11:19 AM Revision b451dbbb (ceph): mgr/rbd_support: cast pool_id from int to str when collecting LevelSpec
While collecting LevelSpec using class method from_name make sure to cast
pool_id from int to string. This is necessa...
Sunny Kumar
11:19 AM Revision 223fca07 (ceph): qa/workunits/rbd: expand LevelSpec parsing coverage
Invoke "rbd mirror snapshot schedule ls -R" and "rbd mirror snapshot
schedule status" commands on all levels, consist...
Ilya Dryomov
11:19 AM Revision f37d0f13 (ceph): rbd: fix a typo in "rbd trash purge schedule ls" formatted output
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit beffb7f9c6a4a19b6c4cfb65d04386575af50961)
Ilya Dryomov
11:15 AM rbd Bug #53915 (Pending Backport): rbd snapshot schedule status output is missing schedule
Ilya Dryomov
11:14 AM Revision 4ba375ea (ceph): Merge pull request #45149 from sunnyku/wip-fix-schedule-status
mgr/rbd_support: cast pool_id from int to str when collecting LevelSpec
Reviewed-by: Mykola Golub <mgolub@suse.com>
...
Ilya Dryomov
10:10 AM Dashboard Bug #47510: mgr/dashboard: container ID truncates in daemons table when using Rook orchestrator
Hello, I would like to assist with this task Ngwa Sedrick Meh
09:42 AM Dashboard Bug #47374: mgr/dashboard: values of the `Daemons` column of Ganesha exports table contains no sp...
Hello I would like to assist with this task Ngwa Sedrick Meh
09:35 AM Revision 815300a5 (ceph): qa/suites/crimson-rados: add seastore test case
Signed-off-by: chunmei-liu <chunmei.liu@intel.com> chunmei liu
08:46 AM Revision 7a6661dd (ceph): qa/suites/krbd: add rbd_default_map_options override coverage
Add coverage to test precedence, override, and option merge on rbd map.
Signed-off-by: Christopher Hoffman <choffman...
Christopher Hoffman
08:46 AM Revision c9d0eacd (ceph): qa/suites/krbd: rename rxbounce subsuite
A new job that doesn't want ms_mode to be set underneath it is about to
be added. Rename rxbounce to ms_modeless to ...
Ilya Dryomov
08:46 AM Revision 1295813f (ceph): rbd: support pool and image level overrides for rbd_default_map_options
Fixes: https://tracker.ceph.com/issues/52850
Signed-off-by: Christopher Hoffman <choffman@redhat.com>
(cherry picked ...
Christopher Hoffman
08:43 AM Revision cd7bd520 (ceph): ceph-fuse: ignore fuse mount failure if path is already mounted
Fixes: https://tracker.ceph.com/issues/46075
Signed-off-by: Nikhilkumar Shelke <nshelke@redhat.com>
Nikhilkumar Shelke
08:43 AM Revision 34cf3ec7 (ceph): qa: test ceph-fuse mount on already mounted path
Fixes: https://tracker.ceph.com/issues/46075
Signed-off-by: Nikhilkumar Shelke <nshelke@redhat.com>
Nikhilkumar Shelke
08:31 AM Revision c11455fb (ceph): build: avoid Windows linking issues
A recent commit [1] changed the way in which libceph-common is built.
Previously, it was always built statically but ...
Lucian Petrut
08:28 AM Revision a878c744 (ceph): mgr/dashboard: highlight the search text in cluster logs
Fixes: https://tracker.ceph.com/issues/54445
Signed-off-by: Sarthak0702 <sarthak.0702@gmail.com>
Sarthak0702
08:18 AM Revision 8b7432b9 (ceph): include: Define dlfcn.h on Windows
"dlfcn.h" is not available on Windows, so Ceph provides a drop-in
replacement through "dlfcn_compat.h".
The issue is...
Lucian Petrut
07:30 AM Dashboard Bug #54481 (Pending Backport): mgr/dashboard: snaptrim_wait is considered Unknown
h3. Description of problem
In the dashboard, the state snaptrim_wait is considered an unknown state causing the PG...
Kevin Meijer
05:11 AM CephFS Backport #54479 (Resolved): pacific: mgr/stats: be resilient to offline MDS rank-0
https://github.com/ceph/ceph/pull/45293 Backport Bot
05:07 AM CephFS Bug #50033 (Pending Backport): mgr/stats: be resilient to offline MDS rank-0
Venky Shankar
05:07 AM Revision c0c05efa (ceph): Merge pull request #42098 from joscollin/wip-B50033-rank0-stale-perf-stats
mgr/stats: be resilient to offline rank0 MDS
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Venky Shankar
05:05 AM CephFS Backport #54478 (Resolved): pacific: ceph-fuse: If nonroot user runs ceph-fuse mount on then path...
https://github.com/ceph/ceph/pull/45351 Backport Bot
05:04 AM Revision 84835e6b (ceph): Merge pull request #41397 from vshankar/wip-48619
cephfs-top: display average read/write/metadata latency
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Venky Shankar
05:03 AM CephFS Bug #51062 (Resolved): mds,client: suppport getvxattr RPC
Venky Shankar
05:02 AM Revision e0e2049e (ceph): Merge pull request #42001 from mchangir/mds-implement-new-getvxattr-rpc
mds,client: add new getvxattr op
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Venky Shankar
05:01 AM CephFS Bug #54049 (Pending Backport): ceph-fuse: If nonroot user runs ceph-fuse mount on then path is no...
Venky Shankar
05:00 AM Revision dc953902 (ceph): Merge pull request #44863 from nmshelke/ceph-fuse-54049
ceph-fuse: perform cleanup if test_dentry_handling failed
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Venky Shankar
03:44 AM Revision b8257b43 (ceph): crimson/os/seastore: make segment cleaner do gc based on gc benefit cos...
Segments' benefit cost ratio is calculated:
segment_last_mod_time = max{last modification time of all extents in the ...
Xuehan Xu
02:25 AM Revision e48fc34b (ceph): crimson/os/seastore/segment_cleaner: add space reclaim related metrics
Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com> Xuehan Xu
02:24 AM Revision e9aa3497 (ceph): crimson/os/seastore/EPM: differentiate new extents and rewritten extents
For new extents, randomly write them into a group of writers; while, for
rewritten extents, write them into a dedicat...
Xuehan Xu
02:24 AM Revision cd3589c5 (ceph): crimson/os/seastore/segment_cleaner: set the default maximum space recl...
Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com> Xuehan Xu
02:24 AM Revision 7d013677 (ceph): crimson/os/seastore: track extents' last modification time
Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com> Xuehan Xu

03/06/2022

10:30 PM Orchestrator Bug #54390 (Pending Backport): cephadm: extra_container_args doesn't work on most daemon types
backported into pacific, just needs quincy Adam King
10:26 PM Revision 37272975 (ceph): Merge pull request #45234 from adk3798/pacific-extra-all
pacific: mgr/cephadm: extend extra_container_args to other service types
Reviewed-by: Michael Fritch <mfritch@suse.com>
Adam King
08:42 PM RADOS Bug #47299: Assertion in pg_missing_set: p->second.need <= v || p->second.is_delete()
Just got this again during a recovery after doing maintenance on another node this OSD crashed.
-1> 2022-03-06T...
Tobias Urdin
05:26 PM Orchestrator Bug #54425 (Pending Backport): cephadm: `host label rm` does not block removal of admin keyring
pacific backport in, just needs quincy Adam King
05:25 PM Orchestrator Bug #54413 (Pending Backport): cephadm: orch host drain does not block draining last _admin host ...
pacific backport in, just needs quincy Adam King
05:25 PM Revision d3618582 (ceph): Merge pull request #45229 from adk3798/pacific-admin-drain
pacific: mgr/cephadm: block draining last _admin host
Reviewed-by: Michael Fritch <mfritch@suse.com>
Reviewed-by: Re...
Adam King
05:20 PM Revision 2cc4d9a7 (ceph): Merge pull request #45231 from adk3798/pacific-admin-label-rm
pacific: mgr/cephadm: block removing last instance of _admin label
Reviewed-by: Michael Fritch <mfritch@suse.com>
Adam King
05:19 PM Revision 9bfb499d (ceph): Merge pull request #45174 from adk3798/no-drain-admin
mgr/cephadm: block draining last _admin host
Reviewed-by: Michael Fritch <mfritch@suse.com>
Reviewed-by: Nizamudeen ...
Adam King
05:17 PM Revision 140b410b (ceph): Merge pull request #45202 from adk3798/no-label-rm-admin
mgr/cephadm: block removing last instance of _admin label
Reviewed-by: Michael Fritch <mfritch@suse.com>
Adam King
02:33 PM Dashboard Bug #51119: mgr/dashboard: table hiding selections change automatically
Hi Team.
I've created a PR for this issue. This is my first submission so please tell me if I've done something wr...
Daniel Persson
11:56 AM Revision df2e5102 (ceph): mon/Monitor: Validate monitor ids during 'mon ok-to-stop' cmd
'mon ok-to-stop' should validate the user provided ids before proceeding further
Fixed: https://tracker.ceph.com/is...
Nitzan Mordechai
08:05 AM Revision 77b78287 (ceph): Merge pull request #45263 from idryomov/wip-cmake-disable-dpdk-warnings...
quincy: cmake: pass RTE_DEVEL_BUILD=n when building dpdk
Reviewed-by: Kefu Chai <tchaikov@gmail.com>
Kefu Chai
08:05 AM Revision 124ea444 (ceph): Merge pull request #45262 from idryomov/wip-cmake-disable-dpdk-warnings...
pacific: cmake: pass RTE_DEVEL_BUILD=n when building dpdk
Reviewed-by: Kefu Chai <tchaikov@gmail.com>
Kefu Chai
07:28 AM Revision 05798f0c (ceph): mgr/cephadm: use block quote for "typical use"
otherwise sphinx takes "Typical use" and the following line as a
field. see also
https://www.sphinx-doc.org/en/maste...
Kefu Chai
07:24 AM Revision 8685fffd (ceph): mgr/cephadm: improve the formatting of docstring
add an empty line before a doctest block would help
sphinx to tell where the session starts.
see also https://www.sp...
Kefu Chai
07:04 AM Revision ba3ccee0 (ceph): mgr/cephadm: document notes using "note::" directive
so it can be rendered by sphinx in a better way.
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
Kefu Chai
06:27 AM Revision 8891d653 (ceph): doc/conf.py: silence warnings from breathe
breathe calls doxygen for extracting/generating docs from code.
while doxygen complains at seeing undocumented fields...
Kefu Chai
06:23 AM Revision d9b8e38e (ceph): mgr/cephadm: add empty line after param list in docstring
this helps to silence the warning from sphinx, like
src/pybind/mgr/orchestrator/_interface.py:docstring of orchestra...
Kefu Chai
06:15 AM Revision d0db2ae4 (ceph): mgr/cephadm: set docstring for shim() methods
this allows the "rpc"ized methods of OrchestratorClientMixin to
have the docstring defined by the original methods.
...
Kefu Chai
05:21 AM Revision b8fc4097 (ceph): Merge pull request #45253 from tchaikov/wip-crimson-is-future
crimson/common: specialize seastar::is_future<> for interruptible_fut…
Reviewed-by: Xuehan Xu <xxhdx1985126@gmail.co...
Kefu Chai

03/05/2022

06:40 PM Revision 2791c920 (ceph): Merge pull request #45261 from idryomov/wip-cmake-disable-dpdk-warnings...
octopus: cmake: pass RTE_DEVEL_BUILD=n when building dpdk
Reviewed-by: Kefu Chai <tchaikov@gmail.com>
Kefu Chai
06:32 PM Revision 0a5fab53 (ceph): admin/doc-requirements: bump sphinx to 4.4.0
bump sphinx to latest stable. to address following build failure
ERROR: sphinx-autodoc-typehints 1.17.0 has requirem...
Kefu Chai
03:18 PM Bug #54456: Radosgw not available after restarts with error "Initialization timeout, failed to in...
any update ? Abhijit Chaudhari
02:47 PM Revision 27f3130f (ceph): cmake: pass RTE_DEVEL_BUILD=n when building dpdk
ceph is still using the Makefile based building system for building
DPDK. and DPDK enables -Werror if RTE_DEVEL_BUILD...
Kefu Chai
02:46 PM Revision 10ded522 (ceph): cmake: pass RTE_DEVEL_BUILD=n when building dpdk
ceph is still using the Makefile based building system for building
DPDK. and DPDK enables -Werror if RTE_DEVEL_BUILD...
Kefu Chai
02:41 PM Revision 010d74a8 (ceph): cmake: pass RTE_DEVEL_BUILD=n when building dpdk
ceph is still using the Makefile based building system for building
DPDK. and DPDK enables -Werror if RTE_DEVEL_BUILD...
Kefu Chai
12:36 PM Revision 6fe8e680 (ceph): Merge pull request #45258 from tchaikov/wip-cmake-disable-dpdk-warnings
cmake: pass RTE_DEVEL_BUILD=n when building dpdk
Reviewed-by: Ilya Dryomov <idryomov@redhat.com>
Kefu Chai
12:02 PM Revision 361dca26 (ceph): Merge pull request #45255 from kamoltat/wip-ksirivad-add-jenkins-window
.github/pull_request_template.md: added test windows command
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: ...
Ilya Dryomov
10:20 AM Revision beffb7f9 (ceph): rbd: fix a typo in "rbd trash purge schedule ls" formatted output
Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Ilya Dryomov
10:20 AM Revision 08df6e0f (ceph): qa/workunits/rbd: expand LevelSpec parsing coverage
Invoke "rbd mirror snapshot schedule ls -R" and "rbd mirror snapshot
schedule status" commands on all levels, consist...
Ilya Dryomov
04:57 AM Revision 91a616b2 (ceph): cmake: pass RTE_DEVEL_BUILD=n when building dpdk
ceph is still using the Makefile based building system for building
DPDK. and DPDK enables -Werror if RTE_DEVEL_BUILD...
Kefu Chai

03/04/2022

08:30 PM rgw Feature #54476: rgw: allow S3 delete-marker behavior to be restored via config
I thought I'd see if anyone knows why this is S3's behavior and can think of any adverse behavior that would result f... J. Eric Ivancich
08:29 PM rgw Feature #54476 (Fix Under Review): rgw: allow S3 delete-marker behavior to be restored via config
According to Amazon's S3 documentation on versioned buckets, when the most recent version of an object is a delete-ma... J. Eric Ivancich
07:24 PM mgr Bug #51554 (Resolved): mgr/devicehealth: health warning caused by AttributeError: 'NoneType' obje...
all backports are merged; resolving Yaarit Hatuka
07:22 PM mgr Backport #54395 (Resolved): pacific: mgr/devicehealth: health warning caused by AttributeError: '...
Yaarit Hatuka
06:44 PM mgr Backport #54395: pacific: mgr/devicehealth: health warning caused by AttributeError: 'NoneType' o...
Yaarit Hatuka wrote:
> https://github.com/ceph/ceph/pull/45151
merged
Yuri Weinstein
07:20 PM RADOS Backport #54232 (Resolved): pacific: devices: mon devices appear empty when scraping SMART metrics
Yaarit Hatuka
06:40 PM RADOS Backport #54232: pacific: devices: mon devices appear empty when scraping SMART metrics
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/44959
merged
Yuri Weinstein
07:17 PM Dashboard Bug #54120 (Resolved): mgr/dashboard: dashboard turns telemetry off when configuring report
all backports are merged; resolving Yaarit Hatuka
07:15 PM Dashboard Feature #51020 (Resolved): telemetry activate: only show ident fields when ident is check
all backports are merged; resolving Yaarit Hatuka
07:13 PM Dashboard Bug #54133 (Resolved): mgr/dashboard: Contact Info should be visible only when Ident channel is c...
all backports are merged; resolving Yaarit Hatuka
07:01 PM Revision 7c464a0e (ceph): .github/pull_request_template.md: added test windows command
Added `jenkins test windows` to the
Show available Jenkins Commands section
Signed-off-by: Kamoltat <ksirivad@redha...
Kamoltat (Junior) Sirivadhna
06:52 PM Dashboard Backport #54350 (Resolved): pacific: mgr/dashboard: Contact Info should be visible only when Iden...
Laura Flores
06:43 PM Dashboard Backport #54350: pacific: mgr/dashboard: Contact Info should be visible only when Ident channel i...
Laura Flores wrote:
> https://github.com/ceph/ceph/pull/45110
merged
Yuri Weinstein
06:51 PM Dashboard Backport #54352 (Resolved): pacific: mgr/dashboard: dashboard turns telemetry off when configurin...
Laura Flores
06:43 PM Dashboard Backport #54352: pacific: mgr/dashboard: dashboard turns telemetry off when configuring report
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45111
merged
Yuri Weinstein
06:51 PM Dashboard Backport #54358 (Resolved): pacific: telemetry activate: only show ident fields when ident is check
Laura Flores
06:43 PM Dashboard Backport #54358: pacific: telemetry activate: only show ident fields when ident is check
Laura Flores wrote:
> https://github.com/ceph/ceph/pull/45111
merged
Yuri Weinstein
06:47 PM Revision fa64368a (ceph): test/crimson: use std::for_each() for applying plain function
let's just use std::for_each() for applying function not returning future
to a range, otherwise we'd have
../src/tes...
Kefu Chai
06:44 PM Revision e1551c35 (ceph): Merge pull request #45151 from yaarith/wip-45121-pacific
pacific: mgr/devicehealth: skip null pages when extracting wear level
Reviewed-by: Laura Flores <lflores@redhat.com>
Yuri Weinstein
06:42 PM Revision 3ce4f60a (ceph): Merge pull request #45111 from ljflores/wip-54352-pacific
pacific: mgr/dashboard: dashboard turns telemetry off when configuring report
Reviewed-by: Yaarit Hatuka <yaarit@red...
Yuri Weinstein
06:40 PM Revision 607a21ba (ceph): Merge pull request #44959 from BenoitKnecht/wip-54232-pacific
pacific: mon: Abort device health when device not found
Reviewed-by: Yaarit Hatuka <yaarit@redhat.com>
Yuri Weinstein
05:42 PM Revision d97ea8e5 (ceph): crimson/common: specialize seastar::is_future<> for interruptible_future<>
this ensures that seastar helper functions are able to accept
interruptible_future<> in place of vanilla seastar::fut...
Kefu Chai
05:16 PM Orchestrator Bug #54360: Dead job at "Finished running handlers" in rados/cephadm/osds/.../rm-zap-wait
/a/yuriw-2022-03-01_17:45:51-rados-wip-yuri3-testing-2022-02-28-0757-pacific-distro-default-smithi/6715036 Laura Flores
05:12 PM Orchestrator Bug #54469: cephadm/smoke: "Post https://172.21.15.73:8443//api/prometheus_receiver: context dead...
/a/yuriw-2022-03-01_17:45:51-rados-wip-yuri3-testing-2022-02-28-0757-pacific-distro-default-smithi/6714851 Laura Flores
05:03 PM Orchestrator Bug #54475 (Resolved): Versions reported by cephadm after an upgrade are not consistent
After an upgrade the versions reported by "ceph --version" and "ceph versions" are no the same i.e:... Redouane Kachach Elhichou
04:51 PM RADOS Bug #50042: rados/test.sh: api_watch_notify failures
/a/yuriw-2022-03-01_17:45:51-rados-wip-yuri3-testing-2022-02-28-0757-pacific-distro-default-smithi/6714656... Laura Flores
04:40 PM Revision 4add5fef (ceph): qa/workunits/mon/pg_autoscaler.sh: clean up white space
remove white space and weird indentations
Signed-off-by: Kamoltat <ksirivad@redhat.com>
Kamoltat (Junior) Sirivadhna
04:38 PM Revision 09785475 (ceph): qa/workunits/cephtool/test.sh: added test cases for target_size_ratio
Test the commands:
`osd pool create` <pool> --target_size_ratio <float>
`osd pool set` <pool> target_size_ratio <fl...
Kamoltat (Junior) Sirivadhna
04:18 PM Revision 1b882054 (ceph): mon/OSDMonitor.cc: cannot set target_size_ratio to negative
Throw an error when user set `target_size_ratio`
to negative using the command:
`osd pool set <pool> target_size_rat...
Kamoltat (Junior) Sirivadhna
04:13 PM rbd Backport #54382: octopus: qa/workunits/rbd/rbd_mirror_stress.sh: rbd: mirroring not enabled on th...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45169
merged
Yuri Weinstein
04:13 PM Revision b4ff5c89 (ceph): Merge pull request #45169 from pponnuvel/wip-54382-octopus
octopus: rbd-mirror: make mirror properly detect pool replayer needs restart
Reviewed-by: Ilya Dryomov <idryomov@red...
Yuri Weinstein
04:11 PM Orchestrator Documentation #54474 (Resolved): Improve the documentation of ceph upgrade process
Right now when a user uses cephadm (from a package or github) to upgrade a cluster he/she could forget to upgrade the... Redouane Kachach Elhichou
03:10 PM Revision 988c09d5 (ceph): RGW - Fix inverted return check
get_obj_head_ioctx() returns the standard int but the call was casting
it to a bool, inverting it's meaning. Fix it ...
Daniel Gryniewicz
03:09 PM Bug #54473 (Resolved): cmake: pmdk fails to compile on Centos Stream 9
When attempting to build Ceph master on Centos Stream 9, pmdk throws this error:... Justin Caratzas
01:44 PM Revision e374b971 (ceph): os/bluestore: refactor bluefs get_block_extents interface
Signed-off-by: Igor Fedotov <igor.fedotov@croit.io> Igor Fedotov
01:39 PM RADOS Bug #53729: ceph-osd takes all memory before oom on boot
BTW I'm using Ceph 15.2.16 Guillaume Fenollar
03:13 AM RADOS Bug #53729: ceph-osd takes all memory before oom on boot
Hi everyone,
I'm having this issue as well for several weeks. Something situations stabilizes by themselves, sometim...
Guillaume Fenollar
12:55 PM ceph-volume Bug #53589 (Resolved): ceph-volume unstable provisioning behaviour
Guillaume Abrioux
12:49 PM ceph-volume Bug #53589: ceph-volume unstable provisioning behaviour
i think it relates to https://github.com/ceph/ceph/pull/44104 Guillaume Abrioux
12:54 PM Orchestrator Bug #53397 (Resolved): make cephadm pass CEPH_VOLUME_SKIP_RESTORECON when running ceph-volume
Guillaume Abrioux
12:08 PM ceph-volume Bug #54376 (Resolved): ceph-volume doesn't abort operations when devices have partitions
Guillaume Abrioux
12:08 PM ceph-volume Backport #54400 (Resolved): octopus: ceph-volume doesn't abort operations when devices have parti...
Guillaume Abrioux
12:08 PM Revision 70b6129f (ceph): Merge pull request #45147 from guits/wip-54400-octopus
octopus: ceph-volume: abort when passed devices have partitions Guillaume Abrioux
12:07 PM ceph-volume Backport #54402 (Resolved): pacific: ceph-volume doesn't abort operations when devices have parti...
Guillaume Abrioux
12:07 PM Revision fd165a8b (ceph): Merge pull request #45146 from guits/wip-54402-pacific
pacific: ceph-volume: abort when passed devices have partitions Guillaume Abrioux
12:07 PM ceph-volume Backport #54401 (Resolved): quincy: ceph-volume doesn't abort operations when devices have partit...
Guillaume Abrioux
12:07 PM Revision 0722784c (ceph): Merge pull request #45145 from guits/wip-54401-quincy
quincy: ceph-volume: abort when passed devices have partitions Guillaume Abrioux
11:27 AM Revision b6ec5f5d (ceph): qa/suites/upgrade: Fix nautilus-x/parallel upgrade test
Fix an issue in 'upgrade-mon-osd-mds.yaml' under nautilus-x/parallel test.
The 'wait-for-healthy' check should not be...
Sridhar Seshasayee
10:20 AM Orchestrator Bug #54471: cephadm pull help doesn't list all the options
Thing is: cephadm pull --insecure doesn't actually work for users: every run command might pull the container image (... Sebastian Wagner
09:26 AM Orchestrator Bug #54471 (Closed): cephadm pull help doesn't list all the options
cephadm pull -h doesn't show the available options (--insecure in this case)... Redouane Kachach Elhichou
10:20 AM Revision fac9380f (ceph): doc: fix format issues
Signed-off-by: Ernesto Puerta <epuertat@redhat.com> Ernesto Puerta
10:00 AM CephFS Feature #54472: mgr/volumes: allow users to add metadata (key-value pairs) to subvolumes
Just FYI - mgr/volumes uses .meta file as a metadata store for persisting subvolume related information (path, state,... Venky Shankar
09:46 AM CephFS Feature #54472 (Resolved): mgr/volumes: allow users to add metadata (key-value pairs) to subvolumes
This is similar to RBDs `image-meta get/set/list/remove' interfaces. Updating an existing key should be supported.
...
Venky Shankar
09:45 AM CephFS Bug #54237 (Fix Under Review): pybind/cephfs: Add mapping for Ernno 13:Permission Denied and addi...
Ernesto Puerta
08:59 AM Orchestrator Bug #46655: cephadm rm-cluster: Systemd ceph.target not deleted
Backported to pacific by PR: https://github.com/ceph/ceph/pull/45228 Redouane Kachach Elhichou
08:59 AM Orchestrator Feature #53815: cephadm rm-cluster should delete log files
Backported to pacific by PR: https://github.com/ceph/ceph/pull/45228 Redouane Kachach Elhichou
08:58 AM Orchestrator Bug #54184: MDS service_id cannot start with a numeric digit
Backported to pacific by PR: https://github.com/ceph/ceph/pull/45227 Redouane Kachach Elhichou
08:56 AM Revision 79780d20 (ceph): crimson/os/seastore: add segment tail
Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com> Xuehan Xu
08:28 AM Orchestrator Bug #54470 (New): Can't mount NFS exports with IP access restrictions when the Ingress daemon is ...
h2. Context
The new Manila's CephFS NFS driver is supposed to rely on the ceph nfs orchestrator exposed commands t...
Francesco Pantano
07:31 AM ceph-volume Bug #54441 (Resolved): generic raw activate is broken
Guillaume Abrioux
07:31 AM ceph-volume Backport #54454 (Resolved): quincy: generic raw activate is broken
Guillaume Abrioux
07:31 AM Revision 40920574 (ceph): Merge pull request #45232 from guits/wip-54454-quincy
quincy: ceph-volume: fix generic activate Guillaume Abrioux

03/03/2022

08:47 PM Revision e5a5b81c (ceph): mon/MonCommands.h: fix target_size_ratio range
The `target_size_ratio` should be 0.0 -> nolimit
not limited to 0.0 -> 1.0
Fixes: https://tracker.ceph.com/issues/54...
Kamoltat (Junior) Sirivadhna
08:31 PM Revision 67570c9b (ceph): Revert "doc/dev: Running workunits locally"
This reverts commit 7324abbe0122e02d11c09be4ea0f3899abc16bbd.
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
Matan Breizman
06:54 PM RADOS Bug #54458 (Resolved): osd-scrub-snaps.sh: TEST_scrub_snaps failed due to malformed log message
Neha Ojha
08:10 AM RADOS Bug #54458 (Fix Under Review): osd-scrub-snaps.sh: TEST_scrub_snaps failed due to malformed log m...
Ronen Friedman
07:47 AM RADOS Bug #54458 (Resolved): osd-scrub-snaps.sh: TEST_scrub_snaps failed due to malformed log message
(created by PR #44941)
the test expects the following line:
"...found snap mapper error on pg 1.0 oid 1:461f8b5e:...
Ronen Friedman
06:36 PM Orchestrator Bug #53939: ceph-nfs-upgrade, pacific: Upgrade Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading d...
/a/yuriw-2022-03-01_17:45:51-rados-wip-yuri3-testing-2022-02-28-0757-pacific-distro-default-smithi/6714704 Laura Flores
06:33 PM Orchestrator Bug #54469 (New): cephadm/smoke: "Post https://172.21.15.73:8443//api/prometheus_receiver: contex...
/a/yuriw-2022-03-01_17:45:51-rados-wip-yuri3-testing-2022-02-28-0757-pacific-distro-default-smithi/6714644... Laura Flores
06:17 PM Orchestrator Bug #54071: rados/cephadm/osds: Invalid command: missing required parameter hostname(<string>)
/a/yuriw-2022-03-01_17:45:51-rados-wip-yuri3-testing-2022-02-28-0757-pacific-distro-default-smithi/6714832 Laura Flores
06:15 PM RADOS Bug #45721: CommandFailedError: Command failed (workunit test rados/test_python.sh) FAIL: test_ra...
/a/yuriw-2022-03-01_17:45:51-rados-wip-yuri3-testing-2022-02-28-0757-pacific-distro-default-smithi/6714724 Laura Flores
06:13 PM RADOS Bug #50042: rados/test.sh: api_watch_notify failures
/a/yuriw-2022-03-01_17:45:51-rados-wip-yuri3-testing-2022-02-28-0757-pacific-distro-default-smithi/6714863... Laura Flores
06:09 PM RADOS Bug #53294 (Duplicate): rados/test.sh hangs while running LibRadosTwoPoolsPP.TierFlushDuringFlush
Marking this one as the duplicate because the other Tracker has the PR attached to it. Laura Flores
06:02 PM RADOS Bug #47838: mon/test_mon_osdmap_prune.sh: first_pinned != trim_to
/a/yuriw-2022-03-01_17:45:51-rados-wip-yuri3-testing-2022-02-28-0757-pacific-distro-default-smithi/6714654 Laura Flores
05:55 PM RADOS Backport #54468 (Resolved): octopus: Setting osd_pg_max_concurrent_snap_trims to 0 prematurely cl...
https://github.com/ceph/ceph/pull/45324 Backport Bot
05:55 PM RADOS Backport #54467 (Resolved): quincy: Setting osd_pg_max_concurrent_snap_trims to 0 prematurely cle...
https://github.com/ceph/ceph/pull/45322 Backport Bot
05:55 PM RADOS Backport #54466 (Resolved): pacific: Setting osd_pg_max_concurrent_snap_trims to 0 prematurely cl...
https://github.com/ceph/ceph/pull/45323 Backport Bot
05:54 PM RADOS Bug #54396 (Pending Backport): Setting osd_pg_max_concurrent_snap_trims to 0 prematurely clears t...
Neha Ojha
05:48 PM RADOS Bug #54396 (Resolved): Setting osd_pg_max_concurrent_snap_trims to 0 prematurely clears the snapt...
Laura Flores
05:48 PM Revision f7354320 (ceph): Merge pull request #45140 from dvanders/snaptrim_fix
osd: require osd_pg_max_concurrent_snap_trims > 0 Laura Flores
05:14 PM Revision 24303836 (ceph): Merge pull request #45239 from ronen-fr/wip-rf-54458-snaps
test: osd-scrub-snaps.sh: fix expected 'missing snaps' log string
Reviewed-by: Neha Ojha <nojha@redhat.com>
Ronen Friedman
05:11 PM Revision eea33f66 (ceph): ceph-volume: fix generic activate
afd8be7eac5e996c3bd07656601a4534053e2516 broke it.
It has dropped`block_wal` and `block_db` from
`ceph_volume.devices...
Guillaume Abrioux
04:12 PM bluestore Bug #54465 (Resolved): BlueFS broken sync compaction mode
BlueFS fine grain locking refactor block sync compaction mode.
The problem is off-by-1 in seq which leads to drop ...
Adam Kupczyk
04:00 PM CephFS Backport #54257 (Resolved): quincy: mgr/volumes: uid/gid of the clone is incorrect
Laura Flores
03:44 PM CephFS Backport #54257: quincy: mgr/volumes: uid/gid of the clone is incorrect
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45165
merged
Yuri Weinstein
04:00 PM Revision e8d71ba2 (ceph): qa/rgw: use symlinks for rgw/sts suite, target supported-random-distro$
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit c59f994a7e3ad4cc614fa05116532b88c8c2c2a1)
Casey Bodley
03:59 PM RADOS Bug #53855 (Resolved): rados/test.sh hangs while running LibRadosTwoPoolsPP.ManifestFlushDupCount
Laura Flores
03:47 PM Revision ec371278 (ceph): Merge pull request #45042 from dvanders/report_leader
Monitor: forward report command to leader
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
03:47 PM Revision 1f703bcc (ceph): Merge pull request #45035 from ssdohammer-sl/bug-fix-TierFlushDuringFlush
test: fix TierFlushDuringFlush to wait until dedup_tier is set on base pool Yuri Weinstein
03:47 PM Revision 742a60ec (ceph): Merge pull request #44439 from myoungwon/fix-reference-leak-dedup-tier
osd: fix ObjectContextRef reference leak
Reviewed-by: Samuel Just <sjust@redhat.com>
Yuri Weinstein
03:44 PM Revision 4b3ca3a4 (ceph): Merge pull request #45165 from kotreshhr/quincy-mgr-volumes-backport
quincy: mgr/volumes: A few mgr/volumes backports
Reviewed-by: Venky Shankar vshankar@redhat.com
Yuri Weinstein
03:31 PM bluestore Bug #53483 (Resolved): Bluestore: Function not available for other platforms
Adam Kupczyk
03:29 PM bluestore Bug #53466: OSD is unable to allocate free space for BlueFS
https://pad.ceph.com/p/bluefs_enospc Neha Ojha
03:26 PM Revision 0c435d82 (ceph): crimson/os/seastore/segment_cleaner: add statistics for segment utiliza...
Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com> Xuehan Xu
03:23 PM rgw Bug #54167 (Triaged): segfault in radosgw-admin bucket rewrite --bucket
crash in RGWGC::send_chain() because GC isn't initalized for 'radosgw-admin bucket rewrite' or 'object rewrite' commands Casey Bodley
03:20 PM rgw Backport #54464 (New): quincy: rgw: cmake configure error on fedora-37/rawhide
Backport Bot
03:18 PM rgw Bug #54266 (Pending Backport): rgw: cmake configure error on fedora-37/rawhide
Casey Bodley
03:17 PM rgw Bug #54266 (Resolved): rgw: cmake configure error on fedora-37/rawhide
Casey Bodley
03:18 PM bluestore Bug #54409 (Need More Info): OSD fails to start up with "rocksdb: Corruption: Bad table magic num...
Adam Kupczyk
03:17 PM Revision 1ea8a7fd (ceph): Merge pull request #45222 from tchaikov/wip-cmake-cleanup
cmake: use string(JOIN ..) to compose URL for boost download
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Kefu Chai
03:09 PM RADOS Bug #50659: Segmentation fault under Pacific 16.2.1 when using a custom crush location hook
This seems to be a pretty high priority issue, we just hit it upgrading from nautilus to 16.2.7 on a cluster with 100... Wyllys Ingersoll
03:05 PM Bug #54110 (Fix Under Review): ceph-mgr fails to start when shell var CEPH_KEYRING is set when st...
Matan Breizman
03:04 PM bluestore Bug #52502 (Can't reproduce): src/os/bluestore/BlueStore.cc: FAILED ceph_assert(collection_ref)
Adam Kupczyk
02:59 PM rgw Bug #53918 (Can't reproduce): librados segfault during AMQP notification tests
it's been a month, i don't think we've seen it again Casey Bodley
02:54 PM CephFS Bug #54463: mds: flush mdlog if locked and still has wanted caps not satisfied
More detail please see bz: https://bugzilla.redhat.com/show_bug.cgi?id=2049653 Xiubo Li
02:45 PM CephFS Bug #54463 (Resolved): mds: flush mdlog if locked and still has wanted caps not satisfied
In _do_cap_update() if one client is releasing the Fw caps the
relevant client range will be erased, and then new_ma...
Xiubo Li
02:44 PM CephFS Bug #54462 (Duplicate): Command failed (workunit test fs/snaps/snaptest-git-ceph.sh) on smithi055...
https://pulpito.ceph.com/yuriw-2022-03-01_20:21:46-fs-wip-yuri-testing-2022-02-28-0823-quincy-distro-default-smithi/6... Jeff Layton
02:36 PM CephFS Bug #54461 (Resolved): ffsb.sh test failure
https://pulpito.ceph.com/yuriw-2022-03-01_20:21:46-fs-wip-yuri-testing-2022-02-28-0823-quincy-distro-default-smithi/6... Jeff Layton
02:03 PM CephFS Bug #54460 (Resolved): snaptest-multiple-capsnaps.sh test failure
Test failure on quincy run:
https://pulpito.ceph.com/yuriw-2022-03-01_20:21:46-fs-wip-yuri-testing-2022-02-28-0823...
Jeff Layton
01:59 PM CephFS Bug #54459 (Fix Under Review): fs:upgrade fails with "hit max job timeout"
Venky Shankar
01:55 PM CephFS Bug #54459 (Rejected): fs:upgrade fails with "hit max job timeout"
fs:upgrade test upgrades from pacific v16.2.4 upto lastest. When running with a distro kernel, which might not unders... Venky Shankar
12:36 PM Bug #54434: hdd osd's crashing after pacific upgrade
So we compacted all hdd osd's via `ceph tell osd.${id} compact`, but today we still have the same issue with crashing... Maximilian Stinsky
10:41 AM Revision 54fe2d8b (ceph): Merge pull request #45219 from idryomov/wip-ceph-config-get-doc
doc: document "ceph config get <who> <option>"
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
Ilya Dryomov
09:50 AM RADOS Bug #22114: mon: ops get stuck in "resend forwarded message to leader"
I hited this bug in octopus.
"description": "log(2 entries from seq 1 at 2021-12-20T10:43:38.225243+0800...
Jiaxing Fan
08:03 AM Revision d6548392 (ceph): test: osd-scrub-snaps.sh: fix expected 'missing snaps' log string
Fix the expected log message to match the scrub code, by removing
the redundant part.
Fixes: https://tracker.ceph.co...
Ronen Friedman
07:31 AM mgr Backport #54450 (In Progress): octopus: prometheus module: add used_bytes metric back
Konstantin Shalygin
07:31 AM Revision ff5fc750 (ceph): mgr/prometheus: added `avail_raw` field for Pools DF Prometheus mgr module
Fixes: https://tracker.ceph.com/issues/52512
Signed-off-by: Konstantin Shalygin <k0ste@k0ste.ru>
(cherry picked from...
Konstantin Shalygin
07:30 AM mgr Backport #54449 (In Progress): quincy: prometheus module: add used_bytes metric back
Konstantin Shalygin
07:30 AM Revision 3084b38f (ceph): mgr/prometheus: added `avail_raw` field for Pools DF Prometheus mgr module
Fixes: https://tracker.ceph.com/issues/52512
Signed-off-by: Konstantin Shalygin <k0ste@k0ste.ru>
(cherry picked from...
Konstantin Shalygin
07:29 AM mgr Backport #54451 (In Progress): pacific: prometheus module: add used_bytes metric back
Konstantin Shalygin
07:29 AM Revision 56f66e22 (ceph): mgr/prometheus: added `avail_raw` field for Pools DF Prometheus mgr module
Fixes: https://tracker.ceph.com/issues/52512
Signed-off-by: Konstantin Shalygin <k0ste@k0ste.ru>
(cherry picked from...
Konstantin Shalygin
06:10 AM Bug #54456 (New): Radosgw not available after restarts with error "Initialization timeout, failed...
When OSD become full , radosgw pod continue to run in read only mode until restart. When a radosgw gets re-created/re... Abhijit Chaudhari
05:56 AM Revision ee40c2d2 (ceph): mon, pybind/mgr: Add additional debug level logs for pool options
We find that these logs helped with
the debugging process issues like:
https://tracker.ceph.com/issues/54263.
Added ...
Kamoltat (Junior) Sirivadhna
02:28 AM Revision 84335788 (ceph): Merge pull request #45090 from liu-chunmei/seastore-fix-sparse-read
crimson/seastore: fix object not exists when do fiemap
Reviewed-by: Samuel Just <sam.just@inktank.com>
chunmei liu
01:35 AM RADOS Bug #52319: LibRadosWatchNotify.WatchNotify2 fails
This is a bit different to #47719. In that case we got an ENOENT when we expected an ENOTCONN but in the case of this... Brad Hubbard
12:17 AM RADOS Bug #52319: LibRadosWatchNotify.WatchNotify2 fails
Thanks Laura and Radek. Let me take another look at this. Brad Hubbard
12:51 AM Revision 7f092bb3 (ceph): Merge pull request #45209 from zdover23/wip-doc-2022-03-01-hardware-rec...
doc/start: alphabetize hardware-recs links
Reviewed-by: Anthony D Atri <anthony.datri@gmail.com>
zdover23

03/02/2022

11:50 PM Revision 0e07b436 (ceph): mgr/cephadm: extend extra_container_args to other service types
Otherwise, without this change, this can only be used for mgr,
mon and crash (daemons without their own service spec ...
Adam King
11:41 PM Orchestrator Bug #53680: ERROR:tasks.rook:'waiting for service removal' reached maximum tries (90) after waiti...
Upping the priority of this because it is failing a lot in the rados suite. Laura Flores
11:33 PM Orchestrator Bug #53680: ERROR:tasks.rook:'waiting for service removal' reached maximum tries (90) after waiti...
/a/yuriw-2022-03-01_22:42:19-rados-wip-yuri4-testing-2022-03-01-1206-distro-default-smithi/6715405 Laura Flores
11:30 PM Orchestrator Bug #52320: unable to get monitor info from DNS SRV with service name: ceph-mon
/a/yuriw-2022-03-01_22:42:19-rados-wip-yuri4-testing-2022-03-01-1206-distro-default-smithi/6715563
/a/yuriw-2022-03-...
Laura Flores
11:14 PM RADOS Bug #54263: cephadm upgrade pacific to quincy autoscaler is scaling pgs from 32 -> 32768 for ceph...
Update:
After recreating the problem by tweaking the upgrade/pacific-x/parallel suite and adding additional logs, ...
Kamoltat (Junior) Sirivadhna
06:46 PM RADOS Bug #54263 (Fix Under Review): cephadm upgrade pacific to quincy autoscaler is scaling pgs from 3...
Neha Ojha
12:38 AM RADOS Bug #54263 (In Progress): cephadm upgrade pacific to quincy autoscaler is scaling pgs from 32 -> ...
Vikhyat Umrao
11:04 PM RADOS Bug #52124: Invalid read of size 8 in handle_recovery_delete()
/a/yuriw-2022-03-01_22:42:19-rados-wip-yuri4-testing-2022-03-01-1206-distro-default-smithi/6715365 Laura Flores
10:46 PM rgw Bug #54437: dbstore: concurrent use of sqlite prepared statements
ok, i'm probably just missing the interaction with connection pools?
if statements are per-connection, and connect...
Casey Bodley
10:27 PM rgw Bug #54437: dbstore: concurrent use of sqlite prepared statements
if sqlite doesn't allow concurrent writers and would block anyway, then i agree that a mutex is the best we can do th... Casey Bodley
08:53 PM rgw Bug #54437: dbstore: concurrent use of sqlite prepared statements
I'm confused--does creating a pool of prepared statement really improve concurrency? I would not have thought so.
...
Matt Benjamin
06:40 PM rgw Bug #54437: dbstore: concurrent use of sqlite prepared statements

> > but i'm guessing that compiling a statement is more expensive than executing a normal, non-prepared query inste...
Soumya Koduri
06:34 PM rgw Bug #54437: dbstore: concurrent use of sqlite prepared statements
> > Do you suggest to have a pool of prepared statements?
>
> i think the important thing is that we don't block o...
Soumya Koduri
02:28 PM rgw Bug #54437: dbstore: concurrent use of sqlite prepared statements
Soumya Koduri wrote:
> >> In the current dbstore design, they are protected via mutex lock in SQL_EXECUTE -
>
o...
Casey Bodley
08:23 AM rgw Bug #54437: dbstore: concurrent use of sqlite prepared statements
>> In the current dbstore design, they are protected via mutex lock in SQL_EXECUTE -
But yes this limits to only o...
Soumya Koduri
06:07 AM rgw Bug #54437: dbstore: concurrent use of sqlite prepared statements
Casey Bodley wrote:
> several database operations make use of sqlite's prepared statements (sqlite3_stmt), but do no...
Soumya Koduri
10:39 PM Revision 50bd0c76 (ceph): crimson: fix object not exist when do fiemap
Signed-off-by: chunmei-liu <chunmei.liu@intel.com> chunmei liu
10:39 PM Revision 2bc57d3f (ceph): crimson/seastore: make fiemap return errorator future
Signed-off-by: chunmei-liu <chunmei.liu@intel.com> chunmei liu
10:34 PM Revision 1bc51f05 (ceph): upgrade/pacific-x/parallel: Added mds.a and mds.b
Added mds daemons so that it can create
cephFS pools and set options using
`do_set_pool()` in FSCommand.cc. Such that...
Kamoltat (Junior) Sirivadhna
10:32 PM Revision e44c469f (ceph): osd/osd_types: reorder pg_num_max
moved `pg_num_max` to be at the end of the
list in src/osd/osd_types.cc and
src/osd/osd_types.h.
Added comments to `...
Kamoltat (Junior) Sirivadhna
09:55 PM ceph-volume Backport #54454 (In Progress): quincy: generic raw activate is broken
Guillaume Abrioux
09:50 PM ceph-volume Backport #54454 (Resolved): quincy: generic raw activate is broken
https://github.com/ceph/ceph/pull/45232 Backport Bot
09:51 PM RADOS Backport #54412 (Rejected): pacific:osd:add pg_num_max value
Don't need the backport in pacific at the moment, might do in the future tho. Kamoltat (Junior) Sirivadhna
09:49 PM ceph-volume Bug #54441 (Pending Backport): generic raw activate is broken
Guillaume Abrioux
09:49 PM Revision f57e3c16 (ceph): Merge pull request #45216 from guits/fix-54441
ceph-volume: fix generic activate Guillaume Abrioux
09:32 PM Bug #54453: jenkins ceph windows tests: Undefined reference in /home/jenkins-build/build/workspac...
A few more examples:
https://jenkins.ceph.com/job/ceph-windows-pull-requests/4434/
https://jenkins.ceph.com/job/cep...
Laura Flores
09:31 PM Bug #54453 (Resolved): jenkins ceph windows tests: Undefined reference in /home/jenkins-build/bui...
Failing across all PRs right now. See attached console log if the link below is expired.
https://jenkins.ceph.com/...
Laura Flores
08:35 PM Revision 068c0807 (ceph): Merge pull request #45207 from pritha-srivastava/wip-rgw-data-sync-run
rgw: adding OPT_DATA_SYNC_RUN to gc_ops_list so that gc gets
Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
Revi...
Casey Bodley
08:21 PM Bug #54443 (Fix Under Review): .github: stale bot fails to automatically close stale PRs
Laura Flores
03:28 PM Bug #54443: .github: stale bot fails to automatically close stale PRs
We currently use probot-stale: https://github.com/probot/stale. According to several issues reported for this reposit... Laura Flores
01:11 AM Bug #54443 (Resolved): .github: stale bot fails to automatically close stale PRs
According to the stale bot code (https://github.com/ceph/ceph/blob/master/.github/stale.yml), PRs should become stale... Laura Flores
08:17 PM Revision 3c875aa9 (ceph): mgr/cephadm: block removing last instance of _admin label
Fixes: https://tracker.ceph.com/issues/54425
Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit...
Adam King
08:11 PM Revision 265f7274 (ceph): .github: update dependabot.yml to keep github action versions up to date
Config based on this recommendation: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-depe... Laura Flores
08:06 PM rbd Bug #53112 (Closed): qemu socket failure when trying to mount nfs
I haven't seen anything like this in the last few months. Closing as without a link to teuthology.log there is nothi... Ilya Dryomov
08:03 PM Revision 97ba9ccf (ceph): .github/workflows: replace probot-stale with equivalent github action
We currently use probot-stale (https://github.com/probot/stale) to mark stale PRs. According to several issues report... Laura Flores
08:03 PM rbd Bug #51022 (Duplicate): "/mnt/log: not mounted" qemu tests in upgrade:octopus-x-pacific
Ilya Dryomov
08:02 PM rbd Bug #51022: "/mnt/log: not mounted" qemu tests in upgrade:octopus-x-pacific
... Ilya Dryomov
08:02 PM rbd Bug #54440 (In Progress): Create test case to verify values of snaps in rbd du
Christopher Hoffman
07:55 PM Bug #15036: doc build full of warnings and errors, sphinx-build exits with success
Is it fixed? Dan Mick
07:43 PM Bug #15036 (Closed): doc build full of warnings and errors, sphinx-build exits with success
Radoslaw Zarzynski
07:54 PM mgr Bug #54447: mgr: ceph-mgr crash in teuthology run
Moving to mgr since I found nothing connecting this to dashboard (the crash seems to happen after @ceph osd blacklist... Ernesto Puerta
01:50 PM mgr Bug #54447 (Won't Fix): mgr: ceph-mgr crash in teuthology run
During a cephfs teuthology run for octopus release, ceph-mgr crashed:
https://pulpito.ceph.com/yuriw-2022-02-28_21...
Jeff Layton
07:43 PM Revision 843238c1 (ceph): mgr/cephadm: block draining last _admin host
Fixes: https://tracker.ceph.com/issues/54413
Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit...
Adam King
07:41 PM Bug #50820 (Can't reproduce): octopus: qa: "file /usr/share/man/man8/xfs_growfs.8.gz from install...
Radoslaw Zarzynski
07:20 PM RADOS Bug #54210 (Resolved): pacific: mon/pg_autoscaler.sh: echo failed on "bash -c 'ceph osd pool get ...
Radoslaw Zarzynski
07:16 PM RADOS Bug #52136: Valgrind reports memory "Leak_DefinitelyLost" errors.
Let's add it to qa/valgrind.supp to suppress this error, based on Adam's comment https://tracker.ceph.com/issues/5213... Neha Ojha
07:00 PM RADOS Bug #52319: LibRadosWatchNotify.WatchNotify2 fails
Added a related one (hypothesis: same issue in multiple places, one of them already fix by Brad). Radoslaw Zarzynski
06:56 PM Revision caae9724 (ceph): mgr/cephadm: Delete ceph.target if last cluster
Fixes: https://tracker.ceph.com/issues/46655
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
Redouane Kachach Elhichou
06:55 PM Revision 9f88b0f7 (ceph): mgr/cephadm: Adding logic to cleanup several dirs after an rm-cluster
Fixes: https://tracker.ceph.com/issues/53010
https://tracker.ceph.com/issues/53815
Signed-off-by: Redouane Kac...
Redouane Kachach Elhichou
06:05 PM rgw Bug #54452 (Fix Under Review): Inverted check in RGWRados::check_disk_state()
Daniel Gryniewicz
06:02 PM rgw Bug #54452 (Pending Backport): Inverted check in RGWRados::check_disk_state()
This code is inverted:
const bool head_pool_found =
get_obj_head_ioctx(dpp, bucket_info, obj, &head_obj_ctx...
Daniel Gryniewicz
06:04 PM Revision bbfc70bb (ceph): mgr/cephadm: Show an error when invalid format
Fixes: https://tracker.ceph.com/issues/54198
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
Redouane Kachach Elhichou
05:08 PM CephFS Backport #51201: octopus: qa: test_subvolume_clone_in_progress_snapshot_rm is racy
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/44800
merged
Yuri Weinstein
05:08 PM Revision 158c4262 (ceph): Merge pull request #44800 from kotreshhr/wip-53947-octopus
octopus: mgr/volumes: A few volumes plugin backport
Reviewed-by: Venky Shankar vshankar@redhat.com
Yuri Weinstein
05:07 PM Orchestrator Bug #54198: ceph orch status fails when xml formatting option is provided
backported to pacific branch by PR: https://github.com/ceph/ceph/pull/45223 Redouane Kachach Elhichou
04:42 PM CephFS Backport #53865: octopus: mds: FAILED ceph_assert(mut->is_wrlocked(&pin->filelock))
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/44624
merged
Yuri Weinstein
04:42 PM Revision 7fa6ff66 (ceph): Merge pull request #44624 from lxbsz/wip-53865
octopus: mds: directly return just after responding the link request
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Yuri Weinstein
04:21 PM mgr Backport #54451 (Resolved): pacific: prometheus module: add used_bytes metric back
https://github.com/ceph/ceph/pull/45236 Backport Bot
04:21 PM mgr Backport #54450 (Resolved): octopus: prometheus module: add used_bytes metric back
https://github.com/ceph/ceph/pull/45238 Backport Bot
04:20 PM mgr Backport #54449 (Resolved): quincy: prometheus module: add used_bytes metric back
https://github.com/ceph/ceph/pull/45237 Backport Bot
04:18 PM mgr Bug #52512 (Pending Backport): prometheus module: add used_bytes metric back
Konstantin Shalygin
04:02 PM Revision 1a684be8 (ceph): Merge pull request #44656 from NitzanMordhai/fix_44092_config_get
mon/ConfigMonitor: fix config get key with whitespace
Reviewed-by: Ronen Friedman <rfriedma@redhat.com>
Reviewed-by:...
Yuri Weinstein
04:01 PM Revision d4e218a9 (ceph): Merge pull request #44479 from leeq2016/leeq2016_0106
common: Use thread-local pointer variables to save the *shard
Reviewed-by: Ronen Friedman <rfriedma@redhat.com>
Yuri Weinstein
04:00 PM Revision 7e7e0b31 (ceph): Merge pull request #44425 from sqiu110/fix-ENABLE_COVERAGE
cmake: link ceph-common against gcov if coverage is enabled
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
03:59 PM Revision 5b5c93be (ceph): Merge pull request #43058 from k0ste/feature_52512
mgr/prometheus: Added `avail_raw` field for Pools DF Prometheus mgr module
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
03:59 PM Revision f0c5cc80 (ceph): test/cls_lua: don't append uninitialized memory to bufferlist.
This is intended to fix the following compiler's warnings:
```
[1115/1786] Building CXX object src/test/cls_lua/CMak...
Radoslaw Zarzynski
03:50 PM CephFS Backport #54242: octopus: mds: clients can send a "new" op (file operation) and crash the MDS
Venky Shankar wrote:
> https://github.com/ceph/ceph/pull/44976
merged
Yuri Weinstein
03:50 PM Revision a55f8e25 (ceph): Merge pull request #44976 from vshankar/wip-54242
octopus: mds: ignore unknown client op when tracking op latency
Reviewed-by: Xiubo Li <xiubli@redhat.com>
Reviewed-b...
Yuri Weinstein
03:49 PM Revision f356cc88 (ceph): cmake: use string(JOIN ..) to compose URL for boost download
* since the minimum required cmake version is now 3.16, there is no
need to check for cmake version for using multi...
Kefu Chai
03:15 PM Revision ddd0a81c (ceph): librados: drop unused AioCompletion in pool_io_callback.
This change is to deal with:
```
[1048/1786] Building CXX object src/test/librados/CMakeFiles/ceph_test_rados_api_ai...
Radoslaw Zarzynski
02:48 PM rbd Bug #54448 (Resolved): [rbd-mirror] "failed to unlink local peer from remote image" due to EROFS ...
this issue is reproducible with using 150 images with the reproducer script from: https://tracker.ceph.com/issues/558... Deepika Upadhyay
02:07 PM bluestore Bug #54415 (Fix Under Review): Quincy 32bit compilation failure with deduction/substitution faile...
Kefu Chai
01:17 PM Revision 33b16fd0 (ceph): doc: document "ceph config get <who> <option>"
... and note the confusing asymmetry with "ceph config set <who>
<option> <value>".
Signed-off-by: Ilya Dryomov <idr...
Ilya Dryomov
01:13 PM Dashboard Feature #54445 (In Progress): mgr/dashboard: make the search text to get highlight
Sarthak Gupta
12:44 PM Dashboard Feature #54445 (Resolved): mgr/dashboard: make the search text to get highlight
Keyword searched should be highlighted in the cluster logs. Sarthak Gupta
12:17 PM Revision c1a4d9ce (ceph): Merge pull request #44923 from rhcs-dashboard/box-host-add
cephadm/box: default add hosts
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Nizamudeen A <nia@redh...
Ernesto Puerta
11:52 AM Dashboard Bug #47857 (Won't Fix): mgr/dashboard: sensitive information stored in cleartext
Ernesto Puerta
11:43 AM Orchestrator Bug #47872 (Fix Under Review): cephadm: ceph orch add osd does not show error
Redouane Kachach Elhichou
11:43 AM Orchestrator Bug #47872: cephadm: ceph orch add osd does not show error
Fix PR under-review: https://github.com/ceph/ceph/pull/45217 Redouane Kachach Elhichou
10:56 AM Bug #54434: hdd osd's crashing after pacific upgrade
We tested `ceph tell osd.${id} smart` and this does not trigger the problem.
Looking into metrics we dont see any ...
Maximilian Stinsky
10:49 AM Revision 4bae53a9 (ceph): Merge pull request #45206 from idryomov/wip-rbd-qemu-iotests-8stream-oc...
octopus: backport qemu-iotests fixup for centos stream 8
Reviewed-by: Deepika Upadhyay <dupadhya@redhat.com>
Ilya Dryomov
09:19 AM ceph-volume Bug #44356 (Resolved): ceph-volume inventory: KeyError: 'ceph.cluster_name'
Guillaume Abrioux
09:18 AM ceph-volume Backport #54126 (Resolved): octopus: ceph-volume inventory: KeyError: 'ceph.cluster_name'
Guillaume Abrioux
09:18 AM Revision a78b57a9 (ceph): Merge pull request #44883 from guits/wip-54126-octopus
octopus: ceph-volume: fix error 'KeyError' with inventory Guillaume Abrioux
08:38 AM ceph-volume Bug #53425 (Resolved): ceph-volume lvm list should not return "None"
Guillaume Abrioux
08:38 AM ceph-volume Backport #54008 (Resolved): octopus: ceph-volume lvm list should not return "None"
Guillaume Abrioux
08:38 AM Revision 3e50bf9c (ceph): Merge pull request #44768 from guits/wip-54008-octopus
octopus: ceph-volume: fix tags dict output in `lvm list` Guillaume Abrioux
08:36 AM Revision 91107665 (ceph): Merge pull request #45080 from ceph/epuertat-patch-1
doc: fix ceph-volume ref Guillaume Abrioux
08:35 AM Revision 22e8c183 (ceph): Merge pull request #45082 from ceph/epuertat-patch-3
doc: fix titles Guillaume Abrioux
08:27 AM Revision 3be85be4 (ceph): ceph-volume: abort when passed devices have partitions
ceph-volume doesn't prevent from using db and/or wal devices
with existing partitions on them.
This can lead to a dat...
Guillaume Abrioux
08:25 AM Revision 48b02e7f (ceph): ceph-volume: abort when passed devices have partitions
ceph-volume doesn't prevent from using db and/or wal devices
with existing partitions on them.
This can lead to a dat...
Guillaume Abrioux
07:29 AM rgw Bug #37942: Integer underflow in bucket stats
J. Eric Ivancich wrote:
> Janne Johansson wrote:
> > Paul Emmerich wrote:
> > > I've found a cluster reporting the...
Janne Johansson
03:39 AM Revision 364f997e (ceph): rgw: adding OPT_DATA_SYNC_RUN to gc_ops_list so that gc gets
initialized for this command.
Fixes: https://tracker.ceph.com/issues/54433
Signed-off-by: Pritha Srivastava <prsriva...
Pritha Srivastava
02:20 AM Revision 8b8a96de (ceph): Merge pull request #45198 from tchaikov/wip-cxx-20
changes to compile with latest seastar and C++20
Reviewed-by: Samuel Just <sjust@redhat.com>
Kefu Chai
01:37 AM Revision 260e8af5 (ceph): Merge pull request #45204 from liu-chunmei/seastore-fix-bad_alloc
crimson/seastore: fix bad_alloc
Reviewed-by: Samuel Just <sjust@redhat.com>
chunmei liu
12:46 AM Linux kernel client Bug #54430 (Resolved): kclient: couldn't properly handle higher version of reply messages
Xiubo Li
12:46 AM Linux kernel client Bug #54430: kclient: couldn't properly handle higher version of reply messages
This is a bug in wip-fscrypt branch only, and the patch work is https://patchwork.kernel.org/project/ceph-devel/list/... Xiubo Li

03/01/2022

11:51 PM ceph-volume Bug #54441 (Fix Under Review): generic raw activate is broken
Guillaume Abrioux
11:37 PM ceph-volume Bug #54441 (Resolved): generic raw activate is broken
broken by https://github.com/ceph/ceph/commit/afd8be7eac5e996c3bd07656601a4534053e2516
https://github.com/ceph/cep...
Guillaume Abrioux
11:43 PM Revision 3337b62e (ceph): ceph-volume: fix generic activate
afd8be7eac5e996c3bd07656601a4534053e2516 broke it.
It has dropped`block_wal` and `block_db` from
`ceph_volume.devices...
Guillaume Abrioux
11:22 PM RADOS Bug #51076: "wait_for_recovery: failed before timeout expired" during thrashosd test with EC back...
I'm guessing that the problem involves pgs that are stuck in the `active+recovering+undersized+remapped` state (or `a... Laura Flores
05:26 PM RADOS Bug #51076: "wait_for_recovery: failed before timeout expired" during thrashosd test with EC back...
/a/yuriw-2022-02-15_16:22:25-rados-wip-yuri6-testing-2022-02-14-1456-distro-default-smithi/6685233... Laura Flores
10:20 PM Revision f1ff7d34 (ceph): Merge pull request #45215 from neha-ojha/wip-cf-add
doc/foundation.rst: Add ArvanCloud to the Foundation
Reviewed-by: Dan van der Ster <daniel.vanderster@cern.ch>
Neha Ojha
09:33 PM rbd Bug #52915 (In Progress): rbd du versus rbd diff values wildly different when snapshots are present
Christopher Hoffman
09:11 PM rbd Bug #52915: rbd du versus rbd diff values wildly different when snapshots are present
This issue has been addressed in v15.2.16 of Octupus.
From the change log notes there's this patch: "librbd/objec...
Christopher Hoffman
09:29 PM rbd Bug #54440 (Resolved): Create test case to verify values of snaps in rbd du
Create a test to ensure output from rbd du displays proper sizes.
Data is written to base image without any snaps...
Christopher Hoffman
08:47 PM Revision 4f6eda42 (ceph): doc/foundation.rst: Add ArvanCloud to the Foundation
Signed-off-by: Neha Ojha <nojha@redhat.com> Neha Ojha
08:20 PM Revision 2d984f9d (ceph): Merge pull request #45197 from rhcs-dashboard/cephadm-image-quincy
quincy: cephadm: change ceph-ci image from master to quincy
Reviewed-by: Michael Fritch <mfritch@suse.com>
Reviewed-...
Yuri Weinstein
08:11 PM RADOS Bug #54438: test/objectstore/store_test.cc: FAILED ceph_assert(bl_eq(state->contents[noid].data, ...
/a/benhanokh-2021-08-04_06:12:22-rados-wip_gbenhano_ncbz-distro-basic-smithi/6310791/ Neha Ojha
05:40 PM RADOS Bug #54438 (New): test/objectstore/store_test.cc: FAILED ceph_assert(bl_eq(state->contents[noid]....
/a/yuriw-2022-02-15_16:22:25-rados-wip-yuri6-testing-2022-02-14-1456-distro-default-smithi/6685291... Laura Flores
08:01 PM rgw Backport #53008: octopus: segfault on FIPS enabled server as result of EVP_md5 disabled in openssl
Mark Kogan wrote:
> backport PR: https://github.com/ceph/ceph/pull/44806
merged
Yuri Weinstein
08:01 PM Revision 8c3f2172 (ceph): Merge pull request #44806 from mkogan1/wip-52900-octopus
octopus rgw: under fips, set flag to allow md5 in select rgw ops
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Yuri Weinstein
07:58 PM rgw Bug #51327: Format of date/time header "x-amz-object-lock-retain-until-date" is incorrect (does n...
Preben Berg wrote:
> I’ve submitted the backport for Octopus: https://github.com/ceph/ceph/pull/43656
merged
Yuri Weinstein
07:58 PM Revision 1db1caf3 (ceph): Merge pull request #43656 from poulpreben/backport-object-lock-retain-d...
octopus: rgw: Dump Object Lock Retain Date as ISO 8601
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
07:46 PM Dashboard Backport #54357 (Resolved): octopus: telemetry activate: only show ident fields when ident is check
Laura Flores
07:45 PM Dashboard Backport #54349 (Resolved): octopus: mgr/dashboard: Contact Info should be visible only when Iden...
Laura Flores
07:45 PM Dashboard Backport #54351 (Resolved): octopus: mgr/dashboard: dashboard turns telemetry off when configurin...
Laura Flores
07:44 PM Revision 5fbe1432 (ceph): Merge pull request #45110 from ljflores/wip-54351-octopus
octopus: mgr/dashboard: dashboard turns telemetry off when configuring report Laura Flores
07:32 PM rbd Backport #54297: octopus: librbd: bug in GroupSnapshotNamespace operator<
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45076
merged
Yuri Weinstein
07:32 PM Revision ceac849f (ceph): Merge pull request #45076 from chrisphoffman/wip-54297-octopus
octopus: cls/rbd: GroupSnapshotNamespace comparator violates ordering rules
Reviewed-by: Ilya Dryomov <idryomov@redh...
Yuri Weinstein
07:31 PM rbd Backport #54300: octopus: [test] qemu task on centos 8.stream is missing qemu-kvm-block-rbd package
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45071
merged
Yuri Weinstein
07:31 PM Revision 44847af1 (ceph): Merge pull request #45071 from idryomov/wip-qemu-task-rbd-package-octopus
octopus: qa/tasks/qemu: make sure block-rbd.so is installed
Reviewed-by: Deepika Upadhyay <dupadhya@redhat.com>
Yuri Weinstein
07:31 PM rbd Backport #47427: octopus: MigrateRequest.cc: 129: FAILED ceph_assert(image_ctx.parent != nullptr)
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/45019
merged
Yuri Weinstein
07:31 PM Revision a3a7d302 (ceph): Merge pull request #45019 from trociny/wip-47427-octopus
octopus: librbd: track complete async operation requests
Reviewed-by: Ilya Dryomov <idryomov@redhat.com>
Yuri Weinstein
07:30 PM rbd Backport #54169: octopus: [rbd_support] passing invalid interval removes entire schedule
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45006
merged
Yuri Weinstein
07:30 PM Revision e2e73d7f (ceph): Merge pull request #45006 from sunnyku/wip-54169-octopus
octopus: mgr/rbd_support: fix schedule remove
Reviewed-by: Ilya Dryomov <idryomov@redhat.com>
Yuri Weinstein
07:30 PM rbd Backport #54230: octopus: [cli] mark optional positional arguments as such in help output
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45009
merged
Yuri Weinstein
07:30 PM Revision 6041120e (ceph): Merge pull request #45009 from idryomov/wip-rbd-help-positional-optiona...
octopus: rbd: mark optional positional arguments as such in help output
Reviewed-by: Sunny Kumar <sunkumar@redhat.co...
Yuri Weinstein
07:29 PM rbd Backport #54186: octopus: [krbd] misleading error when no initial monitor address
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45004
merged
Yuri Weinstein
07:29 PM Revision 535634f4 (ceph): Merge pull request #45004 from idryomov/wip-54128-octopus
octopus: krbd: return error when no initial monitor address found
Reviewed-by: Deepika Upadhyay <dupadhya@redhat.com>
Yuri Weinstein
07:28 PM rbd Backport #54171: octopus: [krbd] expose rxbounce option
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45001
merged
Yuri Weinstein
07:28 PM Revision c2476771 (ceph): Merge pull request #45001 from idryomov/wip-krbd-rxbounce-option-octopus
octopus: rbd: recognize rxbounce map option
Reviewed-by: Deepika Upadhyay <dupadhya@redhat.com>
Yuri Weinstein
07:28 PM rbd Backport #52533: octopus: rbd children:logging crashes after open or close fails.
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45000
merged
Yuri Weinstein
07:28 PM Revision 7d614a59 (ceph): Merge pull request #45000 from idryomov/wip-52522-octopus
octopus: librbd: fix use-after-free on ictx in list_descendants()
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Yuri Weinstein
07:24 PM rbd Backport #53015: octopus: write-around cache doesn't honor LIBRADOS_OP_FLAG_FADVISE_FUA flag for ...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/44992
merged
Yuri Weinstein
07:22 PM Revision 1ec85c6d (ceph): Merge pull request #44992 from idryomov/wip-writesame-fua-octopus
octopus: librbd: honor FUA op flag for write_same() in write-around cache
Reviewed-by: Sunny Kumar <sunkumar@redhat....
Yuri Weinstein
06:27 PM Revision 12555ea6 (ceph): cmake/rgw: remove detection for curl_multi_wait
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
06:23 PM Revision a379fdc5 (ceph): rgw: remove libcurl warning about curl_multi_wait()
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
06:21 PM Revision 73d0ee1b (ceph): Revert "rgw: detect and work around a curl_multi_wait bug"
This reverts commit 0359be62b79857357f6d0d4fb81c6bb4e0c381a6.
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Conf...
Casey Bodley
06:15 PM Bug #50280: cephadm: RuntimeError: uid/gid not found
/a/yuriw-2022-02-28_21:23:00-rados-wip-yuri-testing-2022-02-28-0823-quincy-distro-default-smithi/6712364 Laura Flores
06:13 PM RADOS Bug #52319: LibRadosWatchNotify.WatchNotify2 fails
I linked a related issue that looks very similar to this failure, except with a slightly different LibRadosWatchNotif... Laura Flores
06:11 PM RADOS Bug #54439 (New): LibRadosWatchNotify.WatchNotify2Multi fails
/a/yuriw-2022-02-28_21:23:00-rados-wip-yuri-testing-2022-02-28-0823-quincy-distro-default-smithi/6711961... Laura Flores
06:01 PM Orchestrator Bug #54029: orch:cephadm/workunits/{agent/on mon_election/connectivity task/test_orch_cli} test f...
Another failure, but in Quincy:
/a/yuriw-2022-02-28_21:23:00-rados-wip-yuri-testing-2022-02-28-0823-quincy-distro-de...
Laura Flores
05:50 PM Revision 3a78b9b6 (ceph): mgr/prometheus: added `avail_raw` field for Pools DF Prometheus mgr module
Fixes: https://tracker.ceph.com/issues/52512
Signed-off-by: Konstantin Shalygin <k0ste@k0ste.ru>
Konstantin Shalygin
05:21 PM Revision 83b37a5f (ceph): seastar: bump up seastar submodule to recent master
Signed-off-by: Kefu Chai <tchaikov@gmail.com> Kefu Chai
05:21 PM RADOS Bug #52124: Invalid read of size 8 in handle_recovery_delete()
/a/yuriw-2022-02-15_16:22:25-rados-wip-yuri6-testing-2022-02-14-1456-distro-default-smithi/6685226 Laura Flores
05:11 PM Revision e6f04646 (ceph): crimson/common/interruptible_future: ensure seastar::AllAreFutures<> is...
if compiled with C++20, C++ concept is enabled. to ensure the
constraints required by when_all_impl() is fulfilled, w...
Kefu Chai
04:58 PM Revision 9f4e1310 (ceph): crimson: include <seastar/core/metrics.hh>
after the restructure of seastar source tree, we have to include
metrics.hh for accessing the metrics types.
Signed-...
Kefu Chai
04:58 PM Revision c1039df6 (ceph): crimson/os/seastore: use iter_cend()
to avoid the pain of fixing the FTBFS with C++20 like
/var/ssd/ceph/src/crimson/os/seastore/omap_manager/btree/omap_...
Kefu Chai
04:58 PM Revision 77a3ed56 (ceph): include/xlist: define iterator without std::iterator<>
std::iterator<> is deprecated in C++17, so let's just
define the required traits directly.
Signed-off-by: Kefu Chai ...
Kefu Chai
04:31 PM Revision d9cdd617 (ceph): crimson/osd: use reference when structured binding
to silence warning from clang13 with -std=c++20, like
ceph/src/crimson/osd/replicated_recovery_backend.cc:1098:21: w...
Kefu Chai
04:31 PM Revision 36fc37eb (ceph): crimson/admin/osd_admin: avoid using _format()
see also 3fd91d7e6d9315244aeff02070721ef4a021b0b3
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
Kefu Chai
04:29 PM Revision fe0da04f (ceph): crimson/os/seastore: remove default ctor for delta_t
otherwise the aggregate initialization for this type would fail to
work on C++20, as the user-declared ctor is define...
Kefu Chai
04:29 PM Revision c662ee69 (ceph): crimson/os: define iterator without std::iterator<>
std::iterator<> is deprecated in C++17, so let's just
define the required traits directly.
Signed-off-by: Kefu Chai ...
Kefu Chai
04:29 PM Revision 90596961 (ceph): include/rados: define iterator without std::iterator<>
std::iterator<> is deprecated in C++17, so let's just
define the required traits directly.
Signed-off-by: Kefu Chai ...
Kefu Chai
04:29 PM Revision a8d119fc (ceph): crimson/os: stop using seastar::metrics::label
seastar::metrics::label was dropped in a recent change. quote from
the commit message which removed this type:
> ...
Kefu Chai
04:28 PM Revision 7c381ba9 (ceph): include/buffer: include <memory>
to address following FTBFS:
/usr/bin/ccache /usr/bin/clang++-13 -DBOOST_ALL_NO_LIB -DBOOST_ASIO_DISABLE_CONCEPTS -DB...
Kefu Chai
04:23 PM rgw Bug #54437 (Closed): dbstore: concurrent use of sqlite prepared statements
several database operations make use of sqlite's prepared statements (sqlite3_stmt), but do not prevent multiple thre... Casey Bodley
04:06 PM rgw Bug #54435 (Fix Under Review): bucket index completions may not retry after reshard
Casey Bodley
02:14 PM rgw Bug #54435 (Resolved): bucket index completions may not retry after reshard
the RGWIndexCompletionThread stores a list of index completion ops that failed with ERR_BUSY_RESHARDING, for synchron... Casey Bodley
04:05 PM Revision c7225ee0 (ceph): Merge pull request #45047 from ceph/wip-yuriw-release-15.2.16-master
doc: 15.2.16 Release Notes
Reviewed-by: Ilya Dryomov <idryomov@redhat.com>
Reviewed-by: Josh Durgin <jdurgin@redhat....
Josh Durgin
04:05 PM Revision e72b6510 (ceph): rgw: prevent spurious/lost notifications in the index completion thread
this was happening when asyn completions happened during reshard.
more information about testing:
https://gist.github...
Yuval Lifshitz
03:11 PM Revision 4d09660d (ceph): mgr/nfs: add known_cluster_ids to generalize nfs cluster id fetching
The changes to the nfs module in 8c711afc are working but when I began
writing more test automation I found a few mor...
John Mulligan
03:11 PM Revision daa455cd (ceph): mgr/nfs: fix unintentional recursion
The `exports` property of the ExportMgr exists to cache the exports
configuration found in the .nfs namespace. Using ...
John Mulligan
03:11 PM Revision dd5a47f8 (ceph): mgr/nfs: remove redundant check
Remove the extra check of the cluster id from _apply method. As _apply
is a "private" method that should be only call...
John Mulligan
02:42 PM Orchestrator Bug #54436 (Closed): allow idmap overrides in nfs-ganesha configuration
idmapd.conf allows controlling the NFSv4.x server side id mapping settings such as adding a "Domain" or setting the i... Goutham Pacha Ravi
01:53 PM Revision 88d19c5e (ceph): doc/start: alphabetize hardware-recs links
This PR alphabetizes the internal and external
references at the bottom of the Restructured
Text.
(This is really ju...
Zac Dover
12:52 PM rgw-testing Backport #54388 (Resolved): quincy: rgw/tests: Add lifecycle test-suite to teuthology run
https://github.com/ceph/ceph/pull/45134 Casey Bodley
12:52 PM Revision e675dffa (ceph): Merge pull request #45134 from soumyakoduri/quincy
quincy: rgw/qa: Add test suite for lifecycle cases
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
12:14 PM Revision ded84b8d (ceph): Merge pull request #44050 from ronen-fr/wip-rf-digest-update
osd/scrub: ignoring unsolicited DigestUpdate events
Reviewed-by: Samuel Just <sjust@redhat.com>
Ronen Friedman
11:50 AM Bug #54434: hdd osd's crashing after pacific upgrade
It's a long shot, but since you said it happens at the same time daily, it makes me think of https://tracker.ceph.com... Dan van der Ster
11:22 AM Bug #54434 (New): hdd osd's crashing after pacific upgrade
In the last couple of month we upgraded all of our ceph clusters from nautilus to pacific.
After upgrading our last ...
Maximilian Stinsky
10:32 AM rgw Bug #54433 (Resolved): add OPT_DATA_SYNC_RUN to gc_ops_list to initialize gc that prevents send_c...
Pritha Srivastava
10:31 AM Revision 805a95e2 (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
10:31 AM Revision 8ab549a9 (ceph): rgw: de-conflate shard_id and request_id in CLSRGWConcurrentIO
When using asynchronous (concurrent) IO for bucket index requests,
there are two int ids that are used that need to b...
J. Eric Ivancich
10:31 AM Revision c7434faa (ceph): rgw: allow CLSRGWConcurrentIO to handle "advancing" retries
When doing an asynchronous/concurrent bucket index operation against
multiple bucket index shards, a special error co...
J. Eric Ivancich
10:31 AM Revision 5c7487dd (ceph): rgw: allow ordered bucket listing to work when many filtered out entries
A previous PR moved the much of the filtering that's part of bucket
listing to the CLS layer. One unanticipated resul...
J. Eric Ivancich
10:31 AM Revision 170cce73 (ceph): rgw: fix bucket index list minor calculation bug
When "bucket index list" traverses the different regions in the bucket
index assembling the output, it miscalculates ...
J. Eric Ivancich
10:31 AM Revision 0d103e74 (ceph): test/rgw: fix and add to rgw/cls bi_list tests
Make sure marker is cleared. Put end-of-list check inside the
conditional with the rest of the test. Add some additio...
J. Eric Ivancich
08:35 AM Revision dccf0a6c (ceph): test/rgw: fix and add to rgw/cls bi_list tests
Make sure marker is cleared. Put end-of-list check inside the
conditional with the rest of the test. Add some additio...
J. Eric Ivancich
07:20 AM Bug #54432 (Fix Under Review): it is unclear to disable mon_osd_down_out_subtree_limit function
I'd like to make any DOWN OSDs OUT regardless of the status of other OSDs. In other words, I want to disable the effe... Yuma Ogami
06:44 AM Revision d46a73d6 (ceph): 15.2.16
Jenkins Build Slave User
06:18 AM CephFS Backport #54256 (In Progress): pacific: mgr/volumes: uid/gid of the clone is incorrect
Kotresh Hiremath Ravishankar
06:18 AM CephFS Backport #54335 (In Progress): pacific: mgr/volumes: A deleted subvolumegroup when listed using "...
Kotresh Hiremath Ravishankar
06:18 AM CephFS Backport #54332 (In Progress): pacific: mgr/volumes: File Quota attributes not getting inherited ...
Kotresh Hiremath Ravishankar
06:09 AM Messengers Bug #54431 (Resolved): set_port() fails on Windows rbd clients on IPv6-only clusters
Whenever I try to perform any cluster-interaction with the ... brent s.
05:57 AM Dashboard Backport #54113 (In Progress): pacific: mgr/dashboard: add restart/reload daemons
Nizamudeen A
05:10 AM Revision 3ffe2517 (ceph): crimson/seastore: fix bad_alloc
Signed-off-by: chunmei-liu <chunmei.liu@intel.com>
Signed-off-by: Samuel Just <sjust@redhat.com>
chunmei liu
04:41 AM Revision 327bbd76 (ceph): Merge pull request #45139 from zdover23/wip-doc-2022-02-24-hardware-rec...
doc/start: include A. D'Atri's hardware-recs recs
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Anthony...
zdover23
04:18 AM Linux kernel client Bug #54430: kclient: couldn't properly handle higher version of reply messages
The user space client doesn't have this issue because it will always skip the extra memory when decoding in DECODE_FI... Xiubo Li
04:15 AM Linux kernel client Bug #54430 (Resolved): kclient: couldn't properly handle higher version of reply messages
... Xiubo Li
02:55 AM Backport #54429 (Resolved): quincy: [crypto/qat][compressor] QAT driver cannot work with encrypti...
Hualong Feng
02:45 AM Backport #54429 (Resolved): quincy: [crypto/qat][compressor] QAT driver cannot work with encrypti...
https://github.com/ceph/ceph/pull/45091 Backport Bot
02:46 AM Revision 6c767cf1 (ceph): rgw/qa: Add test suite for lifecycle cases
Execute lifecycle s3-tests in the teuthology test-suite by configuring
required storage classes and 'rgw lc debug int...
Soumya Koduri
02:41 AM Backport #54062 (Resolved): quincy: latest QAT driver cannot work with encryption and compression...
Hualong Feng
01:24 AM Orchestrator Bug #54425 (In Progress): cephadm: `host label rm` does not block removal of admin keyring
Adam King
01:23 AM Revision fbe0c3fd (ceph): mgr/cephadm: block removing last instance of _admin label
Fixes: https://tracker.ceph.com/issues/54425
Signed-off-by: Adam King <adking@redhat.com>
Adam King

02/28/2022

10:20 PM Revision 5cdf8929 (ceph): Merge pull request #45191 from neesingh-rh/cephfs-top_doc_fix
doc/cephfs: Typographical error. Laura Flores
10:09 PM Revision 6259641b (ceph): doc/releases: couple of notable changes for core
also fix release date for v15.2.16
Signed-off-by: Neha Ojha <nojha@redhat.com>
Neha Ojha
09:58 PM Revision 9c8fd8a6 (ceph): Merge pull request #45136 from adk3798/extra-all
mgr/cephadm: extend extra_container_args to other service types
Reviewed-by: Michael Fritch <mfritch@suse.com>
Adam King
09:56 PM Revision a0d21c71 (ceph): mgr/cephadm: block draining last _admin host
Fixes: https://tracker.ceph.com/issues/54413
Signed-off-by: Adam King <adking@redhat.com>
Adam King
09:54 PM Revision 270f03ca (ceph): qa/workunits/rbd: use xenial version of qemu-iotests for centos stream 8
It is already used for centos 8(.3) and rhel 8(.4).
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked ...
Ilya Dryomov
09:54 PM Revision 556768c8 (ceph): workunits/rbd: remove lsb_release
The lsb_release utility brings in a lot of other dependencies. Remove
it from the RBD workunit script.
Signed-off-by...
Ken Dreyer
09:28 PM RADOS Backport #54082 (Resolved): pacific: mon: osd pool create <pool-name> with --bulk flag
Kamoltat (Junior) Sirivadhna
09:20 PM rgw Backport #54428 (Resolved): quincy: radosgw-admin bucket sync run command crashes when send_chain...
https://github.com/ceph/ceph/pull/45422 Backport Bot
09:20 PM rgw Backport #54427 (Rejected): octopus: radosgw-admin bucket sync run command crashes when send_chai...
Backport Bot
09:20 PM rgw Backport #54426 (Resolved): pacific: radosgw-admin bucket sync run command crashes when send_chai...
https://github.com/ceph/ceph/pull/45421 Backport Bot
09:16 PM rgw Bug #54417 (Pending Backport): radosgw-admin bucket sync run command crashes when send_chain() ge...
Casey Bodley
05:28 AM rgw Bug #54417 (Resolved): radosgw-admin bucket sync run command crashes when send_chain() gets invoked
radosgw-admin bucket sync run command crashes when send_chain() gets invoked as part of the command. Pritha Srivastava
09:16 PM Revision df07e6d0 (ceph): Merge pull request #45166 from pritha-srivastava/wip-rgw-bucket-sync-run
rgw: add OPT_BUCKET_SYNC_RUN to gc_ops_list, so that
Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
Reviewed-by:...
Casey Bodley
06:55 PM Dashboard Bug #54034 (Resolved): mgr/dashboard: support snmp-gateway service creation from UI
Avan Thakkar
06:54 PM Dashboard Backport #54240 (Resolved): pacific: mgr/dashboard: support snmp-gateway service creation from UI
Avan Thakkar
06:53 PM RADOS Bug #50842: pacific: recovery does not complete because of rw_manager lock not being released
I recovered logs from a scenario that looks very similar.
See the full result of `zcat /a/yuriw-2022-02-17_22:49:5...
Laura Flores
05:59 PM CephFS Bug #52260: 1 MDSs are read only | pacific 16.2.5
Hi
Any update on this ?:)
cephuser2345 user
04:07 PM Orchestrator Bug #54425 (Resolved): cephadm: `host label rm` does not block removal of admin keyring
similar to https://tracker.ceph.com/issues/54413, removal of the last _admin tag via `ceph orch host label rm ..` doe... Michael Fritch
03:50 PM Backport #54062: quincy: latest QAT driver cannot work with encryption and compression for RGW
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45091
merged
Yuri Weinstein
03:49 PM Revision 9063786f (ceph): Merge pull request #45091 from liumiaomiaoIntel/qatenable
quincy: common: fix compilation and function issues about compressor and crypto to enable latest QAT driver
Reviewed...
Yuri Weinstein
03:48 PM CephFS Backport #54218: quincy: mds: seg fault in expire_recursive
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45097
merged
Yuri Weinstein
03:48 PM Revision 751c74c1 (ceph): Merge pull request #45097 from vshankar/wip-54218
quincy: mds: fix seg fault in expire_recursive
Reviewed-by: Xiubo Li <xiubli@redhat.com>
Reviewed-by: Laura Flores <...
Yuri Weinstein
03:34 PM devops Bug #54424: build: ninja: error: dependency cycle: src/ceph-volume/setup.py -> src/ceph-volume/se...
actually seems to be a bug in in cmake-1.23.0-rc2 in f37 as the problem doesn't occur in 17.1.0 with cmake-1.22.0 on ... Kaleb KEITHLEY
01:45 PM devops Bug #54424 (New): build: ninja: error: dependency cycle: src/ceph-volume/setup.py -> src/ceph-vol...
between ceph-17.0.0-10335-gfd206722 and ceph-17.0.0-10422-g0e3da9ce I have started to get
build: ninja: error: dep...
Kaleb KEITHLEY
03:15 PM Dashboard Bug #54215 (Resolved): mgr/dashboard: "Please expand your cluster first" shouldn't be shown if cl...
Nizamudeen A
02:40 PM Orchestrator Bug #54419: `ceph orch upgrade start` seems to never reach completion
Adam,
I did a cursory check for similar issues, but couldn't find any. There is tracker #54411, but that one has M...
Venky Shankar
05:59 AM Orchestrator Bug #54419 (Duplicate): `ceph orch upgrade start` seems to never reach completion
Pretty much consistently reproducible here - http://pulpito.front.sepia.ceph.com/yuriw-2022-02-25_15:53:18-fs-wip-yur... Venky Shankar
02:21 PM CephFS Bug #54411 (Triaged): mds_upgrade_sequence: "overall HEALTH_WARN 4 failed cephadm daemon(s); 1 fi...
Venky Shankar
02:21 PM CephFS Backport #54407 (In Progress): quincy: mds: seg fault in expire_recursive
Venky Shankar
01:45 PM CephFS Bug #54406 (Triaged): cephadm/mgr-nfs-upgrade: cluster [WRN] overall HEALTH_WARN no active mgr
Venky Shankar
01:13 PM rbd Backport #54382 (In Progress): octopus: qa/workunits/rbd/rbd_mirror_stress.sh: rbd: mirroring not...
Ilya Dryomov
01:10 PM rbd Backport #54377 (In Progress): octopus: [rbd-mirror] disabling and shortly after re-enabling mirr...
Ilya Dryomov
01:04 PM CephFS Bug #54421 (Fix Under Review): mds: assert fail in Server::_dir_is_nonempty() because xlocker of ...
Xiubo Li
01:00 PM CephFS Bug #54421: mds: assert fail in Server::_dir_is_nonempty() because xlocker of filelock is -1
pr: https://github.com/ceph/ceph/pull/45195 Ivan Guan
09:45 AM CephFS Bug #54421 (Fix Under Review): mds: assert fail in Server::_dir_is_nonempty() because xlocker of ...
ENV: Jewel ceph-10.2.2
Description:
Server::_dir_is_nonempty() always expects inode has the xlocker, but sometime...
Ivan Guan
01:01 PM Revision 3cc52b1c (ceph): cephadm: change ceph-ci image from master to quincy
quincy image is available in the quay.io repo and we should use it for
the quincy branch for now atleast until v17 is...
Nizamudeen A
12:03 PM rbd Backport #51670 (Resolved): pacific: [pwl ssd] first_free_entry corruption on media (segfault in ...
Ilya Dryomov
11:56 AM Revision d9213e0b (ceph): mgr/volumes: Fix clone uid/gid mismatch
This is the regression caused by commit 18b85c53a.
The 'set_attrs' function sets the uid/gid of the
group to the subv...
Kotresh Hiremath Ravishankar
11:56 AM Revision 88ca195c (ceph): qa: Add tests snapshot clone failure with quota
Fixes: https://tracker.ceph.com/issues/53848
Signed-off-by: Kotresh HR <khiremat@redhat.com>
(cherry picked from comm...
Kotresh Hiremath Ravishankar
11:56 AM Revision 8c8cec08 (ceph): mgr/volumes: Fix subvoume snapshot clone failure
Problem:
The subvolume snapshot clone fails if the quota on the source
has exceeded. Since the quota is not strictly ...
Kotresh Hiremath Ravishankar
11:56 AM Revision 51e9a556 (ceph): mgr/volumes: Improve debugging, add clone failure logs
Fixes: https://tracker.ceph.com/issues/53848
Signed-off-by: Kotresh HR <khiremat@redhat.com>
(cherry picked from comm...
Kotresh Hiremath Ravishankar
11:55 AM Revision 150f2d08 (ceph): mgr/volumes: use dedicated libcephfs handles for subvolume calls and as...
Fixes: http://tracker.ceph.com/issues/51271
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from co...
Venky Shankar
11:55 AM Revision 46e49702 (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
11:55 AM Revision ddeefc82 (ceph): mgr_util: move is_stopping from VolumeClient to CephfsClient
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
(cherry picked from commit 8c94c21d098ac31708dda66cd35ccb0da5d1fd75)
Jan Fajerski
11:55 AM Revision 4b6de159 (ceph): mgr_util: rename ConnectionPool -> CephfsConnectionPool
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
(cherry picked from commit 51f6f64c123533bd2d33e3ec768af63a757a1d2a)
Jan Fajerski
11:53 AM Revision 36a1ac6f (ceph): mgr_util: add CephfsClient implementation
This pulls parts of the VolumesClient implementation into mgr_util to
make the CephFS specific pieces available to ot...
Jan Fajerski
11:43 AM rbd Backport #54298 (Resolved): pacific: librbd: bug in GroupSnapshotNamespace operator<
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/45075
m...
Ilya Dryomov
11:42 AM rbd Backport #54231 (Resolved): pacific: [cli] mark optional positional arguments as such in help output
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/45008
m...
Ilya Dryomov
11:42 AM rbd Backport #54168 (Resolved): pacific: [rbd_support] passing invalid interval removes entire schedule
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/45005
m...
Ilya Dryomov
11:42 AM rbd Backport #53989 (Resolved): pacific: [rbd-mirror] fix races in snapshot-based mirroring deletion ...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/44754
m...
Ilya Dryomov
11:41 AM rbd Backport #53981 (Resolved): pacific: [cli] fix mixing switches and positional arguments
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/44742
m...
Ilya Dryomov
11:41 AM rbd Backport #53938 (Resolved): pacific: journal: client_register does not check disconnected state w...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/44690
m...
Ilya Dryomov
11:41 AM rbd Backport #53386 (Resolved): pacific: rbd-mirror: TestMockMirrorStatusUpdater.RemoveImmediateUpdat...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/44094
m...
Ilya Dryomov
11:40 AM rbd Backport #52735 (Resolved): pacific: bogus "unable to find a keyring" warning on "rbd mirroring b...
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/43313
m...
Ilya Dryomov
11:40 AM rbd Backport #52534 (Resolved): pacific: rbd children:logging crashes after open or close fails.
This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/44999
m...
Ilya Dryomov
11:34 AM RADOS Bug #54423 (New): osd/scrub: bogus DigestUpdate events are created, logged and (hopefully) rejected
A mishandling of the counter of "the digest-updates we are waiting for, before finishing
with this scrubbed chunk" c...
Ronen Friedman
11:21 AM rbd Backport #54170 (Resolved): pacific: [krbd] expose rxbounce option
Ilya Dryomov
11:20 AM Revision 2fbeafc6 (ceph): Merge pull request #45002 from idryomov/wip-krbd-rxbounce-option-pacific
pacific: rbd: recognize rxbounce map option
Reviewed-by: Deepika Upadhyay <dupadhya@redhat.com>
Ilya Dryomov
11:19 AM rbd Backport #54187 (Resolved): pacific: [krbd] misleading error when no initial monitor address
Ilya Dryomov
11:19 AM Revision 1fef1a93 (ceph): Merge pull request #45003 from idryomov/wip-54128-pacific
pacific: krbd: return error when no initial monitor address found
Reviewed-by: Deepika Upadhyay <dupadhya@redhat.com>
Ilya Dryomov
10:42 AM Revision 5bdadb5a (ceph): osd/scrub: stop sending bogus digest-update event messages
A minimal change extracted from PR#44050, to facilitate
backporting.
The multitudes of bogus events generated fill u...
Ronen Friedman
10:24 AM CephFS Bug #54046: unaccessible dentries after fsstress run with namespace-restricted caps
Jeff Layton wrote:
> I see this in the current batch of logs (mds.test.cephadm1.xlapqu.log):
>
> [...]
>
> ......
Venky Shankar
10:19 AM mgr Bug #54422 (Pending Backport): ceph-crash: fix regression in crash collector
just like 51591, not sure this is the right component, feel free to redirect.
https://github.com/ceph/ceph/pull/42...
Guillaume Abrioux
10:15 AM mgr Bug #51591: src/ceph-crash.in: various enhancements and fixes
I see "Pending Backport" but no backports.
If I'm not wrong this is present in master and quincy only at the moment....
Guillaume Abrioux
09:58 AM Revision d9529161 (ceph): doc/cephfs: Typographical error.
Signed-off-by: Neeraj Pratap Singh <neesingh@redhat.com> Neeraj Pratap Singh
09:19 AM Revision 07a1f7fe (ceph): doc/start: include A. D'Atri's hardware-recs recs
This PR restores material about partition alignment
and material about separating OS and OSD data that
was removed in...
Zac Dover
08:48 AM Revision dd1b5eb3 (ceph): cephadm/box: default add hosts
Signed-off-by: Pere Diaz Bou <pdiazbou@redhat.com> Pere Díaz Bou
08:46 AM Revision aa3006ea (ceph): rgw: add OPT_BUCKET_SYNC_RUN to gc_ops_list, so that
gc is initialised and send_chain does not crash.
Also deleting objects inline in case gc is uninitialised.
Fixes: h...
Pritha Srivastava
07:00 AM CephFS Backport #54420 (Rejected): octopus: mgr/volumes: uid/gid of the clone is incorrect
Backport Bot

02/27/2022

09:49 PM bluestore Bug #44924 (Resolved): High memory usage in fsck/repair
Igor Fedotov
09:48 PM bluestore Backport #53890 (Resolved): pacific: High memory usage in fsck/repair
Igor Fedotov
09:26 AM rgw-testing Bug #54416 (Pending Backport): bucket notifications lifecycle tests failing
the location of radosgw-admin is wrong (works only when running locally).
for example, in: https://pulpito.ceph.com/...
Yuval Lifshitz
07:37 AM bluestore Bug #54415 (Fix Under Review): Quincy 32bit compilation failure with deduction/substitution faile...
Platform is alpine linux with the Quincy rc tarball compiler is gcc 11.2.1, all 32bit platforms have the same failure... Duncan Bellamy

02/26/2022

07:14 PM rbd Backport #54378 (In Progress): pacific: [rbd-mirror] disabling and shortly after re-enabling mirr...
Deepika Upadhyay
07:13 PM Revision 5053606a (ceph): rbd-mirror: turn m_on_stop_finish into a list of Contexts
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 4ad31cd0583ebb695a9d84a35b9fc20ad9ec8585)
Ilya Dryomov
07:13 PM Revision 27ea07d6 (ceph): rbd-mirror: synchronize with in-flight stop in ImageReplayer::stop()
Complete on_finish right away only if the replayer is stopped (meaning
that it is legible to be restarted immediately...
Ilya Dryomov
07:13 PM Revision ea61a3e2 (ceph): rbd-mirror: straighten ImageReplayer::stop() a bit
- don't default on_finish parameter
- m_restart_requested is set in ImageReplayer::restart() which is the
only rest...
Ilya Dryomov
07:13 PM Revision 1222a61a (ceph): rbd-mirror: manual stop should take precedence over regular stop
Somewhat similar to commit 0a3794e56256 ("rbd-mirror: make stop
properly cancel restart"), make it so that a) if a ma...
Ilya Dryomov
06:57 PM rbd Backport #54381 (In Progress): pacific: qa/workunits/rbd/rbd_mirror_stress.sh: rbd: mirroring not...
Deepika Upadhyay
06:54 PM rbd Backport #54323 (In Progress): octopus: allow rbd_default_map_options to be overridden at pool an...
Deepika Upadhyay
06:44 PM rbd Backport #54324 (In Progress): pacific: allow rbd_default_map_options to be overridden at pool an...
Deepika Upadhyay
06:33 PM rbd Backport #54380 (In Progress): octopus: c++20: compilation failures around BitVector::NoInitAlloc...
Deepika Upadhyay
06:33 PM Revision 772abec0 (ceph): common: replace BitVector::NoInitAllocator with wrapper struct
in c++20, the deprecated `struct std::allocator<T>::rebind` template was
removed, so `BitVector` no longer compiles. ...
Casey Bodley
06:33 PM rbd Backport #54379 (In Progress): pacific: c++20: compilation failures around BitVector::NoInitAlloc...
Deepika Upadhyay
06:32 PM Revision 0468098d (ceph): common: replace BitVector::NoInitAllocator with wrapper struct
in c++20, the deprecated `struct std::allocator<T>::rebind` template was
removed, so `BitVector` no longer compiles. ...
Casey Bodley
02:00 PM Dashboard Backport #54163: octopus: mgr/dashboard: dashboard does not show degraded objects if they are les...
please link this Backport tracker issue with GitHub PR https://github.com/ceph/ceph/pull/45178
ceph-backport.sh versi...
Ponnuvel P
01:58 PM rbd Backport #54377: octopus: [rbd-mirror] disabling and shortly after re-enabling mirroring on the i...
please link this Backport tracker issue with GitHub PR https://github.com/ceph/ceph/pull/45177
ceph-backport.sh versi...
Ponnuvel P
01:06 PM Revision 84fe3622 (ceph): osd/scrub: cluster-logging unsolicited DigestUpdate events
... and not just to the OSD's log
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
Ronen Friedman
12:56 PM Revision 0242368c (ceph): Merge pull request #44941 from ronen-fr/wip-rf-scrubBEv1_2
osd/scrub: limiting scrubber-backend external interfaces
Reviewed-by: Samuel Just <sjust@redhat.com>
Ronen Friedman
12:28 PM Bug #54414 (Pending Backport): quincy compilation failure for alpine linux
I am trying to build the RC tarball and get this error:
https://gitlab.alpinelinux.org/a16bitsysop/aports/-/jobs/6...
Duncan Bellamy
09:50 AM rbd Backport #54301 (Resolved): pacific: [test] qemu task on centos 8.stream is missing qemu-kvm-bloc...
Deepika Upadhyay

02/25/2022

10:57 PM RADOS Backport #53480: pacific: Segmentation fault under Pacific 16.2.1 when using a custom crush locat...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/44897
merged
Yuri Weinstein
10:57 PM Revision c42a1023 (ceph): Merge pull request #44897 from aclamk/wip-53480-pacific
pacific: crush: Fix segfault in update_from_hook
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
10:56 PM RADOS Backport #54082: pacific: mon: osd pool create <pool-name> with --bulk flag
Kamoltat Sirivadhna wrote:
> pull request: https://github.com/ceph/ceph/pull/44847
merged
Yuri Weinstein
10:56 PM Revision e733abc1 (ceph): Merge pull request #44847 from kamoltat/wip-ksirivad-pacific-backport-4...
pacific: mon: osd pool create <pool-name> with --bulk flag
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
10:54 PM Orchestrator Bug #54413 (Resolved): cephadm: orch host drain does not block draining last _admin host as host ...
The purpose of the check in host rm was to avoid removing the last host that had a config/keyring that could be used ... Adam King
10:44 PM bluestore Backport #53890: pacific: High memory usage in fsck/repair
Igor Fedotov wrote:
> https://github.com/ceph/ceph/pull/44613
merged
Yuri Weinstein
10:43 PM Revision 91a7593c (ceph): Merge pull request #44613 from ifed01/wip-ifed-fix-ram-gridy-fsck-pac
pacific: os/bluestore: make shared blob fsck much less RAM-greedy.
Reviewed-by: Adam Kupczyk <akupczyk@redhat.com>
Yuri Weinstein
10:40 PM rbd Backport #52735: pacific: bogus "unable to find a keyring" warning on "rbd mirroring bootstrap im...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/43313
merged
Yuri Weinstein
10:40 PM Revision 42fc8283 (ceph): Merge pull request #43313 from idryomov/wip-keyring-resolve-error-pacific
pacific: auth,mon: don't log "unable to find a keyring" error when key is given
Reviewed-by: Deepika Upadhyay <dupad...
Yuri Weinstein
09:59 PM RADOS Backport #54412 (Rejected): pacific:osd:add pg_num_max value
https://github.com/ceph/ceph/pull/45173 Kamoltat (Junior) Sirivadhna
08:56 PM Revision b2e51706 (ceph): Merge pull request #43957 from petrutlucian94/windows_ipv6
msg: Fix Windows IPv6 support David Galloway
07:58 PM mgr Bug #54250 (Resolved): mgr/telemetry: telemetry module experiences an AssertionError when generat...
Laura Flores
07:27 PM mgr Feature #54403 (In Progress): mgr: allowlist perfcounters
Ernesto Puerta
06:33 PM bluestore Backport #53391: pacific: BlueFS truncate() and poweroff can create corrupted files
please link this Backport tracker issue with GitHub PR https://github.com/ceph/ceph/pull/45171
ceph-backport.sh versi...
Ponnuvel P
06:28 PM rbd Backport #54381: pacific: qa/workunits/rbd/rbd_mirror_stress.sh: rbd: mirroring not enabled on th...
please link this Backport tracker issue with GitHub PR https://github.com/ceph/ceph/pull/45170
ceph-backport.sh versi...
Ponnuvel P
06:28 PM Revision 5b95c830 (ceph): rbd-mirror: make mirror properly detect pool replayer needs restart
When a PoolReplayer detects remote pool metadata change it
sets "stopping" flag expecting the Mirror will restart it....
Mykola Golub
06:28 PM rbd Backport #54382: octopus: qa/workunits/rbd/rbd_mirror_stress.sh: rbd: mirroring not enabled on th...
please link this Backport tracker issue with GitHub PR https://github.com/ceph/ceph/pull/45169
ceph-backport.sh versi...
Ponnuvel P
06:27 PM Revision 7253819c (ceph): rbd-mirror: make mirror properly detect pool replayer needs restart
When a PoolReplayer detects remote pool metadata change it
sets "stopping" flag expecting the Mirror will restart it....
Mykola Golub
06:06 PM CephFS Backport #54241: pacific: mds: clients can send a "new" op (file operation) and crash the MDS
Venky Shankar wrote:
> https://github.com/ceph/ceph/pull/44975
merged
Yuri Weinstein
06:05 PM Revision e4d372b5 (ceph): Merge pull request #44975 from vshankar/wip-54241
pacific: mds: ignore unknown client op when tracking op latency
Reviewed-by: Xiubo Li <xiubli@redhat.com>
Reviewed-b...
Yuri Weinstein
05:55 PM RADOS Bug #50042: rados/test.sh: api_watch_notify failures
/a/yuriw-2022-02-24_22:04:22-rados-wip-yuri7-testing-2022-02-17-0852-pacific-distro-default-smithi/6704772... Laura Flores
05:27 PM Orchestrator Bug #54043 (Pending Backport): nfs module should not require rook mgr module
John Mulligan
05:18 PM CephFS Bug #54411 (Resolved): mds_upgrade_sequence: "overall HEALTH_WARN 4 failed cephadm daemon(s); 1 f...
/a/yuriw-2022-02-21_15:48:20-rados-wip-yuri7-testing-2022-02-17-0852-pacific-distro-default-smithi/6698603... Laura Flores
04:26 PM Revision 8299cd4c (ceph): Merge remote-tracking branch 'gh/quincy' into quincy
David Galloway
04:23 PM CephFS Backport #54217: pacific: client: client session state stuck in opening and hang all the time
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45100
merged
Yuri Weinstein
04:23 PM Revision 9664d85c (ceph): Merge pull request #45100 from vshankar/wip-54217
pacific: mds: kill session when mds do ms_handle_remote_reset
Reviewed-by: Xiubo Li <xiubli@redhat.com>
Yuri Weinstein
04:22 PM CephFS Backport #54220: pacific: mds: seg fault in expire_recursive
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45099
merged
Yuri Weinstein
04:22 PM Revision 07e2acb0 (ceph): Merge pull request #45099 from vshankar/wip-54220
pacific: mds: fix seg fault in expire_recursive
Reviewed-by: Nikhilkumar Shelke <nshelke@redhat.com>
Yuri Weinstein
04:21 PM CephFS Backport #54194: pacific: mds: mds_oft_prefetch_dirfrags default to false
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45016
merged
Yuri Weinstein
04:21 PM Revision 971e12df (ceph): Merge pull request #45016 from Vicente-Cheng/wip-54194-pacific
pacific: mds: mds_oft_prefetch_dirfrags default to false
Reviewed-by: Venky Shankar vshankar@redhat.com
Yuri Weinstein
04:19 PM CephFS Backport #54161: pacific: mon/MDSMonitor: sanity assert when inline data turned on in MDSMap from...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/44910
merged
Yuri Weinstein
04:19 PM Revision b4cfe565 (ceph): Merge pull request #44910 from batrick/i54161
pacific: mon/MDSMonitor: sanity assert when inline data turned on in MDSMap from v16.2.4 -> v16.2.[567]
Reviewed-by:...
Yuri Weinstein
04:19 PM CephFS Backport #53761: pacific: mds: mds_oft_prefetch_dirfrags = false is not qa tested
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/44504
merged
Yuri Weinstein
04:19 PM Revision b650fa8d (ceph): Merge pull request #44504 from MrFreezeex/wip-53761-pacific
pacific: qa/suites/fs: add prefetch_dirfrags false to thrasher suite
Reviewed-by: Venky Shankar vshankar@redhat.com
Yuri Weinstein
04:18 PM CephFS Backport #53948: pacific: mgr/volumes: Failed to create clones if the source snapshot's quota is ...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42932
merged
Yuri Weinstein
04:18 PM CephFS Backport #52384: pacific: pybind/mgr/volumes: Cloner threads stuck in loop trying to clone the st...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/42932
merged
Yuri Weinstein
04:18 PM Revision 88287179 (ceph): Merge pull request #42932 from kotreshhr/wip-52384-pacific
pacific: mgr/volumes: Subvolume removal and clone failure fixes
Reviewed-by: Venky Shankar vshankar@redhat.com
Yuri Weinstein
03:52 PM Backport #54276: pacific: rados: 16.2.7 multiple gcc-12 compile errors
please link this Backport tracker issue with GitHub PR https://github.com/ceph/ceph/pull/45168
ceph-backport.sh versi...
Ponnuvel P
03:37 PM Orchestrator Bug #54360: Dead job at "Finished running handlers" in rados/cephadm/osds/.../rm-zap-wait
/a/yuriw-2022-02-24_22:04:22-rados-wip-yuri7-testing-2022-02-17-0852-pacific-distro-default-smithi/6704774
Descripti...
Laura Flores
03:34 PM Orchestrator Bug #53939: ceph-nfs-upgrade, pacific: Upgrade Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading d...
Several dead jobs of this kind here:
/a/yuriw-2022-02-24_22:04:22-rados-wip-yuri7-testing-2022-02-17-0852-pacific-di...
Laura Flores
03:31 PM Linux kernel client Feature #54410 (Fix Under Review): implement sparse read support for the kclient
This is necessary for fscrypt support. We need for the client to be able to identify sparse regions, so that we know ... Jeff Layton
03:26 PM Revision 9c274d3a (ceph): Merge pull request #45098 from vshankar/wip-54216
quincy: mds: kill session state are open when mds do ms_handle_remote_reset Laura Flores
03:25 PM Revision 8db3c1a7 (ceph): Merge pull request #45017 from Vicente-Cheng/wip-54196-quincy
quincy: mds: mds_oft_prefetch_dirfrags default to false Laura Flores
03:08 PM Revision 92221185 (ceph): Merge pull request #44870 from phlogistonjohn/jjm-nfs-cleanups2
mgr/nfs: support managing exports without orchestration enabled
Reviewed-by: Ramana Raja <rraja@redhat.com>
Adam King
03:06 PM Orchestrator Bug #54141 (Pending Backport): cephadm: --no-minimize-config passed during bootstrap causes clust...
Adam King
03:02 PM Revision b39f36b1 (ceph): Merge pull request #44845 from phlogistonjohn/jjm-nfs-cleanups
mgr/nfs: various minor cleanups
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: Michael Fritch <mfritch@suse...
Adam King
02:58 PM Revision 057089c9 (ceph): Merge pull request #45113 from adk3798/minimize-image
cephadm: still set container_image when --no-assimilate-config is provided in bootstrap
Reviewed-by: John Mulligan <...
Adam King
02:56 PM Revision 6818b7bb (ceph): Merge pull request #45127 from rkachach/fix_issue_54026_part1
mgr/cephadm: Adding python natsort module
Reviewed-by: Adam King <adking@redhat.com>
Adam King
02:54 PM Revision 1211be6f (ceph): Merge pull request #45132 from melissa-kun-li/asyncssh_error_messages
mgr/cephadm: reduce log level for asyncssh error messages
Reviewed-by: Michael Fritch <mfritch@suse.com>
Adam King
01:09 PM bluestore Bug #54409: OSD fails to start up with "rocksdb: Corruption: Bad table magic number" error
From the following log snippet it looks like SST file content (LBA: 0x630000) got overwritten by presumably deferred ... Igor Fedotov
12:53 PM bluestore Bug #54409 (Duplicate): OSD fails to start up with "rocksdb: Corruption: Bad table magic number" ...

2022-02-21T13:53:43.367+0100 7fc9582f4700 10 bluefs open_for_read h 0x55bd4301f000 on file(ino 1419 size 0x73c mtim...
Igor Fedotov
01:03 PM Revision d3c14a17 (ceph): mgr/cephadm: extend extra_container_args to other service types
Otherwise, without this change, this can only be used for mgr,
mon and crash (daemons without their own service spec ...
Adam King
12:12 PM Revision ba6efa12 (ceph): mgr/dashboard: fixing cephadm errors
Signed-off-by: Aashish Sharma <aasharma@redhat.com> Aashish Sharma
10:22 AM CephFS Backport #54333 (In Progress): quincy: mgr/volumes: File Quota attributes not getting inherited t...
Kotresh Hiremath Ravishankar
10:21 AM CephFS Backport #54257 (In Progress): quincy: mgr/volumes: uid/gid of the clone is incorrect
Kotresh Hiremath Ravishankar
10:21 AM CephFS Backport #54336 (In Progress): quincy: mgr/volumes: A deleted subvolumegroup when listed using "c...
Kotresh Hiremath Ravishankar
10:12 AM Revision 9f7bd0bf (ceph): mgr/volumes: Fix subvolumegroup ls
The subvolumegroup ls listed '_deleting' directory which is
internal to 'mgr/volumes' and should not be listed as a
s...
Kotresh Hiremath Ravishankar
10:11 AM Revision 7661fa80 (ceph): qa: Add test for subvolumegroup ls filter
Fixes: https://tracker.ceph.com/issues/54099
Signed-off-by: Kotresh HR <khiremat@redhat.com>
(cherry picked from comm...
Kotresh Hiremath Ravishankar
10:10 AM Revision 24b69bcd (ceph): mgr/volumes: Inherit file quota attr to clone
The file quota attribute 'ceph.quota.max_files'
is not inherited to the cloned subvolume. This
patch fixes the same.
...
Kotresh Hiremath Ravishankar
10:09 AM Revision a80981b7 (ceph): qa: Validate file quota attrs on clone subvolume
Fixes: https://tracker.ceph.com/issues/54121
Signed-off-by: Kotresh HR <khiremat@redhat.com>
(cherry picked from comm...
Kotresh Hiremath Ravishankar
10:07 AM Revision 4c35c515 (ceph): mgr/volumes: Fix clone uid/gid mismatch
This is the regression caused by commit 18b85c53a.
The 'set_attrs' function sets the uid/gid of the
group to the subv...
Kotresh Hiremath Ravishankar
08:29 AM CephFS Backport #52634 (In Progress): octopus: mds sends cap updates with btime zeroed out
Dan van der Ster
08:29 AM Revision 1f08e108 (ceph): mds: ensure that we send the btime in cap messages
While troubleshooting a different problem, I noticed that the kclient
would occasionally not report the btime in stat...
Jeff Layton
08:29 AM CephFS Backport #52635 (In Progress): pacific: mds sends cap updates with btime zeroed out
Dan van der Ster
08:29 AM Revision 25b062b3 (ceph): mds: ensure that we send the btime in cap messages
While troubleshooting a different problem, I noticed that the kclient
would occasionally not report the btime in stat...
Jeff Layton
08:28 AM CephFS Backport #52443 (In Progress): octopus: client: fix dump mds twice
Dan van der Ster
08:28 AM Revision c9875013 (ceph): src/client: fix dump mds twice
Fixes: https://tracker.ceph.com/issues/52386
Signed-off-by: Xue Yantao <xueyantao2114@163.com>
(cherry picked from c...
jhon xue
08:27 AM CephFS Backport #51976 (Need More Info): octopus: client: make sure only to update dir dist from auth mds
non trivial backport Dan van der Ster
08:26 AM CephFS Backport #51938 (Need More Info): octopus: qa: test_full_fsync (tasks.cephfs.test_full.TestCluste...
non trivial backport Dan van der Ster
08:24 AM CephFS Backport #51936 (Need More Info): octopus: mds: improve debugging for mksnap denial
non trivial cherry-pick Dan van der Ster
08:23 AM CephFS Backport #51933 (In Progress): octopus: mds: MDCache.cc:5319 FAILED ceph_assert(rejoin_ack_gather...
Dan van der Ster
08:23 AM Revision 620facd9 (ceph): mds: check rejoin_ack_gather before enter rejoin_gather_finish
Fixes: https://tracker.ceph.com/issues/48422
Signed-off-by: chencan <chen.can2@zte.com.cn>
(cherry picked from commit...
chencan chencan
08:22 AM CephFS Backport #51831 (In Progress): octopus: mds: META_POP_READDIR, META_POP_FETCH, META_POP_STORE, an...
Dan van der Ster
08:21 AM CephFS Backport #51545 (Need More Info): octopus: mgr/volumes: use a dedicated libcephfs handle for subv...
non trivial backport Dan van der Ster
08:19 AM CephFS Backport #51482 (Need More Info): octopus: osd: sent kickoff request to MDS and then stuck for 15...
non trivial cherry pick Dan van der Ster
08:17 AM CephFS Backport #51323 (In Progress): octopus: qa: test_data_scan.TestDataScan.test_pg_files AssertionEr...
Dan van der Ster
08:17 AM Revision fc80ba1e (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
08:16 AM CephFS Backport #51202 (In Progress): octopus: mds: CephFS kclient gets stuck when getattr() on a certai...
Dan van der Ster
08:16 AM Revision fba399b1 (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
08:16 AM Revision 5a4ea939 (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
08:15 AM CephFS Backport #50914 (In Progress): octopus: MDS heartbeat timed out between during executing MDCache:...
Dan van der Ster
08:15 AM Revision 963f0b93 (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
08:14 AM CephFS Backport #50849 (Need More Info): octopus: mds: "cluster [ERR] Error recovering journal 0x203: ...
Dan van der Ster
08:13 AM CephFS Backport #50849: octopus: mds: "cluster [ERR] Error recovering journal 0x203: (2) No such file ...
Non trivial backport Dan van der Ster
08:12 AM CephFS Backport #50847 (In Progress): octopus: mds: journal recovery thread is possibly asserting with m...
Dan van der Ster
08:12 AM Revision 150d9c52 (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
08:10 AM CephFS Backport #50631 (In Progress): octopus: mds: Error ENOSYS: mds.a started profiler
Dan van der Ster
08:10 AM Revision 957b611a (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
05:54 AM RADOS Bug #54364 (Resolved): The built-in osd bench test shows inflated results.
Sridhar Seshasayee
05:54 AM RADOS Backport #54393 (Resolved): quincy: The built-in osd bench test shows inflated results.
Sridhar Seshasayee
03:12 AM Bug #54408 (New): Ceph can't tolerate to remove a pool with a huge amount of objects, 90-95% of t...
Hi,
I've removed the old RGW data pool with 2B objects because in multisite seems like the user remove with data p...
Ist Gab
02:10 AM Backport #54062 (In Progress): quincy: latest QAT driver cannot work with encryption and compress...
Hualong Feng
02:00 AM CephFS Backport #54407 (Resolved): quincy: mds: seg fault in expire_recursive
https://github.com/ceph/ceph/pull/45097 Backport Bot

02/24/2022

11:06 PM Revision c6750600 (ceph): 17.1.0
Jenkins Build Slave User
11:01 PM mgr Backport #54394 (Resolved): quincy: mgr/devicehealth: health warning caused by AttributeError: 'N...
Yaarit Hatuka
08:39 AM mgr Backport #54394 (Resolved): quincy: mgr/devicehealth: health warning caused by AttributeError: 'N...
https://github.com/ceph/ceph/pull/45141 Sridhar Seshasayee
10:51 PM CephFS Bug #54406 (Triaged): cephadm/mgr-nfs-upgrade: cluster [WRN] overall HEALTH_WARN no active mgr
/a/yuriw-2022-02-21_15:48:20-rados-wip-yuri7-testing-2022-02-17-0852-pacific-distro-default-smithi/6698628... Laura Flores
10:45 PM RADOS Backport #54386: octopus: [RFE] Limit slow request details to mgr log
please link this Backport tracker issue with GitHub PR https://github.com/ceph/ceph/pull/45154
ceph-backport.sh versi...
Ponnuvel P
10:31 PM Orchestrator Bug #54360: Dead job at "Finished running handlers" in rados/cephadm/osds/.../rm-zap-wait
/a/yuriw-2022-02-21_15:48:20-rados-wip-yuri7-testing-2022-02-17-0852-pacific-distro-default-smithi/6698643
Descripti...
Laura Flores
10:23 PM Revision 8c54b697 (ceph): Merge pull request #45041 from cyx1231st/wip-crimson-cleanup-epm-segmen...
crimson/os/seastore: introduce SegmentAllocator for Journal and ExtentPlacementManager
Reviewed-by: Samuel Just <sju...
Samuel Just
09:57 PM Orchestrator Bug #53501: Exception when running 'rook' task.
@Joseph has this been backported yet? It is still happening in Pacific.
/a/yuriw-2022-02-21_15:48:20-rados-wip-yur...
Laura Flores
08:44 PM Revision 5508fece (ceph): Merge pull request #44869 from neha-ojha/wip-mgr-fixes-pacific
pacific: mgr: various fixes for mgr scalability
Reviewed-by: Pere Diaz Bou <pdiazbou@redhat.com>
Reviewed-by: Adam K...
Yuri Weinstein
08:43 PM rgw Bug #54405 (Fix Under Review): beast: move access log line to separate log subsystem
Matt Benjamin
08:39 PM rgw Bug #54405 (Resolved): beast: move access log line to separate log subsystem
this would allow users to disable all other rgw logging with debug_rgw=0, but still see this beast access log Matt Benjamin
08:19 PM Revision 664c71e6 (ceph): Merge pull request #45141 from sseshasa/wip-45118-45121-quincy
quincy: Combine backport of master PRs 45118 and 45121. Laura Flores
07:43 PM RADOS Bug #52136: Valgrind reports memory "Leak_DefinitelyLost" errors.
/a/sseshasa-2022-02-24_11:27:07-rados-wip-45118-45121-quincy-testing-distro-default-smithi/6704275/remote/smithi174/l... Laura Flores
07:23 PM CephFS Bug #53246: rhel 8.4 and centos stream unable to install cephfs-java
/a/sseshasa-2022-02-24_11:27:07-rados-wip-45118-45121-quincy-testing-distro-default-smithi/6704247 Laura Flores
07:19 PM RADOS Bug #53294: rados/test.sh hangs while running LibRadosTwoPoolsPP.TierFlushDuringFlush
/a/sseshasa-2022-02-24_11:27:07-rados-wip-45118-45121-quincy-testing-distro-default-smithi/6704402... Laura Flores
06:57 PM Revision c209b50e (ceph): Merge pull request #45109 from cbodley/wip-rgw-dbstore-strings
rgw/dbstore: use string_view for string constants
Reviewed-by: Soumya Koduri <skoduri@redhat.com>
Casey Bodley
06:36 PM RADOS Bug #54368 (Duplicate): ModuleNotFoundError: No module named 'tasks.cephadm'
Neha Ojha
05:51 PM RADOS Backport #53644 (In Progress): pacific: Disable health warning when autoscaler is on
Christopher Hoffman
05:50 PM Revision b08f5dca (ceph): doc/rados/operations: Updated rados docs to include
changes to health-checks in MANY_OBJECTS_PER_PG
warning when autoscale is on.
Signed-off-by: Christopher Hoffman <ch...
Christopher Hoffman
05:50 PM Revision 8d8d47c0 (ceph): mon: Omit MANY_OBJECTS_PER_PG warning when autoscaler is on
Add a conditional statement when autoscaler is
set to ON to omit message when about pool having
many more objects per...
Christopher Hoffman
05:39 PM Revision 05f2cfd9 (ceph): mgr/rbd_support: cast pool_id from int to str when collecting LevelSpec
While collecting LevelSpec using class method from_name make sure to cast
pool_id from int to string. This is necessa...
Sunny Kumar
05:09 PM CephFS Bug #54404 (New): snap-schedule retention not working as expected
When hourly and daily snapshots are created on the same path, snap retention is not honored correctly. The daily snap... Milind Changire
05:01 PM mgr Backport #54395 (In Progress): pacific: mgr/devicehealth: health warning caused by AttributeError...
https://github.com/ceph/ceph/pull/45151 Yaarit Hatuka
08:39 AM mgr Backport #54395 (Resolved): pacific: mgr/devicehealth: health warning caused by AttributeError: '...
Sridhar Seshasayee
04:58 PM mgr Feature #54403 (In Progress): mgr: allowlist perfcounters
In order to reduce the size of volume of perfcounters in prometheus/telemetry, a new parameters @allowlist@ is added ... Ernesto Puerta
04:52 PM rbd Bug #53915 (Fix Under Review): rbd snapshot schedule status output is missing schedule
Sunny Kumar
04:43 PM Revision 831f16eb (ceph): Merge pull request #45129 from idryomov/wip-rbd-quincy-batch-4
quincy: rbd backports (batch 4)
Reviewed-by: Sunny Kumar <sunkumar@redhat.com>
Ilya Dryomov
04:43 PM Revision 534a612a (ceph): mgr/devicehealth: skip null pages when extracting wear level
Some devices have null pages in their ata_device_statistics struct; skip
those pages in order to avoid an AttributeEr...
Yaarit Hatuka
04:36 PM ceph-volume Backport #54400 (In Progress): octopus: ceph-volume doesn't abort operations when devices have pa...
Guillaume Abrioux
04:32 PM ceph-volume Backport #54400 (Resolved): octopus: ceph-volume doesn't abort operations when devices have parti...
https://github.com/ceph/ceph/pull/45147 Guillaume Abrioux
04:35 PM ceph-volume Backport #54402 (In Progress): pacific: ceph-volume doesn't abort operations when devices have pa...
Guillaume Abrioux
04:32 PM ceph-volume Backport #54402 (Resolved): pacific: ceph-volume doesn't abort operations when devices have parti...
https://github.com/ceph/ceph/pull/45146 Guillaume Abrioux
04:34 PM Revision 19028a65 (ceph): ceph-volume: abort when passed devices have partitions
ceph-volume doesn't prevent from using db and/or wal devices
with existing partitions on them.
This can lead to a dat...
Guillaume Abrioux
04:33 PM ceph-volume Backport #54401 (In Progress): quincy: ceph-volume doesn't abort operations when devices have par...
Guillaume Abrioux
04:32 PM ceph-volume Backport #54401 (Resolved): quincy: ceph-volume doesn't abort operations when devices have partit...
https://github.com/ceph/ceph/pull/45145 Guillaume Abrioux
04:31 PM ceph-volume Bug #54376 (Pending Backport): ceph-volume doesn't abort operations when devices have partitions
Guillaume Abrioux
04:25 PM Revision 4804a746 (ceph): Merge pull request #45126 from guits/fix-bug-cv-bz2056719
ceph-volume: abort when passed devices have partitions Guillaume Abrioux
04:11 PM Orchestrator Documentation #54399 (Resolved): Enhance cephadm daemon [config|redeploy|restart] options documen...
Right now it's not clear from the doc what's the exact purpose for each one of these options and the differences betw... Redouane Kachach Elhichou
04:02 PM Orchestrator Bug #54398 (New): cephadm: agent high level documentation
We've added the concept of a cephadm agent, but without any documentation.
There are new config values associated ...
Michael Fritch
03:33 PM RADOS Backport #53551 (Resolved): pacific: [RFE] Provide warning when the 'require-osd-release' flag do...
Sridhar Seshasayee
03:18 PM rgw Bug #54363: segfault when Resharding occurs during LC
(copying from https://bugzilla.redhat.com/show_bug.cgi?id=2056906#c10)
from inspecting the journalctl log below - ...
Mark Kogan
03:03 PM rgw Bug #54363: segfault when Resharding occurs during LC
I believe this is the matching ceph backtrace:
backtrace:...
Matt Benjamin
03:15 PM rgw Bug #54361 (Fix Under Review): common/compressor: crash when using qat compressor concurrently
Casey Bodley
03:08 PM rgw Bug #54397 (Triaged): RadosGW Crash on Start
Casey Bodley
03:06 PM rgw Bug #54397: RadosGW Crash on Start
rgw's initialization failed because of this error:
> int RGWSI_Notify::robust_notify(RGWSI_RADOS::Obj&, const RGWC...
Casey Bodley
02:26 PM rgw Bug #54397: RadosGW Crash on Start
I tried civetweb as well as beast Christian Kugler
11:27 AM rgw Bug #54397 (Triaged): RadosGW Crash on Start
Some of our gateways crash if restartet via ... Christian Kugler
02:31 PM Revision 2e382a4d (ceph): common/options/osd: clarify the non-zero overrides
Make the text more clear that these options only override when
non-zero.
Signed-off-by: Dan van der Ster <daniel.van...
Dan van der Ster
02:26 PM Revision 2635929d (ceph): osd/scrub: remove I/O (store) direct access from the Scrubber Backend
Target: improving Scrubber BE testability by reducing the number and
complexity of the external APIs it uses.
(note ...
Ronen Friedman
02:26 PM Revision 39799243 (ceph): osd/scrub: make the scrubber-be the sole owner of the authoritative set
simplifying the interfaces used by the scrubber backend.
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
Ronen Friedman
02:26 PM Revision aabeaacd (ceph): osd/scrub: clean-up scrubber-be interfaces
Esp - the shallow/deep-error counters.
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
Ronen Friedman
02:26 PM Revision 43c8d843 (ceph): osd/scrub: cleanup scrubber-be's usage of the size-of-disk service
Limit the amount of scrubber code that directly calls the
PG-Backend services - in this case, the logical-size to
on-...
Ronen Friedman
02:26 PM Revision fe3ec8be (ceph): osd/scrub: fix some scrubber-backend formatting
no code changes.
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
Ronen Friedman
01:16 PM CephFS Bug #54384 (Fix Under Review): mds: crash due to seemingly unrecoverable metadata error
Xiubo Li
01:05 PM Revision 5f6d412f (ceph): pybind/mgr: fix "osd status" command output with format json
currently command "ceph -f json osd status" return table view instead of json view.
the fix will fix that and will al...
Nitzan Mordechai
12:55 PM Revision 53279970 (ceph): crimson/os/seastore/epm: integrate SegmentAllocator with Writer
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
12:55 PM Revision b0db4be1 (ceph): crimson/os/seastore: introduce SegmentAllocator and integrate with Journal
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
12:43 PM Revision a1e54907 (ceph): crimson/os/seastore/journal: cleanup, move commit_to to RecordSubmitter
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
12:39 PM Revision d2e3bb6f (ceph): crimson/os/seastore/epm: replace condition_variable by a shared_promise
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
12:24 PM Revision 65a29405 (ceph): crimson/os/seastore/segment_cleaner: drop unnecessary future from get_s...
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
12:24 PM Revision 7ebf3590 (ceph): crimson/os/seastore/epm: simplify gating writes for Writer
Dropped open_segment_wrapper_t.
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
Yingxin Cheng
12:00 PM Revision 5a711392 (ceph): mds: reset heartbeat when fetching or committing dentries
Fixes: https://tracker.ceph.com/issues/54345
Signed-off-by: Xiubo Li <xiubli@redhat.com>
Xiubo Li
11:59 AM Revision 8496730f (ceph): mds: switch to use heartbeat_reset_grace instead of hard code
Signed-off-by: Xiubo Li <xiubli@redhat.com> Xiubo Li
11:59 AM Revision 109e370c (ceph): mds: add mds_heartbeat_reset_grace option support
Signed-off-by: Xiubo Li <xiubli@redhat.com> Xiubo Li
11:58 AM Revision 3d9bebb0 (ceph): mds: rename count to items_count
Signed-off-by: Xiubo Li <xiubli@redhat.com> Xiubo Li
10:15 AM Revision 5142e35b (ceph): josh: Code review comments (in //TODO: comments)
Signed-off-by: Josh Salomon <josh.salomon@gmail.com> Josh Salomon
09:25 AM Revision caeca396 (ceph): osd/PeeringState: fix missed `recheck_readable` from laggy
Previously, the first `pg_lease_ack_t` after becoming laggy would not
trigger `recheck_readable`. However, every othe...
玮文 胡
09:22 AM Revision 9337fa67 (ceph): osd/PeeringState: proc_lease_ack break once found from OSD
We should not have duplicated OSD ID in `acting`. So the loop would
execute once anyway.
Signed-off-by: 胡玮文 <huww98@...
玮文 胡
08:56 AM RADOS Bug #54396: Setting osd_pg_max_concurrent_snap_trims to 0 prematurely clears the snaptrim queue
More context:... Dan van der Ster
08:44 AM RADOS Bug #54396 (Fix Under Review): Setting osd_pg_max_concurrent_snap_trims to 0 prematurely clears t...
Dan van der Ster
08:41 AM RADOS Bug #54396 (Resolved): Setting osd_pg_max_concurrent_snap_trims to 0 prematurely clears the snapt...
See https://www.spinics.net/lists/ceph-users/msg71061.html... Dan van der Ster
08:42 AM Revision 29545b61 (ceph): osd: require osd_pg_max_concurrent_snap_trims > 0
If osd_pg_max_concurrent_snap_trims is zero, we mistakenly clear
the snaptrim queue. Require it to be > 0.
Fixes: ht...
Dan van der Ster
08:38 AM RADOS Backport #54393 (Resolved): quincy: The built-in osd bench test shows inflated results.
https://github.com/ceph/ceph/pull/45141 Sridhar Seshasayee
08:37 AM mgr Bug #51554 (Pending Backport): mgr/devicehealth: health warning caused by AttributeError: 'NoneTy...
Sridhar Seshasayee
08:37 AM RADOS Bug #54364 (Pending Backport): The built-in osd bench test shows inflated results.
Sridhar Seshasayee
08:19 AM Revision 6e502126 (ceph): mgr/devicehealth: skip null pages when extracting wear level
Some devices have null pages in their ata_device_statistics struct; skip
those pages in order to avoid an AttributeEr...
Yaarit Hatuka
08:19 AM Revision 0fced0db (ceph): osd: Write non-zero data as part of osd benchmark test.
An optimization (see PR: https://github.com/ceph/ceph/pull/43337) was made
in BlueStore to avoid writing bufferlists ...
Sridhar Seshasayee
07:54 AM Revision 0853e6b2 (ceph): Merge pull request #45121 from yaarith/fix-wear-level-empty-page
mgr/devicehealth: skip null pages when extracting wear level
Reviewed-by: Laura Flores <lflores@redhat.com>
Sridhar Seshasayee
07:53 AM Revision db045e00 (ceph): Merge pull request #45118 from sseshasa/wip-fix-osd-bench-fill-non-zeros
osd: Write non-zero data as part of osd benchmark test.
Reviewed-by: Laura Flores <lflores@redhat.com>
Reviewed-by:...
Sridhar Seshasayee
06:29 AM Revision 940a47ec (ceph): mgr/dashboard: bump @types/node in /src/pybind/mgr/dashboard/frontend
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.12.62 to 17.0.21... dependabot[bot]
04:28 AM Revision 38843c63 (ceph): Merge pull request #45010 from cyx1231st/wip-seastore-types-cleanup
crimson/os/seastore/seastore_types: cleanups
Reviewed-by: Samuel Just <sjust@redhat.com>
Samuel Just
02:45 AM RADOS Bug #51627: FAILED ceph_assert(attrs || !recovery_state.get_pg_log().get_missing().is_missing(soi...
The error message looks like similar before, but the cause is difference from the prior case.
Anyway, I posted the f...
Myoungwon Oh
01:12 AM bluestore Bug #53184: failed to start new osd due to SIGSEGV in BlueStore::read()
Reproduction test in progress. Satoru Takeuchi
12:56 AM Revision 66ad91eb (ceph): test: fix TierFlushDuringFlush to wait until dedup_tier is set on base ...
When start_dedup() is called while the base pool is not set the dedup_tier,
it is not possible to know the target poo...
Sungmin Lee

02/23/2022

11:16 PM Revision b69e4adb (ceph): Merge pull request #45123 from zdover23/wip-hardware-recs-backport-2022...
doc/start: remove journal info from hardware recs
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
zdover23
11:10 PM Orchestrator Feature #54392: orch/cephadm: Add a 'history' subcommand to the orch upgrade command
Oops - obviously the dict example is the return of the command, not part of the command! Paul Cuzner
11:09 PM Orchestrator Feature #54392 (New): orch/cephadm: Add a 'history' subcommand to the orch upgrade command
Upgrades are not run very frequently, so it would be helpful to understand how long the last upgrade took - especiall... Paul Cuzner
10:54 PM Orchestrator Feature #54391 (New): orch/cephadm: upgrade status output could be improved to make progress more...
It would be helpful for the upgrade process to expose the timings relating to the upgrade
- start time
- pause time...
Paul Cuzner
09:33 PM Revision 8c711afc (ceph): mgr/nfs: support managing exports without orchestration enabled
This change allows the `ceph nfs export ...` commands to function
without the entire mgr/nfs subsystem requiring orch...
John Mulligan
09:33 PM Revision b5b3e0bc (ceph): doc/mgr/nfs: document that nfs exports related mgr call requirements
A recent change in the mgr/nfs module should enable the functioning
of export management commands/API calls as long a...
John Mulligan
09:27 PM Revision 88266144 (ceph): mgr/nfs: clean up rados object naming code
The naming of rados objects used to store the nfs config was spread
all over the code, including inline f-strings, no...
John Mulligan
09:27 PM Revision f91dd1bf (ceph): mgr/nfs: change method format_path to function normalize_path
This function was not using self and thus has no need to be a method.
While we're at it, rename it to normalize_path ...
John Mulligan
09:27 PM Revision ffa95fbc (ceph): mgr/nfs: add unit test for normalize_path
Signed-off-by: John Mulligan <jmulligan@redhat.com> John Mulligan
09:27 PM Revision 56323a26 (ceph): mgr/nfs: fix typo in error message
Signed-off-by: John Mulligan <jmulligan@redhat.com> John Mulligan
09:27 PM Revision d94b6383 (ceph): mgr/nfs: limit dependency of NFSRados object
Previously, the NFSRados object accepted the "Module" as the
first argument but only used the rados attribute (type r...
John Mulligan
09:27 PM Revision c51a6755 (ceph): mgr/nfs: make _check_rados_notify a function
This was previously a staticmethod. This static method was only used by
NFSRados object. Staticmethods are nearly alw...
John Mulligan
09:16 PM Revision 59d004cb (ceph): cephadm: still set container_image when --no-assimilate-config is provided
Fixes: https://tracker.ceph.com/issues/54141
Signed-off-by: Adam King <adking@redhat.com>
Adam King
09:08 PM Orchestrator Bug #54141 (Fix Under Review): cephadm: --no-minimize-config passed during bootstrap causes clust...
Adam King
08:46 PM Orchestrator Bug #54390 (Resolved): cephadm: extra_container_args doesn't work on most daemon types
Currently it only works for those without their own specific service spec (mgr, mon and crash only I believe) Adam King
07:05 PM rgw-testing Backport #54388 (Resolved): quincy: rgw/tests: Add lifecycle test-suite to teuthology run
Backport Bot
07:01 PM rgw Bug #54112 (Fix Under Review): segmentation fault in UserAsyncRefreshHandler::init_fetch
Casey Bodley
06:57 PM rgw-testing Bug #54387 (Pending Backport): rgw/tests: Add lifecycle test-suite to teuthology run
Execute lifecycle s3-tests in the teuthology test-suite by configuring
required storage classes and 'rgw lc debug in...
Soumya Koduri
06:22 PM Revision b0d6bed7 (ceph): Merge pull request #44911 from Matan-B/wip-matanb-pool-name
mon/OSDMonitor: Restrict pool names beggining with a dot
Reviewed-by: Ronen Friedman <rfriedma@redhat.com>
Reviewed-...
Yuri Weinstein
06:22 PM Revision 69e3bca5 (ceph): Merge pull request #44321 from Alexponomarev7/fix-static-librados-build
cmake: add ceph-common DENABLE_SHARED=OFF support
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
05:56 PM rbd Backport #54298: pacific: librbd: bug in GroupSnapshotNamespace operator<
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45075
merged
Yuri Weinstein
05:55 PM Revision 24dbc507 (ceph): Merge pull request #45075 from chrisphoffman/wip-54298-pacific
pacific: cls/rbd: GroupSnapshotNamespace comparator violates ordering rules
Reviewed-by: Ilya Dryomov <idryomov@redh...
Yuri Weinstein
05:32 PM RADOS Bug #52124: Invalid read of size 8 in handle_recovery_delete()
Happened in a dead job.
/a/yuriw-2022-02-21_15:40:41-rados-wip-yuri4-testing-2022-02-18-0800-distro-default-smithi/6...
Laura Flores
05:26 PM Orchestrator Bug #52320: unable to get monitor info from DNS SRV with service name: ceph-mon
/a/yuriw-2022-02-21_15:40:41-rados-wip-yuri4-testing-2022-02-18-0800-distro-default-smithi/6698384$ Laura Flores
05:22 PM Orchestrator Bug #53680: ERROR:tasks.rook:'waiting for service removal' reached maximum tries (90) after waiti...
/a/yuriw-2022-02-21_15:40:41-rados-wip-yuri4-testing-2022-02-18-0800-distro-default-smithi/6698305
/a/yuriw-2022-02-...
Laura Flores
05:22 PM Bug #53302: qa: sudo logrotate /etc/logrotate.d/ceph-test.conf failed with status 1
Is this still occurring? Josh Durgin
05:16 PM RADOS Bug #51627: FAILED ceph_assert(attrs || !recovery_state.get_pg_log().get_missing().is_missing(soi...
Happened again. Could this be a new occurrence?
/a/yuriw-2022-02-21_15:40:41-rados-wip-yuri4-testing-2022-02-18-0800...
Laura Flores
05:13 PM Orchestrator Bug #54132 (In Progress): ssh errors too verbose
Melissa Li
05:02 PM Orchestrator Bug #53422: tasks.cephfs.test_nfs.TestNFS.test_export_create_with_non_existing_fsname: AssertionE...
/a/yuriw-2022-02-21_15:40:41-rados-wip-yuri4-testing-2022-02-18-0800-distro-default-smithi/6698390 Laura Flores
05:01 PM rgw Backport #52010 (In Progress): octopus: radosgw-admin bi list fails with Input/Output error
New PR: https://github.com/ceph/ceph/pull/45088 Dan van der Ster
05:01 PM rgw Backport #52009 (In Progress): pacific: radosgw-admin bi list fails with Input/Output error
New PR: https://github.com/ceph/ceph/pull/45087 Dan van der Ster
05:00 PM RADOS Bug #45721: CommandFailedError: Command failed (workunit test rados/test_python.sh) FAIL: test_ra...
/a/yuriw-2022-02-21_15:40:41-rados-wip-yuri4-testing-2022-02-18-0800-distro-default-smithi/6698327 Laura Flores
04:57 PM Revision 95d5db0f (ceph): mgr/cephadm: reduce log level for asyncssh error messages
Fixes: https://tracker.ceph.com/issues/54132
Signed-off-by: Melissa Li <melissali@redhat.com>
Melissa Li
04:54 PM rbd Backport #54301: pacific: [test] qemu task on centos 8.stream is missing qemu-kvm-block-rbd package
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45072
merged
Yuri Weinstein
04:54 PM Revision 69b5d581 (ceph): Merge pull request #45072 from idryomov/wip-qemu-task-rbd-package-pacific
pacific: qa/tasks/qemu: make sure block-rbd.so is installed
Reviewed-by: Deepika Upadhyay <dupadhya@redhat.com>
Yuri Weinstein
03:15 PM RADOS Backport #54386 (Resolved): octopus: [RFE] Limit slow request details to mgr log
Backport Bot
03:09 PM Orchestrator Bug #54198: ceph orch status fails when xml formatting option is provided
Fixed by: https://github.com/ceph/ceph/pull/45023 Redouane Kachach Elhichou
03:06 PM Orchestrator Bug #54198 (Resolved): ceph orch status fails when xml formatting option is provided
Redouane Kachach Elhichou
03:07 PM Orchestrator Feature #53540 (Resolved): ceph orch device ls doesn’t show the age of the data it’s returning
Redouane Kachach Elhichou
03:07 PM Orchestrator Feature #53540: ceph orch device ls doesn’t show the age of the data it’s returning
Fixed by https://github.com/ceph/ceph/pull/44896 Redouane Kachach Elhichou
03:07 PM Orchestrator Bug #54184 (Resolved): MDS service_id cannot start with a numeric digit
Redouane Kachach Elhichou
02:52 PM Bug #54385 (Fix Under Review): better test mon and osd smart command
Related-to: https://tracker.ceph.com/issues/52416
Related-to: https://tracker.ceph.com/issues/54313
Dan van der Ster
02:50 PM Bug #54385 (Fix Under Review): better test mon and osd smart command
It appears the daemon smart command from mon and osd is not directly tested. Dan van der Ster
02:27 PM CephFS Bug #54384 (Resolved): mds: crash due to seemingly unrecoverable metadata error

From: https://www.spinics.net/lists/ceph-users/msg71028.html
Reported by Wolfgang Mair...
Xiubo Li
02:12 PM rgw Backport #53007 (In Progress): pacific: segfault on FIPS enabled server as result of EVP_md5 disa...
Casey Bodley
02:12 PM rgw Backport #53008 (In Progress): octopus: segfault on FIPS enabled server as result of EVP_md5 disa...
Casey Bodley
02:05 PM Revision 774c1a67 (ceph): Merge pull request #45023 from rkachach/fix_issue_54198
mgr/cephadm: Show an error when invalid format
Reviewed-by: Adam King <adking@redhat.com>
Adam King
02:02 PM Revision 5e8c4dc1 (ceph): Merge pull request #44928 from rkachach/fix_issue_54184
mgr/cephadm: validating service_id for MDS
Reviewed-by: Adam King <adking@redhat.com>
Adam King
01:58 PM Revision 9b6fe23f (ceph): Merge pull request #44896 from rkachach/fix_issue_53540
mgr/cephadm: Adding AGE field to device ls cmd
Reviewed-by: Adam King <adking@redhat.com>
Adam King
01:26 PM Revision 569657fa (ceph): rbd: support pool and image level overrides for rbd_default_map_options
Fixes: https://tracker.ceph.com/issues/52850
Signed-off-by: Christopher Hoffman <choffman@redhat.com>
(cherry picked ...
Christopher Hoffman
01:26 PM Revision 69f5848a (ceph): qa/suites/krbd: rename rxbounce subsuite
A new job that doesn't want ms_mode to be set underneath it is about to
be added. Rename rxbounce to ms_modeless to ...
Ilya Dryomov
01:26 PM Revision ad21683b (ceph): qa/suites/krbd: add rbd_default_map_options override coverage
Add coverage to test precedence, override, and option merge on rbd map.
Signed-off-by: Christopher Hoffman <choffman...
Christopher Hoffman
01:26 PM Revision 32b72959 (ceph): common: replace BitVector::NoInitAllocator with wrapper struct
in c++20, the deprecated `struct std::allocator<T>::rebind` template was
removed, so `BitVector` no longer compiles. ...
Casey Bodley
01:26 PM Revision 6284274b (ceph): rbd-mirror: straighten ImageReplayer::stop() a bit
- don't default on_finish parameter
- m_restart_requested is set in ImageReplayer::restart() which is the
only rest...
Ilya Dryomov
01:26 PM Revision cc9cc865 (ceph): rbd-mirror: manual stop should take precedence over regular stop
Somewhat similar to commit 0a3794e56256 ("rbd-mirror: make stop
properly cancel restart"), make it so that a) if a ma...
Ilya Dryomov
01:26 PM Revision d8377686 (ceph): rbd-mirror: turn m_on_stop_finish into a list of Contexts
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 4ad31cd0583ebb695a9d84a35b9fc20ad9ec8585)
Ilya Dryomov
01:26 PM Revision 9d7341a0 (ceph): rbd-mirror: synchronize with in-flight stop in ImageReplayer::stop()
Complete on_finish right away only if the replayer is stopped (meaning
that it is legible to be restarted immediately...
Ilya Dryomov
01:26 PM Revision 44b9d1da (ceph): rbd-mirror: make mirror properly detect pool replayer needs restart
When a PoolReplayer detects remote pool metadata change it
sets "stopping" flag expecting the Mirror will restart it....
Mykola Golub
12:40 PM Revision 02285666 (ceph): Merge pull request #45119 from rhcs-dashboard/fix-dashboard_frontend_vu...
mgr/dashboard: fix front-end vulnerabilities
Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Reviewed-by: Ernesto Pu...
Ernesto Puerta
11:55 AM rbd Bug #54261: qa/workunits/rbd/rbd_mirror_stress.sh: compare_image_snaps sporadically fails
Ilya Dryomov wrote:
> I'm not following -- you hit it on master as of a few days ago and I have just hit it on wip...
Mykola Golub
11:16 AM rbd Bug #54261: qa/workunits/rbd/rbd_mirror_stress.sh: compare_image_snaps sporadically fails
Mykola Golub wrote:
> On the other hand, taking that we seem not to have changes to librbd/mirror that could affect ...
Ilya Dryomov
10:59 AM rbd Bug #54261: qa/workunits/rbd/rbd_mirror_stress.sh: compare_image_snaps sporadically fails
Usually I was running with `-filter workloads/rbd-mirror-snapshot-stress-`, which was about 50 jobs, and observed onl... Mykola Golub
10:40 AM rbd Bug #54261: qa/workunits/rbd/rbd_mirror_stress.sh: compare_image_snaps sporadically fails
rbd/mirror-thrash/{base/install clients/mirror cluster/{2-node openstack} msgr-failures/few objectstore/bluestore-com... Ilya Dryomov
11:02 AM Revision 75c91a8c (ceph): ceph-volume: abort when passed devices have partitions
ceph-volume doesn't prevent from using db and/or wal devices
with existing partitions on them.
This can lead to a dat...
Guillaume Abrioux
10:50 AM rbd Backport #54382 (Resolved): octopus: qa/workunits/rbd/rbd_mirror_stress.sh: rbd: mirroring not en...
https://github.com/ceph/ceph/pull/45169 Backport Bot
10:50 AM rbd Backport #54381 (Resolved): pacific: qa/workunits/rbd/rbd_mirror_stress.sh: rbd: mirroring not en...
https://github.com/ceph/ceph/pull/45170 Backport Bot
10:50 AM rbd Backport #54380 (Resolved): octopus: c++20: compilation failures around BitVector::NoInitAllocator
https://github.com/ceph/ceph/pull/45180 Backport Bot
10:50 AM rbd Backport #54379 (Resolved): pacific: c++20: compilation failures around BitVector::NoInitAllocator
https://github.com/ceph/ceph/pull/45179 Backport Bot
10:47 AM rbd Bug #54303 (Resolved): c++20: beast compilation failures in HttpSession::connect()
Ilya Dryomov
10:47 AM Revision 8488ea52 (ceph): Merge pull request #45062 from cbodley/wip-54303
librbd: avoid get_callback_adapter() for tcp_stream::async_connect()
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Ilya Dryomov
10:46 AM rbd Bug #54279 (Pending Backport): c++20: compilation failures around BitVector::NoInitAllocator
Ilya Dryomov
10:45 AM Revision 24b7bdc7 (ceph): Merge pull request #45031 from cbodley/wip-54279
common: replace BitVector::NoInitAllocator with wrapper struct
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Ilya Dryomov
10:45 AM rbd Bug #54258 (Pending Backport): qa/workunits/rbd/rbd_mirror_stress.sh: rbd: mirroring not enabled ...
Ilya Dryomov
10:45 AM rbd Backport #54378 (Resolved): pacific: [rbd-mirror] disabling and shortly after re-enabling mirrori...
https://github.com/ceph/ceph/pull/45184 Backport Bot
10:45 AM rbd Backport #54377 (Resolved): octopus: [rbd-mirror] disabling and shortly after re-enabling mirrori...
https://github.com/ceph/ceph/pull/45177 Backport Bot
10:45 AM Revision 20c96256 (ceph): Merge pull request #45086 from trociny/wip-54258
rbd-mirror: make mirror properly detect pool replayer needs restart
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Ilya Dryomov
10:43 AM rbd Bug #54344 (Pending Backport): [rbd-mirror] disabling and shortly after re-enabling mirroring on ...
Ilya Dryomov
10:42 AM Revision b09cfa85 (ceph): Merge pull request #45106 from idryomov/wip-image-replayer-stop
rbd-mirror: synchronize with in-flight stop in ImageReplayer::stop()
Reviewed-by: Mykola Golub <mgolub@suse.com>
Ilya Dryomov
10:39 AM Revision 7e646d99 (ceph): mgr/cephadm: Adding python natsort module
Needed by: https://tracker.ceph.com/issues/54026
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
Redouane Kachach Elhichou
10:38 AM mgr Bug #51554: mgr/devicehealth: health warning caused by AttributeError: 'NoneType' object has no a...
I can also confirm that the fix is working for me as well. Steven Lewis
10:20 AM ceph-volume Bug #54376 (Resolved): ceph-volume doesn't abort operations when devices have partitions
with the following devices:... Guillaume Abrioux
09:55 AM Orchestrator Bug #52514: vstart fails with --cephadm option
Experienced the same issue on my environment. Tatjana Dehler
09:39 AM CephFS Bug #54375 (Resolved): mgr/volumes: The 'mode' argument is not honored on idempotent subvolume cr...
The 'mode' argument is not honored on idempotent subvolume creation of existing subvolume.
Steps to reproduce:
1....
Kotresh Hiremath Ravishankar
09:09 AM rgw Bug #51429: radosgw-admin bi list fails with Input/Output error
Dan van der Ster wrote:
> After updating to 15.2.15 we now have at least one bucket which we cannot list (the user i...
Dan van der Ster
08:57 AM rgw Bug #51462: rgw: resolve empty ordered bucket listing results w/ CLS filtering
Good news, the collected backports in https://github.com/ceph/ceph/pull/45088 fixed the bucket listing issue for us.
...
Dan van der Ster
08:50 AM Bug #54313 (Fix Under Review): device health scraping trigger monitor elections
Dan van der Ster
08:07 AM Orchestrator Bug #51072 (In Progress): cephadm doesn't read out a custom configured prometheus mgr module port
Redouane Kachach Elhichou
07:34 AM CephFS Bug #54285 (Fix Under Review): make stop.sh clear the evicted clients too
Jos Collin
05:18 AM Revision 3fe9f4dc (ceph): Merge pull request #44629 from sebastian-philipp/pacific-backport-44367
pacific: mgr/cephadm: Fix count for OSDs with OSD specs
Reviewed-by: Adam King <adking@redhat.com>
Adam King
04:27 AM CephFS Bug #54374 (Resolved): mgr/snap_schedule: include timezone information in scheduled snapshots
Scheduled snapshots are stamped with local tz timestamp of the host/container. Including the tz information in the sn... Venky Shankar

02/22/2022

11:13 PM Orchestrator Bug #54373 (Resolved): cephadm shell is not creating a container with correct container image
- The cephadm shell method still showing the pacific version, so looks like it is not creating the right container en... Vikhyat Umrao
11:05 PM Dashboard Backport #54348 (Resolved): quincy: mgr/dashboard: Contact Info should be visible only when Ident...
Laura Flores
02:41 PM Dashboard Backport #54348: quincy: mgr/dashboard: Contact Info should be visible only when Ident channel is...
https://github.com/ceph/ceph/pull/45108 Laura Flores
11:05 PM Dashboard Backport #54353 (Resolved): quincy: mgr/dashboard: dashboard turns telemetry off when configuring...
Laura Flores
02:41 PM Dashboard Backport #54353: quincy: mgr/dashboard: dashboard turns telemetry off when configuring report
The backport PR is actually https://github.com/ceph/ceph/pull/45108 Laura Flores
10:59 PM Revision 1455a57f (ceph): mgr/dashboard: telemetry activate: show ident fields when checked
Signed-off-by: Aaryan Porwal <aaryanporwal2233@gmail.com>
(cherry picked from commit ad5b3f200529fc0bc511ce99eed338af...
Aaryan Porwal
10:59 PM Revision 449a7ea9 (ceph): mgr/dashboard: Contact Info should be visible only when Ident channel i...
Fixes:https://tracker.ceph.com/issues/54133
Signed-off-by: Sarthak0702 <sarthak.0702@gmail.com>
(cherry picked from c...
Sarthak0702
10:59 PM Revision 5a388897 (ceph): mgr/dashboard: dashboard turns telemetry off when configuring report
Signed-off-by: Sarthak0702 <sarthak.0702@gmail.com>
(cherry picked from commit 97c57adf8565756dbf24f3c46ed3916303903f...
Sarthak0702
10:51 PM Revision 216895ca (ceph): Merge pull request #44632 from sebastian-philipp/pacific-backport-44306
pacific: cephadm: deal with ambiguity within normalize_image_digest
Reviewed-by: Adam King <adking@redhat.com>
Adam King
10:14 PM bluestore Backport #54318: quincy: BlueFS improperly tracks vselector sizes in _flush_special()
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45079
merged
Yuri Weinstein
10:14 PM Revision 0e3da9ce (ceph): Merge pull request #45079 from aclamk/wip-54318-quincy
quincy: os/bluestore/bluefs: Fix improper vselector tracking in _flush_special()
Reviewed-by: Igor Fedotov <ifedotov...
Yuri Weinstein
10:11 PM Revision f3495983 (ceph): Merge pull request #45108 from rhcs-dashboard/wip-dashboard-quincy-back...
quincy: mgr/dashboard: 3rd (and hopefully last) backport batch
Reviewed-by: Nizamudeen A <nia@redhat.com>
Yuri Weinstein
09:54 PM Revision efea4962 (ceph): doc/start: remove journal info from hardware recs
This PR removes mentions of journaling from the hardware
recommendations.
Journaling was a FileStore-related practic...
Zac Dover
09:10 PM RADOS Bug #54210 (Fix Under Review): pacific: mon/pg_autoscaler.sh: echo failed on "bash -c 'ceph osd p...
Kamoltat (Junior) Sirivadhna
09:09 PM RADOS Bug #54210: pacific: mon/pg_autoscaler.sh: echo failed on "bash -c 'ceph osd pool get a pg_num | ...
After going through sentry, I've realized that the only occurrence of this bug in master happens before the merge of
...
Kamoltat (Junior) Sirivadhna
08:55 PM mgr Bug #51554: mgr/devicehealth: health warning caused by AttributeError: 'NoneType' object has no a...
Great, thanks for checking! Yaarit Hatuka
08:23 PM mgr Bug #51554: mgr/devicehealth: health warning caused by AttributeError: 'NoneType' object has no a...
Yup, works great! thanks!... Rob Logan
07:54 PM mgr Bug #51554 (Fix Under Review): mgr/devicehealth: health warning caused by AttributeError: 'NoneTy...
Thanks for your input, everyone. I pushed a fix to skip those null pages and tested it on the input you provided.
Ro...
Yaarit Hatuka
03:31 PM mgr Bug #51554: mgr/devicehealth: health warning caused by AttributeError: 'NoneType' object has no a...
ata_device_statistics contains three nulls with number 7's name as "Percentage Used Endurance Indicator" for the eVtr... Rob Logan
03:30 PM mgr Bug #51554: mgr/devicehealth: health warning caused by AttributeError: 'NoneType' object has no a...
I have a
"model_family": "Kingston SSDNow UV400",
"model_name": "KINGSTON SUV400S37240G",
"serial_number"...
Alfredo Rezinovsky
03:10 PM mgr Bug #51554: mgr/devicehealth: health warning caused by AttributeError: 'NoneType' object has no a...
Rob Logan wrote:
> I'm experiencing the same issue. here are nulls from @smartctl -x --json /dev/sda@
>
> @ ...
Yaarit Hatuka
01:57 PM mgr Bug #51554: mgr/devicehealth: health warning caused by AttributeError: 'NoneType' object has no a...
Anyone? I'm no developer but seems a very simple thing to fix.
I cannot even disable the module to get rid of the HE...
Alfredo Rezinovsky
08:51 PM mgr Backport #54326 (Resolved): quincy: mgr/telemetry: telemetry module experiences an AssertionError...
Laura Flores
08:51 PM Revision e023f920 (ceph): Merge pull request #45092 from ljflores/wip-54326-quincy
quincy: mgr/telemetry: handle empty device report when "send" is triggered Laura Flores
08:39 PM RADOS Backport #54233 (In Progress): octopus: devices: mon devices appear empty when scraping SMART met...
Neha Ojha
08:39 PM RADOS Backport #54232 (In Progress): pacific: devices: mon devices appear empty when scraping SMART met...
Neha Ojha
08:14 PM RADOS Bug #54369 (New): mon/test_mon_osdmap_prune.sh: jq .osdmap_first_committed [[ 11 -eq 20 ]]
/a/yuriw-2022-02-17_23:23:56-rados-wip-yuri7-testing-2022-02-17-0852-pacific-distro-default-smithi/6692990... Kamoltat (Junior) Sirivadhna
07:36 PM rgw Backport #54162: quincy: OpsLogRados::log segfaults in rgw/multisite suite
Casey Bodley wrote:
> https://github.com/ceph/ceph/pull/45074
merged
Yuri Weinstein
07:36 PM Revision a2f8033f (ceph): Merge pull request #45074 from cbodley/wip-54162
quincy: rgw: fix segfault in OpsLogRados::log when realm is reloaded
Reviewed-by: Cory Snyder <csnyder@iland.com>
Yuri Weinstein
07:34 PM Revision 4fb3ee50 (ceph): mgr/dashboard: fix front-end vulnerabilities
Fixes: https://tracker.ceph.com/issues/54367
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
Ernesto Puerta
07:34 PM rgw Bug #54193: rgw/dbstore: Add dbstore tests to 'make check'
https://github.com/ceph/ceph/pull/45061 merged Yuri Weinstein
07:33 PM Revision c3158952 (ceph): Merge pull request #45061 from soumyakoduri/quincy
quincy: rgw/dbstore: Add dbstore-tests to `make check`
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
07:31 PM RADOS Bug #54368 (Duplicate): ModuleNotFoundError: No module named 'tasks.cephadm'
/a/yuriw-2022-02-17_23:23:56-rados-wip-yuri7-testing-2022-02-17-0852-pacific-distro-default-smithi/6692894... Kamoltat (Junior) Sirivadhna
07:22 PM Revision 2864ac30 (ceph): mgr/devicehealth: skip null pages when extracting wear level
Some devices have null pages in their ata_device_statistics struct; skip
those pages in order to avoid an AttributeEr...
Yaarit Hatuka
07:19 PM RADOS Bug #47589: radosbench times out "reached maximum tries (800) after waiting for 4800 seconds"
/a/yuriw-2022-02-17_23:23:56-rados-wip-yuri7-testing-2022-02-17-0852-pacific-distro-default-smithi/6692841 Kamoltat (Junior) Sirivadhna
07:10 PM Revision 76ad8596 (ceph): Merge pull request #45117 from idryomov/wip-rbd-trash-purge-error-typo
mgr/rbd_support: fix a typo in the error message
Reviewed-by: Sunny Kumar <sunkumar@redhat.com>
Ilya Dryomov
07:02 PM Dashboard Bug #54367 (In Progress): mgr/dashboard: fix front-end vulnerabilities
Ernesto Puerta
07:02 PM Dashboard Bug #54367 (In Progress): mgr/dashboard: fix front-end vulnerabilities
Ernesto Puerta
06:31 PM Bug #50280: cephadm: RuntimeError: uid/gid not found
/a/yuriw-2022-02-21_18:20:15-rados-wip-yuri11-testing-2022-02-21-0831-quincy-distro-default-smithi/6699095 Laura Flores
06:29 PM RADOS Bug #52124: Invalid read of size 8 in handle_recovery_delete()
/a/yuriw-2022-02-21_18:20:15-rados-wip-yuri11-testing-2022-02-21-0831-quincy-distro-default-smithi/6699270
Happene...
Laura Flores
06:24 PM Orchestrator Bug #53501: Exception when running 'rook' task.
/a/yuriw-2022-02-17_23:23:56-rados-wip-yuri7-testing-2022-02-17-0852-pacific-distro-default-smithi/6692710 Kamoltat (Junior) Sirivadhna
06:08 PM Orchestrator Bug #49287: podman: setting cgroup config for procHooks process caused: Unit libpod-$hash.scope n...
/a/yuriw-2022-02-17_23:23:56-rados-wip-yuri7-testing-2022-02-17-0852-pacific-distro-default-smithi/6692693 Kamoltat (Junior) Sirivadhna
05:41 PM rbd Bug #53125: [doc] --pool is deprecated for import command
Brian Rosmaita wrote:
> Hi Ilya,
>
> I think the problem is that the rbd CLI gives you a deprecation notice when ...
Ilya Dryomov
05:16 PM rbd Bug #53125: [doc] --pool is deprecated for import command
Hi Ilya,
I think the problem is that the rbd CLI gives you a deprecation notice when you use --pool (see the outpu...
Brian Rosmaita
05:09 PM RADOS Bug #50659: Segmentation fault under Pacific 16.2.1 when using a custom crush location hook
Chris Durham wrote:
> This issue bit us in our upgrade to 16.2.7 from 15.2.15. We have a manual cluster (non-cephadm...
Chris Durham
04:11 PM RADOS Bug #50659: Segmentation fault under Pacific 16.2.1 when using a custom crush location hook
This issue bit us in our upgrade to 16.2.7 from 15.2.15. We have a manual cluster (non-cephadm). We followed the proc... Chris Durham
05:03 PM CephFS Bug #54046: unaccessible dentries after fsstress run with namespace-restricted caps
I see this in the current batch of logs (mds.test.cephadm1.xlapqu.log):... Jeff Layton
03:59 PM CephFS Bug #54046: unaccessible dentries after fsstress run with namespace-restricted caps
FWIW, I also turned up kernel debug logs and did this:... Jeff Layton
02:27 PM CephFS Bug #54046: unaccessible dentries after fsstress run with namespace-restricted caps
I reproduced this morning again and gathered the mds logs:
ceph-post-file: bf0318cc-3e34-4d61-8895-03dfdae86c25
Jeff Layton
01:18 PM CephFS Bug #54046: unaccessible dentries after fsstress run with namespace-restricted caps
Thx! I'll try that. Venky Shankar
01:16 PM CephFS Bug #54046: unaccessible dentries after fsstress run with namespace-restricted caps
Venky Shankar wrote:
> Also, I could not reproduce it running generic/070. Would it be possible to share kernel buff...
Jeff Layton
01:06 PM CephFS Bug #54046: unaccessible dentries after fsstress run with namespace-restricted caps
Venky Shankar wrote:
> But, I cannot see the unlink request coming in or a failure with -EACCES for the path in ques...
Jeff Layton
09:25 AM CephFS Bug #54046: unaccessible dentries after fsstress run with namespace-restricted caps
Jeff,
For this unlink request...
Venky Shankar
04:48 PM Orchestrator Bug #54033: Not able to configure cluster (v16.2.7) with specific version of container images
Mark Frenette wrote:
> After pulling the container add the tag "v16" to it.
It was not related to image flag.
...
Arun Vinod
04:07 PM rbd Bug #53915: rbd snapshot schedule status output is missing schedule
Hit again, investigating.
sunny@o05 build -> rbd mirror snapshot schedule status --pool data --cluster site-a ...
Sunny Kumar
03:26 PM Revision efc4a8fc (ceph): Merge pull request #45068 from ronen-fr/wip-rf-minimal-digestupd-fix
osd/scrub: stop sending bogus digest-update event messages
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
02:08 PM bluestore Support #54365: Setup 64kB block size of Bluestore RAW HDD
Please do not alter bdev_block_size parameter. You should use bluestore_min_alloc_size_hdd parameter instead. Igor Fedotov
01:02 PM bluestore Support #54365 (New): Setup 64kB block size of Bluestore RAW HDD
Hello,
we are using Ceph like object storage with our proprietary client using librados. We store directly to Ceph p...
Pavel Zajíc
02:02 PM CephFS Bug #54253: Avoid OOM exceeding 10x MDS cache limit on restart after many files were opened
Hey Venky,
yes, the workaround fixes my Ceph 13 cluster (until the next restart).
Whether it should be marked a...
Niklas Hambuechen
09:43 AM CephFS Bug #54253: Avoid OOM exceeding 10x MDS cache limit on restart after many files were opened
Niklas,
Were you able to get things to a stable state after following your note https://tracker.ceph.com/issues/54...
Venky Shankar
01:28 PM Fix #54321: osd/OSDMap: OSDMap CRC inconsistence with incremental
Dear Laura,
this fix (originally found) is related to the octopus release:
https://tracker.ceph.com/issues/54320
...
Aliaksei Makarau
08:03 AM Fix #54321: osd/OSDMap: OSDMap CRC inconsistence with incremental
Dear Laura,please find the screenshot.
This issue we found originally for octopus (please see the issue 54320) and t...
Aliaksei Makarau
01:08 PM Revision 09f94ace (ceph): osd: Write non-zero data as part of osd benchmark test.
An optimization (see PR: https://github.com/ceph/ceph/pull/43337) was made
in BlueStore to avoid writing bufferlists ...
Sridhar Seshasayee
12:57 PM RADOS Bug #54364 (Resolved): The built-in osd bench test shows inflated results.
The built-in osd bench shows inflated results with up to 3x-4x the expected values.
Example:
Before:
{
"b...
Sridhar Seshasayee
12:16 PM Revision 5b379862 (ceph): mgr/rbd_support: fix a typo in the error message
Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Ilya Dryomov
11:17 AM CephFS Bug #48673: High memory usage on standby replay MDS
Yongseok/Mykola - Patrick is on PTO - I'll try to make progress on this issue.
Yongseok, you mention https://githu...
Venky Shankar
11:06 AM Orchestrator Bug #51634 (Rejected): Validate allowed characters for rgw reams
Redouane Kachach Elhichou
11:06 AM Orchestrator Feature #53815 (Resolved): cephadm rm-cluster should delete log files
Redouane Kachach Elhichou
11:02 AM Orchestrator Bug #53010 (Resolved): cehpadm rm-cluster does not clean up /var/run/ceph
Redouane Kachach Elhichou
11:01 AM Orchestrator Bug #54018 (Resolved): Suspicious behavior when deleting a cluster (by running cephadm rm-cluster)
Redouane Kachach Elhichou
10:59 AM Orchestrator Bug #46655 (Resolved): cephadm rm-cluster: Systemd ceph.target not deleted
Redouane Kachach Elhichou
10:59 AM Orchestrator Bug #46655: cephadm rm-cluster: Systemd ceph.target not deleted
Fixed by PR: https://github.com/ceph/ceph/pull/45054 Redouane Kachach Elhichou
10:58 AM Orchestrator Bug #47872 (In Progress): cephadm: ceph orch add osd does not show error
Redouane Kachach Elhichou
10:26 AM Backport #51775: pacific: Format of date/time header "x-amz-object-lock-retain-until-date" is inc...
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/44697
Guys is there any progress on this? I don't see thi...
Robert Groenewald
09:22 AM CephFS Bug #54052 (In Progress): mgr/snap-schedule: scheduled snapshots are not created after ceph-mgr r...
Milind Changire
09:10 AM rbd Bug #48850 (Duplicate): "FAILED ceph_assert(m_pending_ops == 0)" in TestImageReplayer/3.SnapshotU...
Ilya Dryomov
08:32 AM rgw Bug #54363 (Resolved): segfault when Resharding occurs during LC
on master a segfault occurs when dynamic resharding is triggered during lc processing:
repro:
- write 10,000,00...
Mark Kogan
08:05 AM Orchestrator Bug #54342: cephadm crashes when hostname contains an invalid char instead of showing an error
might be due to the ServiceSpec object still belonging to the orchestrator sub interpreter thus breaking module ident... Sebastian Wagner
07:13 AM RADOS Bug #53663: Random scrub errors (omap_digest_mismatch) on pgs of RADOSGW metadata pools
We were able to narrow it down further. We can trigger the problem reliably by doing this:
- 2 clusters, multisite...
Dieter Roels
06:40 AM Revision 3f26261e (ceph): osd: implement `calc_desired_primary_distribution()`
This function takes an osd configuration and a single pool,
and returns a map of the desired primary distribution.
A...
Laura Flores
06:36 AM Revision 1eb675f5 (ceph): osd: implement `get_pgs_by_osd()`
Code borrowed from `build_pool_pgs_info()`. Used to calculate
the number of pgs per osd in `calc_desired_primary_dist...
Laura Flores
04:29 AM CephFS Cleanup #54362 (Fix Under Review): client: do not release the global snaprealm until unmounting
Xiubo Li
04:26 AM CephFS Cleanup #54362 (Resolved): client: do not release the global snaprealm until unmounting
The global snaprealm will be created and then destroyed immediately every time when updating it. Xiubo Li
02:43 AM rgw Bug #54361 (Pending Backport): common/compressor: crash when using qat compressor concurrently

@export QAT_SECTION_NAME=SSL@
@MON=1 OSD=1 MDS=0 MGR=1 RGW=1 ../src/vstart.sh -n -d --bluestore -X \@
@...
Hualong Feng
02:22 AM Orchestrator Bug #54304 (Rejected): qa/suites/orch/cephadm: SELinux denials on centos 8.stream tests
The 'dhclient/chrony' issues seem to be a system issue similar to https://bugzilla.redhat.com/show_bug.cgi?id=1897388... Brad Hubbard

02/21/2022

11:54 PM mgr Bug #51554: mgr/devicehealth: health warning caused by AttributeError: 'NoneType' object has no a...
I'm experiencing the same issue. here are nulls from @smartctl -x --json /dev/sda@
@ {
"off...
Rob Logan
10:46 PM Orchestrator Bug #54360 (New): Dead job at "Finished running handlers" in rados/cephadm/osds/.../rm-zap-wait
/a/yuriw-2022-02-17_22:49:55-rados-wip-yuri3-testing-2022-02-17-1256-distro-default-smithi/6691873... Laura Flores
08:38 PM rgw Bug #54124 (Resolved): smaller object workloads wane and terminate after a few hours
Vikhyat Umrao
08:37 PM rgw Bug #54124: smaller object workloads wane and terminate after a few hours
Tim Wilkinson wrote:
> Again using rgw_max_concurrent_requests=2048 and rgw_thread_pool_size=1024, the repeatability...
Vikhyat Umrao
08:35 PM rgw Bug #54124: smaller object workloads wane and terminate after a few hours
Again using rgw_max_concurrent_requests=2048 and rgw_thread_pool_size=1024, the repeatability testing using s3 auth a... Tim Wilkinson
08:28 PM Fix #54321 (Fix Under Review): osd/OSDMap: OSDMap CRC inconsistence with incremental
Laura Flores
08:28 PM Fix #54321: osd/OSDMap: OSDMap CRC inconsistence with incremental
Hello, I don't see a screenshot. Can you try re-attaching it? Laura Flores
07:56 PM Revision 8cdf5266 (ceph): mgr/cephadm: Fix count for OSDs with OSD specs
osd counting is special
Signed-off-by: Sebastian Wagner <sewagner@redhat.com>
Conflicts:
src/pybind/mgr/cephadm/mo...
Sebastian Wagner
07:33 PM Dashboard Backport #54358 (In Progress): pacific: telemetry activate: only show ident fields when ident is ...
https://github.com/ceph/ceph/pull/45111 Laura Flores
07:14 PM Dashboard Backport #54358 (Resolved): pacific: telemetry activate: only show ident fields when ident is check
Laura Flores
07:33 PM Dashboard Backport #54350 (In Progress): pacific: mgr/dashboard: Contact Info should be visible only when I...
https://github.com/ceph/ceph/pull/45110 Laura Flores
04:10 PM Dashboard Backport #54350 (Resolved): pacific: mgr/dashboard: Contact Info should be visible only when Iden...
Backport Bot
07:32 PM Dashboard Backport #54357 (In Progress): octopus: telemetry activate: only show ident fields when ident is ...
https://github.com/ceph/ceph/pull/45110 Laura Flores
07:14 PM Dashboard Backport #54357 (Resolved): octopus: telemetry activate: only show ident fields when ident is check
Laura Flores
07:31 PM Dashboard Backport #54349 (In Progress): octopus: mgr/dashboard: Contact Info should be visible only when I...
https://github.com/ceph/ceph/pull/45110 Laura Flores
04:10 PM Dashboard Backport #54349 (Resolved): octopus: mgr/dashboard: Contact Info should be visible only when Iden...
Backport Bot
07:27 PM rgw Bug #54359 (New): dbstore: heavy use of macros and goto
the macros in sqliteDB.cc:
* obscure error handling and control flow (@goto out@)
* rely on 'external' state like @...
Casey Bodley
07:12 PM Dashboard Feature #51020 (Pending Backport): telemetry activate: only show ident fields when ident is check
Laura Flores
07:10 PM Dashboard Backport #54353 (In Progress): quincy: mgr/dashboard: dashboard turns telemetry off when configur...
Laura Flores
04:10 PM Dashboard Backport #54353 (Resolved): quincy: mgr/dashboard: dashboard turns telemetry off when configuring...
https://github.com/ceph/ceph/pull/45112 Backport Bot
07:08 PM Dashboard Backport #54352 (In Progress): pacific: mgr/dashboard: dashboard turns telemetry off when configu...
Laura Flores
04:10 PM Dashboard Backport #54352 (Resolved): pacific: mgr/dashboard: dashboard turns telemetry off when configurin...
https://github.com/ceph/ceph/pull/45111 Backport Bot
07:07 PM Revision 0a798007 (ceph): mgr/dashboard: Contact Info should be visible only when Ident channel i...
Fixes:https://tracker.ceph.com/issues/54133
Signed-off-by: Sarthak0702 <sarthak.0702@gmail.com>
(cherry picked from c...
Sarthak0702
07:05 PM Revision 3e59bd02 (ceph): mgr/dashboard: telemetry activate: show ident fields when checked
Signed-off-by: Aaryan Porwal <aaryanporwal2233@gmail.com>
(cherry picked from commit ad5b3f200529fc0bc511ce99eed338af...
Aaryan Porwal
07:01 PM Revision dc2549b3 (ceph): mgr/dashboard: dashboard turns telemetry off when configuring report
Signed-off-by: Sarthak0702 <sarthak.0702@gmail.com>
(cherry picked from commit 97c57adf8565756dbf24f3c46ed3916303903f...
Sarthak0702
06:49 PM Dashboard Backport #54351 (In Progress): octopus: mgr/dashboard: dashboard turns telemetry off when configu...
Laura Flores
04:10 PM Dashboard Backport #54351 (Resolved): octopus: mgr/dashboard: dashboard turns telemetry off when configurin...
https://github.com/ceph/ceph/pull/45110 Backport Bot
06:46 PM Revision 7bda236f (ceph): Merge pull request #44996 from pcfe/patch-1
pacific: doc/cephadm: Add CentOS Stream install instructions
Reviewed-by: Adam King <adking@redhat.com>
Adam King
06:43 PM Revision 9771daa9 (ceph): mgr/cephadm: normalize_image_digest: comment to tests
`pytest --doctest` ftw. Be aware those tests actually fail, as the
implementation contradicts the function documentat...
Sebastian Wagner
06:43 PM Revision 9271e721 (ceph): mgr/cephadm: normalize_image_digest: reworked
Reworked to only care about known short names. I coudn't
find any algorithm, as this problem is ambiguous.
Fixes: ht...
Sebastian Wagner
06:43 PM Revision 7178cb18 (ceph): cephadm: sync normalize_image_digest with mgr/cephadm
Signed-off-by: Sebastian Wagner <sewagner@redhat.com>
(cherry picked from commit 84bef14999e0422cf3a2c456c8972211303f...
Sebastian Wagner
06:43 PM Revision 69874dfa (ceph): mgr/cephadm: improve doc strings for ambigous config values
Signed-off-by: Sebastian Wagner <sewagner@redhat.com>
(cherry picked from commit 391ddf15530d4063d68b03dce1da99994909...
Sebastian Wagner
06:43 PM Revision 3a8be577 (ceph): cephadm: count number of docker.io occurrences.
We have to be super careful adding any new hardcoded
regstistry names to the code base. Let's make this an informed
d...
Sebastian Wagner
06:37 PM Dashboard Cleanup #54356 (Resolved): mgr/dashboard: Grafana e2e tests
Now we have a quick unit testing for Grafana-PromQL expressions based on Promtool, it's time to have some real end-to... Ernesto Puerta
06:36 PM Revision 01abcf26 (ceph): Merge pull request #44882 from adk3798/pacific-validate-yumdnf-baseurl
pacific: cephadm: validate that the constructed YumDnf baseurl is usable
Reviewed-by: Michael Fritch <mfritch@suse.com>
Adam King
06:34 PM Revision a7dff2a0 (ceph): Merge pull request #44880 from adk3798/pacific-shared-ceph-ceph-volume
pacific: cephadm: add shared_ceph_folder opt to ceph-volume subcommand
Reviewed-by: Guillaume Abrioux <gabrioux@redh...
Adam King
06:33 PM Revision 78ee5471 (ceph): Merge pull request #44877 from adk3798/pacific-parse-ipv6-route
pacific: cephadm: _parse_ipv6_route: Fix parsing ifs w/o route
Reviewed-by: Michael Fritch <mfritch@suse.com>
Adam King
06:31 PM Revision f046f868 (ceph): Merge pull request #44661 from sebastian-philipp/pacific-backport-44600
pacific: mgr/cephadm: auto-enable mirroring module when deploying service
Reviewed-by: Michael Fritch <mfritch@suse....
Adam King
06:30 PM Revision 29c3d48b (ceph): Merge pull request #44658 from sebastian-philipp/pacific-backport-43889
pacific: mgr/cephadm: store contianer registry credentials in config-key
Reviewed-by: Adam King <adking@redhat.com>
Adam King
06:29 PM Revision 6d8a7361 (ceph): Merge pull request #45046 from mgfritch/backport-44905-pacific
pacific: cephadm: chown the prometheus data dir during redeploy
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-...
Adam King
06:21 PM Revision 1c5b3e86 (ceph): mgr/cephadm: Adding AGE field to device ls cmd
Fixes: https://tracker.ceph.com/issues/53540
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
Redouane Kachach Elhichou
06:18 PM Revision 67351682 (ceph): rgw/dbstore: use `const char*` for sqlite3_bind_parameter_index()
all string constants passed to sqlite3_bind_parameter_index() are now
`static constexpr const char*` instead of `std:...
Casey Bodley
06:18 PM Revision 146a9261 (ceph): rgw/dbstore: DBOpPrepareInfo::query_str is a view
in `SQLiteDB::InitPrepareParams()`, `DBOpInfo::query_str` is assigned to
`DBOpPrepareInfo::query_str`:
p_params.op...
Casey Bodley
06:18 PM Revision 38586047 (ceph): rgw/dbstore: remove unused 'string Op' argument to InitializeParams()
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
06:18 PM Revision 9730342d (ceph): rgw/dbstore: Schema() functions are static
these functions only refer to static member variables, so can be static
themselves
Signed-off-by: Casey Bodley <cbod...
Casey Bodley
06:10 PM Orchestrator Bug #54328: Problems using OSDSpec with DB and WAL on same NVME device
This afternoon I tried a new cluster with these settings from the Dashboard:... Adam Huffman
08:28 AM Orchestrator Bug #54328 (New): Problems using OSDSpec with DB and WAL on same NVME device
When provisioning a new cluster using Pacific 16.2.7, I find that in spite of using OSDSpec with cephadm for the addi... Adam Huffman
05:58 PM rbd Bug #54303 (Fix Under Review): c++20: beast compilation failures in HttpSession::connect()
Ilya Dryomov
05:49 PM rgw Bug #54355 (New): dbstore: confusing use of virtual inheritance for DBOps
virtual inheritance is usually a sign that class hierarchies are too complicated. here it's used because each SQL op ... Casey Bodley
05:32 PM rgw Bug #54354 (New): dbstore: DB::objectmap leaks memory and is not thread-safe between DB instances
what exactly is objectmap for? it only seems to be used for SQLiteDB::ListAllObjects() as a way to know which buckets... Casey Bodley
05:09 PM RADOS Feature #44107 (Resolved): mon: produce stable election results when netsplits and other errors h...
Oh, this has been done for ages. Greg Farnum
05:01 PM Orchestrator Bug #51634 (Closed): Validate allowed characters for rgw reams
As result of my investigation it seems that cephadm doesn't need to perform any validation on realm names by now sinc... Redouane Kachach Elhichou
04:58 PM Orchestrator Bug #51634: Validate allowed characters for rgw reams
I did some investigation on this issue and the current status is:
* From RGW side there's no restriction on the real...
Redouane Kachach Elhichou
04:27 PM Orchestrator Bug #54251: ceph orch upgrade get stuck - mgr set_store mon returned -27: error: entry size limit...
Workaround:... Vikhyat Umrao
04:23 PM Revision db765bd8 (ceph): mgr/cephadm: using MDSSPec instead of ServiceSpec
Fixes: https://tracker.ceph.com/issues/54184
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
Redouane Kachach Elhichou
04:22 PM Revision 29eb2a49 (ceph): mgr/dashboard: change privacy protocol field from required to optional
Fixes: https://tracker.ceph.com/issues/54270
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
Privacy protocol fiel...
Avan Thakkar
04:22 PM Revision 1a5e5f4f (ceph): mgr/dashboard: add validation for snmp v3 engine id
Fixes: https://tracker.ceph.com/issues/54270
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
(cherry picked from co...
Avan Thakkar
04:21 PM Revision cc1fa351 (ceph): mgr/dashboard: dashboard turns telemetry off when configuring report
Signed-off-by: Sarthak0702 <sarthak.0702@gmail.com>
(cherry picked from commit 97c57adf8565756dbf24f3c46ed3916303903fb7)
Sarthak0702
04:21 PM Revision 0e99da15 (ceph): mgr/dashboard: Contact Info should be visible only when Ident channel i...
Fixes:https://tracker.ceph.com/issues/54133
Signed-off-by: Sarthak0702 <sarthak.0702@gmail.com>
(cherry picked from c...
Sarthak0702
04:17 PM Revision ee5bd909 (ceph): mgr/dashboard: "Please expand your cluster first" shouldn't be shown if...
This PR will assume that a cluster is already up and fully running. If this should not be the expected behaviour, dep... Volker Theile
04:10 PM Dashboard Backport #54348 (Resolved): quincy: mgr/dashboard: Contact Info should be visible only when Ident...
Backport Bot
04:08 PM Bug #54347 (Duplicate): ceph df stats break when there is an OSD with CRUSH weight == 0
OSD is out:... Ben Crisp
04:08 PM Revision a5e71ae1 (ceph): doc: fix config option links
Signed-off-by: Ernesto Puerta <epuertat@redhat.com> Ernesto Puerta
04:07 PM Dashboard Bug #54133 (Pending Backport): mgr/dashboard: Contact Info should be visible only when Ident chan...
Laura Flores
04:07 PM Dashboard Bug #54120 (Pending Backport): mgr/dashboard: dashboard turns telemetry off when configuring report
Laura Flores
03:56 PM Orchestrator Bug #54235: Filtered out host ceph03: does not belong to mon public_network
Maybe this is somehow related:
I saw similar behavior when creating a new cluster for testing purposes. First boot...
Christoph Glaubitz
03:44 PM Revision 66f19840 (ceph): Merge pull request #44985 from rhcs-dashboard/dashboard-turns-telemetry...
mgr/dashboard: dashboard turns telemetry off when configuring report
Reviewed-by: Nizamudeen A <nia@redhat.com>
Revi...
Yuri Weinstein
03:41 PM Revision 9ddf7fa0 (ceph): Merge pull request #45022 from kalebskeithley/54266
rgw: cmake configure error on fedora-37/rawhide
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
Reviewed-by: Soumya...
Casey Bodley
03:19 PM Revision a3ed8ddb (ceph): Merge pull request #44905 from mgfritch/cephadm-prom-chown
cephadm: chown the prometheus data dir during redeploy
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: Patri...
Adam King
03:17 PM Revision 62d327cf (ceph): Merge pull request #45054 from rkachach/fix_issue_46655
mgr/cephadm: Delete ceph.target if last cluster
Reviewed-by: Michael Fritch mfritch@suse.com
Adam King
03:08 PM CephFS Bug #54345 (Fix Under Review): mds: try to reset heartbeat when fetching or committing.
Xiubo Li
03:05 PM CephFS Bug #54345 (Resolved): mds: try to reset heartbeat when fetching or committing.
When there have too many dentries need to load, the heartbeat may not get a change to be reset. Xiubo Li
03:06 PM rgw Bug #54346 (New): dbstore: bind text/blob columns with SQLITE_STATIC instead of SQLITE_TRANSIENT
use of SQLITE_TRANSIENT indicates that the given memory isn't stable over the lifetime of the operation, so requests ... Casey Bodley
02:43 PM rbd Bug #54344 (Fix Under Review): [rbd-mirror] disabling and shortly after re-enabling mirroring on ...
Ilya Dryomov
01:13 PM rbd Bug #54344 (Resolved): [rbd-mirror] disabling and shortly after re-enabling mirroring on the imag...
As a workaround for another issue, Ceph CSI is doing more or less this on a regular basis (see https://github.com/cep... Ilya Dryomov
01:57 PM Revision 219c5009 (ceph): rbd-mirror: straighten ImageReplayer::stop() a bit
- don't default on_finish parameter
- m_restart_requested is set in ImageReplayer::restart() which is the
only rest...
Ilya Dryomov
01:57 PM Revision c5b57873 (ceph): rbd-mirror: manual stop should take precedence over regular stop
Somewhat similar to commit 0a3794e56256 ("rbd-mirror: make stop
properly cancel restart"), make it so that a) if a ma...
Ilya Dryomov
01:57 PM Revision 4ad31cd0 (ceph): rbd-mirror: turn m_on_stop_finish into a list of Contexts
Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Ilya Dryomov
01:57 PM Revision 8965a0f2 (ceph): rbd-mirror: synchronize with in-flight stop in ImageReplayer::stop()
Complete on_finish right away only if the replayer is stopped (meaning
that it is legible to be restarted immediately...
Ilya Dryomov
01:38 PM CephFS Bug #54271 (Triaged): mds/OpenFileTable.cc: 777: FAILED ceph_assert(omap_num_objs == num_objs)
Venky Shankar
12:50 PM rgw Bug #52339: rgw upgrade 14.2.22 slow requests
Just wanted to drop a comment that we upgraded our ceph cluster to pacific and are not seeing this issue anymore.
We...
Maximilian Stinsky
12:47 PM RADOS Bug #51463: blocked requests while stopping/starting OSDs
I think we hit the same issue while upgrading our nautilus cluster to pacific.
While I did not hit this when testing...
Maximilian Stinsky
12:42 PM RADOS Backport #53339: pacific: src/osd/scrub_machine.cc: FAILED ceph_assert(state_cast<const NotActive...
Hey I got here through the following mailing list post: https://lists.ceph.io/hyperkitty/list/ceph-users@ceph.io/thre... Maximilian Stinsky
12:33 PM Revision 59ef78ca (ceph): Add mapping for ernno:13 and adding path in error msg in opendir()/ceph...
Signed-off-by: Sarthak0702 <sarthak.0702@gmail.com> Sarthak0702
12:15 PM Bug #54343 (New): radosgw-admin:rados object was created when user does not exist when creating mfa
1、use the following command to create mfa for non-existent user "user-for-test" which leads to error "unable to modif... chengwu liang
11:22 AM rbd Bug #53419 (Resolved): librbd/crypto: fix various memory leaks
Deepika Upadhyay
11:22 AM rbd Backport #53421 (Resolved): pacific: librbd/crypto: fix various memory leaks
Deepika Upadhyay
11:15 AM Orchestrator Bug #54342 (Resolved): cephadm crashes when hostname contains an invalid char instead of showing ...
Show an error instead of crashing:
> ceph orch host add my_hostname --labels=my_label1...
Redouane Kachach Elhichou
10:58 AM Dashboard Backport #54284 (Resolved): pacific: mgr/dashboard: "Please expand your cluster first" shouldn't ...
Volker Theile
10:19 AM Dashboard Tasks #54341 (New): mgr/dashboard: e2e testing for the deployment scenarios
We may need to find a way to test these scenarios, at least make sure if the various scenarios are getting selected a... Nizamudeen A
10:16 AM Dashboard Tasks #54340 (Resolved): mgr/dashboard: Cost/Capacity Optimized deployment (frontend)
Design: https://marvelapp.com/prototype/5ii6dig/screen/85187688
Use bootstrap accordion: https://getbootstrap.com/...
Nizamudeen A
10:14 AM Revision cb766aed (ceph): Merge pull request #44742 from idryomov/wip-rbd-switch-arguments-fix-pa...
pacific: rbd: add missing switch arguments for recognition by get_command_spec()
Reviewed-by: Mykola Golub <mgolub@s...
Deepika Upadhyay
10:13 AM Revision 2659cfe7 (ceph): Merge pull request #44690 from MrFreezeex/wip-53938-pacific
pacific: cls/journal: skip disconnected clients when calculating min_commit_position
Reviewed-by: Deepika Upadhyay <...
Deepika Upadhyay
10:12 AM Revision db4c2e28 (ceph): Merge pull request #44094 from MrFreezeex/wip-53386-pacific
pacific: rbd-mirror: make RemoveImmediateUpdate test synchronous
Reviewed-by: Mykola Golub <mgolub@suse.com>
Reviewe...
Deepika Upadhyay
10:12 AM Revision d56568bb (ceph): Merge pull request #44754 from idryomov/wip-rbd-mirror-delprop-races-pa...
pacific: rbd-mirror: fix races in snapshot-based mirroring deletion propagation
Reviewed-by: Mykola Golub <mgolub@su...
Deepika Upadhyay
10:09 AM Revision 0fd11709 (ceph): Merge pull request #44998 from idryomov/wip-53419-pacific
pacific: librbd: fix various memory leaks
Reviewed-by: Mykola Golub <mgolub@suse.com>
Deepika Upadhyay
10:09 AM Revision 38924832 (ceph): Merge pull request #44999 from idryomov/wip-52522-pacific
pacific: librbd: fix use-after-free on ictx in list_descendants()
Reviewed-by: Mykola Golub <mgolub@suse.com>
Deepika Upadhyay
10:08 AM Revision 17168f80 (ceph): Merge pull request #45005 from sunnyku/wip-54168-pacific
pacific: mgr/rbd_support: fix schedule remove
Reviewed-by: Ilya Dryomov <idryomov@redhat.com>
Deepika Upadhyay
10:05 AM CephFS Backport #54217 (In Progress): pacific: client: client session state stuck in opening and hang al...
Venky Shankar
10:04 AM Revision 749ee198 (ceph): mds: kill session when mds do ms_handle_remote_reset
if the mds decide to reuse the old connection it will
do reset_session and should also kill the session
which are op...
Ivan Guan
10:02 AM CephFS Backport #54220 (In Progress): pacific: mds: seg fault in expire_recursive
Venky Shankar
10:02 AM Dashboard Tasks #54339 (Resolved): mgr/dashboard: Cost/Capacity Optimized deployment (backend)
* A new endpoint (most probably a UI-API endpoint) that will include the logic for identifying the deployment scenari... Nizamudeen A
10:01 AM Revision 3374ce19 (ceph): Merge pull request #45008 from idryomov/wip-rbd-help-positional-optiona...
pacific: rbd: mark optional positional arguments as such in help output
Reviewed-by: Sunny Kumar <sunkumar@redhat.com>
Deepika Upadhyay
10:00 AM Revision 6ca9a21f (ceph): mds: fix seg fault in expire_recursive
Range-based for should not be used when we are altering the container.
Use iterator explicitly instead.
Fixes: https...
玮文 胡
09:59 AM CephFS Backport #54216 (In Progress): quincy: client: client session state stuck in opening and hang all...
Venky Shankar
09:56 AM Revision 85e33c84 (ceph): mds: kill session when mds do ms_handle_remote_reset
if the mds decide to reuse the old connection it will
do reset_session and should also kill the session
which are op...
Ivan Guan
09:55 AM CephFS Backport #54218 (In Progress): quincy: mds: seg fault in expire_recursive
Venky Shankar
09:53 AM Revision d3983863 (ceph): mds: fix seg fault in expire_recursive
Range-based for should not be used when we are altering the container.
Use iterator explicitly instead.
Fixes: https...
玮文 胡
09:45 AM Bug #54338 (New): radosgw:RGWRados::log_usage should not return fail until all usage data in log_...
1、for the function RGWRados::log_usage in rgw_rados.cc,log_objs(a map) contains all user's usage for some time;when l... chengwu liang
09:10 AM CephFS Backport #54336 (Resolved): quincy: mgr/volumes: A deleted subvolumegroup when listed using "ceph...
https://github.com/ceph/ceph/pull/45165 Backport Bot
09:10 AM CephFS Backport #54335 (Resolved): pacific: mgr/volumes: A deleted subvolumegroup when listed using "cep...
https://github.com/ceph/ceph/pull/45205 Backport Bot
09:10 AM CephFS Backport #54334 (Rejected): octopus: mgr/volumes: A deleted subvolumegroup when listed using "cep...
Backport Bot
09:10 AM CephFS Backport #54333 (Resolved): quincy: mgr/volumes: File Quota attributes not getting inherited to t...
https://github.com/ceph/ceph/pull/45165 Backport Bot
09:10 AM CephFS Backport #54332 (Resolved): pacific: mgr/volumes: File Quota attributes not getting inherited to ...
https://github.com/ceph/ceph/pull/45205 Backport Bot
09:10 AM CephFS Backport #54331 (Rejected): octopus: mgr/volumes: File Quota attributes not getting inherited to ...
Backport Bot
09:09 AM Orchestrator Feature #54310: cephadm: allow services to have dependencies on rbd
My two thoughts:
* Prometheus instances are supposed to scrape targets independent of each other, right?
* if yo...
Sebastian Wagner
09:07 AM CephFS Bug #54121 (Pending Backport): mgr/volumes: File Quota attributes not getting inherited to the cl...
Venky Shankar
09:07 AM Revision fe3d543a (ceph): Merge pull request #44873 from kotreshhr/clone-inherit-quota-files
mgr/volumes: Inherit file quota attr to clone
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Venky Shankar
09:07 AM CephFS Bug #54099 (Pending Backport): mgr/volumes: A deleted subvolumegroup when listed using "ceph fs s...
Venky Shankar
09:07 AM Revision b8afe74b (ceph): Merge pull request #44854 from kotreshhr/subvolumegroup_ls
mgr/volumes: Fix subvolumegroup ls
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Venky Shankar
08:49 AM Dashboard Feature #54330 (Resolved): mgr/dashboard: OSD Creation Workflow Refactoring
Design: https://marvelapp.com/prototype/5ii6dig/screen/85187688
* Cost/Capacity-optimized: all devices are of the ...
Nizamudeen A
08:41 AM Bug #54329 (Resolved): test_nfs.py: NFS Ganesha cluster deployment timeout
Common teuthology test failure in `test_nfs`:... Matan Breizman
06:55 AM Revision c49bb67e (ceph): crimson/os/seastore/seastore_types: unify NULL/MAX/default values
Mostly for paddr_t and journal_seq_t, and use P_ADDR_NULL and
JOURNAL_SEQ_NULL where possible, with related cleanups....
Yingxin Cheng
06:55 AM Revision 0a51462b (ceph): crimson/os/seastore/seastore_types: pretty print fundamental types
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Yingxin Cheng
06:04 AM Revision d98319f8 (ceph): Merge pull request #45089 from athanatos/sjust/wip-seastore-journal-ref...
seastore: seperate Journal interface from SegmentedJournal implementation
Reviewed-by: Yingxin Cheng <yingxin.cheng@...
Samuel Just
05:59 AM Revision 3497a47e (ceph): Merge pull request #45033 from anthonyeleven/anthonyeleven/releases-tweaks
doc/releases: Improve capitalization for Octopus
Reviewed-by: Zac Dover <zac.dover@gmail.com>
zdover23
01:27 AM RADOS Bug #51076: "wait_for_recovery: failed before timeout expired" during thrashosd test with EC back...
/a/yuriw-2022-02-17_22:49:55-rados-wip-yuri3-testing-2022-02-17-1256-distro-default-smithi/6692376... Laura Flores
01:10 AM Orchestrator Bug #49287: podman: setting cgroup config for procHooks process caused: Unit libpod-$hash.scope n...
/a/yuriw-2022-02-17_22:49:55-rados-wip-yuri3-testing-2022-02-17-1256-distro-default-smithi/6692382 Laura Flores
01:03 AM Revision 4fd423ff (ceph): osd: fix ObjectContextRef reference leak
After start_dedup() is called on the object,
several CREATE_OR_GET_REFs are sent.
In the meantime, the ObjectContextR...
Myoungwon Oh
12:57 AM mgr Backport #54326 (In Progress): quincy: mgr/telemetry: telemetry module experiences an AssertionEr...
Laura Flores
12:55 AM mgr Backport #54326 (Resolved): quincy: mgr/telemetry: telemetry module experiences an AssertionError...
https://github.com/ceph/ceph/pull/45092 Laura Flores
12:57 AM Revision 2e775dc3 (ceph): mgr/telemetry: handle empty device report when "send" is triggered
On certain environments, such as the "ceph-dev-docker" environment
(https://github.com/ricardoasmarques/ceph-dev-dock...
Laura Flores
12:53 AM mgr Bug #54250 (Pending Backport): mgr/telemetry: telemetry module experiences an AssertionError when...
Laura Flores
12:52 AM Revision b62d7129 (ceph): Merge pull request #44994 from ljflores/wip-telemetry-device-assertion-...
mgr/telemetry: handle empty device report when "send" is triggered Laura Flores

02/20/2022

11:45 PM Revision 13bafdff (ceph): seastore: seperate Journal interface from SegmentedJournal implementation
A subsequent PR will introduce a CircularBoundedJournal implementation
for fast nvme devices.
SegmentCleaner no long...
myoungwon oh
09:12 PM Revision 15211a63 (ceph): mgr/dashboard: Contact Info should be visible only when Ident channel i...
Fixes:https://tracker.ceph.com/issues/54133
Signed-off-by: Sarthak0702 <sarthak.0702@gmail.com>
Sarthak0702
05:02 PM Revision 83953dfd (ceph): Merge pull request #44936 from javacruft/build-compress-common-dep
cmake: add dependency compress->common
Reviewed-by: Kefu Chai <tchaikov@gmail.com>
Kefu Chai
01:39 PM Revision 1b3bfcd4 (ceph): cmake: add dependency compression->common
The compression code depends on headers generated during the build
of the common code for Ceph.
Ensure that CMake un...
James Page
12:20 PM Revision 42746597 (ceph): cmake: replace BuildQatDrv.cmake with FindQatDrv.cmake
because QAT driver with version v1.7.l.4.14.0 or higher cannot be dowmloaded
directly by URL, FindQatDrv.cmake can fi...
miaomiao liu
12:19 PM Revision 9a9fb9a3 (ceph): crypto/qat: fix issues about QAT based Encryption for RGW
update the librares usage and add a namespace before ostream
Fixes: https://tracker.ceph.com/issues/54059
Signed-off...
miaomiao liu
12:19 PM Revision 414c0282 (ceph): compressor: replace snappy and lz4 compressors with zlib for QAT based ...
current QAT hardware only supports zlib compressor
Signed-off-by: Miaomiao Liu <miaomiao.liu@intel.com>
Signed-off-b...
miaomiao liu
12:18 PM Revision 6609aadf (ceph): compressor: fix compilation issues about QATzip
Signed-off-by: Miaomiao Liu <miaomiao.liu@intel.com>
Signed-off-by: Hualong Feng <hualong.feng@intel.com>
(cherry pic...
miaomiao liu
09:25 AM RADOS Bug #52901: osd/scrub: setting then clearing noscrub may lock a PG in 'scrubbing' state
Will this be backported to a stable release? André Cruz
09:23 AM RADOS Bug #54172: ceph version 16.2.7 PG scrubs not progressing
I'm also seeing the same issue on 16.2.7, but it's been going on for almost two weeks. Already set and unset noscrub/... André Cruz
09:18 AM RADOS Backport #53339: pacific: src/osd/scrub_machine.cc: FAILED ceph_assert(state_cast<const NotActive...
Could this be the reason I'm seeing a spam of "handle_scrub_reserve_grant: received unsolicited reservation grant" me... André Cruz
07:16 AM rgw Bug #54325 (New): lua: elasticsearch example script does not check for null object/bucket
Request.Object and Request.Bucket are optional fields, and needs to be checked before being used
script: https://git...
Yuval Lifshitz

02/19/2022

05:33 PM Revision 8fdd4c0b (ceph): rgw/dbstore: use string_view for string constants
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
05:25 PM Revision 1e7e098d (ceph): Merge pull request #44608 from liumiaomiaoIntel/qatchange
common: fix compilation and function issues about compressor and crypto to enable latest QAT driver
Reviewed-by: Kef...
Kefu Chai
04:20 PM rbd Backport #54324 (Resolved): pacific: allow rbd_default_map_options to be overridden at pool and i...
https://github.com/ceph/ceph/pull/45181 Backport Bot
04:20 PM rbd Backport #54323 (Resolved): octopus: allow rbd_default_map_options to be overridden at pool and i...
https://github.com/ceph/ceph/pull/45182 Backport Bot
04:19 PM rbd Bug #52850 (Pending Backport): allow rbd_default_map_options to be overridden at pool and image l...
Ilya Dryomov
04:18 PM Revision c82eeada (ceph): Merge pull request #44904 from chrisphoffman/wip_rbd_default_map_override
tools/rbd: expand where option rbd_default_map_options can be set
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Ilya Dryomov
01:38 AM Revision 3fe5bf26 (ceph): Merge pull request #45085 from tchaikov/crimson-fmtlib-v8
crimson: fixes for compiling with fmtlib v8
Reviewed-by: Samuel Just <sjust@redhat.com>
Samuel Just
12:24 AM Revision f2b75166 (ceph): Merge pull request #43388 from e337/wip-doc-50499
Laura Flores

02/18/2022

10:22 PM rgw Bug #51429: radosgw-admin bi list fails with Input/Output error
After updating to 15.2.15 we now have at least one bucket which we cannot list (the user is trying to rclone sync the... Dan van der Ster
10:15 PM rgw Backport #54074 (In Progress): pacific: rgw: fix bucket index list minor calculation bug
Backport for this is included in https://github.com/ceph/ceph/pull/45087 Dan van der Ster
10:01 PM rgw Backport #54072 (In Progress): octopus: rgw: fix bucket index list minor calculation bug
Dan van der Ster
10:00 PM rgw Backport #54072: octopus: rgw: fix bucket index list minor calculation bug
Backport for this included in https://github.com/ceph/ceph/pull/45088 Dan van der Ster
09:59 PM Revision 70ba44d1 (ceph): rgw: fix bucket index list minor calculation bug
When "bucket index list" traverses the different regions in the bucket
index assembling the output, it miscalculates ...
J. Eric Ivancich
09:32 PM rgw Backport #52076 (In Progress): octopus: rgw: resolve empty ordered bucket listing results w/ CLS ...
Dan van der Ster
09:30 PM Revision 6b6c0690 (ceph): rgw: allow ordered bucket listing to work when many filtered out entries
A previous PR moved the much of the filtering that's part of bucket
listing to the CLS layer. One unanticipated resul...
J. Eric Ivancich
09:26 PM Revision 5b441667 (ceph): rgw: allow CLSRGWConcurrentIO to handle "advancing" retries
When doing an asynchronous/concurrent bucket index operation against
multiple bucket index shards, a special error co...
J. Eric Ivancich
09:21 PM Revision 9843c547 (ceph): rgw: de-conflate shard_id and request_id in CLSRGWConcurrentIO
When using asynchronous (concurrent) IO for bucket index requests,
there are two int ids that are used that need to b...
J. Eric Ivancich
09:18 PM Revision 7d89d079 (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
09:10 PM rgw Backport #52075 (In Progress): pacific: rgw: resolve empty ordered bucket listing results w/ CLS ...
Dan van der Ster
06:53 PM rgw Bug #51462: rgw: resolve empty ordered bucket listing results w/ CLS filtering
Hi, I found this via https://bugzilla.redhat.com/show_bug.cgi?id=1975939 -- after upgrading from 14.2.21 to 15.2.15 w... Dan van der Ster
06:34 PM rbd Bug #54258 (Fix Under Review): qa/workunits/rbd/rbd_mirror_stress.sh: rbd: mirroring not enabled ...
Mykola Golub
06:32 PM rbd Bug #54258: qa/workunits/rbd/rbd_mirror_stress.sh: rbd: mirroring not enabled on the image
Digging it further, the problem is not that the rbd-mirror detected the peer change too late. Actually, after detecti... Mykola Golub
06:33 PM Revision ad4a2990 (ceph): rbd-mirror: make mirror properly detect pool replayer needs restart
When a PoolReplayer detects remote pool metadata change it
sets "stopping" flag expecting the Mirror will restart it....
Mykola Golub
06:22 PM Revision c382aba6 (ceph): Merge pull request #45044 from votdev/wip-54284-pacific
Volker Theile
04:22 PM Revision bb9d099e (ceph): crimson: specialize fmt::formatter<>() for crimson types
otherwise we'd have FTBFS like
/usr/include/fmt/core.h:1727:3: error: static_assert failed due to requirement 'forma...
Kefu Chai
04:19 PM Revision 9afc9712 (ceph): rbd: support pool and image level overrides for rbd_default_map_options
Fixes: https://tracker.ceph.com/issues/52850
Signed-off-by: Christopher Hoffman <choffman@redhat.com>
Christopher Hoffman
04:19 PM Revision 7f391c56 (ceph): qa/suites/krbd: rename rxbounce subsuite
A new job that doesn't want ms_mode to be set underneath it is about to
be added. Rename rxbounce to ms_modeless to ...
Ilya Dryomov
04:19 PM Revision 19d46b91 (ceph): qa/suites/krbd: add rbd_default_map_options override coverage
Add coverage to test precedence, override, and option merge on rbd map.
Signed-off-by: Christopher Hoffman <choffman...
Christopher Hoffman
03:31 PM Revision 3fd91d7e (ceph): crimson/os/seastore: drop compile-time fmt validation
_format() was deprecated in fmtlib v8, see also
https://github.com/fmtlib/fmt/pull/2646
Signed-off-by: Kefu Chai <tc...
Kefu Chai
03:31 PM Revision 60fd24fa (ceph): Merge pull request #45058 from idryomov/wip-rbd-quincy-batch-3
quincy: rbd backports (batch 3)
Reviewed-by: Deepika Upadhyay <dupadhya@redhat.com>
Ilya Dryomov
03:26 PM mgr Feature #54322 (New): mgr/prometheus: Add missing OSDMonitor metrics to prometheus exporter
We would like to deprecate the legacy 'ceph report' based probe and move to prometheus but a few metrics like @min_la... Aswin Toni
03:18 PM bluestore Bug #53466: OSD is unable to allocate free space for BlueFS
Just an addendum to my previous comment.
From free-dump analysis the amount of free space available for 64K allocati...
Igor Fedotov
03:13 PM bluestore Bug #53466: OSD is unable to allocate free space for BlueFS
Hey Jan,
as for high utilization - both of your OSDs I'm aware of are at more than 80% space utilization:
- from ...
Igor Fedotov
12:09 PM bluestore Bug #53466: OSD is unable to allocate free space for BlueFS
Hi Igor
thank you for your input.
You are correct, the logs and the dump are not from the same OSD, they only sha...
Jan Tilsner
01:32 PM RADOS Bug #52026: osd: pgs went back into snaptrim state after osd restart
Fortunately (or perhaps not so fortunately), in the process of dealing with this issue we performed a full restart of... David Prude
01:18 PM Fix #54321 (Fix Under Review): osd/OSDMap: OSDMap CRC inconsistence with incremental
Operation of CEPH in a mixed cluster consisting of little and big endian nodes triggers CRC inconsistency during OSDM... Aliaksei Makarau
12:43 PM Bug #54314: OSD slow ops during Windows VM upgrades
Hi Dan,
Which block driver are you using? virtio-blk, virtio-scsi or sata? Are you using rbd cache? Which Windows ...
Ruben Kerkhof
11:49 AM RADOS Bug #53663: Random scrub errors (omap_digest_mismatch) on pgs of RADOSGW metadata pools
Dieter Roels wrote:
> Hi CHristian. Are your rgws collocated with the osds of the metadata pools?
> We now notice i...
Christian Rohmann
11:31 AM RADOS Bug #53663: Random scrub errors (omap_digest_mismatch) on pgs of RADOSGW metadata pools
Hi CHristian. Are your rgws collocated with the osds of the metadata pools?
We now notice in our clusters that the...
Dieter Roels
11:00 AM bluestore Bug #53899: bluefs _allocate allocation failed - BlueFS.cc: 2768: ceph_abort_msg("bluefs enospc")
Seena, thanks a lot for the logs.
So everything is fine (I mean there is no bug) with the allocator, your volume jus...
Igor Fedotov
09:45 AM Revision 9a9001a0 (ceph): compressor: fix compilation issues about QATzip
Signed-off-by: Miaomiao Liu <miaomiao.liu@intel.com>
Signed-off-by: Hualong Feng <hualong.feng@intel.com>
miaomiao liu
09:17 AM Bug #54320 (New): osd/OSDMap: OSDMap CRC inconsistence with incremental
Operation of CEPH in a mixed cluster consisting of little and big endian nodes triggers CRC inconsistency during OSDM... Aliaksei Makarau
07:32 AM rgw Bug #53737: Ceph_Multi-Site : Data added in primary RGW while secondary RGW service is down does ...
I think this issue is fixed by this PR: https://github.com/ceph/ceph/pull/41316
But this PR is not backport to oct...
Mule Te

02/17/2022

10:40 PM Revision cee3cae9 (ceph): Merge pull request #44933 from liu-chunmei/seastore-support-sparse-read
crimson/seastore: support sparse_read
Reviewed-by: Samuel Just <sjust@redhat.com>
Samuel Just
09:43 PM RADOS Bug #52124: Invalid read of size 8 in handle_recovery_delete()
/a/yuriw-2022-02-16_15:53:49-rados-wip-yuri11-testing-2022-02-15-1643-distro-default-smithi/6688846 Laura Flores
07:59 PM rbd Bug #54302: unittest_rbd_mirror fails due to SEGFAULT exception on Jenkins "make check" runs
@Ilya, I reproduce a deadlock on ConfigKeyOverride consistently, but didn't collect coredump... Deepika Upadhyay
06:41 PM rbd Bug #54302: unittest_rbd_mirror fails due to SEGFAULT exception on Jenkins "make check" runs
opened a tracker since it's seperate from this one: https://tracker.ceph.com/issues/54319 Deepika Upadhyay
05:19 PM rbd Bug #54302: unittest_rbd_mirror fails due to SEGFAULT exception on Jenkins "make check" runs
Deepika, is the assert failure you reported reproducible? Which test case was it on? Did you capture a stack trace? Ilya Dryomov
05:15 PM rbd Bug #54302: unittest_rbd_mirror fails due to SEGFAULT exception on Jenkins "make check" runs
I'm not marking this as a duplicate just yet -- need to track down and understand the nature of the race to be sure. Ilya Dryomov
05:12 PM rbd Bug #54302: unittest_rbd_mirror fails due to SEGFAULT exception on Jenkins "make check" runs
That test case that crashed was TestImageReplayer/1.SnapshotRename. I suspect this is duplicate of https://tracker.c... Ilya Dryomov
10:59 AM rbd Bug #54302: unittest_rbd_mirror fails due to SEGFAULT exception on Jenkins "make check" runs
This isn't related to TestLibRBD.QuiesceWatchError hang in any way. Ilya Dryomov
10:54 AM rbd Bug #54302: unittest_rbd_mirror fails due to SEGFAULT exception on Jenkins "make check" runs
locally ran:... Deepika Upadhyay
07:43 PM RADOS Bug #54210: pacific: mon/pg_autoscaler.sh: echo failed on "bash -c 'ceph osd pool get a pg_num | ...
yep this is a bug, thanks for letting me know, patch coming up. Kamoltat (Junior) Sirivadhna
07:24 PM Revision 28a5465f (ceph): doc: fix titles
Ernesto Puerta
06:57 PM Revision 28437f94 (ceph): doc: fix ceph-volume ref
Ernesto Puerta
06:54 PM RADOS Backport #54290 (Resolved): quincy: pybind/mgr/progress: disable pg recovery event by default
Kamoltat (Junior) Sirivadhna
06:42 PM bluestore Backport #54318 (In Progress): quincy: BlueFS improperly tracks vselector sizes in _flush_special()
Adam Kupczyk
06:30 PM bluestore Backport #54318 (Resolved): quincy: BlueFS improperly tracks vselector sizes in _flush_special()
https://github.com/ceph/ceph/pull/45079 Backport Bot
06:42 PM Revision 8266845e (ceph): os/bluestore/bluefs: Fix improper vselector tracking in _flush_special()
Moves vselector size tracking outside _flush_special().
Function _compact_log_async...() updated sizes twice.
Problem...
Adam Kupczyk
06:42 PM Revision 7140bbaf (ceph): os/bluestore/bluefs: Fix vselector
Fix bluefs volume selector in device_migrate_to_existing.
Fix bluefs volume selector in _rewrite_log_and_layout_sync_...
Adam Kupczyk
06:41 PM rbd Bug #54319 (New): rbd_mirror: TestImageSync.SnapshotStress: FAILED ceph_assert(object_no < m_obj...
... Deepika Upadhyay
06:26 PM bluestore Bug #54248 (Pending Backport): BlueFS improperly tracks vselector sizes in _flush_special()
Neha Ojha
06:26 PM Revision e3463e28 (ceph): Merge pull request #44955 from aclamk/wip-vselector-check-fix
os/bluestore/bluefs: Fix improper vselector tracking in _flush_special()
Reviewed-by: Igor Fedotov <igor.fedotov@cro...
Neha Ojha
06:07 PM bluestore Support #54315: 1 fsck error per osd during nautilus -> octopus upgrade (S3 cluster)
The only place in the fsck code we found that increments `errors` but doesn't `derr` was this:... Dan van der Ster
05:23 PM bluestore Support #54315 (New): 1 fsck error per osd during nautilus -> octopus upgrade (S3 cluster)
At the end of the conversion to per-pool omap, around half of our OSDs had 1 error, but the log didn't show the error... Dan van der Ster
05:52 PM CephFS Fix #54317 (Pending Backport): qa: add testing in fs:workload for different kinds of subvolumes
Notably:
- subvolume with isolated namespace
- subvolume with (large) quota
Patrick Donnelly
05:46 PM RADOS Bug #54316 (Resolved): mon/MonCommands.h: target_size_ratio range is incorrect
Currently if we give `target_size_ratio` a value more than 1.0 using the command: `ceph osd pool create <pool-name> -... Kamoltat (Junior) Sirivadhna
05:18 PM Revision bc1e1116 (ceph): crimson/seastore: put ObjectDataHandler instance into do_with
make ObjectDataHandler instance alive before sub functions are resolved.
Signed-off-by: chunmei-liu <chunmei.liu@int...
chunmei liu
05:18 PM Revision f4e20eec (ceph): crimson/seastore:: add fiemap and sparse read unit test
Signed-off-by: chunmei-liu <chunmei.liu@intel.com> chunmei liu
05:18 PM Bug #54314 (New): OSD slow ops during Windows VM upgrades
When our Windows team triggers an upgrade to several 10s of Windows VMs concurrently, this triggers thousands of slow... Dan van der Ster
05:00 PM RADOS Bug #54263: cephadm upgrade pacific to quincy autoscaler is scaling pgs from 32 -> 32768 for ceph...
Update:
From the monitor sides of things of pool creation, target_size_ratio cannot be more than 1.0 or less than ...
Kamoltat (Junior) Sirivadhna
04:52 PM rgw Bug #53956: pacific radosgw-admin binary reports incorrect stats on quincy cluster
hmm, i suspected a backward-compatibility issue with the RGWBucketInfo's encode/decode, but pacific and quincy are id... Casey Bodley
03:08 PM rgw Bug #53956: pacific radosgw-admin binary reports incorrect stats on quincy cluster
the log for pacific only shows the original 11 shards:
"max_marker": "0#,1#,2#,3#,4#,5#,6#,7#,8#,9#,10#",
w...
Casey Bodley
04:52 PM RADOS Bug #51076: "wait_for_recovery: failed before timeout expired" during thrashosd test with EC back...
/a/yuriw-2022-02-16_00:25:26-rados-wip-yuri-testing-2022-02-15-1431-distro-default-smithi/6687342
Same issue with ...
Laura Flores
04:32 PM rgw Bug #54265: s3select: c++20 compilation error in boost/msm/back/state_machine.hpp
Gal Salomon wrote:
> does s3select the only boost_state_machine user?
i believe so - at least s3select was the on...
Casey Bodley
04:13 PM rgw Bug #54265: s3select: c++20 compilation error in boost/msm/back/state_machine.hpp
Yes, please use something else.
Matt
Matt Benjamin
04:06 PM rgw Bug #54265: s3select: c++20 compilation error in boost/msm/back/state_machine.hpp
indeed,
we found that (Girjeh and myself) there is a faster(3x) alternative for boost_state_machine.
the thing i...
Gal Salomon
03:13 PM rgw Bug #54265: s3select: c++20 compilation error in boost/msm/back/state_machine.hpp
I think I heard that we're eliminating the dependency on boost::state_machine--its apparently a large source of CPU o... Matt Benjamin
04:30 PM RADOS Bug #51307: LibRadosWatchNotify.Watch2Delete fails
/a/yuriw-2022-02-16_00:25:26-rados-wip-yuri-testing-2022-02-15-1431-distro-default-smithi/6687338 Laura Flores
03:57 PM Revision 2baabdaf (ceph): crimson/seastore: support sparse_read
add fiemap and readv functions.
Signed-off-by: chunmei-liu <chunmei.liu@intel.com>
chunmei liu
03:34 PM Revision 9ba4798b (ceph): RGW - Zipper - Make sure PostObj has bucket set
s->object needs to have it's bucket set. Make sure this is the case for
PostObj.
This is a Pacific fix only, becaus...
Daniel Gryniewicz
03:32 PM rgw Bug #51574 (Fix Under Review): Segfault when uploading file
Daniel Gryniewicz
03:24 PM rgw Bug #54266 (Fix Under Review): rgw: cmake configure error on fedora-37/rawhide
Casey Bodley
03:14 PM rbd Backport #54297 (In Progress): octopus: librbd: bug in GroupSnapshotNamespace operator<
Christopher Hoffman
03:14 PM rbd Backport #54297 (New): octopus: librbd: bug in GroupSnapshotNamespace operator<
Christopher Hoffman
03:14 PM Revision aa4dea23 (ceph): cls/rbd: GroupSnapshotNamespace comparator violates ordering rules
For
GroupSnapshotNamespace a(1, "group-1", "snap-2");
GroupSnapshotNamespace b(1, "group-2", "snap-1");
both a ...
Ilya Dryomov
03:08 PM Bug #54313: device health scraping trigger monitor elections
I do get the same denials on OSDs too however. Ruben Kerkhof
02:56 PM Bug #54313: device health scraping trigger monitor elections
Sorry, we crossed streams, I was testing the same things and came to the same conclusion. Ruben Kerkhof
02:54 PM Bug #54313: device health scraping trigger monitor elections
https://tracker.ceph.com/issues/44943 also seems to have hit the same denial.
There's no policy for sudo_exec_t in c...
Ruben Kerkhof
02:53 PM Bug #54313: device health scraping trigger monitor elections
I followed the recipe in https://tracker.ceph.com/issues/44944 and created an selinux module that fixes it even with ... Dan van der Ster
02:13 PM Bug #54313: device health scraping trigger monitor elections
Ah yes, running CentOS Stream 8 here too, and setenforce 0 fixes this.
Ruben Kerkhof
01:57 PM Bug #54313: device health scraping trigger monitor elections
With audit2allow I have... Dan van der Ster
01:52 PM Bug #54313: device health scraping trigger monitor elections
Which OS do you run?
We have CentOS Stream 8 -- so selinux could be involved.
Indeed `setenforce 0` fixes for me ...
Dan van der Ster
01:43 PM Bug #54313: device health scraping trigger monitor elections
I'm running master and still seeing this, so https://tracker.ceph.com/issues/52416 doesn't seem to fix this (complete... Ruben Kerkhof
01:37 PM Bug #54313: device health scraping trigger monitor elections
I also see:
2022-02-17T04:24:53.803+0100 7f39d87f3700 -1 mon.mon0@1(peon) e11 get_health_metrics reporting 17 slow o...
Ruben Kerkhof
01:26 PM Bug #54313: device health scraping trigger monitor elections
This is related to https://tracker.ceph.com/issues/52416
That hasn't been backported to octopus yet.
But this isn...
Dan van der Ster
01:10 PM Bug #54313: device health scraping trigger monitor elections
Thanks! We've notice this exact issue on all our clusters -- after they upgrade to octopus they elect the mons once a... Dan van der Ster
12:14 PM Bug #54313 (Fix Under Review): device health scraping trigger monitor elections
One of our customers has 5 monitors, and each night one or more of them are shortly marked down around the same time.... Ruben Kerkhof
02:50 PM rbd Backport #54298 (In Progress): pacific: librbd: bug in GroupSnapshotNamespace operator<
Christopher Hoffman
02:42 PM rbd Backport #54298 (New): pacific: librbd: bug in GroupSnapshotNamespace operator<
Christopher Hoffman
02:50 PM Revision 11e958ea (ceph): cls/rbd: GroupSnapshotNamespace comparator violates ordering rules
For
GroupSnapshotNamespace a(1, "group-1", "snap-2");
GroupSnapshotNamespace b(1, "group-2", "snap-1");
both a ...
Ilya Dryomov
02:48 PM rgw Backport #54162 (In Progress): quincy: OpsLogRados::log segfaults in rgw/multisite suite
https://github.com/ceph/ceph/pull/45074 Casey Bodley
02:46 PM Revision 1db4dded (ceph): rgw: fix segfault in OpsLogRados::log when realm is reloaded
We weren't previously handling the deallocation of the store when
a realm was reloaded. Now passing a const reference...
Cory Snyder
02:02 PM rbd Backport #54301 (In Progress): pacific: [test] qemu task on centos 8.stream is missing qemu-kvm-b...
Ilya Dryomov
02:00 PM rbd Backport #54300 (In Progress): octopus: [test] qemu task on centos 8.stream is missing qemu-kvm-b...
Ilya Dryomov
01:57 PM Revision 4312a2ff (ceph): qa/tasks/qemu: make sure block-rbd.so is installed
Fixes: https://tracker.ceph.com/issues/54286
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from com...
Ilya Dryomov
01:57 PM Revision 19cb5ddc (ceph): qa/suites/rbd: make sure block-rbd.so is installed
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 8f0fd0af3da8581c47dc916303615264714a0489)
Ilya Dryomov
01:56 PM Revision 1fdae772 (ceph): qa/tasks/qemu: make sure block-rbd.so is installed
Fixes: https://tracker.ceph.com/issues/54286
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from com...
Ilya Dryomov
01:56 PM Revision e569d6e7 (ceph): qa/suites/rbd: make sure block-rbd.so is installed
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 8f0fd0af3da8581c47dc916303615264714a0489)
Ilya Dryomov
01:38 PM Orchestrator Bug #52042: After deployment the example of cephadm shell invocation is overly complex
Issue being addressed by the PR: https://github.com/ceph/ceph/pull/45070 Redouane Kachach Elhichou
01:38 PM Orchestrator Bug #52042 (Fix Under Review): After deployment the example of cephadm shell invocation is overly...
Redouane Kachach Elhichou
11:40 AM Orchestrator Bug #52042 (In Progress): After deployment the example of cephadm shell invocation is overly complex
Redouane Kachach Elhichou
11:54 AM RADOS Bug #53663: Random scrub errors (omap_digest_mismatch) on pgs of RADOSGW metadata pools
We just observed 12 more scrub errors spread across 7 pgs and all on our primary (used for user access, read/write) z... Christian Rohmann
09:47 AM RADOS Bug #53663: Random scrub errors (omap_digest_mismatch) on pgs of RADOSGW metadata pools
Neha Ojha wrote:
> yite gu wrote:
> > Christian Rohmann wrote:
> > > yite gu wrote:
> > > > This is inconsistent ...
yite gu
10:23 AM bluestore Bug #53899: bluefs _allocate allocation failed - BlueFS.cc: 2768: ceph_abort_msg("bluefs enospc")
Igor Fedotov wrote:
> Seena Fallah wrote:
> > Igor Fedotov wrote:
> > > Hi Seena,
> > > no. that's right. The dum...
Seena Fallah
10:19 AM Revision d11d2e72 (ceph): Merge pull request #45057 from zdover23/wip-doc-2022-02-17-os-recs-naut...
doc/start: remove L and N release-related tables
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
zdover23
09:51 AM RADOS Bug #54296: OSDs using too much memory
Hi Dan,
Thanks for your response.
I only adjusted osd_max_pg_log_entries and left osd_min_pg_log_entries alone. A...
Ruben Kerkhof
09:03 AM RADOS Bug #54296: OSDs using too much memory
Ruben Kerkhof wrote:
> One thing I tried was to set osd_max_pg_log_entries to 500 instead of the default of 10000, b...
Dan van der Ster
09:38 AM Revision e1b5347b (ceph): osd/scrub: stop sending bogus digest-update event messages
A minimal change extracted from PR#44050, to facilitate
backporting.
The multitudes of bogus events generated fill u...
Ronen Friedman
09:33 AM RADOS Bug #54172: ceph version 16.2.7 PG scrubs not progressing
I would just like to add that scrubs started all of the sudden and the cluster is HEALTH_OK again. Daan van Gorkum
09:10 AM CephFS Bug #54283 (Fix Under Review): qa/cephfs: is_mounted() depends on a mutable variable
Venky Shankar
08:11 AM Revision 7a8371fc (ceph): mgr/dashboard: "Please expand your cluster first" shouldn't be shown if...
This PR will assume that a cluster is already up and fully running. If this should not be the expected behaviour, dep... Volker Theile
06:48 AM rbd Tasks #54312 (Resolved): combine the journal and snapshot test scripts

combine the journal and snapshot test scripts into one generic, that would test either journal or snapshot dependin...
Deepika Upadhyay
05:36 AM Revision 52b69dab (ceph): mgr/cephadm: add a test for enabling cephfs mirroring module
Add a test that checks that when cephfs mirror service is enabled
the mirroring mgr module gets enabled.
Actually-wr...
John Mulligan
05:31 AM Revision 273a1001 (ceph): mgr/cephadm: auto-enable mirroring module when deploying service
Automatically enable the mgr's mirroring module when creating
cephfs-mirror services. This will trigger a mgr respawn...
John Mulligan
05:22 AM Revision b48853cb (ceph): mgr/cephadm: store contianer registry credentials in config-key
Signed-off-by: Daniel Pivonka <dpivonka@redhat.com>
(cherry picked from commit 2c29286b370b1079a35e0e0d47c33a7dabab34...
Daniel Pivonka
02:29 AM Backport #54090 (Resolved): pacific: qa: centos8 is end of life, target centos8 stream instead
Laura Flores
02:28 AM Backport #53703 (Resolved): pacific: osdc: bh split will lost error number, maybe cause client crash
Laura Flores
01:58 AM Orchestrator Bug #54311 (Resolved): cephadm/monitoring: monitoring stack versions are too old
cephadm is deploying old versions of prometheus, alertmanager, node-exporter, which constrains the features that can ... Paul Cuzner
01:39 AM Orchestrator Feature #54310 (New): cephadm: allow services to have dependencies on rbd
Currently features like grafana and prometheus use the local filesystem of the host to store data, which binds the se... Paul Cuzner
01:30 AM Orchestrator Feature #54309 (Resolved): cephadm/monitoring: Update cephadm web endpoint to provide scrape conf...
Starting with prometheus v2.28, prometheus.yml can fetch the scrape configurations from a http endpoint.
Document...
Paul Cuzner
01:17 AM Orchestrator Feature #54308 (Resolved): monitoring/prometheus: mgr/cephadm should support a data retention spe...
When we deploy Prometheus server, we don't provide any ability to define the tsdb retention time - so it defaults to ... Paul Cuzner

02/16/2022

11:35 PM rgw Bug #54307 (New): test_cls_rgw.sh: 'index_list_delimited' test times out
/a/yuriw-2022-02-16_15:53:49-rados-wip-yuri11-testing-2022-02-15-1643-distro-default-smithi/6688784
Last test run ...
Laura Flores
11:20 PM bluestore Fix #54299: osd error restart
Igor Fedotov wrote:
> Well, unfortunately I'm not an expert in using rook deployments hence unable to provide any he...
duans song
03:46 PM bluestore Fix #54299: osd error restart
Well, unfortunately I'm not an expert in using rook deployments hence unable to provide any help on how to run the to... Igor Fedotov
03:16 PM bluestore Fix #54299: osd error restart
Igor Fedotov wrote:
> duans song wrote:
> > Igor Fedotov wrote:
> > > Could you please share the output for ceph-b...
duans song
02:11 PM bluestore Fix #54299: osd error restart
duans song wrote:
> Igor Fedotov wrote:
> > Could you please share the output for ceph-bluestore-tool's free-dump c...
Igor Fedotov
01:54 PM bluestore Fix #54299: osd error restart
Igor Fedotov wrote:
> Could you please share the output for ceph-bluestore-tool's free-dump command?
What command...
duans song
01:12 PM bluestore Fix #54299: osd error restart
Could you please share the output for ceph-bluestore-tool's free-dump command? Igor Fedotov
01:06 PM bluestore Fix #54299 (Need More Info): osd error restart
debug -83> 2022-02-16T13:04:03.711+0000 7f35fee9d080 4 rocksdb: Options.bottommost_compression_opts... duans song
11:15 PM Backport #53703: pacific: osdc: bh split will lost error number, maybe cause client crash
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/44725
merged
Yuri Weinstein
11:15 PM Revision 451eee25 (ceph): Merge pull request #44725 from cfsnyder/wip-53703-pacific
pacific: osdc: add set_error in BufferHead, when split set_error to right
Reviewed-by: Patrick Donnelly <pdonnell@re...
Yuri Weinstein
11:10 PM Orchestrator Bug #54306 (Duplicate): tasks.cephfs.test_nfs.TestNFS.test_create_multiple_exports: AssertionErro...
/a/yuriw-2022-02-16_15:53:49-rados-wip-yuri11-testing-2022-02-15-1643-distro-default-smithi/6688708
Second-to-last...
Laura Flores
10:32 PM RADOS Bug #52657: MOSDPGLog::encode_payload(uint64_t): Assertion `HAVE_FEATURE(features, SERVER_NAUTILUS)'
/ceph/teuthology-archive/yuriw-2022-02-15_22:35:42-rados-wip-yuri8-testing-2022-02-15-1214-distro-default-smithi/6686... Neha Ojha
10:24 PM mgr Backport #54274 (Resolved): quincy: mgr/telemetry: down osds result in empty perf report fields
Laura Flores
08:22 PM mgr Backport #54274: quincy: mgr/telemetry: down osds result in empty perf report fields
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/45029
merged
Yuri Weinstein
10:23 PM mgr Bug #53985 (Resolved): mgr/telemetry: down osds result in empty perf report fields
Laura Flores
10:16 PM bluestore Bug #53899: bluefs _allocate allocation failed - BlueFS.cc: 2768: ceph_abort_msg("bluefs enospc")
Seena Fallah wrote:
> Igor Fedotov wrote:
> > Hi Seena,
> > no. that's right. The dump might be pretty large if yo...
Igor Fedotov
10:14 PM bluestore Bug #53899: bluefs _allocate allocation failed - BlueFS.cc: 2768: ceph_abort_msg("bluefs enospc")
Seena Fallah wrote:
> Igor Fedotov wrote:
> > Hi Seena,
> > no. that's right. The dump might be pretty large if yo...
Igor Fedotov
05:08 PM bluestore Bug #53899: bluefs _allocate allocation failed - BlueFS.cc: 2768: ceph_abort_msg("bluefs enospc")
Igor Fedotov wrote:
> Hi Seena,
> no. that's right. The dump might be pretty large if your disk is very big. But un...
Seena Fallah
05:03 PM bluestore Bug #53899: bluefs _allocate allocation failed - BlueFS.cc: 2768: ceph_abort_msg("bluefs enospc")
Igor Fedotov wrote:
> Hi Seena,
> no. that's right. The dump might be pretty large if your disk is very big. But un...
Seena Fallah
03:42 PM bluestore Bug #53899: bluefs _allocate allocation failed - BlueFS.cc: 2768: ceph_abort_msg("bluefs enospc")
Hi Seena,
no. that's right. The dump might be pretty large if your disk is very big. But unfortunately I need the fu...
Igor Fedotov
03:20 PM bluestore Bug #53899: bluefs _allocate allocation failed - BlueFS.cc: 2768: ceph_abort_msg("bluefs enospc")
Igor Fedotov wrote:
> Hi Seena,
> I presume you're sharing stderr output only, right?
> Could you please share mor...
Seena Fallah
12:13 PM bluestore Bug #53899: bluefs _allocate allocation failed - BlueFS.cc: 2768: ceph_abort_msg("bluefs enospc")
Hi Seena,
I presume you're sharing stderr output only, right?
Could you please share more verbose OSD startup log.
...
Igor Fedotov
11:38 AM bluestore Bug #53899: bluefs _allocate allocation failed - BlueFS.cc: 2768: ceph_abort_msg("bluefs enospc")
Seena Fallah wrote:
> Hi,
>
> I got the same issue with some of my OSDs (pacific v16.2.7 & SSD)
> [...]
I tri...
Seena Fallah
11:35 AM bluestore Bug #53899: bluefs _allocate allocation failed - BlueFS.cc: 2768: ceph_abort_msg("bluefs enospc")
Hi,
I got the same issue with some of my OSDs (pacific v16.2.7 & SSD)...
Seena Fallah
10:15 PM Orchestrator Bug #53807 (Resolved): Dead jobs in rados/cephadm/smoke-roleless{...}: ingress jobs stuck
Laura Flores
09:19 PM Orchestrator Bug #53807: Dead jobs in rados/cephadm/smoke-roleless{...}: ingress jobs stuck
https://github.com/ceph/ceph/pull/45038 merged Yuri Weinstein
08:33 PM Orchestrator Bug #53807: Dead jobs in rados/cephadm/smoke-roleless{...}: ingress jobs stuck
fix is in pacific now via https://github.com/ceph/ceph/pull/44628. Quincy backport is in testing https://github.com/c... Adam King
10:07 PM Bug #54305 (In Progress): crush: fix upmap bucket replacement for some crush rules
Laura Flores
10:06 PM Bug #54305 (In Progress): crush: fix upmap bucket replacement for some crush rules
This bug was introduced by @wangnengjie on GitHub. I have copied the explanation of the problem that @wangnengjie pro... Laura Flores
09:56 PM bluestore Bug #53002 (Resolved): crash BlueStore::Onode::put from BlueStore::TransContext::~TransContext
Igor Fedotov
09:55 PM bluestore Backport #53608 (Resolved): pacific: crash BlueStore::Onode::put from BlueStore::TransContext::~T...
Igor Fedotov
07:07 PM bluestore Backport #53608: pacific: crash BlueStore::Onode::put from BlueStore::TransContext::~TransContext
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/44723
merged
Yuri Weinstein
09:22 PM Backport #54090: pacific: qa: centos8 is end of life, target centos8 stream instead
Casey Bodley wrote:
> https://github.com/ceph/ceph/pull/44865
merged
Yuri Weinstein
09:21 PM Revision 3ec29254 (ceph): Merge pull request #44865 from cbodley/wip-54090
pacific: qa: remove centos8 from supported distros
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
09:20 PM RADOS Backport #53718: pacific: mon: frequent cpu_tp had timed out messages
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/44545
merged
Yuri Weinstein
09:20 PM Revision 5c11ba64 (ceph): Merge pull request #44545 from cfsnyder/wip-53718-pacific
pacific: osd/OSDMapMapping: fix spurious threadpool timeout errors
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
09:18 PM Revision c401387d (ceph): Merge pull request #45038 from guits/bkp-quincy-cephadm-ingress-fix
quincy: cephadm/ingress: make frontend stat bind on localhost
Reviewed-by: Adam King adking@redhat.com
Yuri Weinstein
08:41 PM Orchestrator Bug #53624 (New): cephadm agent: set_store mon returned -27: error: entry size limited to 65536 b...
linked PR didn't actually fix the issue. It's not an agent bug, this is happening on pacific which does not currently... Adam King
08:39 PM Orchestrator Feature #51566 (Resolved): cephadm: cpu limit
Adam King
08:36 PM Dashboard Bug #54133 (Fix Under Review): mgr/dashboard: Contact Info should be visible only when Ident chan...
Laura Flores
12:58 PM Dashboard Bug #54133 (In Progress): mgr/dashboard: Contact Info should be visible only when Ident channel i...
Sarthak Gupta
08:35 PM Orchestrator Bug #53706 (Resolved): cephadm: Module 'cephadm' has failed: dashboard iscsi-gateway-rm failed: i...
Adam King
08:34 PM Orchestrator Bug #51111 (Resolved): Pacific: CEPHADM_STRAY_DAEMON after deploying iSCSI gateway with cephadm d...
Adam King
08:24 PM RADOS Backport #54290: quincy: pybind/mgr/progress: disable pg recovery event by default
https://github.com/ceph/ceph/pull/45043 merged Yuri Weinstein
08:24 PM Revision ada28305 (ceph): Merge pull request #45043 from kamoltat/wip-ksirivad-backport-quincy-44588
quincy: pybind/mgr/progress: disable pg recovery event by default
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
08:23 PM Revision ff86c666 (ceph): Merge pull request #45030 from ljflores/wip-quincy-basic-channel-additions
quincy: mgr/telemetry: add basic_pool_usage and basic_usage_by_class collections to the telemetry module
Reviewed-by...
Yuri Weinstein
08:22 PM Revision 97ac3ffb (ceph): Merge pull request #45029 from ljflores/wip-54274-quincy
quincy: mgr/telemetry: collect what we can from histograms, mempools, and heap stats
Reviewed-by: Yaarit Hatuka <yaa...
Yuri Weinstein
08:22 PM CephFS Backport #54234: quincy: qa: use cephadm to provision cephfs for fs:workloads
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/44982
merged
Yuri Weinstein
08:22 PM Revision 609c2765 (ceph): Merge pull request #44982 from batrick/i54234
quincy: qa: use cephadm to provision cephfs for fs:workloads
Reviewed-by: Adam King adking@redhat.com
Yuri Weinstein
08:21 PM bluestore Backport #54209: quincy: BlueStore.h: 4148: FAILED ceph_assert(cur >= p.length)
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/44952
merged
Yuri Weinstein
08:21 PM Revision 5194c30a (ceph): Merge pull request #44952 from aclamk/wip-54209-quincy
quincy: [BlueStore] Fix problem with volume selector
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Yuri Weinstein
08:12 PM Revision 035d0ae6 (ceph): Merge pull request #44879 from adk3798/pacific-co-locate-doc
pacific: doc/cephadm: Co-location of daemons
Reviewed-by: Michael Fritch mfritch@suse.com
Adam King
08:07 PM Revision 74b7fe82 (ceph): Merge pull request #45049 from liu-chunmei/crimson-clang-warning-cleanup
crimson: eliminate clang build warning in crimson
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Reviewed-by:...
Samuel Just
08:07 PM Revision af60f72f (ceph): Merge pull request #44146 from k0ste/wip-53435-pacific
pacific: mgr/prometheus: Fix the per method stats exported
Reviewed-by: Adam King <adking@redhat.com>
Adam King
08:04 PM Revision bca92488 (ceph): Merge pull request #44830 from adk3798/pacific-rm-iscsi
pacific: mgr/cephadm/iscsi: use `mon_command` in `post_remove` instead of `check_mon_command`
Reviewed-by: Michael F...
Adam King
08:03 PM Revision c316208e (ceph): Merge pull request #44829 from adk3798/pacific-cpu-limit
pacific: mgr/cephadm: allow miscellaneous container args at service level
Reviewed-by: Michael Fritch mfritch@suse.com
Adam King
08:00 PM Revision a158e28b (ceph): Merge pull request #44637 from sebastian-philipp/pacific-backport-44566
pacific: mgr/cephadm: fix minor grammar nit in Dry-Runs message
Reviewed-by: Michael Fritch mfritch@suse.com
Adam King
07:59 PM Revision 52d98cc5 (ceph): Merge pull request #44634 from sebastian-philipp/pacific-backport-44498
pacific: cephadm: check if cephadm is root after cli is parsed
Reviewed-by: John Mulligan <jmulligan@redhat.com>
Adam King
07:59 PM RADOS Bug #52124: Invalid read of size 8 in handle_recovery_delete()
/a/yuriw-2022-02-15_22:40:39-rados-wip-yuri7-testing-2022-02-15-1102-quincy-distro-default-smithi/6686655/remote/smit... Neha Ojha
07:57 PM Revision 07f6b985 (ceph): Merge pull request #44633 from sebastian-philipp/pacific-backport-44394
pacific: Enable autotune for osd_memory_target on bootstrap
Reviewed-by: Melissa Li melissali@redhat.com
Adam King
07:56 PM Revision fee9299f (ceph): Merge pull request #44631 from sebastian-philipp/pacific-backport-44482
pacific: mgr/cephadm: nfs migration: avoid port conflicts
Reviewed-by: Adam King <adking@redhat.com>
Adam King
07:55 PM Revision 804dd35b (ceph): Merge pull request #44630 from sebastian-philipp/pacific-backport-43833
pacific: mgr/cephadm: fix tcmu-runner cephadm_stray_daemon
Reviewed-by: Melissa Li melissali@redhat.com
Adam King
07:53 PM Revision c2e34c75 (ceph): rbd: avoid get_callback_adapter() for tcp_stream::async_connect()
works around a compilation failure in c++20 (with gcc 11.2 and boost
1.76) when choosing between two overloads of
`bo...
Casey Bodley
07:53 PM Revision e5edbf80 (ceph): Merge pull request #44628 from sebastian-philipp/pacific-backport-44374
pacific: mgr/cephadm: fix 'mgr/cephadm: spec.virtual_ip param should be used by the ingress daemon
Reviewed-by: Ada...
Adam King
07:49 PM Orchestrator Bug #54304 (Rejected): qa/suites/orch/cephadm: SELinux denials on centos 8.stream tests
in pacific:
http://pulpito.front.sepia.ceph.com/adking-2022-02-15_22:33:11-orch:cephadm-wip-adk2-testing-2022-02-1...
Adam King
07:45 PM Orchestrator Bug #53939: ceph-nfs-upgrade, pacific: Upgrade Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading d...
also appears in mds-upgrade-sequence test http://pulpito.front.sepia.ceph.com/adking-2022-02-15_22:33:11-orch:cephadm... Adam King
07:38 PM Revision 54e0e58f (ceph): mgr/telemetry: handle empty device report when "send" is triggered
On certain environments, such as the "ceph-dev-docker" environment
(https://github.com/ricardoasmarques/ceph-dev-dock...
Laura Flores
07:36 PM Revision 7f4292a9 (ceph): qa/tests: replaced master wth quincy runs
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
07:13 PM Revision 0f1118e2 (ceph): cephadm: Make hostname change idempotent
Inside a container, we may already have a short hostname - and also lack
the privileges to change it.
Signed-off-by:...
Zack Cerza
07:07 PM Revision e2577a94 (ceph): Merge pull request #44723 from cfsnyder/wip-53608-pacific
pacific: os/bluestore: avoid premature onode release.
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Yuri Weinstein
07:07 PM RADOS Backport #53535: pacific: mon: mgrstatmonitor spams mgr with service_map
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/44721
merged
Yuri Weinstein
07:07 PM Revision 0bc84ba4 (ceph): Merge pull request #44721 from cfsnyder/wip-53535-pacific
pacific: mon/MgrStatMonitor: do not spam subscribers (mgr) with service_map
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
07:06 PM RADOS Backport #53942: pacific: mon: all mon daemon always crash after rm pool
Backport Bot wrote:
> https://github.com/ceph/ceph/pull/44698
merged
Yuri Weinstein
07:05 PM Revision 17f686d1 (ceph): Merge pull request #44698 from cfsnyder/wip-53942-pacific
pacific: mon/OSDMonitor: avoid null dereference if stats are not available
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
07:00 PM RADOS Feature #54280: support truncation sequences in sparse reads
Neha mentioned taking a look at the history, so I did a bit of git archeology today. The limitation dates back to the... Jeff Layton
06:58 PM RADOS Bug #53751: "N monitors have not enabled msgr2" is always shown for new clusters
Hello. Could you please provide the output from @ceph health detail@? We suspect the warning might got replaced with ... Radoslaw Zarzynski
06:46 PM RADOS Bug #54255: utc time is used when ceph crash ls
Yaarit, was this choice intentional? Neha Ojha
06:44 PM RADOS Bug #51338 (Duplicate): osd/scrub_machine.cc: FAILED ceph_assert(state_cast&lt;const NotActive*&g...
Neha Ojha
06:44 PM RADOS Bug #51338: osd/scrub_machine.cc: FAILED ceph_assert(state_cast&lt;const NotActive*&gt;())
André Cruz wrote:
> I'm also encountering this issue on Pacific (16.2.7):
>
> [...]
>
> Any pointers?
I thi...
Neha Ojha
06:31 PM RADOS Bug #53663: Random scrub errors (omap_digest_mismatch) on pgs of RADOSGW metadata pools
yite gu wrote:
> Christian Rohmann wrote:
> > yite gu wrote:
> > > This is inconsistent pg 7.2 from your upload fi...
Neha Ojha
06:24 PM RADOS Bug #53663 (New): Random scrub errors (omap_digest_mismatch) on pgs of RADOSGW metadata pools
Neha Ojha
09:50 AM RADOS Bug #53663: Random scrub errors (omap_digest_mismatch) on pgs of RADOSGW metadata pools
Dieter Roels wrote:
> After the repair the inconsistencies do not re-appear. However, we can reproduce the issue in ...
Dieter Roels
06:18 PM RADOS Bug #46847: Loss of placement information on OSD reboot
Frank Schilder wrote:
> Could somebody please set the status back to open and Affected Versions to all?
The ticke...
Neha Ojha
06:13 PM RADOS Bug #53729 (Need More Info): ceph-osd takes all memory before oom on boot
Neha Ojha
05:24 PM Revision f92ec024 (ceph): ceph-volume: fix error 'KeyError' with inventory
The tag ceph.cluster_name is always set at the end.
The only way it could be absent was if the osd prepare
has been i...
Guillaume Abrioux
05:20 PM Revision a6b0dc4a (ceph): rgw/dbstore: Add dbstore-tests to `make check`
Include and run dbstore-tests as part of `make check` target
Signed-off-by: Soumya Koduri <skoduri@redhat.com>
Soumya Koduri
05:20 PM Revision 2cdf2950 (ceph): mgr/progress: avoid inefficient dump of all pg stats
We only use a handful of fields, and the pg dump includes a gazillion
fields that we waste CPU copying to python-land...
Sage Weil
05:20 PM Revision b5edb374 (ceph): mgr: limit changes to pg_num
We need to avoid making drastic changes to pg_num that outpace pgp_num or
else we will may hit the per-osd pg limits....
Sage Weil
05:20 PM Revision 5a93dba4 (ceph): mgr: stop issuing events that no modules consume
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit d3c8f171e9aaa9cbf970b6dadda5837ca9b030c7)
Sage Weil
05:20 PM Revision 900c502a (ceph): pybind/mgr: introduce NotifyType enum
Note that we don't annotate the dashboard NotificationQueue because it is
used internally by the dashboard with other...
Sage Weil
05:20 PM Revision 896ad009 (ceph): pybind/mgr: annotate which events modules consume
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 95ca3a444505b5bd38f4961ed63760ac45abcf64)
C...
Sage Weil
05:20 PM Revision 7a8d0711 (ceph): mgr: only queue notify events that modules ask for
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit ee4e3ecd6e0754854c00f3dfa0eaaa17bbf3603d)
Sage Weil
05:20 PM Revision 564d370a (ceph): pybind/mgr/devicehealth/module.py: use NotifyType enum
master/quincy use a precreated .mgr pool and does not
need this commit
Signed-off-by: Neha Ojha <nojha@redhat.com>
Neha Ojha
05:14 PM Revision 4a37f1cd (ceph): pybind/mgr/mgr_module: cache mgr_ip
This does not change for the lifetime of an active mgr module. No need to
keep calling back into Mgr to re-fetch it....
Sage Weil
05:06 PM rbd Bug #54303 (Resolved): c++20: beast compilation failures in HttpSession::connect()
with c++20 enabled, src/librbd/migration/HttpClient.cc fails to compile because it appears to choose the wrong overlo... Casey Bodley
04:49 PM Revision 749f2f57 (ceph): doc: browser extension for merge message
Signed-off-by: Ernesto Puerta <epuertat@redhat.com> Ernesto Puerta
04:28 PM Revision f2a916b9 (ceph): mgr/cephadm: Delete ceph.target if last cluster
Fixes: https://tracker.ceph.com/issues/46655
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
Redouane Kachach Elhichou
04:20 PM Revision 3d7d6dbd (ceph): crimson: eliminate clang build warning in crimson
Signed-off-by: chunmei-liu <chunmei.liu@intel.com> chunmei liu
04:17 PM Dashboard Bug #51611 (Resolved): Directories Menu Can't Use on Ceph File System Dashboard
Ernesto Puerta
04:17 PM Dashboard Backport #54269 (Resolved): pacific: Directories Menu Can't Use on Ceph File System Dashboard
Ernesto Puerta
04:16 PM Revision 2da24a8c (ceph): doc: 15.2.16 Release Notes
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
04:16 PM Revision 27e1b75c (ceph): Merge pull request #45028 from rhcs-dashboard/wip-54269-pacific
pacific: mgr/dashboard: Directories Menu Can't Use on Ceph File System Dashboard
Reviewed-by: Sarthak0702 <NOT@FOUND...
Ernesto Puerta
04:06 PM Dashboard Bug #54270 (Resolved): mgr/dashboard: change privacy protocol field from required to optional
Ernesto Puerta
09:53 AM Dashboard Bug #54270 (Pending Backport): mgr/dashboard: change privacy protocol field from required to opt...
Avan Thakkar
04:06 PM Dashboard Backport #54295 (Resolved): pacific: mgr/dashboard: change privacy protocol field from required ...
Ernesto Puerta
10:09 AM Dashboard Backport #54295 (In Progress): pacific: mgr/dashboard: change privacy protocol field from requir...
Avan Thakkar
09:55 AM Dashboard Backport #54295 (Resolved): pacific: mgr/dashboard: change privacy protocol field from required ...
https://github.com/ceph/ceph/pull/45052 Backport Bot
04:06 PM Revision 14b4a0ba (ceph): Merge pull request #45052 from rhcs-dashboard/wip-54295-pacific
pacific: mgr/dashboard: change privacy protocol field from required to optional
Reviewed-by: Aashish Sharma <aasharm...
Ernesto Puerta
04:05 PM Revision 4b674899 (ceph): osd: Improved log message in fast aggressive mode
Signed-off-by: Josh Salomon <josh.salomon@gmail.com> Josh Salomon
04:01 PM Revision 506c291d (ceph): rbd: mark optional positional arguments as such in help output
Currently at least five commands have optional positional arguments.
Overloading po::value<std::string>()->default_v...
Ilya Dryomov
04:01 PM Revision 2846f11a (ceph): cls/rbd: GroupSnapshotNamespace comparator violates ordering rules
For
GroupSnapshotNamespace a(1, "group-1", "snap-2");
GroupSnapshotNamespace b(1, "group-2", "snap-1");
both a ...
Ilya Dryomov
04:01 PM Revision 6ecf8cf9 (ceph): qa/tasks/qemu: make sure block-rbd.so is installed
Fixes: https://tracker.ceph.com/issues/54286
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from com...
Ilya Dryomov
04:01 PM Revision 024c73e1 (ceph): qa/suites/rbd: make sure block-rbd.so is installed
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 8f0fd0af3da8581c47dc916303615264714a0489)
Ilya Dryomov
03:36 PM rbd Bug #54302: unittest_rbd_mirror fails due to SEGFAULT exception on Jenkins "make check" runs
Setting this issue as "high" priority since it sometimes impedes PR merges. Laura Flores
03:29 PM rbd Bug #54302 (New): unittest_rbd_mirror fails due to SEGFAULT exception on Jenkins "make check" runs
This test is does not fail every time, and is usually solved by re-running make check. Looks TestMockImageReplayer.St... Laura Flores
03:35 PM rbd Bug #54292: run-rbd-unit-tests-127.sh times out on Jenkins "make check" runs
Thanks for the insight, Ilya. FYI this bug may be happening less frequently than I thought. There is another rbd unit... Laura Flores
10:04 AM rbd Bug #54292: run-rbd-unit-tests-127.sh times out on Jenkins "make check" runs
> It's possible that the timeout threshold needs to be increased.
It definitely shouldn't take more than an hour. T...
Ilya Dryomov
10:04 AM rbd Bug #54292: run-rbd-unit-tests-127.sh times out on Jenkins "make check" runs
Looks like TestLibRBD.QuiesceWatchError is the culprit:... Ilya Dryomov
03:21 PM Revision cc6d3871 (ceph): doc/start: remove L and N release-related tables
This PR removes the tables for Luminous and Nautilus,
in order to keep the documentation as current as possible.
This...
Zac Dover
03:12 PM Revision 42814012 (ceph): Merge pull request #44747 from cybozu/wip-53070-pacific
pacific: rgw: fix lock scope in ObjectCache::get() Daniel Gryniewicz
02:55 PM bluestore Bug #53466: OSD is unable to allocate free space for BlueFS
Hi Alexander,
thanks for the dump, finally I've got a chance to take a look. Sorry for the delay.
I was hoping th...
Igor Fedotov
02:50 PM CephFS Backport #54219 (In Progress): octopus: mds: seg fault in expire_recursive
Wei-Chung Cheng
02:49 PM Revision 3ffc8882 (ceph): mds: fix seg fault in expire_recursive
Range-based for should not be used when we are altering the container.
Use iterator explicitly instead.
Fixes: https...
玮文 胡
02:34 PM Orchestrator Bug #52042: After deployment the example of cephadm shell invocation is overly complex
Is this still really an issue? in my deployments on one cluster only *cephadm shell* works out of the box without pro... Redouane Kachach Elhichou
02:32 PM Orchestrator Bug #46655 (Fix Under Review): cephadm rm-cluster: Systemd ceph.target not deleted
Redouane Kachach Elhichou
02:24 PM rbd Backport #54297 (In Progress): octopus: librbd: bug in GroupSnapshotNamespace operator<
Christopher Hoffman
10:36 AM rbd Backport #54297 (Resolved): octopus: librbd: bug in GroupSnapshotNamespace operator<
https://github.com/ceph/ceph/pull/45076 Backport Bot
02:24 PM rbd Backport #54298 (In Progress): pacific: librbd: bug in GroupSnapshotNamespace operator<
Christopher Hoffman
10:36 AM rbd Backport #54298 (Resolved): pacific: librbd: bug in GroupSnapshotNamespace operator<
https://github.com/ceph/ceph/pull/45075 Backport Bot
01:35 PM Linux kernel client Bug #54067 (Fix Under Review): fs/maxentries.sh test fails with "2022-01-21T12:47:05.490 DEBUG:te...
Jeff Layton
01:26 PM Revision 4f0ad8aa (ceph): common: replace BitVector::NoInitAllocator with wrapper struct
in c++20, the deprecated `struct std::allocator<T>::rebind` template was
removed, so `BitVector` no longer compiles. ...
Casey Bodley
01:20 PM rbd Backport #54301 (Resolved): pacific: [test] qemu task on centos 8.stream is missing qemu-kvm-bloc...
https://github.com/ceph/ceph/pull/45072 Backport Bot
01:20 PM rbd Backport #54300 (Resolved): octopus: [test] qemu task on centos 8.stream is missing qemu-kvm-bloc...
https://github.com/ceph/ceph/pull/45071 Backport Bot
01:15 PM rbd Bug #54286 (Pending Backport): [test] qemu task on centos 8.stream is missing qemu-kvm-block-rbd ...
Ilya Dryomov
01:15 PM Revision 88eb23e5 (ceph): Merge pull request #45045 from idryomov/wip-qemu-task-rbd-package
qa/tasks/qemu: make sure block-rbd.so is installed
Reviewed-by: Deepika Upadhyay <dupadhya@redhat.com>
Ilya Dryomov
01:07 PM Dashboard Subtask #53561 (Resolved): mgr: TTL cache implementation
Ernesto Puerta
01:06 PM Dashboard Backport #53987 (Resolved): pacific: mgr: TTL cache implementation
Ernesto Puerta
01:06 PM Revision 702d1353 (ceph): Merge pull request #44750 from rhcs-dashboard/wip-53987-pacific
pacific: mgr: TTL Cache in mgr module
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-by: Ernesto Puert...
Ernesto Puerta
12:21 PM RADOS Bug #54296: OSDs using too much memory
Hi Igor,
See attachment.
One thing I tried was to set osd_max_pg_log_entries to 500 instead of the default of 1...
Ruben Kerkhof
12:15 PM RADOS Bug #54296: OSDs using too much memory
Hi Ruben,
please share full dump_mempools output.
Igor Fedotov
10:34 AM RADOS Bug #54296 (Resolved): OSDs using too much memory
One of our customers upgraded from Nautilus to Octopus, and now a lot of his OSDs are using way more ram than allowed... Ruben Kerkhof
11:20 AM Revision 8f0fd0af (ceph): qa/suites/rbd: make sure block-rbd.so is installed
Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Ilya Dryomov
10:32 AM rbd Bug #49792 (Pending Backport): librbd: bug in GroupSnapshotNamespace operator<
Ilya Dryomov
10:32 AM Revision e1e9ee61 (ceph): Merge pull request #45021 from idryomov/wip-groupsnapns-operator-less
cls/rbd: GroupSnapshotNamespace comparator violates ordering rules
Reviewed-by: Mykola Golub <mgolub@suse.com>
Revie...
Ilya Dryomov
10:09 AM Revision cba0c920 (ceph): mgr/dashboard: change privacy protocol field from required to optional
Fixes: https://tracker.ceph.com/issues/54270
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
Privacy protocol fiel...
Avan Thakkar
10:09 AM Revision 2867c323 (ceph): mgr/dashboard: add validation for snmp v3 engine id
Fixes: https://tracker.ceph.com/issues/54270
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
(cherry picked from co...
Avan Thakkar
09:52 AM Revision fd5f5f3a (ceph): Merge pull request #45020 from rhcs-dashboard/snmp-priv-protocol-fix
mgr/dashboard: change privacy protocol field from required to optional avan thakkar
09:50 AM Revision 2e2513de (ceph): Merge pull request #44659 from ifed01/wip-ifed-alloc-replay-boind-size
test/alloc_replay_test: be able to cap allocator space with capacity …
Reviewed-by: Adam Kupczyk <akupczyk@redhat.com>
Igor Fedotov
08:09 AM ceph-volume Backport #54014 (Resolved): quincy: rollback_osd() leaves osd not fully prepared
Guillaume Abrioux
08:06 AM rbd Bug #54258: qa/workunits/rbd/rbd_mirror_stress.sh: rbd: mirroring not enabled on the image
The problem seems to be caused by a race when a peer is registered both by the rbd-mirror "status ping" and the test ... Mykola Golub
07:46 AM Dashboard Bug #53960 (Resolved): mgr/dashboard: navigation page e2e failing
Nizamudeen A
07:46 AM Dashboard Backport #54179 (Resolved): pacific: mgr/dashboard: navigation page e2e failing
Nizamudeen A
06:38 AM Revision a125b0e8 (ceph): mgr/volumes: Fix subvolumegroup ls
The subvolumegroup ls listed '_deleting' directory which is
internal to 'mgr/volumes' and should not be listed as a
s...
Kotresh Hiremath Ravishankar
06:19 AM Revision 95a83efc (ceph): qa: Add test for subvolumegroup ls filter
Fixes: https://tracker.ceph.com/issues/54099
Signed-off-by: Kotresh HR <khiremat@redhat.com>
Kotresh Hiremath Ravishankar
05:48 AM Revision c2470f27 (ceph): mgr, pybind/mgr, mgr/stats: be resilient to offline rank0 MDS
Reregister the user queries during the rank0 MDS failover event
by calling listener.handle_query_updated(). This enab...
Jos Collin
05:48 AM Revision 116e89a2 (ceph): qa: test `ceph fs perf stats` doesn't output stale metrics
That `ceph fs perf stats` doesn't output stale metrics
after the rank0 MDS failover.
Fixes: https://tracker.ceph.com...
Jos Collin
03:26 AM Revision 7516df7f (ceph): Merge pull request #44986 from badone/wip-octopus-ceph-ansible-move-to-...
octopus: qa/ceph-ansible: Move to Centos Stream
Reviewed-by: Yuri Weinstein <yweinste@redhat.com>
Brad Hubbard
02:38 AM Bug #54293 (New): Nautilus:radosgw crashes because of null pointer
1、For the funtion "RGWRados::Bucket::UpdateIndex::cancel" in rgw_rados.cc,if guard_reshard return an error value, "Bu... chengwu liang
12:56 AM Revision 8590d0f0 (ceph): Merge pull request #44543 from cfsnyder/wip-53659-pacific
pacific: mon: prevent new sessions during shutdown
Reviewed-by: Neha Ojha <nojha@redhat.com>
Brad Hubbard
12:17 AM rgw Feature #8956 (Resolved): rgw: support bucket notification
Matt Benjamin
12:17 AM rgw Feature #8956: rgw: support bucket notification
Seems hard to argue with. Matt Benjamin
 

Also available in: Atom