zdover23
6750378606
Merge pull request #49167 from zdover23/wip-doc-2022-12-01-cephadm-upgrade-warning-removal
...
doc/cephadm - remove "danger" admonition
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2022-12-01 17:43:16 +10:00
Zac Dover
ad12da27cc
doc/cephadm - remove "danger" admonition
...
Remove the "Danger!" admonition that warned against upgrading to Pacific
from an older version of Ceph. That admonition was meant to protect
against the issue discussed here: https://tracker.ceph.com/issues/53062 .
That issue was fixed in this PR:
https://github.com/ceph/ceph/pull/43793 .
Signed-off-by: Zac Dover <zac.dover@gmail.com>
2022-12-01 17:27:16 +10:00
zdover23
ba97838a0b
Merge pull request #49161 from zdover23/wip-doc-2022-12-01-cephadm-host-management-grammar
...
doc/cephadm: improve grammar in "listing hosts"
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
2022-12-01 15:03:43 +10:00
Venky Shankar
c2d141b4d7
Merge pull request #48930 from joscollin/wip-replace-isinstance-current-screen
...
cephfs-top: replace isinstance call with current_screen variable
Reviewed-by: Neeraj Pratap Singh <neesingh@redhat.com>
2022-12-01 10:03:49 +05:30
Venky Shankar
3f028ca58d
Merge pull request #49041 from joscollin/wip-reset-filters-nofs
...
cephfs-top: reset filters when no fs
Reviewed-by: Dhairya Parmar <dparmar@redhat.com>
Reviewed-by: Neeraj Pratap Singh <neesingh@redhat.com>
2022-12-01 10:02:41 +05:30
Anthony D'Atri
eaf5affd41
Merge pull request #49160 from Gaoweinan/main-doc-docerror-radosgw-gaoweinan
...
doc/radosgw:Fix index error
2022-11-30 23:13:13 -05:00
gaoweinan
c442d0e47f
radosgw:Fix repeated statement
...
Fix repeated statement.
There are two statements "using rgw::IAM::s3ListBucket;" in “ceph/src/test/rgw/test_rgw_iam_policy.cc”, it's repeated.
Fix:https://tracker.ceph.com/issues/58135
Signed-off-by: gaoweinan <gaoweinan@inspur.com>
2022-12-01 11:21:54 +08:00
Zac Dover
e1572d6b0c
doc/cephadm: improve grammar in "listing hosts"
...
Improve the grammar in host-management.rst.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
2022-12-01 12:52:45 +10:00
gaoweinan
8e4fa5f3ad
doc/radosgw:Fix index error
...
Fix index error.There is a sentence in the note of chapter "Pool Placement and storage classes": "If you have not done any previous Multisite Configuration", so it seems that chapter "Multisite Configuration" precedes chapter "Pool Placement and storage classes", but actually chapter "Multisite Configuration" follows chapter "Pool Placement and storage classes" in the index.
Fix:https://tracker.ceph.com/issues/58134
Signed-off-by: gaoweinan <gaoweinan@inspur.com>
2022-12-01 10:19:45 +08:00
Anthony D'Atri
2f09e8434d
Merge pull request #49153 from Gaoweinan/master-doc-docerror-WordRepetition-gaoweinan
...
doc/radosgw/swift: Fix repeated word
2022-11-30 20:49:20 -05:00
gaoweinan
fc830e6aa1
doc/radosgw/swift: Fix repeated word
...
Fix repeated word in swift API
fix:https://tracker.ceph.com/issues/58124
Signed-off-by: gaoweinan <gaoweinan@inspur.com>
2022-12-01 08:48:58 +08:00
zdover23
53c63cb39d
Merge pull request #49156 from zdover23/wip-doc-2022-12-01-cephadm-install-airgap-grammar
...
doc/cephadm: improve airgapping procedure grammar
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
2022-12-01 10:15:54 +10:00
Zac Dover
e349645ee8
doc/cephadm: improve airgapping procedure grammar
...
Improve the grammar of the airgapping procedure.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
2022-12-01 10:05:10 +10:00
Yuval Lifshitz
0fecbe2476
rgw/pubsub: remove unnecessary REST abstraction layer
...
this was used for an already deprecated non s3 API for pubsub
also, some texts changes in docs and error messages
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
2022-11-30 18:55:01 +00:00
Yuval Lifshitz
ea7089c091
rgw/pubsub: remove deprecated pubsub event types
...
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
2022-11-30 18:48:16 +00:00
Yuval Lifshitz
a7963d7f8c
rgw/pubsub: remove pusub subscription functionality
...
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
2022-11-30 18:48:16 +00:00
Yuval Lifshitz
0989166a63
rgw/pubsub: remove pusub sync module functionality
...
also update the documentation
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
2022-11-30 18:48:11 +00:00
Casey Bodley
f5fc9e690f
Merge pull request #48908 from kalebskeithley/ceph-zipper-utils
...
rgw: refactor selected files for better above- vs below-the-line
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
2022-11-30 11:55:03 -05:00
Jos Collin
19c38d65c4
doc: updated doc for Filters
...
Signed-off-by: Jos Collin <jcollin@redhat.com>
2022-11-30 16:52:53 +05:30
zdover23
e7b9b496c9
Merge pull request #49147 from zdover23/wip-doc-2022-11-30-cephadm-install-airgap-formatting
...
doc/cephadm: format airgap install procedure
Reviewed-by: Cole Mitchell <cole.mitchell@gmail.com>
2022-11-30 14:52:34 +10:00
Zac Dover
60aa262f2d
doc/cephadm: format airgap install procedure
...
Format the procedure that explains how to install an airgapped cluster.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
2022-11-30 14:31:17 +10:00
Nizamudeen A
e4e96274f6
Merge pull request #49060 from rhcs-dashboard/accept-cors-dashboard
...
mgr/dashboard: allow cross origin when the url is set
Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Reviewed-by: Pere Diaz Bou <pdiazbou@redhat.com>
2022-11-30 09:56:33 +05:30
zdover23
4c03ae2988
Merge pull request #49143 from zdover23/wip-doc-2022-11-30-44346-update
...
doc/cephadm: add airgapped install procedure
Reviewed-by: Cole Mitchell <cole.mitchell@gmail.com>
2022-11-30 14:16:06 +10:00
Zac Dover
292894dc92
doc/cephadm: add airgapped install procedure
...
Add a procedure describing an installation with an airgapped registry.
This commit ingests work done in https://github.com/ceph/ceph/pull/44346
that was abandoned for lo these past eleven months. The PR connected
with this commit supersedes that PR.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
2022-11-30 13:56:52 +10:00
Yingxin
ce93d67c8e
Merge pull request #47969 from myoungwon/wip-rbm-integration-step1
...
crimson/os/seastore: add RBM OOL path
Reviewed-by: Yingxin Cheng <yingxin.cheng@intel.com>
Reviewed-by: Samuel Just <sjust@redhat.com>
2022-11-30 09:23:46 +08:00
Casey Bodley
c4907c5a82
Merge pull request #49131 from cbodley/wip-rgw-log-identity-type
...
rgw: initialize rgw_log_entry::identity_type
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
2022-11-29 16:28:01 -05:00
Kaleb S. KEITHLEY
5ba9842b92
rgw: refactor selected files for better above- vs below-the-line
...
Based on https://github.com/ceph/ceph/pull/48272 , separate selected methods
into new files for above-the-line vs below-the-line linkage. This is more of
the work to prepare for eventual merging of the loadable module implementation.
"Utility" functions that don't reference the Store are moved, e.g. from
rgw_zone.cc, into the new rgw_zone_utils.cc. Methods in the new *_utils.cc
files are above-the-line.
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2022-11-29 14:39:32 -05:00
Casey Bodley
d7cfbdac1a
rgw: default-initialize delete_multi_obj_op_meta
...
Signed-off-by: Casey Bodley <cbodley@redhat.com>
2022-11-29 13:36:33 -05:00
Casey Bodley
cd99af0760
rgw: initialize rgw_log_entry::identity_type
...
uninitialized identity_type field was causing unit test failures from
check-generated.sh:
**** rgw_log_entry test 2 dump_json check failed ****
ceph-dencoder type rgw_log_entry select_test 2 dump_json > /tmp/typ-AW7AEODB3
ceph-dencoder type rgw_log_entry select_test 2 encode decode dump_json > /tmp/typ-0NX4cmLHR
21c21
< "identity_type": 3599295712
---
> "identity_type": 2072560864
Fixes: https://tracker.ceph.com/issues/58115
Signed-off-by: Casey Bodley <cbodley@redhat.com>
2022-11-29 13:36:25 -05:00
zdover23
1dbc90a06b
Merge pull request #49136 from zdover23/wip-doc-2022-11-30-glossary-dashboard-module
...
doc/glossary: add "Dashboard Module"
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
2022-11-30 03:44:43 +10:00
Zac Dover
399b68cca8
doc/glossary: add "Dashboard Module"
...
Define "Dashboard Module" in doc/glossary.rst.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
2022-11-30 03:26:04 +10:00
zdover23
b762d125d8
Merge pull request #49133 from zdover23/wip-doc-2022-11-30-glossary-rados-cluster
...
doc/glossary: add "RADOS Cluster"
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
2022-11-30 03:06:20 +10:00
Zac Dover
4b6914d13d
doc/glossary: add "RADOS Cluster"
...
Define "RADOS Cluster" in the glossary.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
2022-11-30 02:59:49 +10:00
Matan Breizman
d45bbaf6bf
qa/suites/crimson-rados/thrash: do not wait for scrub
...
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
2022-11-29 16:03:08 +00:00
Matan Breizman
1bf99b879c
librbd/test_DeepCopy: skip LargerDstObjSize for Crimson
...
these test cause the whole test to crash, skip until resolved.
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
2022-11-29 16:03:08 +00:00
Matan
f597d425c9
Merge pull request #48682 from Matan-B/wip-matanb-obc-loader
...
crimson/osd: Introduce ObjectContextLoader
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: chunmei-liu <chunmei.liu@intel.com>
2022-11-29 17:35:15 +02:00
Matan
47ef2071e5
Merge pull request #48831 from rzarzynski/wip-crimson-list_snaps-fix-errmsg
...
crimson/osd: fix error msg in OpsExecuter::do_list_snaps()
Reviewed-by: Samuel Just <sjust@redhat.com>
2022-11-29 17:31:04 +02:00
Matan
3d17274c28
Merge pull request #48527 from rzarzynski/wip-crimson-simpler-cloning
...
crimson/osd: simplify cloning
Reviewed-by: Samuel Just <sjust@redhat.com>
2022-11-29 17:29:11 +02:00
zdover23
0d99c9b231
Merge pull request #49119 from zdover23/wip-doc-2022-11-29-rados-ops-change-mon-elections-prompts
...
doc/rados: add prompts to change-mon-elections.rst
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
2022-11-30 00:05:20 +10:00
zdover23
f36a0c5b78
Merge pull request #49120 from zdover23/wip-doc-2022-11-29-rados-ops-control-prompts
...
doc/rados: add prompts to control.rst
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
2022-11-29 23:59:08 +10:00
zdover23
cf0a3e5fdd
Merge pull request #49118 from zdover23/wip-doc-2022-11-29-rados-cache-tiering-prompts
...
doc/rados: add prompts to cache-tiering.rst
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
2022-11-29 23:56:23 +10:00
zdover23
935dc88327
Merge pull request #49114 from zdover23/wip-doc-2022-11-29-rados-bluestore-migration-prompts
...
doc/rados: add prompts to bluestore-migration.rst
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
2022-11-29 23:51:16 +10:00
Kefu Chai
c0ac7a2fc1
cmake: add c-ares::cares as a global visible library
...
to address the build failure like:
-- Checking for one of the modules 'libcares'
CMake Error at cmake/modules/BuildBoost.cmake:287 (_add_library):
_add_library cannot create ALIAS target "c-ares::c-ares" because target
"c-ares::cares" is imported but not globally visible.
Call Stack (most recent call first):
cmake/modules/Findc-ares.cmake:31 (add_library)
src/CMakeLists.txt:344 (find_package)
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
2022-11-29 21:42:26 +08:00
Zac Dover
3dbaca275e
doc/rados: add prompts to control.rst
...
Add unselectable prompts to doc/rados/operations/control.rst.
https://tracker.ceph.com/issues/57108
Signed-off-by: Zac Dover <zac.dover@gmail.com>
2022-11-29 23:30:02 +10:00
Zac Dover
1fa1e723fc
doc/rados: add prompts to change-mon-elections.rst
...
Add unselectable prompts to
doc/rados/operations/change-mon-elections.rst.
https://tracker.ceph.com/issues/57108
Signed-off-by: Zac Dover <zac.dover@gmail.com>
2022-11-29 23:11:34 +10:00
Nizamudeen A
559f1513a0
Merge pull request #48525 from rhcs-dashboard/fix-PgImbalance-alert
...
mgr/dashboard: fix CephPGImbalance alert
Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Nizamudeen A <nia@redhat.com>
Reviewed-by: Tatjana Dehler <tdehler@suse.com>
2022-11-29 18:29:39 +05:30
Nizamudeen A
3f1c1b6376
Merge pull request #48526 from rhcs-dashboard/fix-cephPoolGrowth-alert
...
mgr/dashboard: Fix CephPoolGrowthWarning alert
Reviewed-by: Pegonzal <NOT@FOUND>
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Nizamudeen A <nia@redhat.com>
2022-11-29 18:29:01 +05:30
Zac Dover
f51fc235ce
doc/rados: add prompts to cache-tiering.rst
...
Add unselectable prompts to doc/rados/operations/cache-tiering.rst.
https://tracker.ceph.com/issues/57108
Signed-off-by: Zac Dover <zac.dover@gmail.com>
2022-11-29 22:28:36 +10:00
Zac Dover
4e3d66bfd6
doc/rados: add prompts to bluestore-migration.rst
...
Add unselectable prompts to
doc/rados/operations/bluestore-migration.rst.
https://tracker.ceph.com/issues/57108
Signed-off-by: Zac Dover <zac.dover@gmail.com>
2022-11-29 21:53:52 +10:00
Jos Collin
9069780f65
cephfs-top: reset filters when no fs
...
Signed-off-by: Jos Collin <jcollin@redhat.com>
2022-11-29 16:55:50 +05:30