]>
git.apps.os.sepia.ceph.com Git - ceph.git/log
Xiubo Li [Mon, 21 Dec 2020 08:25:14 +0000 (16:25 +0800)]
mds: increase the l_mds_openino_backtrace_fetch when fetching the backtrace
Signed-off-by: Xiubo Li <xiubli@redhat.com>
Kefu Chai [Sat, 19 Dec 2020 12:00:42 +0000 (20:00 +0800)]
Merge pull request #38646 from xxhdx1985126/wip-crimson-bug-fix
crimson/osd: don't get recovery read lock in PGRecvery::on_local_recover()
Reviewed-by: Kefu Chai <kchai@redhat.com>
Xuehan Xu [Sat, 19 Dec 2020 10:21:21 +0000 (18:21 +0800)]
crimson/osd: make sure the read lock is acquired when trying to get recovery read
Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com>
Xuehan Xu [Fri, 18 Dec 2020 04:20:48 +0000 (12:20 +0800)]
crimson/osd: don't get recovery read lock in PGRecvery::on_local_recover()
Now we've changed drop_recovery_read to only care about the recovery_read flag, so
we shouldn't get read lock when acquiring recovery read, otherwise there would be
a chance in which the read lock can't get released
Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com>
Kefu Chai [Sat, 19 Dec 2020 05:41:14 +0000 (13:41 +0800)]
Merge pull request #38291 from aserdean/windows_common_proccess_name
common: Add get_process_name implementation for Windows
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Sat, 19 Dec 2020 05:24:31 +0000 (13:24 +0800)]
Merge pull request #38630 from tchaikov/wip-crimson-cleanups
crimson/osd: cleanups to drop some do_with() calls
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai [Sat, 19 Dec 2020 03:11:36 +0000 (11:11 +0800)]
Merge pull request #38522 from tchaikov/wip-mon-health-cleanup
mon/HealthMonitor: split large method into smaller ones and cleanups
Reviewed-by: Neha Ojha <nojha@redhat.com>
Patrick Donnelly [Fri, 18 Dec 2020 21:26:46 +0000 (13:26 -0800)]
Merge PR #38579 into master
* refs/pull/38579/head:
mds: ensure dirfrags are fetched once
mds: refactor variable names
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly [Fri, 18 Dec 2020 21:26:19 +0000 (13:26 -0800)]
Merge PR #38540 into master
* refs/pull/38540/head:
client: support client oc's options can update at runtime
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly [Fri, 18 Dec 2020 21:24:43 +0000 (13:24 -0800)]
Merge PR #38495 into master
* refs/pull/38495/head:
doc: add documentation for new multifs feature
qa: update tests concerning setting of multifs
mon,mds: mark multifs stable
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Reviewed-by: Ramana Raja <rraja@redhat.com>
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Reviewed-by: Rishabh Dave <ridave@redhat.com>
Mykola Golub [Fri, 18 Dec 2020 14:29:18 +0000 (16:29 +0200)]
Merge pull request #38613 from dillaman/wip-48522
librbd/api: avoid retrieving more than max mirror image info records
Reviewed-by: Mykola Golub <mgolub@suse.com>
Kefu Chai [Fri, 18 Dec 2020 09:58:51 +0000 (17:58 +0800)]
Merge pull request #38643 from tchaikov/wip-doc-dev
doc/dev/generatedocs.rst: fix highlight syntax
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Ilya Dryomov [Fri, 18 Dec 2020 09:30:34 +0000 (10:30 +0100)]
Merge pull request #38638 from idryomov/wip-krbd-stable-writes-attr
qa: krbd_stable_pages_required.sh: move to stable_writes attribute
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Ronen Friedman [Fri, 18 Dec 2020 09:27:59 +0000 (11:27 +0200)]
Merge pull request #38635 from ronen-fr/wip-ronenf-crimsclang-tree
crimson/seastore: fixing Clang errors and warnings
Mykola Golub [Fri, 18 Dec 2020 08:59:08 +0000 (10:59 +0200)]
Merge pull request #38602 from dillaman/wip-48486
librbd: explicitly disable readahead for writearound cache
Reviewed-by: Mykola Golub <mgolub@suse.com>
Yingxin [Fri, 18 Dec 2020 07:27:13 +0000 (15:27 +0800)]
Merge pull request #38645 from cyx1231st/wip-seastar-onode-tree-fix-clang-link
crimson/onode-staged-tree: fix explicit template instantiation for clang
Alin Gabriel Serdean [Thu, 12 Nov 2020 21:34:46 +0000 (21:34 +0000)]
common: Add get_process_name implementation for Windows
This patch adds get_process_name for Windows based on
GetModuleFileName.
Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Yingxin Cheng [Fri, 18 Dec 2020 02:55:43 +0000 (10:55 +0800)]
crimson/onode-staged-tree: fix explicit template instantiation for clang
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
Kefu Chai [Fri, 18 Dec 2020 01:37:50 +0000 (09:37 +0800)]
doc/dev/generatedocs.rst: fix highlight syntax
Signed-off-by: Kefu Chai <kchai@redhat.com>
Neha Ojha [Thu, 17 Dec 2020 22:58:57 +0000 (14:58 -0800)]
Merge pull request #38618 from neha-ojha/wip-14-2-16
doc/releases/nautilus.rst: add release notes for 14.2.16
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Neha Ojha [Thu, 17 Dec 2020 22:58:27 +0000 (14:58 -0800)]
Merge pull request #38622 from neha-ojha/wip-15-2-8
doc/releases/octopus.rst: add release notes for 15.2.8
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuval Lifshitz [Thu, 17 Dec 2020 17:55:14 +0000 (19:55 +0200)]
Merge pull request #38351 from yuvalif/wip-yuval-fix-46128
rgw/notifications: automatically delete topics associated with a bucket
Yuval Lifshitz [Thu, 17 Dec 2020 17:54:33 +0000 (19:54 +0200)]
Merge pull request #38246 from yuvalif/wip-yuval-fix-48321
rgw/notifications: fix tag based filtering to work on all ops
Yuval Lifshitz [Thu, 17 Dec 2020 17:53:31 +0000 (19:53 +0200)]
Merge pull request #38190 from yuvalif/wip-yuvali-fix-48293
rgw/amqp/kafka: prevent concurrent shutdowns from happening
Yuval Lifshitz [Thu, 17 Dec 2020 17:53:00 +0000 (19:53 +0200)]
Merge pull request #37924 from yuvalif/allow_packages_in_lua
rgw/lua: support packages via luarocks
Ernesto Puerta [Thu, 17 Dec 2020 16:36:42 +0000 (17:36 +0100)]
Merge pull request #38284 from rhcs-dashboard/48355-read-pwd-from-file
mgr/dashboard: CLI commands: read passwords from file
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Juan Miguel Olmo <jolmomar@redhat.com>
Reviewed-by: knortema <knortema@redhat.com>
Ernesto Puerta [Thu, 17 Dec 2020 16:35:01 +0000 (17:35 +0100)]
Merge pull request #38473 from votdev/issue_48474_health_check
mgr/dashboard: Display a warning message in Dashboard when debug mode is enabled
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Tatjana Dehler <tdehler@suse.com>
Kefu Chai [Thu, 17 Dec 2020 16:03:51 +0000 (00:03 +0800)]
Merge pull request #38599 from tchaikov/wip-47977
ceph.in: try harder if asok path does not exist
Reviewed-by: Mykola Golub <mgolub@suse.com>
Reviewed-by: Xiubo Li <xiubli@redhat.com>
Kefu Chai [Thu, 17 Dec 2020 15:24:50 +0000 (23:24 +0800)]
crimson/osd: do not repeat type name when constructing an instance
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Thu, 17 Dec 2020 15:23:42 +0000 (23:23 +0800)]
crimson/osd: do not use __func__ in lambda
Signed-off-by: Kefu Chai <kchai@redhat.com>
Jan Fajerski [Thu, 17 Dec 2020 15:31:40 +0000 (16:31 +0100)]
Merge PR #38447 into master
* refs/pull/38447/head:
ceph-volume: disable cache for blkid calls
Reviewed-by: Jan Fajerski <jfajerski@suse.com>
Reviewed-by: Rishabh Dave <ridave@redhat.com>
Kefu Chai [Thu, 17 Dec 2020 15:17:57 +0000 (23:17 +0800)]
Merge pull request #38636 from ceph/fix-labeler-master
.github/labeler: fix yaml syntax
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Thu, 17 Dec 2020 15:16:50 +0000 (23:16 +0800)]
Merge pull request #38634 from tchaikov/wip-install-deps
install-deps.sh: do not install libboost-all-dev and nlohmann-json-dev
Reviewed-by: Josh Durgin <jdurgin@redat.com>
Matt Benjamin [Thu, 17 Dec 2020 14:31:47 +0000 (09:31 -0500)]
Merge pull request #38601 from linuxbox2/more-librgw-zipper9
More librgw zipper9
Matt Benjamin [Thu, 17 Dec 2020 14:30:55 +0000 (09:30 -0500)]
Merge pull request #23396 from linuxbox2/wip-rgw-xattrs-2
rgw_file: expose RGW user-defined attributes
Jason Dillaman [Thu, 17 Dec 2020 14:20:15 +0000 (09:20 -0500)]
Merge pull request #37138 from lxbsz/iscsi_qa
qa: add ceph iscsi test suite support
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman [Wed, 16 Dec 2020 15:15:28 +0000 (10:15 -0500)]
librbd/api: avoid retrieving more than max mirror image info records
This could otherwise result in an assertion failure in the API if
it failed to retrieve the status on an image and therefore required
a second iteration through the loop.
Fixes: https://tracker.ceph.com/issues/48522
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Xiubo Li [Mon, 14 Sep 2020 01:21:01 +0000 (09:21 +0800)]
qa: add ceph iscsi test suite support
Currently this only supports the gwcli tests on CentOS/RHEL 8 with
2 ceph iscsi gateways.
Fixes: https://tracker.ceph.com/issues/47439
Signed-off-by: Xiubo Li <xiubli@redhat.com>
Ilya Dryomov [Thu, 3 Dec 2020 10:24:32 +0000 (11:24 +0100)]
qa: krbd_stable_pages_required.sh: move to stable_writes attribute
bdi/stable_pages_required attribute was deprecated in 5.10 and now
always returns 0. The replacement is queue/stable_writes. (It is
also writeable, so we can simplify these test cases somewhat in the
future.)
Fixes: https://tracker.ceph.com/issues/48232
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Xiubo Li [Thu, 17 Dec 2020 08:01:26 +0000 (16:01 +0800)]
qa/tasks: get the correct clone_dir for each client
The clone_dir will be overrided in the loop.
Fixes: https://tracker.ceph.com/issues/47439
Signed-off-by: Xiubo Li <xiubli@redhat.com>
Xiubo Li [Sat, 12 Dec 2020 01:30:31 +0000 (09:30 +0800)]
qa/tasks: allow none client prefixed node to run the cram
Fixes: https://tracker.ceph.com/issues/47439
Signed-off-by: Xiubo Li <xiubli@redhat.com>
Xiubo Li [Fri, 11 Dec 2020 15:07:25 +0000 (23:07 +0800)]
qa/tasks: fix not enough values to unpack value error
Fixes: https://tracker.ceph.com/issues/47439
Signed-off-by: Xiubo Li <xiubli@redhat.com>
Ronen Friedman [Thu, 17 Dec 2020 12:13:51 +0000 (12:13 +0000)]
crimson/seastore: fixing Clang errors and warnings
Errors: capturing structured-binding "special ref"
Warnings: unused captures
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
Ernesto Puerta [Thu, 17 Dec 2020 12:17:53 +0000 (13:17 +0100)]
.github/labeler: fix yaml syntax
Introduced by https://github.com/ceph/ceph/pull/38617
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
Kefu Chai [Thu, 17 Dec 2020 12:10:09 +0000 (20:10 +0800)]
crimson/osd: return plain value instead of future
seastar allows us to use plain value instead of a future<> when the
future is available right away.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Thu, 17 Dec 2020 12:01:29 +0000 (20:01 +0800)]
crimson/osd: use move() to avoid memcpy()
try to move away from the returned map of xattrs.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Thu, 17 Dec 2020 04:13:46 +0000 (12:13 +0800)]
crimson/osd: do not use a now() future if no shard to push
in that case, seastar::parallel_for_each() returns a
`make_ready_future<>()`, so no need to optimize for this case.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Thu, 17 Dec 2020 03:59:11 +0000 (11:59 +0800)]
crimson/osd: extract push_func as a separate method
for better readability
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Thu, 17 Dec 2020 03:38:19 +0000 (11:38 +0800)]
crimson/osd: do not use do_with() for capturing target pg_shards
it's perfectly fine to check for empty, and pass it to
seastar::parallel_for_each().
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Thu, 17 Dec 2020 03:29:02 +0000 (11:29 +0800)]
crimson/osd: do not use the parallel_for_each() in prep_push()
the caller of prep_push() also loops in target pg shards, so there is no
need to do the loop in prep_push(). in this change, prep_push() just
takes care of a single pg_shard for a single oid instead of collecting
all push ops for all pg_shards to be recovered.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Thu, 17 Dec 2020 03:15:04 +0000 (11:15 +0800)]
crimson/osd: create the collected push ops use shared_ptr
do_with() uses a unique_ptr for keeping the captured variables alive. so
it is practically the same thing in concept. but `do_with()` is more
distracting and difficult to reason about, it increases the indent level
also.
so use a lw_shared_ptr() for collecting the push ops map.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Thu, 17 Dec 2020 02:05:04 +0000 (10:05 +0800)]
crimson/osd: trade do_with() for plain code
no need to capture the intervals or the data in
`ReplicatedRecoveryBackend::_handle_push()`, they are passed to
`submit_push_data()` by value right after being initialized. so
move the content of `do_with()` block out into the caller.
also, restructure the code preparing the parameters for
`submit_push_data()` to match with the structure of with the code in
`ReplicatedRecoveryBackend::_handle_pull_response()` for better
readability.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Thu, 17 Dec 2020 11:03:42 +0000 (19:03 +0800)]
install-deps.sh: do not install nlohmann-json{3}?-dev
"mk-build-deps --install" should be able to take care of this.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Thu, 17 Dec 2020 10:52:00 +0000 (18:52 +0800)]
install-deps.sh: do not install libboost-all-dev for old distros
ubuntu disco and ubuntu focal do not ship libboost 1.72 and up, and
we depend on libboost 1.72 or up, so it does not help to install
liboost 1.67 or libboost 1.71 anymore.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Alfonso Martínez [Tue, 15 Dec 2020 08:29:53 +0000 (09:29 +0100)]
mgr/BaseMgrModule: add optional inbuf param to ceph_send_command.
BaseMgrModule.cc: ceph_send_command: add inbuf param for handling input file content.
Fixes: https://tracker.ceph.com/issues/48355
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
Alfonso Martínez [Tue, 15 Dec 2020 08:28:46 +0000 (09:28 +0100)]
mgr/dashboard: CLI commands: read passwords from file
Fixes: https://tracker.ceph.com/issues/48355
Signed-off-by: Alfonso Martínez <almartin@redhat.com>
Signed-off-by: Juan Miguel Olmo Martínez <jolmomar@redhat.com>
Kefu Chai [Thu, 17 Dec 2020 06:16:38 +0000 (14:16 +0800)]
Merge pull request #38617 from batrick/cmake-labeler
.github/labeler: add build/ops label
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Thu, 17 Dec 2020 05:40:50 +0000 (13:40 +0800)]
Merge pull request #38629 from changchengx/sudo_fix
install-deps.sh: install debian package with proper right
Reviewed-by: Kefu Chai <kchai@redhat.com>
Patrick Donnelly [Thu, 17 Dec 2020 04:13:43 +0000 (20:13 -0800)]
Merge PR #38464 into master
* refs/pull/38464/head:
mds/OpenFileTable: make the data length as long as possible for each op
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly [Thu, 17 Dec 2020 04:13:09 +0000 (20:13 -0800)]
Merge PR #38363 into master
* refs/pull/38363/head:
mds/OpenFileTable: enhance the log info
mds/OpenFileTable: add _read_omap_values() to simplify the code
Reviewed-by: Jos Collin <jcollin@redhat.com>
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly [Thu, 17 Dec 2020 04:12:22 +0000 (20:12 -0800)]
Merge PR #38355 into master
* refs/pull/38355/head:
client: when STATX_NLINK is requested request FsLs caps
client: ensure we take Fs caps when querying dirstat vxattrs
Reviewed-by: Xiubo Li <xiubli@redhat.com>
Patrick Donnelly [Thu, 17 Dec 2020 04:11:42 +0000 (20:11 -0800)]
Merge PR #38236 into master
* refs/pull/38236/head:
qa: forward scrubbing background task
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly [Thu, 17 Dec 2020 04:04:50 +0000 (20:04 -0800)]
Merge PR #38222 into master
* refs/pull/38222/head:
client: set CEPH_STAT_RSTAT mask for dir in readdir_r_cb
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Changcheng Liu [Thu, 17 Dec 2020 03:13:35 +0000 (11:13 +0800)]
install-deps.sh: install debian package with proper right
Signed-off-by: Changcheng Liu <changcheng.liu@aliyun.com>
Patrick Donnelly [Wed, 16 Dec 2020 16:47:17 +0000 (08:47 -0800)]
.github/labeler: add build/ops label
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Kefu Chai [Thu, 17 Dec 2020 01:28:39 +0000 (09:28 +0800)]
Merge pull request #38624 from rzarzynski/wip-crimson-nopack-in-blocking_future
crimson/osd: drop arg packs from blocking_future.
Reviewed-by: Kefu Chai <kchai@redhat.com>
zdover23 [Thu, 17 Dec 2020 01:28:21 +0000 (11:28 +1000)]
Merge pull request #38450 from zdover23/wip-doc-dev-guide-basic-workflow-auto-pr-valid-dec-2020-1
doc/dev: update auto pr validation section
Reviewed-by: Josh Durgin <jdurgin@redat.com>
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Kefu Chai [Thu, 17 Dec 2020 01:02:49 +0000 (09:02 +0800)]
Merge pull request #38600 from agayev/master
os/bluestore: Fix code rot in ZonedAllocator.
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Tue, 15 Dec 2020 15:11:47 +0000 (23:11 +0800)]
ceph.in: try harder if asok path does not exist
when handling "ceph daemon <name> ...", we need to figure out the asok
path, if the "<name>" option is not a path but a "name" as it claims to
be. but if the "admin_socket" option includes substitution/meta variable of
"$pid", it will be expanded using its own pid, instead of the process
with the specified "name". but "ceph" cli does not offer a dedicated
option for overriding the pid for ceph-conf which is used "ceph" cli to
retrieve the "admin_socket" option with specified "name".
in this change, "<name>" option is interpreted as "${name}.${pid}" if
the returned admin_socket path does not point to a valid UNIX domain
socket file. and "ceph" cli will try harder by passing "--pid ${pid}"
and "--name ${name}" instead of "--name ${name}.${pid}" to ceph-conf.
Fixes: https://tracker.ceph.com/issues/47977
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Thu, 17 Dec 2020 00:05:44 +0000 (08:05 +0800)]
Merge pull request #38609 from ideepika/fix-yaml-failure
cmake: fix build failure due to yaml-cpp not available
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Wed, 16 Dec 2020 23:54:29 +0000 (07:54 +0800)]
Merge pull request #38608 from tchaikov/wip-crimson-build
rpm,deb: conditionally package crimson-store-nbd in ceph-test
Reviewed-by: Samuel Just <sjust@redhat.com>
Kefu Chai [Wed, 16 Dec 2020 23:52:34 +0000 (07:52 +0800)]
Merge pull request #38578 from cyx1231st/wip-seastar-onode-tree-fix-stage-type
crimson/onode-staged-tree: fix match_stage_t related compile issue
Reviewed-by: Ronen Friedman <rfriedma@redhat.com>
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
Neha Ojha [Wed, 16 Dec 2020 22:11:18 +0000 (14:11 -0800)]
Merge pull request #38625 from batrick/tox-fix
qa: fix tox failures
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Patrick Donnelly [Wed, 16 Dec 2020 20:42:25 +0000 (12:42 -0800)]
qa: fix tox failures
Fixes: c6121e48ecb7224e5addf4b5fdeb64907a8d8683
Fixes: https://tracker.ceph.com/issues/48633
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Radoslaw Zarzynski [Wed, 16 Dec 2020 18:35:48 +0000 (19:35 +0100)]
crimson/osd: drop arg packs from blocking_future.
This feature is not necessary as the `seastar::feature` lost
the support for `T...`.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Neha Ojha [Wed, 16 Dec 2020 18:16:41 +0000 (18:16 +0000)]
doc/releases/octopus.rst: add release notes for 15.2.8
Signed-off-by: Neha Ojha <nojha@redhat.com>
Neha Ojha [Wed, 16 Dec 2020 17:15:25 +0000 (17:15 +0000)]
doc/releases/nautilus.rst: add release notes for 14.2.16
Signed-off-by: Neha Ojha <nojha@redhat.com>
Ernesto Puerta [Wed, 16 Dec 2020 17:16:58 +0000 (18:16 +0100)]
Merge pull request #38548 from rhcs-dashboard/wip-48570-master
github: add action to manage needs-rebase label
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Patrick Donnelly [Wed, 16 Dec 2020 16:19:21 +0000 (08:19 -0800)]
Merge branch 'CVE-2020-27781' into master
* CVE-2020-27781:
tasks/cephfs/test_volume_client: Add tests for authorize/deauthorize
pybind/ceph_volume_client: Optionally authorize existing auth-ids
pybind/ceph_volume_client: Preserve existing caps while authorize/deauthorize auth-id
pybind/ceph_volume_client: Disallow authorize auth_id
Reviewed-by: Ramana Raja <rraja@redhat.com>
Reviewed-by: Kotresh Hiremath Ravishankar <khiremat@redhat.com>
Matt Benjamin [Mon, 16 Nov 2020 16:24:43 +0000 (11:24 -0500)]
rgw_file: correct initialization of RGWWriteRequest
The legacy call to init_from_header() in RGWWriteRequest()
conflicted with initialization via ::init()
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
Matt Benjamin [Mon, 16 Nov 2020 21:01:28 +0000 (16:01 -0500)]
rgw_file: fix librgw_file_gp unit test and driver
Fixes missing commit after rgw_write(), as well as conditional
cleanup.
Reorder tests, and split out librgw_file_gp --delete to avoid an
issue w/sysobj cache (temporary).
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
Matt Benjamin [Tue, 10 Nov 2020 22:38:23 +0000 (17:38 -0500)]
rgw_file: fix zipper crash(es) in RGWCopyObj
Instantiate zipper object and bucket handles when called from
rgw_rename().
The current change appears potentially valid, but also suggests
topics for further discussion:
1. redundant object and bucket vars (in req_state and RGWOp)
2. semantic implications std::unique_ptr (e.g., redundant handle
forks)
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
zdover23 [Wed, 16 Dec 2020 15:11:53 +0000 (01:11 +1000)]
Merge pull request #38580 from anthonyeleven/anthonyeleven/48301-underscores
doc: standardize config option names with interstitial underscores
Reviewed-by: Zac Dover <zac.dover@gmail.com>
Yingxin Cheng [Wed, 16 Dec 2020 08:09:42 +0000 (16:09 +0800)]
crimson/onode-staged-tree: comment out excessive range checks
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
Zac Dover [Sat, 5 Dec 2020 02:17:24 +0000 (12:17 +1000)]
doc/dev: update auto pr validation section
This commit updates the "Automated PR Validation"
section of the "Basic Workflow" page in the
Developer Guide. This is part of a project that
aims to clean all of the sentences currently extant
in the Dev Guide, prior to a slight reorganization
of that guide for the sake of clarity and simplicity.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
Abutalib Aghayev [Tue, 15 Dec 2020 17:07:29 +0000 (12:07 -0500)]
os/bluestore: Fix code rot in ZonedAllocator.
Signed-off-by: Abutalib Aghayev <agayev@psu.edu>
Volker Theile [Mon, 7 Dec 2020 12:56:56 +0000 (13:56 +0100)]
mgr/dashboard: Display a warning message in Dashboard when debug mode is enabled
Set a health check warning if debug mode is enabled.
Fixes: https://tracker.ceph.com/issues/48475
Signed-off-by: Volker Theile <vtheile@suse.com>
Deepika Upadhyay [Wed, 16 Dec 2020 12:47:01 +0000 (18:17 +0530)]
install-deps.sh: add with_jaeger options for installing it's dependencies
* if WITH_JAEGER flag is specified, install-deps should mangle and update
debian/control + ceph.spec the way we do for adding crimson dependencies
with WITH_SEASTAR flag.
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
Deepika Upadhyay [Wed, 16 Dec 2020 12:39:00 +0000 (18:09 +0530)]
debian/control: update yaml-cpp version if building with Jaeger
jaeger specifically requires yaml-dev +0.6 but since all supported
distro(bionic) still doesn't have this version, yaml-cpp will be build
from source if enabled.
This fixes the build failure:
```
Could NOT find yaml-cpp: Found unsuitable version "", but required is at
least "0.5.1" (found yaml-cpp_LIBRARY-NOTFOUND)
```
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
Ernesto Puerta [Wed, 16 Dec 2020 12:29:22 +0000 (13:29 +0100)]
Merge pull request #38316 from rhcs-dashboard/temporary-lockout
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Reviewed-by: Kiefer Chang <kiefer.chang@suse.com>
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Tatjana Dehler <tdehler@suse.com>
Reviewed-by: Volker Theile <vtheile@suse.com>
Ernesto Puerta [Wed, 16 Dec 2020 12:27:32 +0000 (13:27 +0100)]
Merge pull request #38534 from votdev/issue_48542_rgw_status
mgr/dashboard: The /rgw/status endpoint does not check for running service
Reviewed-by: Aashish Sharma <aasharma@redhat.com>
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed-by: Nizamudeen A <nia@redhat.com>
Mykola Golub [Wed, 16 Dec 2020 11:20:38 +0000 (13:20 +0200)]
Merge pull request #38536 from dillaman/wip-48553
librbd/mirror: unlink the third snapshot when the limit is reached
Reviewed-by: Mykola Golub <mgolub@suse.com>
Nizamudeen A [Thu, 10 Dec 2020 08:05:38 +0000 (13:35 +0530)]
mgr/dashboard: Updating the docs regarding the user lockout
Fixes: https://tracker.ceph.com/issues/40914
Signed-off-by: Nizamudeen A <nia@redhat.com>
Nizamudeen A [Thu, 26 Nov 2020 10:25:00 +0000 (15:55 +0530)]
mgr/dashboard: Temporary User Lockout if 10 Invalid Login attempts
Implemented a user lockout mechanism if the user enters 10 invalid attempts. The attempt count gets resetted to 0 once the user succesfully logins before getting disabled. Once the user gets disabled administrator has to manually enable the user which will also resets the number of attempts.
Fixes: https://tracker.ceph.com/issues/40914
Signed-off-by: Nizamudeen A <nia@redhat.com>
Ernesto Puerta [Wed, 16 Dec 2020 10:43:54 +0000 (11:43 +0100)]
Merge pull request #38606 from rhcs-dashboard/log-e2e-fix
mgr/dashboard: Fixing dashboard logs e2e test
Reviewed-by: Aashish Sharma <aasharma@redhat.com>
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Nizamudeen A [Wed, 16 Dec 2020 08:23:14 +0000 (13:53 +0530)]
mgr/dashboard: Fixing dashboard logs e2e test
Yesterday there were some changes went in which disables the logging of config set and config-key set to to be logged in mgr audit logs. Dashboard has an e2e test which checks for this config set and broke the current e2e jenkins job. This commit removes that certain test to fix the jenkins job.
Fixes: https://tracker.ceph.com/issues/48623
Signed-off-by: Nizamudeen A <nia@redhat.com>
Kefu Chai [Wed, 16 Dec 2020 07:54:55 +0000 (15:54 +0800)]
debian: install crimson-store-nbd with pkg.ceph.crimson profile
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Wed, 16 Dec 2020 07:43:45 +0000 (15:43 +0800)]
rpm: package crimson-store-nbd in ceph-test package
when building with seastar enabled, package crimson-store-ndb in
"ceph-test" package. "crimson-store-nbd" is a new tool for testing
seastore using nbd.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Wed, 16 Dec 2020 05:58:05 +0000 (13:58 +0800)]
Merge pull request #38581 from cyx1231st/wip-seastar-msgr-fix-test-preemptive-shutdown
crimson/net: fix test_preemptive_shutdown() failure
Reviewed-by: Kefu Chai <kchai@redhat.com>
Patrick Donnelly [Wed, 9 Dec 2020 20:56:16 +0000 (12:56 -0800)]
mds: ensure dirfrags are fetched once
In case the directory was merged but the stale sub directories
maybe still kept in the loaded_anchor_map, then it will add the
sub directores' parent frag CDir, the merged CDir, into the leaves
vector for more than once.
Fixes: https://tracker.ceph.com/issues/48517
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Signed-off-by: Xiubo Li <xiubli@redhat.com>