Michael Wodniok
f857bcd622
doc: Applied text as suggested by @zdover23
...
Signed-off-by: Michael Wodniok <wodniok@wor.net>
2021-01-27 08:19:06 +01:00
Michael Wodniok
d97731969a
doc: changed commands as suggested by @sebastian-philipp
...
Signed-off-by: Michael Wodniok <wodniok@wor.net>
Co-authored-by: Sebastian Wagner <sebastian@spawnhost.de>
2021-01-19 13:15:32 +01:00
Michael Wodniok
a955306199
doc: added internal link
...
Linked from Service Status to retrieval of specificaton section as
`ceph orch ls --export` is also mentioned there.
Signed-off-by: Michael Wodniok wodniok@wor.net
2021-01-19 13:12:57 +01:00
Michael Wodniok
84bdafe0e3
doc: added section about retival of Service Spec.
...
Signed-off-by: Michael Wodniok <wodniok@wor.net>
2020-12-22 10:48:32 +01:00
Sebastian Wagner
af9dac1ff5
Merge pull request #38650 from dmick/wip-dmick-docker-mirror
...
qa/distros: configure podman to pull from docker-mirror
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
2020-12-22 01:08:18 +01:00
Patrick Donnelly
b8e369ec58
Merge PR #38666 into master
...
* refs/pull/38666/head:
doc: Fix mds capabilities for manual deployment
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2020-12-21 09:06:00 -08:00
Kefu Chai
1458774299
Merge pull request #37156 from CloudFerro/wip-allow-dynamic-levels
...
os/bluestore: allow dynamic levels
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Reviewed-by: Adam Kupczyk <akupczyk@redhat.com>
Reviewed-by: Mark Nelson <mnelson@redhat.com>
2020-12-22 01:04:48 +08:00
Patrick Donnelly
77b8a7f8cc
Merge PR #38669 into master
...
* refs/pull/38669/head:
mds: fix typo in debug logs
Reviewed-by: Rishabh Dave <ridave@redhat.com>
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Varsha Rao <varao@redhat.com>
2020-12-21 09:01:53 -08:00
Casey Bodley
b235c9afaf
Merge pull request #38674 from mkogan1/rgw-fix-t48688
...
rgw: fix 'this->ondisk_version' will always evaluate to 'true'
Reviewed-by: Ronen Friedman <rfriedma@redhat.com>
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2020-12-21 11:26:33 -05:00
Mykola Golub
1e880b195c
Merge pull request #38653 from dillaman/wip-48647
...
librbd: clear implicitly enabled feature bits when creating images
Reviewed-by: Mykola Golub <mgolub@suse.com>
2020-12-21 16:56:33 +02:00
Jason Dillaman
b885dfe455
Merge pull request #38670 from Rethan/doc-fix-max_part-description
...
doc/rbd-nbd: fix description for command rbd-nbd's parameter --max_part
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
2020-12-21 09:13:37 -05:00
Mark Kogan
6fd551b3bf
rgw: fix 'this->ondisk_version' will always evaluate to 'true'
...
fix:
```
src/rgw/CMakeFiles/radosgw.dir/rgw_rest_metadata.cc.o
../src/rgw/rgw_rest_metadata.cc:267:13: warning: address of
'this->ondisk_version' will always evaluate to 'true'
[-Wpointer-bool-conversion]
&ondisk_version);
```
Fixes: https://tracker.ceph.com/issues/48688
Signed-off-by: Mark Kogan <mkogan@redhat.com>
2020-12-21 13:36:16 +02:00
Ernesto Puerta
23f2604d6f
Merge pull request #38259 from rhcs-dashboard/fix-jwt-token
...
mgr/dashboard: Use secure cookies to store JWT Token
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Nizamudeen A <nia@redhat.com>
2020-12-21 11:23:53 +01:00
haoyixing
90e3740582
doc/rbd-nbd: fix description for command rbd-nbd's parameter --max_part
...
The parameter --max_part should actually override module param max_part,
not as nbds_max as it said.
Signed-off-by: haoyixing <haoyixing@kuaishou.com>
2020-12-21 16:46:45 +08:00
Xiubo Li
6f199f0d2f
mds: fix typo in debug logs
...
Signed-off-by: Xiubo Li <xiubli@redhat.com>
2020-12-21 15:49:52 +08:00
Kefu Chai
8638101531
Merge pull request #38573 from batrick/i48600
...
osd: remove invalid put on message
Reviewed-by: Kefu Chai <kchai@redhat.com>
2020-12-21 11:40:36 +08:00
Ivan Jager
5f017bed4a
doc: Fix mds capabilities for manual deployment
...
Now matches auth-config-ref.rst, and actually works.
Signed-off-by: Ivan Jager <aij+git@mrph.org>
2020-12-20 05:50:08 -06:00
Kefu Chai
5e60fde981
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>
2020-12-19 20:00:42 +08:00
Xuehan Xu
0b8ac4ccc3
crimson/osd: make sure the read lock is acquired when trying to get recovery read
...
Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com>
2020-12-19 18:21:21 +08:00
Xuehan Xu
98d8d25b39
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>
2020-12-19 17:43:54 +08:00
Kefu Chai
f7d180bc00
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>
2020-12-19 13:41:14 +08:00
Kefu Chai
507fdb635a
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>
2020-12-19 13:24:31 +08:00
Kefu Chai
2d2e71fe0d
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>
2020-12-19 11:11:36 +08:00
Patrick Donnelly
6f7150fb06
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>
2020-12-18 13:26:46 -08:00
Patrick Donnelly
d4395e373f
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>
2020-12-18 13:26:19 -08:00
Patrick Donnelly
802fd61bf4
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>
2020-12-18 13:24:43 -08:00
Jason Dillaman
e1dd693919
librbd: drop explicit masking of implicit feature bits
...
Now that the create image state machine is handling the masking
of implicit features, all callers to the state machine can skip
the need to perform the masking themselves.
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2020-12-18 10:14:13 -05:00
Jason Dillaman
f52f78caca
librbd/image: mask out all implicit features when creating an image
...
This will ensure that all paths to the create image state machine
properly handle this condition. Previously, it was up to the callers
of the state machine to clear the implicit feature bits.
Fixes: https://tracker.ceph.com/issues/48647
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2020-12-18 09:55:30 -05:00
Jason Dillaman
7dd7781440
librbd/image: use internal feature flag mask when creating images
...
When validating the provided features for an image, utilize the
RBD_FEATURES_INTERNAL flag instead of just RBD_FEATURE_OPERATION.
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2020-12-18 09:48:58 -05:00
Jason Dillaman
5380615037
librbd/api: do not explicitly add the MIGRATION feature bit
...
This feature bit is automatically added to the source and destination
images via the cls method on the OSD.
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2020-12-18 09:42:51 -05:00
Mykola Golub
449059e7a0
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>
2020-12-18 16:29:18 +02:00
Aashish Sharma
3c72dc3099
mgr/dashboard: Use secure cookies to store JWT Token
...
This PR intends to store the jwt token in secure cookies instead of local storage
Fixes: https://tracker.ceph.com/issues/44591
Signed-off-by: Aashish Sharma <aasharma@redhat.com>
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
(cherry picked from commit 36703c63381e6723fff57266235f8230e6af1d92)
2020-12-18 19:33:50 +05:30
Kefu Chai
05bd8b721c
Merge pull request #38643 from tchaikov/wip-doc-dev
...
doc/dev/generatedocs.rst: fix highlight syntax
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
2020-12-18 17:58:51 +08:00
Dan Mick
f30c55a242
qa/distros: configure podman to pull from docker-mirror
...
This also requires a change to cephadm.py to search for
registry entries for docker.io by 'prefix' or 'location',
and to only add the mirror if a mirror isn't already present
Signed-off-by: Dan Mick <dmick@redhat.com>
2020-12-18 09:53:50 +00:00
Ilya Dryomov
fb03fa3766
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>
2020-12-18 10:30:34 +01:00
Ronen Friedman
5f80638660
Merge pull request #38635 from ronen-fr/wip-ronenf-crimsclang-tree
...
crimson/seastore: fixing Clang errors and warnings
2020-12-18 11:27:59 +02:00
Mykola Golub
e73c0970a1
Merge pull request #38602 from dillaman/wip-48486
...
librbd: explicitly disable readahead for writearound cache
Reviewed-by: Mykola Golub <mgolub@suse.com>
2020-12-18 10:59:08 +02:00
Yingxin
8d0c9eda06
Merge pull request #38645 from cyx1231st/wip-seastar-onode-tree-fix-clang-link
...
crimson/onode-staged-tree: fix explicit template instantiation for clang
2020-12-18 15:27:13 +08:00
Alin Gabriel Serdean
8513a5eded
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>
2020-12-18 04:58:50 +02:00
Yingxin Cheng
81d06b0fdf
crimson/onode-staged-tree: fix explicit template instantiation for clang
...
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
2020-12-18 10:55:43 +08:00
Kefu Chai
cbb8f8433e
doc/dev/generatedocs.rst: fix highlight syntax
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2020-12-18 10:26:15 +08:00
Neha Ojha
332a188d9b
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>
2020-12-17 14:58:57 -08:00
Neha Ojha
7bc8ffe713
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>
2020-12-17 14:58:27 -08:00
Yuval Lifshitz
7de74eb911
Merge pull request #38351 from yuvalif/wip-yuval-fix-46128
...
rgw/notifications: automatically delete topics associated with a bucket
2020-12-17 19:55:14 +02:00
Yuval Lifshitz
ae1a20a3fc
Merge pull request #38246 from yuvalif/wip-yuval-fix-48321
...
rgw/notifications: fix tag based filtering to work on all ops
2020-12-17 19:54:33 +02:00
Yuval Lifshitz
784ce9c992
Merge pull request #38190 from yuvalif/wip-yuvali-fix-48293
...
rgw/amqp/kafka: prevent concurrent shutdowns from happening
2020-12-17 19:53:31 +02:00
Yuval Lifshitz
c1af849a0d
Merge pull request #37924 from yuvalif/allow_packages_in_lua
...
rgw/lua: support packages via luarocks
2020-12-17 19:53:00 +02:00
Ernesto Puerta
b383a1fdf3
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>
2020-12-17 17:36:42 +01:00
Ernesto Puerta
65b11e931e
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>
2020-12-17 17:35:01 +01:00
Kefu Chai
8bcfdad3a0
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>
2020-12-18 00:03:51 +08:00