]>
git.apps.os.sepia.ceph.com Git - ceph-ci.git/log 
Kefu Chai  [Thu, 29 Apr 2021 14:20:09 +0000  (22:20 +0800)] 
Merge pull request #41038 from tchaikov/wip-cmake-liburingReviewed-by: Ronen Friedman <rfriedma@redhat.com> 
Ilya Dryomov  [Thu, 29 Apr 2021 07:35:21 +0000  (09:35 +0200)] 
Merge pull request #40493 from CongMinYin/fix-rwl-fragmentReviewed-by: Mykola Golub <mgolub@suse.com> Reviewed-by: Ilya Dryomov <idryomov@gmail.com> 
Yin Congmin  [Tue, 30 Mar 2021 14:47:33 +0000  (22:47 +0800)] 
librbd/cache/pwl: Fix pmem cache fragment issueFixes: https://tracker.ceph.com/issues/49879 Signed-off-by: Yin Congmin <congmin.yin@intel.com> 
Sage Weil  [Wed, 28 Apr 2021 22:42:49 +0000  (18:42 -0400)] 
Merge PR #41072 into masterReviewed-by: Sage Weil <sage@redhat.com> 
Sage Weil  [Wed, 28 Apr 2021 18:27:07 +0000  (14:27 -0400)] 
Merge PR #40924 into masterReviewed-by: Sage Weil <sage@redhat.com> Reviewed-by: Adam King <adking@redhat.com> 
Josh Durgin  [Wed, 28 Apr 2021 18:26:58 +0000  (11:26 -0700)] 
Merge pull request #40593 from ideepika/wip-new-testing-paramsReviewed-by: Josh Durgin <jdurgin@redhat.com> Reviewed-by: Neha Ojha <nojha@redhat.com> Reviewed-by: Sam Just <sjust@redhat.com> 
Sage Weil  [Wed, 28 Apr 2021 18:26:35 +0000  (14:26 -0400)] 
Merge PR #40941 into masterReviewed-by: Sebastian Wagner <swagner@suse.com> Reviewed-by: Adam King <adking@redhat.com> 
Sage Weil  [Wed, 28 Apr 2021 18:26:07 +0000  (14:26 -0400)] 
Merge PR #40943 into masterReviewed-by: Michael Fritch <mfritch@suse.com> 
Sage Weil  [Wed, 28 Apr 2021 18:25:30 +0000  (14:25 -0400)] 
Merge PR #41049 into masterReviewed-by: Sage Weil <sage@redhat.com> Reviewed-by: Sebastian Wagner <swagner@suse.com> 
Sage Weil  [Wed, 28 Apr 2021 18:24:10 +0000  (14:24 -0400)] 
Merge PR #41055 into masterReviewed-by: Sebastian Wagner <swagner@suse.com> 
Kefu Chai  [Wed, 28 Apr 2021 16:18:26 +0000  (00:18  +0800)] 
Merge pull request #41059 from tchaikov/wip-crimson-clang-cleanupReviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com> 
Ilya Dryomov  [Wed, 28 Apr 2021 15:57:56 +0000  (17:57 +0200)] 
doc/releases/nautilus: fix a braino in 14.2.20 release noteSigned-off-by: Ilya Dryomov <idryomov@gmail.com> 
Kefu Chai  [Wed, 28 Apr 2021 15:35:06 +0000  (23:35 +0800)] 
Merge pull request #41063 from tchaikov/wip-rgw-moveReviewed-by: Daniel Gryniewicz <dang@redhat.com> 
zdover23  [Wed, 28 Apr 2021 14:11:55 +0000  (00:11  +1000)] 
Merge pull request #41067 from zdover23/wip-doc-crismon-misspelling-fix-2021-Apr-28Reviewed-by: Kefu Chai <kchai@redhat.com> 
zdover23  [Wed, 28 Apr 2021 13:28:15 +0000  (23:28 +1000)] 
Merge pull request #41048 from zdover23/wip-doc-rados-config-cluster-names-2021-Apr-27Reviewed-by: Kefu Chai <kchai@redhat.com> 
Zac Dover  [Wed, 28 Apr 2021 13:26:09 +0000  (23:26 +1000)] 
doc/crimson: s/Crismon/Crimson/Signed-off-by: Zac Dover <zac.dover@gmail.com> 
Kefu Chai  [Wed, 28 Apr 2021 08:23:47 +0000  (16:23 +0800)] 
crimson/os/seastore: do not capture unused variableSigned-off-by: Kefu Chai <kchai@redhat.com> 
Kefu Chai  [Wed, 28 Apr 2021 08:21:51 +0000  (16:21 +0800)] 
crimson/common: do not capture unused variableSigned-off-by: Kefu Chai <kchai@redhat.com> 
Kefu Chai  [Wed, 28 Apr 2021 08:19:52 +0000  (16:19 +0800)] 
crimson/os/seastore: mark final class "final"Signed-off-by: Kefu Chai <kchai@redhat.com> 
Kefu Chai  [Wed, 28 Apr 2021 08:17:55 +0000  (16:17 +0800)] 
test/crimson/seastore: do not put braces around scalar initializerSigned-off-by: Kefu Chai <kchai@redhat.com> 
Kefu Chai  [Wed, 28 Apr 2021 08:15:56 +0000  (16:15 +0800)] 
crimson/os/seastore: do not reference non-template with templateSigned-off-by: Kefu Chai <kchai@redhat.com> 
Kefu Chai  [Wed, 28 Apr 2021 08:08:08 +0000  (16:08 +0800)] 
crimson/os/seastore: do not capture label using &Signed-off-by: Kefu Chai <kchai@redhat.com> 
Zac Dover  [Tue, 27 Apr 2021 18:07:50 +0000  (04:07  +1000)] 
doc/rados: rename "Running Multiple Clusters"Fixes: https://tracker.ceph.com/issues/50517 (partially) Signed-off-by: Zac Dover <zac.dover@gmail.com> 
Kefu Chai  [Wed, 28 Apr 2021 12:13:48 +0000  (20:13 +0800)] 
rgw/rgw_rest_sts: return local variable w/o std::move()Signed-off-by: Kefu Chai <kchai@redhat.com> 
Stanislav Datskevych  [Tue, 27 Apr 2021 06:16:33 +0000  (08:16 +0200)] 
cephadm: allow several public networks be matchedFixes: https://tracker.ceph.com/issues/50548 Signed-off-by: Stanislav Datskevych <me@nek0.net> 
Yingxin Cheng  [Fri, 29 Jan 2021 02:05:53 +0000  (10:05 +0800)] 
cmake: bump to PMDK v1.10Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Signed-off-by: Yin Congmin <congmin.yin@intel.com> 
Sébastien Han  [Wed, 28 Apr 2021 07:00:34 +0000  (09:00 +0200)] 
Merge pull request #41032 from leseb/raw-list-json
Kefu Chai  [Wed, 28 Apr 2021 06:23:28 +0000  (14:23 +0800)] 
Merge pull request #41002 from strenuous-life/wip-cephadm-daemon-restart-mgr-loopReviewed-by: Sebastian Wagner <swagner@suse.com> Reviewed-by: Adam King <adking@redhat.com> 
Kefu Chai  [Wed, 28 Apr 2021 04:47:45 +0000  (12:47 +0800)] 
Merge pull request #41009 from tchaikov/wip-mon-cleanupReviewed-by: Sage Weil <sage@redhat.com> 
Sage Weil  [Thu, 22 Apr 2021 17:43:49 +0000  (13:43 -0400)] 
qa/suites/rados/cephadm/smoke-roleless: test client-keyringSigned-off-by: Sage Weil <sage@newdream.net> 
Sage Weil  [Mon, 26 Apr 2021 13:00:11 +0000  (09:00 -0400)] 
qa/tasks/cephadm.py: adjust client.admin key mode; place on all hostsSigned-off-by: Sage Weil <sage@newdream.net> 
Sage Weil  [Thu, 22 Apr 2021 12:12:49 +0000  (08:12 -0400)] 
cephadm: distribute client.admin keyring+conf to label:_admin on bootstrapSigned-off-by: Sage Weil <sage@newdream.net> 
Adam King  [Tue, 27 Apr 2021 18:32:05 +0000  (14:32 -0400)] 
cephadm: re-assimilate user provided conf after mgr createdFixes: https://tracker.ceph.com/issues/50544 Signed-off-by: Adam King <adking@redhat.com> 
Kefu Chai  [Tue, 27 Apr 2021 18:02:32 +0000  (02:02  +0800)] 
Merge pull request #41046 from rzarzynski/wip-crimson-monc-auth_replyReviewed-by: Samuel Just <sjust@redhat.com> Reviewed-by: Kefu Chai <kchai@redhat.com> 
Ernesto Puerta  [Tue, 27 Apr 2021 17:05:04 +0000  (19:05 +0200)] 
Merge pull request #40936 from rhcs-dashboard/support-ingress-service-creation-UIReviewed-by: Alfonso Martínez <almartin@redhat.com> Reviewed-by: Ernesto Puerta <epuertat@redhat.com> Reviewed-by: Nizamudeen A <nia@redhat.com> 
Ernesto Puerta  [Tue, 27 Apr 2021 17:03:09 +0000  (19:03 +0200)] 
Merge pull request #40426 from rhcs-dashboard/host-maintenance-followupsReviewed-by: Alfonso Martínez <almartin@redhat.com> Reviewed-by: Avan Thakkar <athakkar@redhat.com> Reviewed-by: Ernesto Puerta <epuertat@redhat.com> Reviewed-by: Juan Miguel Olmo <jolmomar@redhat.com> 
Radoslaw Zarzynski  [Tue, 27 Apr 2021 14:18:32 +0000  (14:18 +0000)] 
crimson/monc: fix use-after-free around Connection::do_auth_single().
This bug caused following failure in teuthology testing [1]:
```
WARN  2021-04-23 07:08:29,449 [shard 0] osd - ms_handle_reset
WARN  2021-04-23 07:08:29,449 [shard 0] monc - active conn reset v2:172.21.15.100:3300/0
INFO  2021-04-23 07:08:29,449 [shard 0] monc - reopen_session to mon.-1
INFO  2021-04-23 07:08:29,449 [shard 0] monc - close
INFO  2021-04-23 07:08:29,449 [shard 0] monc - connecting to mon.0
...
ERROR 2021-04-23 07:08:29,450 [shard 0] none - /home/jenkins-build/build/workspace/ceph-dev-new-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/
17.0.0-3454-gddedc2e1 /rpm/el8/BUILD/
ceph-17.0.0-3454-gddedc2e1 /src/crimson/mon/MonClient.cc:228 : In function 'crimson::mon::Connection::do_auth_single(crimson::mon::Connection::request_t)::<lambda(Ref<MAuthReply>)>', ceph_assert(%s)
closed
```
[1]: http://pulpito.front.sepia.ceph.com/rzarzynski-2021-04-22_00:20:19-rados-master-distro-basic-smithi/
6063316 /
The root cause is in freeing the `active_con` in `Client::reopen_session()`
while there still could be the second, ongoing part of `do_auth_single()`.
This fix rectifies the issue by switching `std::unique_ptr` to `seastar::shared_ptr`
and extending the life-time with the help of `seastar::enable_shared_from_this<T>`.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> 
Patrick Donnelly  [Tue, 27 Apr 2021 14:40:15 +0000  (07:40 -0700)] 
Merge PR #40810 into masterReviewed-by: Patrick Donnelly <pdonnell@redhat.com> 
Sage Weil  [Thu, 22 Apr 2021 17:32:50 +0000  (13:32 -0400)] 
doc/cephadm: document the default 'admin' labelSigned-off-by: Sage Weil <sage@newdream.net> 
Sage Weil  [Wed, 21 Apr 2021 17:06:21 +0000  (13:06 -0400)] 
mgr/cephadm: 'ceph orch client-keyring ...' commands to manage keyring filesSigned-off-by: Sage Weil <sage@newdream.net> 
Sage Weil  [Tue, 20 Apr 2021 22:19:26 +0000  (18:19 -0400)] 
mgr/cephadm: reimplement ceph.conf pushingSigned-off-by: Sage Weil <sage@newdream.net> 
Radoslaw Zarzynski  [Tue, 27 Apr 2021 13:25:40 +0000  (13:25 +0000)] 
crimson/monc: assert Connection::handle_auth_reply() is truly provided with a msg.Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> 
Radoslaw Zarzynski  [Tue, 27 Apr 2021 13:23:40 +0000  (13:23 +0000)] 
crimson/monc: rename Connection::reply to auth_reply.Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> 
Venky Shankar  [Tue, 27 Apr 2021 13:21:57 +0000  (18:51 +0530)] 
Merge pull request #40157 from leseb/do-not-fail-when-nosnapReviewed-by: Venky Shankar <vshankar@redhat.com> 
Nizamudeen A  [Fri, 26 Mar 2021 07:57:40 +0000  (13:27 +0530)] 
mgr/dashboard: Host Maintenance Follow upsFixes: https://tracker.ceph.com/issues/49998 Signed-off-by: Nizamudeen A <nia@redhat.com> 
Ilya Dryomov  [Tue, 27 Apr 2021 09:37:33 +0000  (11:37 +0200)] 
Merge pull request #41035 from ktdreyer/rbd-cache-err-spellingReviewed-by: Ilya Dryomov <idryomov@gmail.com> 
Ernesto Puerta  [Tue, 27 Apr 2021 09:00:30 +0000  (11:00 +0200)] 
Merge pull request #41037 from tchaikov/wip-npm-auditReviewed-by: Ernesto Puerta <epuertat@redhat.com> Reviewed-by: Nizamudeen A <nia@redhat.com> 
Venky Shankar  [Tue, 27 Apr 2021 06:52:37 +0000  (12:22 +0530)] 
Merge pull request #40933 from vshankar/wip-50266Reviewed-by: Venky Shankar <vshankar@redhat.com> 
Kefu Chai  [Tue, 27 Apr 2021 05:33:40 +0000  (13:33 +0800)] 
cmake: pass "CC" using configure when building liburingSigned-off-by: Kefu Chai <kchai@redhat.com> 
Kefu Chai  [Tue, 27 Apr 2021 05:20:44 +0000  (13:20 +0800)] 
Merge pull request #41013 from tchaikov/wip-doc-mds-confvalReviewed-by: Sridhar Seshasayee <sseshasa@redhat.com> Reviewed-by: Patrick Donnelly <pdonnell@redhat.com> 
Kefu Chai  [Tue, 27 Apr 2021 05:19:32 +0000  (13:19 +0800)] 
Merge pull request #41022 from tchaikov/wip-cmake-findpmemReviewed-by: Yingxin Cheng <yingxin.cheng@intel.com> 
Kefu Chai  [Tue, 27 Apr 2021 04:23:25 +0000  (04:23  +0000)] 
mgr/dashboard: upgrade package-lock.jsonSigned-off-by: Kefu Chai <kchai@redhat.com> 
jianglong01  [Fri, 23 Apr 2021 10:10:30 +0000  (18:10 +0800)] 
mgr/cephadm: The command of 'ceph orch daemon restart mgr.xxx' may case mgr daemon loop to restartSigned-off-by: jianglong01 <jianglong01@qianxin.com> 
Kefu Chai  [Tue, 27 Apr 2021 00:44:04 +0000  (08:44 +0800)] 
Merge pull request #41010 from rzarzynski/wip-crimson-backtrace-fix-assertReviewed-by: Kefu Chai <kchai@redhat.com> 
Ken Dreyer  [Mon, 26 Apr 2021 21:01:41 +0000  (15:01 -0600)] 
librbd: fix spelling in immutable-object-cache conn errorSigned-off-by: Ken Dreyer <kdreyer@redhat.com> 
zdover23  [Mon, 26 Apr 2021 17:41:03 +0000  (03:41  +1000)] 
Merge pull request #41030 from zdover23/wip-doc-adding-one-word-to-cephadm-nfs-2021-Apr-26Reviewed-by: Sage Weil <sweil@redhat.com> 
Sébastien Han  [Mon, 26 Apr 2021 16:01:19 +0000  (18:01 +0200)] 
ceph-volume: fix "device" output
During
https://github.com/ceph/ceph/commit/
ec0f5f3b22d24754c16131a1996e42b787e4255f 
I changed "device" by "dev", let's revert that!
Fixes: https://tracker.ceph.com/issues/50478 
Signed-off-by: Sébastien Han <seb@redhat.com> 
Guillaume Abrioux  [Mon, 26 Apr 2021 15:25:48 +0000  (17:25 +0200)] 
Merge pull request #38368 from rishabh-d-dave/cv-list-by-osd-id
Avan Thakkar  [Tue, 20 Apr 2021 12:19:23 +0000  (17:49 +0530)] 
mgr/dashboard: fix HAProxy (now called ingress)Fixes: https://tracker.ceph.com/issues/50319 Signed-off-by: Avan Thakkar <athakkar@redhat.com> 
zdover23  [Mon, 26 Apr 2021 14:34:26 +0000  (00:34  +1000)] 
Merge pull request #40992 from zdover23/wip-doc-cephadm-osd-advanced-adding-a-word-2021-apr-22Reviewed-by: Sebastian Wagner <swagner@suse.com> 
Zac Dover  [Mon, 26 Apr 2021 14:32:21 +0000  (00:32  +1000)] 
doc/cephadm: add a single wordSigned-off-by: Zac Dover <zac.dover@gmail.com> 
Kefu Chai  [Mon, 26 Apr 2021 14:26:58 +0000  (22:26 +0800)] 
Merge pull request #40724 from rhcs-dashboard/upgrade-caniuse-liteReviewed-by: Nizamudeen A <nia@redhat.com> Reviewed-by: Ernesto Puerta <epuertat@redhat.com> 
zdover23  [Mon, 26 Apr 2021 14:12:17 +0000  (00:12  +1000)] 
Merge pull request #41029 from zdover23/wip-doc-cephadm-nfs-service-corrections-2021-Apr-26Reviewed-by: Sage Weil <sweil@redhat.com> 
Casey Bodley  [Mon, 26 Apr 2021 14:03:44 +0000  (10:03 -0400)] 
Merge pull request #40594 from mkogan1/wip-rgw-multipart-completeReviewed-by: Daniel Gryniewicz <dang@redhat.com> Reviewed-by: Matt Benjamin <mbenjamin@redhat.com> Reviewed-by: Casey Bodley <cbodley@redhat.com> 
Venky Shankar  [Mon, 12 Apr 2021 09:26:03 +0000  (05:26  -0400)] 
test: tests for *at() libcephfs APIsFixes: http://tracker.ceph.com/issues/50298 Signed-off-by: Venky Shankar <vshankar@redhat.com> 
Venky Shankar  [Tue, 20 Apr 2021 09:00:28 +0000  (14:30 +0530)] 
test: cleanup files/dirs before finishing testSigned-off-by: Venky Shankar <vshankar@redhat.com> 
Venky Shankar  [Wed, 21 Apr 2021 04:33:47 +0000  (10:03 +0530)] 
client: non-at APIs call at-APIs with CEPHFS_AT_FDCWD as file descriptorSigned-off-by: Venky Shankar <vshankar@redhat.com> 
Venky Shankar  [Mon, 12 Apr 2021 09:25:34 +0000  (05:25  -0400)] 
libcephfs: introduce basic *at() callsSigned-off-by: Venky Shankar <vshankar@redhat.com> 
Venky Shankar  [Mon, 12 Apr 2021 10:36:12 +0000  (06:36 -0400)] 
client: remove redundant caps_issued_mask() call in Client::fstatx()Signed-off-by: Venky Shankar <vshankar@redhat.com> 
Zac Dover  [Mon, 26 Apr 2021 13:04:04 +0000  (23:04 +1000)] 
doc/cephadm: rewrite "nfs.rst"Signed-off-by: Zac Dover <zac.dover@gmail.com> 
Kefu Chai  [Mon, 26 Apr 2021 12:58:55 +0000  (20:58 +0800)] 
doc/dev/osd_internals/mclock_wpq_cmp_study: fix a typoSigned-off-by: Kefu Chai <kchai@redhat.com> 
Kefu Chai  [Sat, 24 Apr 2021 11:36:52 +0000  (19:36 +0800)] 
doc/cephfs/mds-config-ref: render options using confval directiveSigned-off-by: Kefu Chai <kchai@redhat.com> 
Kefu Chai  [Fri, 23 Apr 2021 08:28:37 +0000  (16:28 +0800)] 
doc/rados/operations/pools: define pool settings using "describe"Signed-off-by: Kefu Chai <kchai@redhat.com> 
Kefu Chai  [Sat, 24 Apr 2021 11:22:39 +0000  (19:22 +0800)] 
doc/rados/configuration: reference options using :confval:Signed-off-by: Kefu Chai <kchai@redhat.com> 
Kefu Chai  [Mon, 26 Apr 2021 03:26:11 +0000  (11:26 +0800)] 
cmake/modules/Findpmem: always set pmem_VERSION_STRINGSigned-off-by: Kefu Chai <kchai@redhat.com> 
Kefu Chai  [Mon, 26 Apr 2021 08:16:30 +0000  (16:16 +0800)] 
ceph.spec.in: do not build with system pmdk by defaultSigned-off-by: Kefu Chai <kchai@redhat.com> 
Ernesto Puerta  [Mon, 26 Apr 2021 08:08:45 +0000  (10:08 +0200)] 
Merge pull request #39929 from ceph/dependabot/npm_and_yarn/src/pybind/mgr/dashboard/frontend/elliptic-6.5.4Reviewed-by: Alfonso Martínez <almartin@redhat.com> Reviewed-by: Ernesto Puerta <epuertat@redhat.com> 
Sébastien Han  [Wed, 17 Mar 2021 10:08:09 +0000  (11:08 +0100)] 
mgr/pybind/snap_schedule: return valid json for 'status' commandSigned-off-by: Sébastien Han <seb@redhat.com> 
Sébastien Han  [Tue, 16 Mar 2021 17:04:06 +0000  (18:04 +0100)] 
mgr/pybind/snap_schedule: do not fail when no fs snapshot schedules are availableFixes: https://tracker.ceph.com/issues/49837 Signed-off-by: Sébastien Han <seb@redhat.com> 
Kefu Chai  [Sun, 25 Apr 2021 13:25:38 +0000  (21:25 +0800)] 
Merge pull request #41015 from inspur-wyq/patch-docReviewed-by: Kefu Chai <kchai@redhat.com> 
Kefu Chai  [Sun, 25 Apr 2021 12:15:47 +0000  (20:15 +0800)] 
Merge pull request #39605 from inspur-wyq/patch-1Reviewed-by: Kefu Chai <kchai@redhat.com> 
wangyunqing  [Sun, 25 Apr 2021 09:15:12 +0000  (09:15 +0000)] 
doc/radosgw/role.rst: fix typosSigned-off-by: wangyunqing <wangyunqing@inspur.com> 
Kefu Chai  [Sun, 25 Apr 2021 02:06:21 +0000  (10:06 +0800)] 
Merge pull request #41011 from tchaikov/wip-cephadm-testReviewed-by: Sage Weil <sage@redhat.com> Reviewed-by: Adam King <adking@redhat.com> 
Kefu Chai  [Sat, 24 Apr 2021 07:37:43 +0000  (15:37 +0800)] 
mgr/cephadm: s/_hosts_with_daemon_inventory/_schedulable_hosts/
`_hosts_with_daemon_inventory` was renamed to `_schedulable_hosts`
in 
f260c48f723641a5f82c64c0e31451199aa191f8  which was merged before
eebb842d0487660c93baf9eafda28a2f87e482f3  got merged, hence the
regression.
this change just updates the test with the new method name.
Signed-off-by: Kefu Chai <kchai@redhat.com> 
Radoslaw Zarzynski  [Sat, 24 Apr 2021 07:01:11 +0000  (07:01 +0000)] 
crimson/common: fix broken assertion on FatalSignal setup.Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> 
Kefu Chai  [Sat, 24 Apr 2021 07:07:25 +0000  (15:07 +0800)] 
osd/OSDMapMapping: mark OSDMapMapping::update() privateSigned-off-by: Kefu Chai <kchai@redhat.com> 
Kefu Chai  [Sat, 24 Apr 2021 06:50:04 +0000  (14:50 +0800)] 
mon/OSDMonitor: let OSDMonitor::_get_pending_crush() returnSigned-off-by: Kefu Chai <kchai@redhat.com> 
Kefu Chai  [Sat, 24 Apr 2021 05:58:38 +0000  (13:58 +0800)] 
Merge pull request #34109 from CongMinYin/optimizing-bluestore-lockReviewed-by: Kefu Chai <kchai@redhat.com> 
Kefu Chai  [Sat, 24 Apr 2021 05:54:07 +0000  (13:54 +0800)] 
Merge pull request #40863 from adk3798/maint-fixReviewed-by: Sebastian Wagner <swagner@suse.com> 
Kefu Chai  [Sat, 24 Apr 2021 05:53:50 +0000  (13:53 +0800)] 
Merge pull request #38641 from agayev/zoned-cleanerReviewed-by: Igor Fedotov <ifedotov@suse.com> 
Kefu Chai  [Sat, 24 Apr 2021 05:51:17 +0000  (13:51 +0800)] 
Merge pull request #40978 from idryomov/wip-reset-authenticate-errReviewed-by: Kefu Chai <kchai@redhat.com> Reviewed-by: Sage Weil <sage@redhat.com> 
Yuri Weinstein  [Fri, 23 Apr 2021 16:49:07 +0000  (09:49 -0700)] 
Merge pull request #41006 from yuriw/wip-yuriw-simlinks-masterReviewed-by: Neha Ojha <nojha@redhat.com> 
Neha Ojha  [Fri, 23 Apr 2021 16:36:06 +0000  (09:36 -0700)] 
Merge pull request #40994 from neha-ojha/wip-50388Reviewed-by: Kefu Chai <kchai@redhat.com> Reviewed-by: Yuri Weinstein <yweins@redhat.com> Reviewed-by: Casey Bodley <cbodley@redhat.com> 
Yuri Weinstein  [Fri, 23 Apr 2021 15:20:01 +0000  (08:20 -0700)] 
qa/tests: changed simlink to upgrade/parallel onlySigned-off-by: Yuri Weinstein <yweinste@redhat.com> 
Kefu Chai  [Fri, 23 Apr 2021 12:14:32 +0000  (20:14 +0800)] 
Merge pull request #40986 from rhcs-dashboard/50484-update-run-api-testsReviewed-by: Avan Thakkar <athakkar@redhat.com> Reviewed-by: Ernesto Puerta <epuertat@redhat.com> 
Kefu Chai  [Fri, 23 Apr 2021 06:31:16 +0000  (14:31 +0800)] 
Merge pull request #40664 from xxhdx1985126/wip-seastar-missing-apisReviewed-by: Chunmei Liu <chunmei.liu@intel.com> Reviewed-by: Samuel Just <sjust@redhat.com> Reviewed-by: Kefu Chai <kchai@redhat.com> 
Kefu Chai  [Fri, 23 Apr 2021 04:57:16 +0000  (12:57 +0800)] 
Merge pull request #40991 from rzarzynski/wip-crimson-backtrace-si_addrReviewed-by: Kefu Chai <kchai@redhat.com> 
Xuehan Xu  [Wed, 14 Apr 2021 06:11:19 +0000  (14:11 +0800)] 
crimson/os/seastore: limit the max size of objects' ns and oidSigned-off-by: Xuehan Xu <xxhdx1985126@gmail.com> 
Xuehan Xu  [Thu, 8 Apr 2021 10:09:51 +0000  (18:09 +0800)] 
test/crimson/seastore: add set/get attrs testSigned-off-by: Xuehan Xu <xxhdx1985126@gmail.com> 
Xuehan Xu  [Thu, 8 Apr 2021 07:24:38 +0000  (15:24 +0800)] 
test/crimson/seastore: add write/read_meta testsSigned-off-by: Xuehan Xu <xxhdx1985126@gmail.com>