Anthony D'Atri
aad96a338f
Merge pull request #49905 from zdover23/wip-doc-2023-01-29-rados-config-osd-config-ref-osd-op-thread-suicide-timeout
...
doc/rados: document osd_op_thread_suicide_timeout
2023-01-29 11:55:54 -05:00
zdover23
0d343aafaf
Merge pull request #49908 from Matan-B/wip-matanb-upgrade-doc
...
doc/dev/developer_guide: Add Upgrade Testing Documentation
Reviewed-by: Zac Dover <zac.dover@proton.me>
2023-01-29 20:52:06 +10:00
Matan Breizman
c2642a97f3
doc/dev/developer_guide/testing_integration_tests: Add Upgrade Testing Documentation
...
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
2023-01-29 10:25:30 +00:00
Zac Dover
983ea9cc73
doc/rados: document osd_op_thread_suicide_timeout
...
Add default value for osd_op_thread_suicide_timeout configuration value
to the OSD Configuraton Reference.
https://tracker.ceph.com/issues/58590
Signed-off-by: Zac Dover <zac.dover@gmail.com>
2023-01-29 20:24:58 +10:00
Adam King
dba4451996
Merge pull request #49891 from bluikko/bluikko-doc-host-management-prompts
...
doc/cephadm: Fix prompts in host-management.rst
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: Zac Dover <zac.dover@gmail.com>
2023-01-27 09:02:46 -05:00
zdover23
5c2f15edd7
Merge pull request #49897 from bluikko/bluikko-doc-rados-operations-prompt
...
doc/rados/operations: Fix double prompt
Reviewed-by: Zac Dover <zac.dover@proton.me>
2023-01-27 23:58:09 +10:00
Ville Ojamo
3eb28aec3b
doc/cephadm: Fix example commands
...
Separate command output block from the command to avoid printing prompt on it.
Also remove double prompt.
Fix indentation of two example commands after prompt.
Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com>
2023-01-27 17:56:44 +07:00
Ville Ojamo
7d7282c7bd
doc/rados/operations: Fix double prompt
...
In monitoring.rst a double prompt was rendered, one non-selectable and one selectable. Remove the selectable prompt.
Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com>
2023-01-27 17:27:51 +07:00
zdover23
c8bad4d76d
Merge pull request #49894 from bluikko/bluikko-doc-rados-operations-control-indentation
...
doc/rados/operations: Fix indentation
Reviewed-by: Zac Dover <zac.dover@gmail.com>
2023-01-27 20:13:25 +10:00
Ville Ojamo
f2e19d39ed
doc/rados/operations: Fix indentation
...
Fix invalid indentation that caused indentation to be rendered wrong in control.rst.
Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com>
2023-01-27 16:38:25 +07:00
zdover23
bad6dec7b0
Merge pull request #49890 from bluikko/bluikko-doc-ceph-krb-auth
...
doc/dev: use underscores in config vars
Reviewed-by: Zac Dover <zac.dover@proton.me>
2023-01-27 19:29:56 +10:00
Ville Ojamo
ed88f7f378
doc/dev: use underscores in config vars
...
Use underscores instead of spaces in config vars in ceph_krb_auth.rst.
Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com>
2023-01-27 15:41:04 +07:00
Brad Hubbard
d371237c57
Merge pull request #49109 from NitzanMordhai/wip-nitzan-fixing-few-rados/test.sh
...
Wip nitzan fixing few rados/test.sh
Reviewed-by: Kefu Chai <tchaikov@gmail.com>
Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
2023-01-27 09:46:53 +10:00
Ali Maredia
0932777ace
Merge pull request #49887 from cbodley/wip-qa-rgw-run-s3tests-tox
...
qa/workunits/rgw: run-s3tests.sh uses tox
Reviewed-by: Ali Maredia <amaredia@redhat.com>
2023-01-26 15:37:03 -05:00
Adam King
4a2d50d9b7
Merge pull request #49799 from phlogistonjohn/jjm-cephadm-utils-tests
...
cephadm/tests: add test coverage for copy_tree, copy_files, move_files, recursive_chown
Reviewed-by: Adam King <adking@redhat.com>
2023-01-26 11:57:53 -05:00
Yuri Weinstein
159475ba50
Merge pull request #48597 from ronen-fr/wip-rf-osd-bitfields
...
osd: change two ObjectContext flags from bitfields to full variables
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
2023-01-26 07:51:27 -08:00
Casey Bodley
2007452b8d
qa/workunits/rgw: run-s3tests.sh uses tox
...
Signed-off-by: Casey Bodley <cbodley@redhat.com>
2023-01-25 23:23:37 -05:00
Laura Flores
66cb62d4b5
Merge pull request #49624 from ronen-fr/wip-rf-unique-formatter
...
common: extend Formatter API with a unique_ptr-returning static function
2023-01-25 18:09:51 -06:00
Laura Flores
03ec79015f
Merge pull request #49537 from rzarzynski/wip-bug-57546
...
Revert "osd/PeeringState: proc_lease_ack break once found from OSD"
2023-01-25 18:09:25 -06:00
Yuri Weinstein
c0309cf2ed
Merge pull request #48854 from ifed01/wip-ifed-small-chunk-bluefs
...
os/bluestore: enable 4K allocation unit for BlueFS
2023-01-25 15:23:38 -08:00
Laura Flores
65fb727b25
Merge pull request #49314 from SUSE/wip-tserong-qa-crash-chown
...
qa/workunits/rados/test_crash: chown crash files to ceph user
2023-01-25 17:23:09 -06:00
Yuri Weinstein
6d41bdb2f0
Merge pull request #48799 from DanWritesCode/add-exception-handling
...
mon: add exception handling to ceph health mute
Reviewed-by: Laura Flores <lflores@redhat.com>
2023-01-25 15:22:15 -08:00
Laura Flores
ff1de446c0
Merge pull request #48836 from ljflores/wip-safe-timer-crash
...
osd: shut down the MgrClient before osd_fast_shutdown
2023-01-25 17:21:26 -06:00
Ali Maredia
a72617d886
Merge pull request #49741 from adamemerson/wip-datalog-nonnull-yield-mostly
...
rgw: Remove (most) uses of null_yield in datalog
Reviewed-by: Ali Maredia <amaredia@redhat.com>
2023-01-25 18:11:18 -05:00
Ali Maredia
334d912acc
Merge pull request #49826 from cbodley/wip-qa-rgw-s3tests-tox
...
qa/s3tests: run with tox instead of bootstrap+nose
Reviewed-by: Ali Maredia <amaredia@redhat.com>
2023-01-25 17:54:35 -05:00
Laura Flores
e58c0ff4c2
Merge pull request #49879 from ljflores/wip-16.2.11-doc-fix
...
doc/releases: fix PR list
2023-01-25 16:47:03 -06:00
Laura Flores
e68067f114
doc/releases: fix PR list
...
Signed-off-by: Laura Flores <lflores@redhat.com>
2023-01-25 14:53:33 -06:00
Casey Bodley
401ee9e6bf
Merge pull request #46535 from cbodley/wip-use-epel-arrow
...
rpm: use system arrow/utf8proc packages by default
Reviewed-by: Ali Maredia <amaredia@redhat.com>
2023-01-25 15:44:06 -05:00
Casey Bodley
c4f5c2f67c
Merge pull request #49769 from alimaredia/wip-rgw-optional-yield-create-bucket
...
rgw: Thread optional_yield through create bucket op
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2023-01-25 15:41:16 -05:00
Casey Bodley
a34709449a
Merge pull request #48731 from alimaredia/wip-rgw-admin-api-secondary-zone-user-create-fix
...
rgw: set keys from from master zone on admin api user create
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2023-01-25 15:41:05 -05:00
Casey Bodley
970a16cb30
rpm: use system arrow packages for fedora/centos9
...
Signed-off-by: Casey Bodley <cbodley@redhat.com>
2023-01-25 13:47:08 -05:00
Casey Bodley
7760d31a72
rpm: combine system_utf8proc option into system_arrow
...
libarrow-devel depends on utf8proc-devel, so we can't enable
system_arrow without system_utf8proc
Signed-off-by: Casey Bodley <cbodley@redhat.com>
2023-01-25 13:47:08 -05:00
Casey Bodley
0b561f985e
rpm: fix package names for arrow/parquet
...
Signed-off-by: Casey Bodley <cbodley@redhat.com>
2023-01-25 13:47:08 -05:00
Laura Flores
f863b73dfc
Merge pull request #49839 from ceph/wip-yuriw-release-16.2.11-main
...
doc: 16.2.11 Release Notes
2023-01-25 12:31:24 -06:00
Yuri Weinstein
e118eb1021
doc: 16.2.11 Release Notes
...
See https://tracker.ceph.com/issues/58257#note-2 for details
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2023-01-25 11:54:07 -06:00
Juan Miguel Olmo
37564428d7
Merge pull request #49432 from jmolmo/fix_hardcoded_ns
...
mgr/rook: Replace hardcoded namespace
Replace hardcoded namespace
Reviewed-by:
Travis Nielsen <tnielsen@redhat.com>
Nick Gentoli <gentoli@live.com>
2023-01-25 18:43:40 +01:00
J. Eric Ivancich
f162928b06
Merge pull request #49819 from ivancich/wip-typing-policies-maxnum
...
rgw: minor clean-ups to user policy code
Reviewed-by: Ali Maredia <amaredia@redhat.com>
2023-01-25 11:35:55 -05:00
zdover23
16031d5cb5
Merge pull request #49873 from zdover23/wip-doc-2023-01-26-dev-developer-guide-slack
...
doc/dev: add Slack to Dev Guide essentials
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
2023-01-26 02:22:06 +10:00
Zac Dover
c3288cf5be
doc/dev: add Slack to Dev Guide essentials
...
Add Ceph's Slack to doc/developer_guide/essentials.rst.
Signed-off-by: Zac Dover <zac.dover@proton.me>
2023-01-26 01:57:17 +10:00
Casey Bodley
955b1f3841
Merge pull request #49797 from cbodley/wip-58513
...
qa/openssl_keys: 'rm' ignores file not found
Reviewed-by: Ali Maredia <amaredia@redhat.com>
2023-01-25 10:01:00 -05:00
Casey Bodley
c59028a230
Merge pull request #49313 from ifed01/wip-ifed-fix-cls-queue-list
...
cls/queue: use larger read chunks in queue_list_entries
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Mark Kogan <mkogan@redhat.com>
2023-01-25 08:47:35 -05:00
Guillaume Abrioux
1db8578658
Merge pull request #49171 from guits/tracker_58137
...
ceph-volume: fix a bug in lsblk_all()
2023-01-25 12:45:38 +01:00
Ali Maredia
34033ea15e
rgw: set keys from from master zone on admin api user modify
...
When users were being modified via the admin_api
to generate keys on a secondary zone, the keys
returned in the json output are not correct.
This commit ensures the proper keys are set to be
returned to the user via the json output.
fixes: https://tracker.ceph.com/issues/57724
Signed-off-by: Ali Maredia <amaredia@redhat.com>
2023-01-24 16:01:34 -05:00
Ali Maredia
e3a26f77c0
rgw: set keys from from master zone on admin api user create
...
When users were being created via the admin_api
on a secondary zone the keys returned in the json
output are not correct.
This commit ensures the proper keys are set to be
returned to the user via the json output.
fixes: https://tracker.ceph.com/issues/57724
Signed-off-by: Ali Maredia <amaredia@redhat.com>
2023-01-24 16:01:34 -05:00
Ali Maredia
1e66701413
rgw: stop blocking for asio threads for create_bucket()
...
Asio thread for create_bucket operation are no
longer blocked because optional yield is passed
down in previous instances where asio threads for
op were blocked.
Signed-off-by: Ali Maredia <amaredia@redhat.com>
2023-01-24 14:04:01 -05:00
Ali Maredia
414bdd4cc5
rgw: add conditional backtrace logging after "WARNING: blocking librados call"
...
Signed-off-by: Ali Maredia <amaredia@redhat.com>
2023-01-24 14:04:01 -05:00
Adam King
3af256f484
Merge pull request #49818 from adk3798/iscsi-gw-rm-async
...
mgr/cephadm: call iscsi post_remove from serve loop
Reviewed-by: Redouane Kachach <rkachach@redhat.com>
2023-01-24 14:03:15 -05:00
Adam King
a720516349
Merge pull request #49802 from rkachach/fix_issue_58517
...
doc/cephadm: Adding doc for daemon_cache_timeout config option
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
2023-01-24 13:14:38 -05:00
Yuri Weinstein
d202d3d64b
Merge pull request #49392 from ifed01/wip-ifed-fix-spillover-test
...
test/store_test: use original rocksdb settings to enable bluefs
Reviewed-by: Adam Kupczyk <akupczyk@redhat.com>
Reviewed-by: Laura Flores <lflores@redhat.com>
2023-01-24 09:20:46 -08:00
Yuri Weinstein
975ea40acd
Merge pull request #48972 from Matan-B/wip-matanb-mon-dump-slow-ops
...
mon/MonCommands: Support dump_historic_slow_ops
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
2023-01-24 09:19:54 -08:00