Commit Graph

90130 Commits

Author SHA1 Message Date
Patrick Donnelly
39abfb4007
Merge PR #23908 into master
* refs/pull/23908/head:
	client: retry remount on dcache invalidation failure

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Zheng Yan <zyan@redhat.com>
2018-09-11 11:27:23 -07:00
Patrick Donnelly
6df4d58037
Merge PR #23691 into master
* refs/pull/23691/head:
	client:two ceph-fuse client, one can not list out files created by another.

Reviewed-by: Zheng Yan <zyan@redhat.com>
2018-09-11 11:26:31 -07:00
Patrick Donnelly
bdd41451db
Merge PR #23323 into master
* refs/pull/23323/head:
	client: set f_files to the total number of files in the filesystem

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2018-09-11 11:24:50 -07:00
Patrick Donnelly
da426f6233
Merge PR #23314 into master
* refs/pull/23314/head:
	mds: include session uptime when diplaying session list
	mds: track average uptime of sessions

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2018-09-11 11:22:40 -07:00
Jason Dillaman
640bbd9593
Merge pull request #23954 from zy751713126/clear_snap_limit
rbd: simplified code to remove do_clear_limit function
2018-09-11 14:22:14 -04:00
Patrick Donnelly
a3d27182b8
Merge PR #23198 into master
* refs/pull/23198/head:
	mds: optimize acquiring locks
	mds: reduce memory fragments of EMetaBlob
	mds: optimize memory allocation in CInode::encode_inodestat
	mds: convert MDSCacheObject::ref_map to flat_map

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2018-09-11 11:15:44 -07:00
Patrick Donnelly
63ca9c00e1
Merge PR #23199 into master
* refs/pull/23199/head:
	script: backport-create-issue: optionally take list of issue numbers

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2018-09-11 10:56:22 -07:00
Patrick Donnelly
e78115ef3b
Merge PR #23728 into master
* refs/pull/23728/head:
	doc: suppored features of kernel client

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2018-09-11 10:44:04 -07:00
Patrick Donnelly
c4c788db31
Merge PR #23824 into master
* refs/pull/23824/head:
	doc/cephfs: add notes on application best practices

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Sage Weil <sage@redhat.com>
2018-09-11 10:14:20 -07:00
Nathan Cutler
fd243ee88f script: backport-create-issue: optionally take list of issue numbers
Make the script optionally take a comma-separated list of issue numbers.
(Could be just one issue.)

Before this patch, backport-create-issue script insisted on looping over all
issues in Pending Backport status. This was cumbersome in cases when only
one issue (or a couple issues) needed to be processed.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
2018-09-11 18:57:51 +02:00
Matt Benjamin
c427b100c8
Merge pull request #21379 from pritha-srivastava/wip-rgw-user-policy
rgw: User Policy
2018-09-11 12:10:28 -04:00
John Spray
0551d0e14b
Merge pull request #23497 from noahdesu/insights
mgr/insights: insights reporting module

Reviewed-by: John Spray <john.spray@redhat.com>
2018-09-11 15:56:10 +01:00
John Spray
b18bee1b19
Merge pull request #23146 from jcsp/wip-progress
mgr/progress: improve+test OSD out handling

Reviewed-by: Noah Watkins <nwatkins@redhat.com>
2018-09-11 15:37:51 +01:00
Lenz Grimmer
f2a4eacf2b
Merge pull request #23897 from votdev/improve_delete_modal
mgr/dashboard: Make deletion dialog more touch device friendly

Reviewed-by: Ricardo Marques <rimarques@suse.com>
Reviewed-by: Stephan Müller <smueller@suse.com>
2018-09-11 16:37:15 +02:00
Lenz Grimmer
7f2f16e4c4
Merge pull request #24016 from votdev/bug_35907
mgr/dashboard: Progress bar does not stop in TableKeyValueComponent

Reviewed-by: Ricardo Marques <rimarques@suse.com>
Reviewed-by: Stephan Müller <smueller@suse.com>
2018-09-11 16:28:16 +02:00
Sage Weil
e495ef0268 Merge PR #22987 into master
* refs/pull/22987/head:
	common,rgw: rename sha1_digest_t
	osd: decrement old chunk's reference count if the chunk has a reference.
	src/test: add a unit test
	osd: using fingerprint OID if fingerprint is set
	osd: add flag interfaces in chunk_info_t
	common/buffer.cc: add sha1 fingerprint
	osd: add fingerprint property
	mon: add a command to set fingerprint algorithm
