Jason Dillaman
f2db4bc881
Merge pull request #24720 from gauravsitlani/master
...
doc: added rbd default features
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
2018-10-25 16:56:05 -04:00
Gaurav Sitlani
5ea5263d13
doc: added rbd default features
...
Fixes: https://tracker.ceph.com/issues/15000
Added RBD default features description
Signed-off-by: Gaurav Sitlani <gauravsitlani@riseup.net>
2018-10-26 01:12:31 +05:30
Patrick Donnelly
74918fa908
Merge PR #24716 into master
...
* refs/pull/24716/head:
test/log: drop redundant test case
common/StackStringStream: don't reserve before every insert
Reviewed-by: Gregory Farnum <gfarnum@redhat.com>
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2018-10-25 11:52:27 -07:00
Patrick Donnelly
1a8775a04b
Merge PR #24283 into master
...
* refs/pull/24283/head:
client: support for exporting multiple subdirectories in faked mode
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Reviewed-by: Zheng Yan <zyan@redhat.com>
2018-10-25 11:51:30 -07:00
Patrick Donnelly
ed50fbdc08
Merge PR #24050 into master
...
* refs/pull/24050/head:
Revert "mds: adjust export size after renaming directory into freezing subtree"
mds: cleanup nested auth pins tracking
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2018-10-25 11:47:24 -07:00
Casey Bodley
86323971a2
Merge pull request #24700 from cbodley/wip-27221
...
rgw: support server-side encryption when SSL is terminated in a proxy
Reviewed-by: Matt Benjamin <mbenjami@redhat.com>
2018-10-25 13:11:37 -04:00
Kefu Chai
2e6fd44b64
Merge pull request #24721 from cbodley/wip-librados-mono-timeout
...
librados: fix unitialized timeout in wait_for_osdmap
Reviewed-by: Mohamad Gebai <mgebai@suse.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
2018-10-25 23:50:15 +08:00
Casey Bodley
65316c3a8a
Merge pull request #24680 from cbodley/wip-36537
...
rgw: fix vector index out of range in RGWReadDataSyncRecoveringShardsCR
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
2018-10-25 11:41:24 -04:00
Casey Bodley
471508b2a8
Merge pull request #24677 from cbodley/wip-rgw-beast-derr
...
rgw: beast frontend logs socket errors at level 4
Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
2018-10-25 11:40:48 -04:00
Sage Weil
7a0f8854f2
Merge PR #24731 into master
...
* refs/pull/24731/head:
rados: fix admin/build-doc warnings
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Sage Weil <sage@redhat.com>
2018-10-25 10:32:20 -05:00
Lenz Grimmer
5baf7f6f3a
Merge pull request #24641 from ricardoasmarques/fix-cloning-message
...
mgr/dashboard: Fix long running RBD cloning / copying message
Reviewed-by: Stephan Müller <smueller@suse.com>
Reviewed-by: Tiago Melo <tmelo@suse.com>
2018-10-25 17:30:35 +02:00
Alfredo Deza
1dddce58f4
Merge pull request #24587 from ceph/wip-rm36363
...
ceph-volume: adds a --prepare flag to `lvm batch`
Reviewed-by: Alfredo Deza <adeza@redhat.com>
2018-10-25 11:15:53 -04:00
Jason Dillaman
0f716e52f8
Merge pull request #24750 from iotcg/master
...
doc: give pool name if default pool rbd is not created
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
2018-10-25 10:17:51 -04:00
Liu Changcheng
be0ab24188
doc: give pool name if default pool rbd is not created
...
unless creating the default pool named to be "rbd",
it will fail without pointing the pool name when
using rbd command.
Signed-off-by: Changcheng Liu <changcheng.liu@intel.com>
2018-10-25 21:33:12 +08:00
Andrew Schoen
faa3aed4ad
ceph-volume: update man page for batch --prepare
...
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
2018-10-25 07:51:41 -05:00
Ricardo Marques
9524015425
mgr/dashboard: Fix long running RBD cloning / copying message
...
Fixes: https://tracker.ceph.com/issues/36484
Signed-off-by: Ricardo Marques <rimarques@suse.com>
2018-10-25 12:18:21 +01:00
Ricardo Dias
52dfb4072c
Merge pull request #24693 from idryomov/wip-is-queued
...
msg/async: fix is_queued() semantics
Reviewed-by: Ricardo Dias <rdias@suse.com>
2018-10-25 09:12:11 +01:00
Kefu Chai
ad63659f2d
Merge pull request #24739 from tspmelo/wip-py3-itervalues
...
ceph.in: Add support for python 3
Reviewed-by: Kefu Chai <kchai@redhat.com>
2018-10-25 10:50:54 +08:00
Kefu Chai
7a3bf10907
Merge pull request #23962 from aclamk/fio-fix-compilation
...
objectstore/test/fio: Fixed fio compilation when tcmalloc is used.
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
2018-10-25 10:24:28 +08:00
Tiago Melo
c0817527cc
ceph.in: Add support for python 3
...
This will allow the condition to work in both python 2 and 3 environments.
Signed-off-by: Tiago Melo <tmelo@suse.com>
2018-10-24 17:58:18 +01:00
Alfredo Deza
75eb578ae7
Merge pull request #24738 from alfredodeza/wip-rm36492
...
ceph-volume: do not send (lvm) stderr/stdout to the terminal, use the logfile
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
2018-10-24 12:22:52 -04:00
Sage Weil
74fc2f3b28
Merge PR #24665 into master
...
* refs/pull/24665/head:
common: remove unused ioprio thread/wq infrastructure
Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
Reviewed-by: Jianpeng Ma <jianpeng.ma@intel.com>
2018-10-24 10:34:44 -05:00
Sage Weil
0638eb1aa4
Merge PR #24701 into master
...
* refs/pull/24701/head:
os/bluestore: fix race between SharedBlobSet::lookup and SharedBlob::put
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
2018-10-24 10:34:29 -05:00
Sage Weil
82acec1835
Merge PR #24707 into master
...
* refs/pull/24707/head:
build/ops: drop sgdisk build/runtime dependencies
Reviewed-by: Tim Serong <tserong@suse.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Jan Fajerski <jfajerski@suse.com>
2018-10-24 10:34:08 -05:00
Sage Weil
2ff2a1a44e
Merge PR #24687 into master
...
* refs/pull/24687/head:
src/test: fix unordered manifest-unset op
Reviewed-by: Sage Weil <sage@redhat.com>
2018-10-24 10:31:15 -05:00
Jos Collin
a2a7f417b8
rados: fix admin/build-doc warnings
...
Fixed admin/build-doc warnings in librados.h
and rados_types.h
Signed-off-by: Jos Collin <jcollin@redhat.com>
2018-10-24 20:33:43 +05:30
Alfredo Deza
6d6bcda75f
ceph-volume tests.api update monkeypatching to use **kw
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2018-10-24 10:55:06 -04:00
Alfredo Deza
04e51c956e
ceph-volume tests allow **kw when monkeypatching
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2018-10-24 10:54:48 -04:00
Alfredo Deza
581eed36ea
ceph-volume api.lvm: do not spit out errors on the terminal from LVM
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2018-10-24 10:54:18 -04:00
Lenz Grimmer
fb1afdf76c
Merge pull request #24722 from zmc/rbd-redirect
...
mgr/dashboard: Redirect /block to /block/rbd
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Reviewed-by: Stephan Müller <smueller@suse.com>
Reviewed-by: Tiago Melo <tmelo@suse.com>
2018-10-24 11:47:13 +02:00
Kefu Chai
86106ecb00
Merge pull request #19964 from runsisi/wip-build
...
cmake: move ceph-osdomap-tool, ceph-monstore-tool out of ceph-test
Reviewed-by: Kefu Chai <kchai@redhat.com>
2018-10-24 10:01:37 +08:00
Casey Bodley
5df9aad20d
librados: fix unitialized timeout in wait_for_osdmap
...
Signed-off-by: Casey Bodley <cbodley@redhat.com>
2018-10-23 18:51:40 -04:00
Patrick Donnelly
f790de8e28
Merge PR #24540 into master
...
* refs/pull/24540/head:
mgr/status: fix fs status subcommand did not show standby-replay MDS' perf info
Reviewed-by: John Spray <john.spray@redhat.com>
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2018-10-23 15:32:55 -07:00
Patrick Donnelly
9c62710edd
Merge PR #24709 into master
...
* refs/pull/24709/head:
PendingReleaseNotes: note about cephfs client state reclaim
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2018-10-23 15:24:09 -07:00
Patrick Donnelly
8c95f8e119
Merge PR #24466 into master
...
* refs/pull/24466/head:
common: assert if buffer advance length overflow
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2018-10-23 15:02:26 -07:00
Patrick Donnelly
bc93a6173a
Merge PR #24529 into master
...
* refs/pull/24529/head:
mds: cleanup command descriptions
Reviewed-by: Zheng Yan <zyan@redhat.com>
2018-10-23 15:01:53 -07:00
Patrick Donnelly
6d9f39b096
Merge PR #24640 into master
...
* refs/pull/24640/head:
mds: remove MonClient reconnect
Reviewed-by: Sage Weil <sage@redhat.com>
2018-10-23 15:01:14 -07:00
Patrick Donnelly
60c63f71f6
Merge PR #24533 into master
...
* refs/pull/24533/head:
qa: add timeouts for remote ops for client mounts
Reviewed-by: Zheng Yan <zyan@redhat.com>
2018-10-23 14:46:34 -07:00
Lenz Grimmer
f24b46ee4d
Merge pull request #24679 from tspmelo/wip-36528
...
mgr/dashboard: Fix HttpClient Module imports in unit tests
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Reviewed-by: Stephan Müller <smueller@suse.com>
2018-10-23 23:23:18 +02:00
Lenz Grimmer
549e00286e
Merge pull request #24632 from Devp00l/wip-issue-36468
...
mgr/dashboard: Handle class objects as regular objects in KV-table
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Reviewed-by: Tiago Melo <tmelo@suse.com>
2018-10-23 23:22:05 +02:00
Alfredo Deza
7ba945534f
Merge pull request #24674 from sileht/master
...
ceph-volume: extract flake8 config
Reviewed-by: Alfredo Deza <adeza@redhat.com>
2018-10-23 15:04:54 -05:00
Zack Cerza
57040391f5
mgr/dashboard: Redirect /block to /block/rbd
...
Fixes: https://tracker.ceph.com/issues/36401
Signed-off-by: Zack Cerza <zack@redhat.com>
2018-10-23 13:27:40 -06:00
Matt Benjamin
16dcd2ee6f
Merge pull request #23242 from linuxbox2/wip-rgw-inflight-ops
...
rgw: set default objecter_inflight_ops = 24576
2018-10-23 11:21:10 -04:00
Sage Weil
39304caf95
common: remove unused ioprio thread/wq infrastructure
...
This is all now obsolete, with no remaining users.
Move ceph_gettid into Thread.{cc,h}
Signed-off-by: Sage Weil <sage@redhat.com>
2018-10-23 08:29:02 -05:00
Kefu Chai
86af98f42d
Merge pull request #24692 from tchaikov/wip-cmake-with-asan
...
cmake: fixes to enable WITH_ASAN with clang and GCC
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2018-10-23 19:26:59 +08:00
Lenz Grimmer
966a1e9629
Merge pull request #24664 from tspmelo/wip-36513
...
mgr/dashboard: Fix missing failed restore notification
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Reviewed-by: Stephan Müller <smueller@suse.com>
2018-10-23 12:59:06 +02:00
Lenz Grimmer
80dd99baa3
Merge pull request #24637 from ricardoasmarques/fix-rbd-actions-disable
...
mgr/dashboard: Fix RBD actions disable
Reviewed-by: Stephan Müller <smueller@suse.com>
Reviewed-by: Tiago Melo <tmelo@suse.com>
2018-10-23 12:35:53 +02:00
Lenz Grimmer
709e65e395
Merge pull request #24612 from Tinatinak/fix_bug24548
...
mgr/dashboard: Fixed documentation link on RGW page
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Reviewed-by: Tiago Melo <tmelo@suse.com>
2018-10-23 12:28:57 +02:00
Tiago Melo
fba0097a8c
mgr/dashboard: Fix HttpClient Module imports in unit tests
...
Some of the tests were importing the wrong HttpClient Module and that was
causing random errors.
Fixes: https://tracker.ceph.com/issues/36528
Signed-off-by: Tiago Melo <tmelo@suse.com>
2018-10-23 10:41:51 +01:00
Tiago Melo
2f4ce95725
mgr/dashboard: Fix missing failed restore notification
...
Fixes: http://tracker.ceph.com/issues/36513
Signed-off-by: Tiago Melo <tmelo@suse.com>
2018-10-23 10:34:03 +01:00