Commit Graph

91025 Commits

Author SHA1 Message Date
Kefu Chai
c98bbf4f71
Merge pull request #24509 from badone/wip-releases-add-13.2.2
doc/releases: Add Mimic release 13.2.2

Reviewed-by: Kefu Chai <kchai@redhat.com>
2018-10-10 14:47:51 +08:00
Kefu Chai
2e146bf0ca
Merge pull request #24368 from tchaikov/wip-cmake-cleanup
cmake: use OpenSSL::Crypto instead of OPENSSL_LIBRARIES

Reviewed-by: Casey Bodley <cbodley@redhat.com>
2018-10-10 12:39:06 +08:00
Brad Hubbard
2b188a2aed cmake/modules/BuildDPDK.cmake: Build required DPDK libraries
Make sure the mbuf and ethdev libraries are created as they export
required symbols.

Fixes: http://tracker.ceph.com/issues/36341

Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
2018-10-10 14:29:10 +10:00
Brad Hubbard
1adf6272e7 doc/releases: Add Mimic release 13.2.2
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
2018-10-10 12:55:13 +10:00
Mykola Golub
4f5410dce6 rbd: nicer help output for commands without options
Signed-off-by: Mykola Golub <mgolub@suse.com>
2018-10-09 22:29:59 +03:00
Mykola Golub
243a159351 rbd: print long aliases specs shorter in help output
(by substituting the common part with '...')

Signed-off-by: Mykola Golub <mgolub@suse.com>
2018-10-09 22:29:59 +03:00
Patrick Donnelly
f9c7920f57
Merge PR #24496 into master
* refs/pull/24496/head:
	doc: fix typo in blkin.rst

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2018-10-09 11:23:47 -07:00
Sage Weil
d82fab79e2
Merge pull request #24484 from hsiang41/mgr/predictor_model_file
mgr/diskprediction: Replace local predictor model file

Reviewed-by: Sage Weil <sage@redhat.com>
2018-10-09 11:56:51 -05:00
Ricardo Marques
13af4b52f7
Merge pull request #21614 from Devp00l/pool-creation-form
mgr/dashboard: Pool management

Reviewed-by: Ricardo Marques <rimarques@suse.com>
Reviewed-by: Tatjana Dehler <tdehler@suse.com>
Reviewed-by: Volker Theile <vtheile@suse.com>
2018-10-09 17:29:09 +01:00
Gregory Farnum
bdf354aedb
Merge pull request #24497 from idryomov/wip-clarify-copy-from
include/rados: clarify which flags go where for copy_from

Reviewed-by: Greg Farnum <gfarnum@redhat.com>
2018-10-09 09:22:07 -07:00
Kefu Chai
1fb419ca76 cmake: use OpenSSL::Crypto instead of OPENSSL_LIBRARIES
Signed-off-by: Kefu Chai <kchai@redhat.com>
2018-10-10 00:20:14 +08:00
Ilya Dryomov
3e06217360 include/rados: clarify which flags go where for copy_from
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2018-10-09 16:52:56 +02:00
Scoots Hamilton
172f970382 doc: fix typo in blkin.rst
Signed-off-by: Scoots Hamilton <scoots@redhat.com>
2018-10-09 10:46:39 -04:00
Kefu Chai
089d9537c2
Merge pull request #24491 from tchaikov/wip-add-erasure-clay-in-release-note
PendingReleaseNotes: note newly added CLAY code

Reviewed-by: Sage Weil <sage@redhat.com>
2018-10-09 22:17:55 +08:00
Stephan Müller
2c00cbe21c mgr/dashboard: New formatter byte unit tests
Signed-off-by: Stephan Müller <smueller@suse.com>
2018-10-09 16:13:48 +02:00
Stephan Müller
ce341cfba9 mgr/dashboard: Unset any compression setting for pools in UI
The dashboard API now can delete all compression options if the
compression mode is set to 'unset' during edit. Other dismissed options
will be overwritten with the reset value on submit, which will cause
the deletion of the previously set settings.