2018-09-11 09:27:51 -05:00
Sage Weil
57f307b682 Merge PR #24006 into master
* refs/pull/24006/head:
	osd/OSD: clear ping_history on heartbeat_reset
	mon/OSDMonitor: share new maps with even non-active osds

Reviewed-by: Sage Weil <sage@redhat.com>
2018-09-11 09:27:34 -05:00
Sage Weil
ecc9564fbb Merge PR #24010 into master
* refs/pull/24010/head:
	osd/OSD: kick right merge source
	mgr/DaemonServer: split should respect inflight creating pgs

Reviewed-by: Sage Weil <sage@redhat.com>
2018-09-11 09:27:17 -05:00
John Spray
34e82cb436
Merge pull request #23464 from wido/influx-optimize
mgr/influx: Use Queue to store points which need to be written

Reviewed-by: John Spray <john.spray@redhat.com>
2018-09-11 15:16:12 +01:00
Andrew Schoen
716b94d9c7
Merge pull request #24019 from alfredodeza/wip-rm34535
ceph-volume  batch carve out lvs for bluestore

Reviewed-by: Andrew Schoen <aschoen@redhat.com>
2018-09-11 09:09:27 -05:00
Yan, Zheng
f7ace59e53 doc: suppored features of kernel client
Fixes: http://tracker.ceph.com/issues/27209
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
2018-09-11 21:40:20 +08:00
Kefu Chai
296f54d221
Merge pull request #23957 from tchaikov/wip-crimson-logging
common,auth,crimson: add logging to crimson

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Liu-Chunmei <chunmei.liu@intel.com>
2018-09-11 21:18:17 +08:00
Kefu Chai
5e003e573a
Merge pull request #23992 from badone/wip-librados-client-unique-ptr-compile-error
librados: Include memory for unique_ptr definition

Reviewed-by: Kefu Chai <kchai@redhat.com>
2018-09-11 20:27:36 +08:00
Kefu Chai
510d9e1345
Merge pull request #23723 from xiexingguo/wip-list-missing
osd/PrimaryLogPG: rename list_missing -> list_unfound command

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Sage Weil <sage@redhat.com>
2018-09-11 20:25:21 +08:00
Kefu Chai
fb80f5b1b7
Merge pull request #23921 from croit/fix-35544
osd/OSDMap: add osd status to utilization dumper

Reviewed-by: Sage Weil <sage@redhat.com>
2018-09-11 20:23:56 +08:00
Kefu Chai
91a7bb431c
Merge pull request #23488 from xiaomanh/master
tools: correct the description of Allowed options in osdomap tool

Reviewed-by: Kefu Chai <kchai@redhat.com>
2018-09-11 20:23:27 +08:00
Volker Theile
4574407a9e mgr/dashboard: Make deletion dialog more touch device friendly
* Refactor deletion dialog
* Add directives.module.ts to be able to use 'autofocus' in deletion dialog

Signed-off-by: Volker Theile <vtheile@suse.com>
2018-09-11 13:05:31 +02:00
John Spray
46a74a07d9 qa: add task for progress module
Signed-off-by: John Spray <john.spray@redhat.com>
2018-09-11 11:21:35 +01:00
John Spray
09f5f9e1eb qa: add 4th OSD to mgr test cluster
This is useful for testing progress module.

Signed-off-by: John Spray <john.spray@redhat.com>
2018-09-11 11:21:35 +01:00
John Spray
5ecd69099d qa: add tests for progress module
Signed-off-by: John Spray <john.spray@redhat.com>
2018-09-11 11:21:35 +01:00
John Spray
dde10a0b6e mgr/progress: no progress event on unmoved pgs
PGs may not be moved on osd out, if there is no suitable
location for them to move to.  In this situation
it doesn't make sense to have a progress event, as the
health warnings adequately communicate the situation.

Signed-off-by: John Spray <john.spray@redhat.com>
2018-09-11 11:21:35 +01:00
John Spray
51691d84b9 mgr/progress: fix PgRecoveryEvent completion cases
The event was previously not getting moved to the completed
list.  There are a couple more cases too:
 - When some pgs go away (a pool is removed) during the event
 - When the OSD comes back in after going out

