Sage Weil
ca541c72ed
Merge PR #29164 into master
...
* refs/pull/29164/head:
mgr: cleanup idle debug log at level 4.
Reviewed-by: Sage Weil <sage@redhat.com>
2019-07-23 09:08:42 -05:00
Sage Weil
c237f9a430
Merge PR #29172 into master
...
* refs/pull/29172/head:
mgr/dashboard: Fix dashboard health test failure
Reviewed-by: Sage Weil <sage@redhat.com>
2019-07-23 09:08:26 -05:00
Sage Weil
468cbcd3be
Merge PR #29169 into master
...
* refs/pull/29169/head:
qa/suites/rados/mgr/tasks/module_selftest: whitelist mgr client getting backlisted
Reviewed-by: Venky Shankar <vshankar@redhat.com>
2019-07-23 09:07:31 -05:00
Casey Bodley
1814f2f8ea
Merge pull request #26690 from jecluis/dev/wip-vstart-fix-rgw
...
vstart.sh: run multiple rgws with different ids
Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2019-07-23 10:03:09 -04:00
Jason Dillaman
a9400a0378
Merge pull request #29195 from ricardoasmarques/fix-ceph-iscsi-required-version
...
doc: Update 'ceph-iscsi' min version
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
2019-07-23 08:30:08 -04:00
Jason Dillaman
984868038d
doc/rbd: update krbd version support for RBD features
...
Fixes: http://tracker.ceph.com/issues/40802
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2019-07-23 08:12:51 -04:00
Joao Eduardo Luis
65d6ba8713
vstart.sh: run multiple rgws with different ids
...
We should expect being able to run multiple rgws with different ids
using vstart, and yet that was not the case as they were sharing the
same name (and same key).
We now mimic each rgw running on a different host, with ids being their
ports; as such, we'll have 'client.rgw.X', 'client.rgw.X+1', and so
forth. These will match the ports the daemons are running on.
Signed-off-by: Joao Eduardo Luis <joao@suse.com>
2019-07-23 10:08:23 +00:00
Ricardo Marques
799a9cc136
Merge pull request #29132 from votdev/issue_40829
...
mgr/dashboard: RGW User quota validation is not working correctly
Reviewed-by: Ricardo Marques <rimarques@suse.com>
2019-07-23 11:03:38 +01:00
Ricardo Marques
b434c2910a
doc: Update 'ceph-iscsi' min version
...
Signed-off-by: Ricardo Marques <rimarques@suse.com>
2019-07-23 10:38:24 +01:00
simon gao
f8291627a6
ceph-mds: dump all info of ceph_file_layout, InodeStoreBase, frag_info_t, inode_t
...
Signed-off-by: simon gao <simon29rock@gmail.com>
2019-07-23 04:56:51 -04:00
Sebastian Wagner
4a91c6b001
Merge pull request #28986 from sebastian-philipp/orchestrator-verify-certificate
...
pybind/mgr: Remove code duplication
Reviewed-by: Juan Miguel Olmo Martínez <jolmomar@redhat.com>
Reviewed-by: Laura Paduano <lpaduano@suse.com>
2019-07-23 09:46:02 +02:00
Joao Eduardo Luis
2bb205d851
Merge pull request #29184 from neha-ojha/wip-1731894
...
mon/OSDMonitor.cc: better error message about min_size
2019-07-23 08:43:47 +01:00
Ricardo Marques
8f46c4c9ce
Merge pull request #29070 from adk3798/reformat
...
mgr/dashboard: Update formatting of e2e test files
Reviewed-by: Tiago Melo <tmelo@suse.com>
2019-07-23 08:31:49 +01:00
Sebastian Wagner
d0855cf5e5
Merge pull request #29042 from sebastian-philipp/orchestrator-doc-disable
...
mgr/orchestrator: Fix disabling the orchestrator
Reviewed-by: Tim Serong <tserong@suse.com>
2019-07-23 09:03:48 +02:00
dependabot[bot]
3216311315
build(deps): bump lodash in /src/pybind/mgr/dashboard/frontend
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.11 to 4.17.13.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13 )
Signed-off-by: dependabot[bot] <support@github.com>
2019-07-23 04:57:22 +00:00
Kefu Chai
4e7b91fa9b
Merge pull request #29058 from tchaikov/wip-ceph-conf
...
tool/ceph-conf: s/global_pre_init()/global_init()/
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Sage Weil <sage@redhat.com>
2019-07-23 10:34:46 +08:00
Kefu Chai
4e10548810
Merge pull request #29151 from tchaikov/wip-rgw-kill-gcc-warnings
...
rgw/rgw_crypt.cc: silence -Wsign-compare GCC warning
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
2019-07-23 10:23:26 +08:00
Kefu Chai
f58b5a915b
Merge pull request #29155 from tchaikov/wip-msg-cleanup
...
msg/Message: remove unused local variables
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Neha Ojha <nojha@redhat.com>
2019-07-23 10:22:40 +08:00
Neha Ojha
ce25ac0a91
mon/OSDMonitor.cc: better error message about min_size
...
Signed-off-by: Neha Ojha <nojha@redhat.com>
2019-07-22 17:50:31 -07:00
Neha Ojha
ad4c2b8143
Merge pull request #29183 from gabriellasroman/patch-2
...
doc/dev/developer_guide: remove web address
Reviewed-by: Neha Ojha <nojha@redhat.com>
2019-07-22 17:44:22 -07:00
Patrick Donnelly
c02ca24da0
Merge PR #29136 into master
...
* refs/pull/29136/head:
Client: bump ll_ref from int32 to uint64_t
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2019-07-22 16:33:51 -07:00
Patrick Donnelly
1fa2737aa8
Merge PR #29119 into master
...
* refs/pull/29119/head:
common: add ref header
Reviewed-by: Kefu Chai <kchai@redhat.com>
2019-07-22 16:31:46 -07:00
Patrick Donnelly
1b42308e03
Merge PR #28686 into master
...
* refs/pull/28686/head:
mds: cleanup truncating inodes when standby replay mds trim log segments
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2019-07-22 16:30:01 -07:00
Patrick Donnelly
8a9ba5713a
Merge PR #28628 into master
...
* refs/pull/28628/head:
pybind: Fixes print of path as byte object in error message
pybind: Print standard error messages
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2019-07-22 16:29:03 -07:00
Patrick Donnelly
04b5bce8d0
Merge PR #28557 into master
...
* refs/pull/28557/head:
ceph_volume_client: don't convert None to str object
ceph_volume_client: convert string to bytes object
ceph_volume_client: make UTF-8 encoding explicit
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Ramana Raja <rraja@redhat.com>
2019-07-22 16:27:21 -07:00
Patrick Donnelly
7292276dbe
Merge PR #28447 into master
...
* refs/pull/28447/head:
cephfs-shell: Fix print of error messages to stdout
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2019-07-22 16:26:16 -07:00
Patrick Donnelly
932ea37ca3
Merge PR #22645 into master
...
* refs/pull/22645/head:
qa/tests: test if unresponsive MDS client with no caps is evicted directly
qa/tests: add a method to signal a MDS client
qa/cephfs: memoize FUSE client pid
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2019-07-22 16:24:53 -07:00
Gabriella
980a8496e9
doc/dev/developer_guide: remove web address
...
Removed http://pulpito.ovh.sepia.ceph.com:8081/
in "The nightlies" because it was unreachable
Signed-off-by: gabriellasroman <gsroman@bu.edu>
2019-07-22 18:41:51 -04:00
Sage Weil
d325faf6a7
Merge PR #29121 into master
...
* refs/pull/29121/head:
qa/suites/rados/multimon: whitelist SLOW_OPS while thrashing mons
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: João Eduardo Luís <joao@suse.de>
2019-07-22 17:16:35 -05:00
Sage Weil
9257175f08
qa/suites/rados/singleton/all/test-crash: whitelist RECENT_CRASH
...
Signed-off-by: Sage Weil <sage@redhat.com>
2019-07-22 17:14:01 -05:00
Sage Weil
209ce4ec68
qa/suites/rados/mgr/tasks/insights: whitelist RECENT_CRASH
...
Signed-off-by: Sage Weil <sage@redhat.com>
2019-07-22 13:42:06 -05:00
Sage Weil
bef4652845
Merge PR #29052 into master
...
* refs/pull/29052/head:
common/ceph_time: make operator<< for timespan less useless
include/encoding: fix encode/decode for signed durations
osd/osd_types: make pg_history_t operator<< more concise
osd: do not rebind heartbeat messengers on wrongly marked down
ceph_test_osd_stale_read: add StaleRead test
osd/PeeringState: restructure init_primary_up_acting a bit
msg/async: add ms_blackhole_$type options
Reviewed-by: Samuel Just <sjust@redhat.com>
2019-07-22 13:40:53 -05:00
Sage Weil
525ab21f71
Merge PR #29089 into master
...
* refs/pull/29089/head:
mon/MgrMonitor: fix null deref when invalid formatter is specified
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: João Eduardo Luís <joao@suse.de>
2019-07-22 13:40:31 -05:00
Sage Weil
f3e5c5b905
Merge PR #29093 into master
...
* refs/pull/29093/head:
osd: set collection pool opts on collection create, pg load
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2019-07-22 13:40:06 -05:00
Sage Weil
ce8b765a50
Merge PR #29096 into master
...
* refs/pull/29096/head:
pybind/rados: put lens array in outer scope
pybind/rados: fix set_omap() crash on py3
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2019-07-22 13:39:48 -05:00
Sage Weil
c8f35af6e1
Merge PR #29109 into master
...
* refs/pull/29109/head:
qa/tasks/ceph_manager: wait for clean before asserting clean on minsize test
Reviewed-by: Kefu Chai <kchai@redhat.com>
2019-07-22 13:39:31 -05:00
Sage Weil
46e4d1a0d5
Merge PR #29144 into master
...
* refs/pull/29144/head:
qa/tasks/ceph_manager: fix thrash_pg_upmap_items when no pools
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2019-07-22 13:38:13 -05:00
Nathan Cutler
d2cc0772f9
Merge pull request #29171 from smithfarm/wip-release-notes-14.2.2-take-two
...
doc: nautilus 14.2.2 release notes, take three
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
2019-07-22 20:38:03 +02:00
Mykola Golub
fcedbc5308
Merge pull request #29165 from dillaman/wip-40865
...
cls: reduce log level for non-fatal errors
Reviewed-by: Mykola Golub <mgolub@suse.com>
2019-07-22 21:22:16 +03:00
Ali Maredia
16fb8fec74
Merge pull request #28988 from zhangsw/rgw-fix-bug-listobjectv2
...
rgw: continuation token doesn't work in list object v2 request.
2019-07-22 13:42:49 -04:00
Nathan Cutler
17c4f00ce5
doc/releases/nautilus.rst: fix typo in name
...
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2019-07-22 18:46:00 +02:00
Nathan Cutler
d463ae7fbb
doc/releases/nautilus: add missing PRs to 14.2.2
...
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2019-07-22 18:29:53 +02:00
Nathan Cutler
e2ed8e9c07
doc: release/nautilus.rst: drop stray "b'" strings
...
The ceph-release-notes script renders strings as bytes and these get exported
as b'<str>'. . . the script needs some more work to play nicely with Python 3.
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2019-07-22 18:28:19 +02:00
Ricardo Marques
476d0fab61
mgr/dashboard: Fix dashboard health test failure
...
Fixes: https://tracker.ceph.com/issues/40869
Signed-off-by: Ricardo Marques <rimarques@suse.com>
2019-07-22 17:15:27 +01:00
Nathan Cutler
64bdf714d3
Revert "doc/release/nautilus: 14.2.2 changes redone"
...
This reverts commit 7962a36849
.
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2019-07-22 17:39:23 +02:00
Sage Weil
0060f1c5b8
qa/suites/rados/mgr/tasks/module_selftest: whitelist mgr client getting backlisted
...
The mgr's libcephfs client gets evicted after the mgr fails over.
Whitelist the message.
Fixes: http://tracker.ceph.com/issues/40867
Signed-off-by: Sage Weil <sage@redhat.com>
2019-07-22 10:34:24 -05:00
Ricardo Marques
ddcadb45b3
Merge pull request #27420 from pooja-gautam/wip-dashboard-progress-bar
...
mgr/dashboard Displays progress bar in notification tray for background tasks
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Reviewed-by: Stephan Müller <smueller@suse.com>
Reviewed-by: Tiago Melo <tmelo@suse.com>
2019-07-22 16:32:54 +01:00
Kamoltat (Junior) Sirivadhna
5604ba4ec1
qa/mgr/progress: Update the test suite for progress module
...
Update the test suite to reflect a feature
change that has been merged to master in
progress module where you create an event
when an osd is marked in.
Fixes: http://tracker.ceph.com/issues/40618
with success QA run in sepia:
http://pulpito.ceph.com/kchai-2019-07-16_10:10:01-rados-master-distro-basic-mira/
Signed-off-by: Kamoltat (Junior) Sirivadhna <ksirivad@redhat.com>
2019-07-22 11:09:42 -04:00
Mykola Golub
978d185cc8
Merge pull request #29135 from dillaman/wip-40486
...
doc/rbd: re-organize top-level and add live-migration docs
Reviewed-by: Mykola Golub <mgolub@suse.com>
2019-07-22 17:22:38 +03:00
Jason Dillaman
7779860d38
cls/journal: reduce verbosity of debug logs for non-errors
...
Fixes: http://tracker.ceph.com/issues/40865
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2019-07-22 10:14:22 -04:00