Fixes: https://tracker.ceph.com/issues/36355
Signed-off-by: Stephan Müller <smueller@suse.com>
2018-10-09 16:13:43 +02:00
Ricardo Marques
35cc77d0c1
Merge pull request #23230 from s0nea/wip-dashboard-config-options-add
mgr/dashboard config options add

Reviewed-by: Ricardo Marques <rimarques@suse.com>
Reviewed-by: Sebastian Krah <skrah@suse.com>
Reviewed-by: Stephan Müller <smueller@suse.com>
Reviewed-by: Volker Theile <vtheile@suse.com>
2018-10-09 15:07:50 +01:00
Stephan Müller
8e56421bcd mgr/dashboard: Update PG update test
It is now commented out like it was before,
but I've added a comment what happened during this test with the QA
system. The problem was that even with only a increase of 1 PG the QA
cluster went into a cluster warning state and did not recover in time.
The QA coverage timeout is 2 minutes.

I could not reproduce this behavior with a local cluster, but I've
added a loop to wait until pgp and pg number are equal and the cluster
is in a healthy state again. This can take locally about 5 seconds.
The internal loop has a timeout of 3 minutes.

Fixes: https://tracker.ceph.com/issues/36362
Signed-off-by: Stephan Müller <smueller@suse.com>
2018-10-09 15:56:54 +02:00
Stephan Müller
c98c8055c2 mgr/dashboard: Unset compression arguments for pools
The dashboard backend can now unset all set compression arguments if the
compression mode is switched to 'unset'. In the case of 'unset' Ceph
itself will only delete the 'compression_mode' argument, not all other
set arguments. The other arguments that should be removed, too, are
added to the update arguments in order to delete all set arguments.

Fixes: https://tracker.ceph.com/issues/36355
Signed-off-by: Stephan Müller <smueller@suse.com>
2018-10-09 15:56:47 +02:00
Stephan Müller
039a01d824 mgr/dashboard: Readd pool notifications
As of the merge of cleaner notifications, the notification component was
refactored and move this caused a loss of previously added
notifications.

Fixes: https://tracker.ceph.com/issues/36355
Signed-off-by: Stephan Müller <smueller@suse.com>
2018-10-09 15:56:35 +02:00
Stephan Müller
e5a04a3d48 mgr/dashboard: Use task list service in pool list
Now the pool list uses the task list service to monitor all tasks, in
order to extend each pool item with corresponding tasks if any. If there
is a running task for a pool you will see what action runs on it in the
listing.

Fixes: https://tracker.ceph.com/issues/36355
Signed-off-by: Stephan Müller <smueller@suse.com>
2018-10-09 15:56:28 +02:00
Stephan Müller
2d74c97c7c mgr/dashboard: Handle pool permissions
Handles pool action permissions in pool listing.

Fixes: https://tracker.ceph.com/issues/36355
Signed-off-by: Stephan Müller <smueller@suse.com>
2018-10-09 15:56:21 +02:00
Stephan Müller
6b86243c3a mgr/dashboard: Pool delete
You can delete pools through the UI, this will generate a task that
deletes the pool in the background.

Fixes: https://tracker.ceph.com/issues/36355
Signed-off-by: Stephan Müller <smueller@suse.com>
2018-10-09 15:56:18 +02:00
Stephan Müller
1e75db573b mgr/dashboard: Pool create / edit
You can create/edit pools through the UI if you have the right
permissions.

You can specify the following:
* Name - can't be duplicated
* Type - replicated or erasure
* Crush rule set
  * Validates if you can use it
  * A popover tells which crush steps are used
* Replica size - depends on your selected rule and the amount of OSDs
* Erasure code profile
* PGs - will be recalculated on form changes (type, replica size,
    erasure profile, crush rule) only if not set before