Signed-off-by: John Spray <john.spray@redhat.com>
2018-09-11 11:21:35 +01:00
John Spray
5c071a61f4 mgr: expose osdmap pg_to_up_acting_osds
It's not efficient to have python calling this
O(pg_num) times to find the pgs for an OSD, but
I'm just shooting for something functional for now.

Signed-off-by: John Spray <john.spray@redhat.com>
2018-09-11 11:21:35 +01:00
Lenz Grimmer
a0c6b83334
Merge pull request #23910 from votdev/improve_autofocus_directive
mgr/dashboard: Refactor autofocus directive

Reviewed-by: Ricardo Marques <rimarques@suse.com>
Reviewed-by: Stephan Müller <smueller@suse.com>
2018-09-11 11:56:56 +02:00
Kefu Chai
e96e507874
Merge pull request #23752 from ifed01/wip-ifed-fix-garbage-test
os/tests: fix garbageCollection test case from store_test suite.

Reviewed-by: Kefu Chai <kchai@redhat.com>
2018-09-11 17:10:37 +08:00
Xie Xingguo
54b6ce1ae2
Merge pull request #24021 from libingyang-zte/master
doc: Fix Spelling Error of Radosgw

Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
2018-09-11 16:47:48 +08:00
李丙洋 10208981
53feb4ad4e doc: Fix Spelling Error of Radosgw
Signed-off-by: Li Bingyang <li.bingyang1@zte.com.cn>
2018-09-11 15:30:20 +08:00
Noah Watkins
5c2615e3d7 qa/tasks/mgr: whitelist insights test health checks
these drive health history tracking tests.

Signed-off-by: Noah Watkins <nwatkins@redhat.com>
2018-09-10 15:02:49 -07:00
vasukulkarni
10f1c4c9de
Merge pull request #23602 from smanjara/wip-test-netem
qa: Task to emulate network delay and packet drop between two given h…
2018-09-10 09:57:10 -07:00
Volker Theile
7243d9b67d mgr/dashboard: Progress bar does not stop in TableKeyValueComponent
Fixes: https://tracker.ceph.com/issues/35907

Signed-off-by: Volker Theile <vtheile@suse.com>
2018-09-10 18:29:05 +02:00
Alfredo Deza
9ca5263362 ceph-volume tests.util verify Disk objects don't change state with divisions
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2018-09-10 12:28:57 -04:00
Alfredo Deza
7d1a3c7424 ceph-volume util.disk fix an issue where Disk objects would mutate on div operations
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2018-09-10 12:18:49 -04:00
Alfredo Deza
860068ec5d ceph-volume util.prepare add a helper to get block.db sizes from ceph.conf
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2018-09-10 12:09:50 -04:00
Alfredo Deza
0eb0bdfc55 ceph-volume lvm.batch.bluestore add TODOs for custom fast/slow devices
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2018-09-10 12:09:15 -04:00
Alfredo Deza
d117d66903 -f ceph-volume lvm.batch.bluestore validation and reporting with VG reuse
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2018-09-10 12:08:35 -04:00
John Spray
8279d8713e doc/cephfs: add notes on application best practices
Signed-off-by: John Spray <john.spray@redhat.com>
2018-09-10 15:53:42 +01:00
Sage Weil
d71258495e
Merge pull request #23997 from batrick/multimds-qa-broken-symlink
qa: fix symlink
2018-09-10 09:26:12 -05:00
Sage Weil
3a34c9ee38 Merge PR #23965 into master
* refs/pull/23965/head:
	doc/dev/msgr2: better formatting
	doc/dev/msgr2: clarify padding alignment
	doc/dev/msgr2: tweak message flow handshake
	doc/dev/msgr2: remove stream concept, streamline auth

Reviewed-by: Ricardo Dias <rdias@suse.com>
2018-09-10 09:23:32 -05:00
Alfredo Deza
267a386cc2 ceph-volume lvm.batch fix error reporting, Device objects aren't strings
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2018-09-10 09:17:11 -04:00
Alfredo Deza
27f47565a0 ceph-volume lvm.batch.bluestore validation and reporting with VG reuse
Reworks the bluestore validation and reporting to account for reusable
VGs from fast devices, and adds validation calls to ensure the new way
to calculate this process will work.

Signed-off-by: Alfredo Deza <adeza@redhat.com>
2018-09-10 09:17:11 -04:00