Samuel Just
0859cb8ea7
Merge pull request #45551 from liu-chunmei/crimson-string-view
...
crimson: keep string alive during string_view lifetime
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Reviewed-by: Samuel Just <sjust@redhat.com>
2022-03-23 13:49:01 -07:00
Casey Bodley
63895ee106
Merge pull request #44696 from cbodley/wip-arrow-submodule-ext
...
cmake: add submodule for Apache Arrow at v6.0.1
Reviewed-by: Gal Salomon <gsalomon@redhat.com>
2022-03-23 15:43:38 -04:00
Samuel Just
e61ca97ef5
Merge pull request #45550 from liu-chunmei/crimson-fix-read-error-return
...
crimson: return read error code in MOSDOpReply
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Reviewed-by: Samuel Just <sjust@redhat.com>
2022-03-23 12:02:27 -07:00
Yuri Weinstein
f91885eba7
Merge pull request #45246 from aclamk/wip-bluefs-sync-compaction-fix
...
Fix BlueFS sync compaction
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
2022-03-23 10:18:31 -07:00
Laura Flores
ea290a4025
Merge pull request #45230 from ljflores/wip-github-actions-stale
...
.github/workflows: replace probot-stale with equivalent github action
2022-03-23 11:37:38 -05:00
Yuri Weinstein
502ce262ff
Merge pull request #45466 from neha-ojha/wip-54592
...
osd/PrimaryLogPG.cc: CEPH_OSD_OP_OMAPRMKEYRANGE should mark omap dirty
Reviewed-by: Vikhyat Umrao <vikhyat@redhat.com>
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Reviewed-by: Ronen Friedman <rfriedma@redhat.com>
2022-03-23 08:45:15 -07:00
Yuri Weinstein
9e090fb02b
Merge pull request #45366 from NitzanMordhai/wip-nitzan-test-librados-watchnotify-watch2delete
...
tests: ceph_test_rados_api_watch_notify: watch2Delete reconnect
Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
2022-03-23 08:35:28 -07:00
Ilya Dryomov
85e7075d5f
librbd: make diff-iterate in fast-diff mode sort and merge reported extents
...
Various users, the most notable example being the QEMU driver, assume
that extents are reported in image offset order.
Fixes: https://tracker.ceph.com/issues/53885
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2022-03-23 16:26:45 +01:00
Yuri Weinstein
42053fbd43
Merge pull request #45468 from idryomov/wip-pool-reverse-lookup-osdmap
...
librados: check latest osdmap on ENOENT in pool_reverse_lookup()
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2022-03-23 07:45:42 -07:00
Nitzan Mordechai
07302d5e41
osd/OSD: osd_fast_shutdown_notify_mon not quite right
...
When osd_fast_shutdown and osd_fast_shutdown_notify_mon set as true, OSD marked as Down
it should be marked as Dead,
Fixed: https://tracker.ceph.com/issues/53327
Signed-off-by: Nitzan Mordechai <nmordech@redhat.com>
nd
nd
2022-03-23 14:37:01 +00:00
Sarthak0702
d7d5937bba
mgr/dashboard: Remove padding in search highlighted text
...
Signed-off-by: Sarthak0702 <sarthak.0702@gmail.com>
2022-03-23 19:56:50 +05:30
Redouane Kachach
8780aa0465
mgr/cephadm: Show warning when user provides --fsid option
...
Fixes: https://tracker.ceph.com/issues/50804
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
2022-03-23 13:10:18 +01:00
Ernesto Puerta
9aa5c79363
Merge pull request #45429 from votdev/issue_54591_language_dropdown
...
mgr/dashboard: Language dropdown box is partly hidden on login page
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Nizamudeen A <nia@redhat.com>
2022-03-23 12:50:41 +01:00
Jos Collin
8e0ce34ea5
Merge pull request #45577 from wxypro/mgr-stat-fix
...
mgr/stats: fix a typo in comment
Reviewed-by: Jos Collin <jcollin@redhat.com>
2022-03-23 16:36:42 +05:30
Adam King
8eb1397d77
mgr/cephadm: fixing prometheus port handling
...
Fixes: https://tracker.ceph.com/issues/51072
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
2022-03-23 10:27:38 +01:00
Ilya Dryomov
cb0d0fec3f
Merge pull request #44579 from asm0deuz/fix_pids_limits_bug_52898
...
cephadm: Remove containers pids-limit
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
2022-03-23 08:44:13 +01:00
wangxinyu
1dda0aa686
mgr/stats: fix an typo in comment
...
fix an typo in comment
Signed-off-by: wangxinyu <wangxinyu@inspur.com>
2022-03-23 15:31:01 +08:00
Nizamudeen A
c11096e407
mgr/dashboard: extend daemon actions to host details
...
The daemon actions are only available in the service details section but
not on the host details. This takes care of that.
Fixes: https://tracker.ceph.com/issues/54559
Signed-off-by: Nizamudeen A <nia@redhat.com>
2022-03-23 12:04:14 +05:30
wangxinyu
8f822b6ee0
common/options: fix typos: smarctl -> smartctl
...
fix typos: smarctl -> smartctl
Signed-off-by: wangxinyu <wangxinyu@inspur.com>
2022-03-23 14:34:14 +08:00
Nizamudeen A
05750a975d
mgr/dashboard: Hide hostname column of daemon table in host details
...
Fixes: https://tracker.ceph.com/issues/53355
Signed-off-by: Nizamudeen A <nia@redhat.com>
2022-03-23 12:01:17 +05:30
Chunmei Liu
e0d18b7964
crimson: keep string alive during string_view lifetime
...
Signed-off-by: Chunmei Liu <chunmei.liu@intel.com>
2022-03-22 22:21:24 -07:00
Chunmei Liu
07756ec06e
crimson:return read error code in MOSDOpReply
...
Signed-off-by: Chunmei Liu <chunmei.liu@intel.com>
2022-03-22 21:52:29 -07:00
wangxinyu
d75121c14b
tools/cephfs-shell: fix typos in comments
...
fix typos in comments
Signed-off-by: wangxinyu <wangxinyu@inspur.com>
2022-03-23 10:15:15 +08:00
Josh Durgin
fe41f0bf7d
Merge pull request #45512 from zdover23/wip-doc-2022-03-18-master-to-main
...
ceph/admin: s/master/main
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2022-03-22 16:38:40 -07:00
Adam King
1568875a28
cephadm: verify config file exists when inferring it
...
Fixes: https://tracker.ceph.com/issues/54571
Signed-off-by: Adam King <adking@redhat.com>
2022-03-22 19:29:18 -04:00
Adam King
d97057f8d7
cephadm: respect --skip-firewalld flag
...
Fixes: https://tracker.ceph.com/issues/54137
Signed-off-by: Adam King <adking@redhat.com>
2022-03-22 19:09:26 -04:00
Adam King
9febc21c14
mgr/cephadm: Reschedule nfs daemons from offline hosts
...
In order to improve nfs availability, if there are other
hosts we can place an nfs daemon on or if there is a host
with a lower rank nfs daemon when a higher rank one is on
an offline host, we should reschedule the nfs daemons
Signed-off-by: Adam King <adking@redhat.com>
2022-03-22 18:57:21 -04:00
Adam King
73f8d0fdcd
Merge pull request #45286 from adk3798/ssh-offline
...
mgr/cephadm: add keep-alive requests to ssh connections
Reviewed-by: Michael Fritch <mfritch@suse.com>
Reviewed-by: Redouane Kachach <rkachach@redhat.com>
2022-03-22 18:00:22 -04:00
Adam King
5301c3737c
Merge pull request #45333 from s0nea/config-fqdn
...
mgr/cephadm: try to get FQDN for configuration files
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: Michael Fritch <mfritch@suse.com>
Reviewed-by: Patrick Seidensal <pseidensal@suse.com>
Reviewed-by: Paul Cuzner <pcuzner@redhat.com>
Reviewed-by: Volker Theile <vtheile@suse.com>
2022-03-22 17:58:28 -04:00
Casey Bodley
bfe9bd3aac
rgw: data sync uses yield_spawn_window()
...
restore concurrency to RGWDataSyncShardCR by replacing
drain_all_but_stack_cb() with yield_spawn_window()
Fixes: https://tracker.ceph.com/issues/55000
Signed-off-by: Casey Bodley <cbodley@redhat.com>
2022-03-22 17:11:32 -04:00
Ilya Dryomov
f0ade57458
qa/suites/orch/cephadm: restrict test_iscsi_pids_limit to CentOS
...
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2022-03-22 21:42:41 +01:00
Teoman ONAY
de8b3c2676
cephadm: remove containers pids-limit
...
The default pids-limit (docker 4096/podman 2048) prevent some
customization from working (http threads on RGW) or limits the number
of luns per iscsi target.
Fixes: https://tracker.ceph.com/issues/52898
Signed-off-by: Teoman ONAY <tonay@redhat.com>
2022-03-22 21:41:26 +01:00
Ernesto Puerta
31699a99cf
Merge pull request #45269 from kalaspuffar/table_fix
...
mgr/dashboard: Table columns hiding fix
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: kalaspuffar <NOT@FOUND>
Reviewed-by: Laura Flores <lflores@redhat.com>
Reviewed-by: Nizamudeen A <nia@redhat.com>
Reviewed-by: Pere Diaz Bou <pdiazbou@redhat.com>
Reviewed-by: sunilangadi2 <NOT@FOUND>
2022-03-22 19:35:43 +01:00
Ernesto Puerta
c90c92a776
Merge pull request #45510 from ceph/fix-github_workflow-master
...
.github: continue on error
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
2022-03-22 18:35:50 +01:00
Kefu Chai
ebb577e778
compressor: s/boost::optional/std::optional/
...
prefer facilities provided by standard library over the ones in
3rd party libraries.
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
2022-03-23 00:27:40 +08:00
Daniel Gryniewicz
115c8b2398
Merge pull request #44616 from dang/wip-dang-zipper-objctx
...
RGW - Zipper - remove RGWObjectCtx from SAL API
Reviewed-by: Soumya Koduri <skoduri@redhat.com>
2022-03-22 12:17:24 -04:00
Adam C. Emerson
854c919c15
test: Remove unused variable
...
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
2022-03-22 23:27:52 +08:00
Adam C. Emerson
b91d80073d
test: Pragma to silence infinite recursion warning for GCC
...
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
2022-03-22 23:27:52 +08:00
Adam C. Emerson
2bb838093c
test: Initialize possibly uninitialized buffer
...
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
2022-03-22 23:27:47 +08:00
Ernesto Puerta
dc2384b23d
Merge pull request #45533 from rhcs-dashboard/update-grafana-version
...
mgr/dashboard/monitoring: update grafana version
Reviewed-by: Aashish Sharma <aasharma@redhat.com>
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Guillaume Abrioux <gabrioux@redhat.com>
2022-03-22 16:27:25 +01:00
Casey Bodley
bbb1574eab
mgr: use constexpr string_view as input to format()
...
resolves a c++20 compilation error with clang13:
ceph/src/mgr/Mgr.cc:602:42: error: call to consteval function 'fmt::basic_format_string<char, const std::basic_string<char> &>::basic_format_string<const char *, 0>' is not a constant expression
monc->start_mon_command({fmt::format(cmd, name)}, {},
^
ceph/src/fmt/include/fmt/core.h:2839:56: note: read of non-constexpr variable 'cmd' is not allowed in a constant expression
FMT_CONSTEVAL basic_format_string(const S& s) : str_(s) {
^
ceph/src/mgr/Mgr.cc:602:42: note: in call to 'basic_format_string(cmd)'
monc->start_mon_command({fmt::format(cmd, name)}, {},
^
ceph/src/mgr/Mgr.cc:601:17: note: declared here
const char* cmd = R"({{"prefix": "mon metadata", "id": "{}"}})";
^
Signed-off-by: Casey Bodley <cbodley@redhat.com>
2022-03-22 23:26:54 +08:00
Adam C. Emerson
fff72cd14c
mon: Replace deprecated use of format_to
...
The non-deprecated version takes an explicit OutputIterator.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
2022-03-22 23:26:54 +08:00
Adam C. Emerson
da789f40cb
mon: Fix ranged-construct warning
...
In the case of an uint32_t there's no benefit to a reference so just
remove the const and make the copy.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
2022-03-22 23:26:54 +08:00
Adam C. Emerson
0e1dc03fc5
mon: Replace deprecated spirit/include/phoneix.hpp with phoenix.hpp
...
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
2022-03-22 23:26:54 +08:00
Redouane Kachach
b26c114c84
mgr/cephadm: checking service name before removal
...
Fixes: https://tracker.ceph.com/issues/54503
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
2022-03-22 15:11:05 +01:00
Adam King
9671f179be
Merge pull request #45420 from mgfritch/cephadm-infer-image-pull
...
cephadm: infer the default container image during pull
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: John Mulligan <jmulligan@redhat.com>
2022-03-22 08:51:57 -04:00
Daniel Gryniewicz
db6104af8d
Merge pull request #45506 from dang/wip-dang-53614
...
RGW - Make admin bucket chown accept marker
reviewed-by: Casey Bodley <cbodley@redhat.com>
2022-03-22 08:36:20 -04:00
Nizamudeen A
4a34762330
mgr/dashboard: fix 01-hosts.e2e test error
...
Its a regression introduced by BDD testing
79f8545deb
Fixes: https://tracker.ceph.com/issues/54990
Signed-off-by: Nizamudeen A <nia@redhat.com>
2022-03-22 17:41:11 +05:30
Ernesto Puerta
c3127f3a13
Merge pull request #45360 from rhcs-dashboard/fix-54481-master
...
mgr/dashboard: fix wrong pg status processing
Reviewed-by: Sarthak0702 <NOT@FOUND>
Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: sunilangadi2 <NOT@FOUND>
2022-03-22 13:07:58 +01:00
Adam King
37019aad80
qa/suites/fs: stop looping in mds upgrade test if upgrade failed
...
Signed-off-by: Adam King <adking@redhat.com>
2022-03-22 08:05:31 -04:00