* EC overwrites flag
* Compression - Algorithm / Min/max blob size / mode / ratio
* Application metadata - Predefined and custom applications as badges

Fixes: https://tracker.ceph.com/issues/36355
Signed-off-by: Stephan Müller <smueller@suse.com>
2018-10-09 15:56:15 +02:00
Kefu Chai
cdbba106aa
Merge pull request #24471 from tchaikov/wip-doc-serve-doc
doc: add instructions about using "serve-doc" to preview built document

Reviewed-by: Alfredo Deza <adeza@redhat.com>
2018-10-09 21:22:20 +08:00
Kefu Chai
71d0c98c8b PendingReleaseNotes: note newly added CLAY code
Signed-off-by: Kefu Chai <kchai@redhat.com>
2018-10-09 21:20:27 +08:00
Kefu Chai
438876eb0f
Merge pull request #24477 from tchaikov/wip-live-with-slow-list-size
cmake: remove checking for GCC 5.1

Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
2018-10-09 21:05:25 +08:00
Stephan Müller
769abcb399 mgr/dashboard: Return errors to subscriber of task-wrapper
Fixes: https://tracker.ceph.com/issues/36360
Signed-off-by: Stephan Müller <smueller@suse.com>
2018-10-09 14:55:14 +02:00
Stephan Müller
525de6674d mgr/dashboard: Fixes user roles
Due to changes in the badges component, user roles had to be amended.

Fixes: https://tracker.ceph.com/issues/36357
Signed-off-by: Stephan Müller <smueller@suse.com>
2018-10-09 14:55:02 +02:00
Stephan Müller
3d06484be5 mgr/dashboard: Add badge filtering
It's now possible to filter badges and create badges via a create badges
label.

Fixes: https://tracker.ceph.com/issues/36357
Signed-off-by: Stephan Müller <smueller@suse.com>
2018-10-09 14:54:51 +02:00
Tatjana Dehler
960c17aa1b mgr/dashboard: add create functionality to the frontend
Add the missing functionality to create config options and related
tests to the frontend.

Fixes: http://tracker.ceph.com/issues/24455

Signed-off-by: Tatjana Dehler <tdehler@suse.com>
2018-10-09 14:51:34 +02:00
Stephan Müller
bc7ead0bc6 mgr/dashboard: Enable custom badges
Enables custom badges within badges component.

It's possible to use custom validations and custom error messages.

Fixes: https://tracker.ceph.com/issues/36357
Signed-off-by: Stephan Müller <smueller@suse.com>
2018-10-09 14:51:31 +02:00
Stephan Müller
bc9f34eacc mgr/dashboard: Amend pool backend tasks
Amends pool tasks in order to get the right results back into the UI
and also to have tasks with the same attributes.

Fixes: https://tracker.ceph.com/issues/36355
Signed-off-by: Stephan Müller <smueller@suse.com>
2018-10-09 14:51:27 +02:00
Stephan Müller
177e2df47e mgr/dashboard: Add pool type definition
Adds pool type definition which is used in pool listing.

Fixes: https://tracker.ceph.com/issues/36355
Signed-off-by: Stephan Müller <smueller@suse.com>
2018-10-09 14:51:23 +02:00
Stephan Müller
2f041a0f0b mgr/dashboard: Add crush rule type definitions
There are two type definitions one for the crush rule itself and one
for the crush step definition which is used inside the crush rule
definition.

Fixes: https://tracker.ceph.com/issues/36355
Signed-off-by: Stephan Müller <smueller@suse.com>
2018-10-09 14:51:19 +02:00
Stephan Müller
1ef6c7a382 mgr/dashboard: Erasure code profile interface
Fixes: https://tracker.ceph.com/issues/36355
Signed-off-by: Stephan Müller <smueller@suse.com>
2018-10-09 14:51:13 +02:00
Tatjana Dehler
724e3cb709 mgr/dashboard: add missing parameter type and related test
Added missing parameter type and a test for this service method.

Signed-off-by: Tatjana Dehler <tdehler@suse.com>
2018-10-09 14:50:53 +02:00
Tatjana Dehler
b952a0df11 mgr/dashboard: add config options form
Fixes: http://tracker.ceph.com/issues/24455

Signed-off-by: Tatjana Dehler <tdehler@suse.com>
2018-10-09 14:50:47 +02:00
Tatjana Dehler
a4dacee4b6 mgr/dashboard: add pattern validators
Add some pattern validators (ip, uuid, number, decimalNumber) that
are needed to validate the config option input values.

Fixes: http://tracker.ceph.com/issues/24455

Signed-off-by: Tatjana Dehler <tdehler@suse.com>
2018-10-09 14:50:42 +02:00
Stephan Müller
47d7399cd6 mgr/dashboard: Erasure code service
Fixes: https://tracker.ceph.com/issues/36355
Signed-off-by: Stephan Müller <smueller@suse.com>
2018-10-09 14:50:32 +02:00
Tatjana Dehler
a874548121 mgr/dashboard: add placeholder for filters to datatable
As (e.g.) the configuration option documentation has dropdown menus
with pre-defined filters we need a placeholder for them in the
datatable.

Signed-off-by: Tatjana Dehler <tdehler@suse.com>
2018-10-09 14:50:27 +02:00
Tatjana Dehler
bbd69caf17 mgr/dashboard: move config table details to their own component
Fixes: http://tracker.ceph.com/issues/24455

Signed-off-by: Tatjana Dehler <tdehler@suse.com>
2018-10-09 14:50:10 +02:00
Tatjana Dehler
18d91e2419 mgr/dashboard: add backend method to create config options
Fixes: http://tracker.ceph.com/issues/24455

Signed-off-by: Tatjana Dehler <tdehler@suse.com>
2018-10-09 14:50:00 +02:00
Tatjana Dehler
d13cab8631 mgr/dashboard: fix typo
Signed-off-by: Tatjana Dehler <tdehler@suse.com>
2018-10-09 14:49:54 +02:00
Tatjana Dehler
80d304181d mgr/dashboard: fix missing import
Added the missing import otherwise the 'should create' test will fail
because the received component is undefined.

Signed-off-by: Tatjana Dehler <tdehler@suse.com>
2018-10-09 14:49:38 +02:00
Tatjana Dehler
2a630be872 mgr/dashboard: refactor '_get_mon_allow_pool_delete_config'
Refactor '_get_mon_allow_pool_delete_config' method to be a little bit
more general. The method can now be used to get the value of every
config option known to the cluster.

Signed-off-by: Tatjana Dehler <tdehler@suse.com>
2018-10-09 14:47:24 +02:00
Jos Collin
4878508dcc
Merge pull request #24392 from joscollin/wip-fix-fs-status
pybind/mgr: identify invalid fs

Reviewed-by: John Spray <john.spray@redhat.com>
2018-10-09 16:36:02 +05:30
Kefu Chai
eb4070e458
Merge pull request #24422 from mynaramana/claydoc
docs: add Clay code plugin documentation

Reviewed-by: Kefu Chai <kchai@redhat.com>
2018-10-09 17:50:14 +08:00
Ricardo Marques
f55ce302b6
Merge pull request #23666 from rhcs-dashboard/grafana-integration
mgr/dashboard: Grafana graphs integration with dashboard

Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Reviewed-by: Tatjana Dehler <tdehler@suse.com>
Reviewed-by: Tiago Melo <tmelo@suse.com>
Reviewed-by: Volker Theile <vtheile@suse.com>
2018-10-09 09:29:08 +01:00
Volker Theile
eaf366aac0 mgr/dashboard: Performance counter progress bar keeps infinitely looping
Fixes: https://tracker.ceph.com/issues/36325

Signed-off-by: Volker Theile <vtheile@suse.com>
2018-10-09 08:26:09 +02:00