]>
git.apps.os.sepia.ceph.com Git - ceph.git/log
Brad Hubbard [Fri, 14 Dec 2018 05:01:21 +0000 (15:01 +1000)]
doc/user-management: Remove obsolete reset caps command
This command has not worked since hammer and makes no sense in an
environment where we do not allow empty caps
Fixes: http://tracker.ceph.com/issues/37663
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
Kefu Chai [Fri, 14 Dec 2018 02:53:56 +0000 (10:53 +0800)]
Merge pull request #25454 from rzarzynski/wip-bl-drop-alloc-tracking
common: drop allocation tracking from bufferlist.
Reviewed-by: Kefu Chai <kchai@redhat.com>
J. Eric Ivancich [Thu, 13 Dec 2018 20:14:11 +0000 (15:14 -0500)]
Merge pull request #25333 from ivancich/wip-versioned-reshard-stats
rgw: fix stats for versioned buckets after reshard.
Reviewed-by: Matt Benjamin <mbenjami@redhat.com>
Reviewed-By: Abhishek Lekshmanan <abhishek@suse.com>
Abhishek L [Thu, 13 Dec 2018 16:57:09 +0000 (17:57 +0100)]
Merge pull request #25356 from ivancich/wip-fix-rgw-options
rgw: move all reshard config options out of legacy_config_options
Reviewed-By: Abhishek Lekshmanan <abhishek@suse.com>
Alfredo Deza [Thu, 13 Dec 2018 15:36:21 +0000 (10:36 -0500)]
Merge pull request #25477 from alfredodeza/wip-rm37486
ceph-volume: set permissions right before prime-osd-dir
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Alfredo Deza [Thu, 13 Dec 2018 14:49:41 +0000 (09:49 -0500)]
ceph-volume tests.functional.lvm stop all osds before activating again to test permissions
Otherwise, ``ceph-volume lvm activate --all`` will skip OSDs that are
already running. So the test that verifies that permissions are
corrected will fail because ``activate`` will simply skip them
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Lenz Grimmer [Thu, 13 Dec 2018 13:00:45 +0000 (14:00 +0100)]
Merge pull request #25504 from Devp00l/wip-summary-service-test-fix
mgr/dashboard: Cleanup of summary refresh test
Reviewed-by: Kanika Murarka <kmurarka@redhat.com>
Reviewed-by: Tiago Melo <tmelo@suse.com>
Alfredo Deza [Thu, 13 Dec 2018 12:45:00 +0000 (07:45 -0500)]
ceph-volume lvm.activate ensure filestore osd path is chowned always
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Sage Weil [Thu, 13 Dec 2018 12:16:59 +0000 (06:16 -0600)]
Merge PR #21305 into master
* refs/pull/21305/head:
ceph-create-keys: depreceate, print warning
Reviewed-by: Sébastien Han <seb@redhat.com>
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Sage Weil [Mon, 9 Apr 2018 14:10:41 +0000 (09:10 -0500)]
ceph-create-keys: depreceate, print warning
We'll remove this post-nautilus or post-octopus, I guess?
Signed-off-by: Sage Weil <sage@redhat.com>
Nathan Cutler [Thu, 13 Dec 2018 10:13:52 +0000 (11:13 +0100)]
Merge pull request #25411 from javacruft/py3-ceph-create-keys
ceph-create-keys: Misc Python 3 fixes
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Sage Weil [Thu, 13 Dec 2018 10:12:43 +0000 (04:12 -0600)]
Merge PR #25478 into master
* refs/pull/25478/head:
README.md: Add note about default do_cmake.sh debug builds.
doc/install: Add note about default do_cmake.sh debug builds.
do_cmake: Warn user about slow debug performance by default.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Sage Weil <sage@redhat.com>
Lenz Grimmer [Thu, 13 Dec 2018 09:52:44 +0000 (10:52 +0100)]
Merge pull request #25334 from rhcs-dashboard/rgw-email-validation
mgr/dashboard: Validation for duplicate RGW user email
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Lenz Grimmer [Thu, 13 Dec 2018 09:50:51 +0000 (10:50 +0100)]
Merge pull request #25502 from rhcs-dashboard/code-cleanup
mgr/dashboard: code cleanup
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed-by: Sebastian Krah <skrah@suse.com>
Reviewed-by: Tiago Melo <tmelo@suse.com>
Kefu Chai [Thu, 13 Dec 2018 04:11:45 +0000 (12:11 +0800)]
Merge pull request #25463 from tchaikov/wip-qa-thrash-old-clients
qa: downgrade librados2,librbd1 for thrash-old-clients tests
Reviewed-by: Neha Ojha <nojha@redhat.com>
Kefu Chai [Mon, 10 Dec 2018 10:35:45 +0000 (18:35 +0800)]
qa: downgrade librados2,librbd1 for thrash-old-clients tests
librados2 and librbd1 are installed as a dependency of qemu-kvm.
qemu-kvm is installed by ceph-cm-ansible, see [1].
in thrash-old-clients, jewel packages are installed, but yum does
not allow downgrade unless it's required explicitly. in this change,
we downgrade librbd1 and librados2 to address this issue.
currently, the ceph packages shipped by CentOS/RHEL 7 are still an old
version of jewel. so this issue only kicks in when we try to install
hammer.
this change should address failures like
Command failed on smithi136 with status 1: '\n sudo yum -y install
rbd-fuse\n '
found in rados/thrash-old-clients tests.
---
[1]
https://github.com/ceph/ceph-cm-ansible/commit/
3db1cbdc226ecdea532bcc7cd6e710b5ad2bb0d6 #diff-
f2b05d775fedff6c5c6689f564b32f1c
Fixes: http://tracker.ceph.com/issues/37618
Signed-off-by: Kefu Chai <kchai@redhat.com>
Dan Mick [Wed, 12 Dec 2018 22:37:41 +0000 (14:37 -0800)]
Merge pull request #25433 from hsiang41/fix_37533
mgr/diskprediction_cloud: Remove needless library in the requirements file
Eric Ivancich [Wed, 12 Dec 2018 21:13:04 +0000 (16:13 -0500)]
Merge pull request #25510 from ivancich/wip-log-successful-resharding
rgw: feature -- log successful bucket resharding events
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Patrick Donnelly [Wed, 12 Dec 2018 20:48:01 +0000 (12:48 -0800)]
Merge PR #25222 into master
* refs/pull/25222/head:
mds: do not call Journaler::_trim twice
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Zheng Yan <zyan@redhat.com>
Patrick Donnelly [Wed, 12 Dec 2018 20:47:16 +0000 (12:47 -0800)]
Merge PR #25229 into master
* refs/pull/25229/head:
mds: fix incorrect l_pq_executing_ops statistics when meet an invalid item in purge queue
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Zheng Yan <zyan@redhat.com>
Patrick Donnelly [Wed, 12 Dec 2018 20:45:29 +0000 (12:45 -0800)]
Merge PR #25109 into master
* refs/pull/25109/head:
client: do not move f->pos untill success write
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Zheng Yan <zyan@redhat.com>
Patrick Donnelly [Wed, 12 Dec 2018 20:43:05 +0000 (12:43 -0800)]
Merge PR #25220 into master
* refs/pull/25220/head:
mds: queue inodes into MDCache::export_pin_queue after setattr is journaled
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly [Wed, 12 Dec 2018 20:41:46 +0000 (12:41 -0800)]
Merge PR #25316 into master
* refs/pull/25316/head:
client: don't update importing caps' mseq when handing cap export
mds: don't exclude disallowed caps when recording wanted caps
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly [Wed, 12 Dec 2018 20:40:55 +0000 (12:40 -0800)]
Merge PR #25389 into master
* refs/pull/25389/head:
mds: remove duplicated l_mdc_num_strays perfcounter set
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly [Wed, 12 Dec 2018 20:39:47 +0000 (12:39 -0800)]
Merge PR #25442 into master
* refs/pull/25442/head:
pybind/mgr/status: fix ceph fs status in py3 environments.
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Andrew Schoen [Wed, 12 Dec 2018 20:10:59 +0000 (14:10 -0600)]
ceph-volume: include the ceph-facts role when needed during testing
The ceph-ansible stable-3.2 branch does not have the ceph-facts role
but master does. We need to make sure to import this role only when
it's supported.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Sage Weil [Wed, 12 Dec 2018 20:00:52 +0000 (14:00 -0600)]
Merge PR #25402 into master
* refs/pull/25402/head:
pybind/mgr: rename get_option -> get_ceph_option
pybind/mgr: add get_ceph_option to standby module interface
ceph.spec.in: add xmlsec1 dependency for dashboard make check
mgr: rename internal ceph_set_config -> ceph_set_module_option
pybind/mgr: set_config -> set_module_option
pybind/mgr: get_config -> get_module_option
mgr: rename internal get_config -> get_module_option
pybind/mgr: OPTIONS -> MODULE_OPTIONS
Reviewed-by: Ricardo Dias <rdias@suse.com>
Reviewed-by: Tim Serong <tserong@suse.com>
J. Eric Ivancich [Wed, 12 Dec 2018 18:53:49 +0000 (13:53 -0500)]
rgw: feature -- log successful bucket resharding events
This change adds a single log entry at level 1 to indicate when a
bucket resharding successfully completes.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
Mark Nelson [Tue, 11 Dec 2018 00:07:55 +0000 (18:07 -0600)]
README.md: Add note about default do_cmake.sh debug builds.
Signed-off-by: Mark Nelson <mnelson@redhat.com>
Mark Nelson [Mon, 10 Dec 2018 23:55:36 +0000 (17:55 -0600)]
doc/install: Add note about default do_cmake.sh debug builds.
Signed-off-by: Mark Nelson <mnelson@redhat.com>
Mark Nelson [Mon, 10 Dec 2018 23:46:50 +0000 (17:46 -0600)]
do_cmake: Warn user about slow debug performance by default.
Signed-off-by: Mark Nelson <mnelson@redhat.com>
Lenz Grimmer [Wed, 12 Dec 2018 16:59:29 +0000 (17:59 +0100)]
Merge pull request #25325 from Devp00l/wip-issue-37469
mgr/dashboard: Notification queue
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Tiago Melo <tmelo@suse.com>
Lenz Grimmer [Wed, 12 Dec 2018 16:41:30 +0000 (17:41 +0100)]
Merge pull request #25494 from callithea/wip-e2e-script-rgw-conf
mgr/dashboard: Object Gateway user configuration
Reviewed-by: Stephan Müller <smueller@suse.com>
Reviewed-by: Tiago Melo <tmelo@suse.com>
Alfredo Deza [Wed, 12 Dec 2018 15:26:43 +0000 (10:26 -0500)]
Merge pull request #25238 from jan--f/c-v-refactor-strategies-into-hierachy
ceph-volume: introduce class hierachy for strategies
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Sebastian Wagner [Wed, 12 Dec 2018 14:55:56 +0000 (15:55 +0100)]
Merge pull request #25452 from jtlayton/wip-orchestrator
mgr/rook: fix API version and object types for recent rook changes
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Jan Fajerski [Mon, 26 Nov 2018 13:03:56 +0000 (14:03 +0100)]
ceph-volume: filestore strategy use strategy class hierarchy
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
Jan Fajerski [Mon, 26 Nov 2018 13:03:03 +0000 (14:03 +0100)]
ceph-volume: bluestore strategy use strategy class hierarchy
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
Jan Fajerski [Mon, 26 Nov 2018 13:01:57 +0000 (14:01 +0100)]
ceph-volume: add strategies.py to for shared code
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
Stephan Müller [Mon, 26 Nov 2018 14:59:26 +0000 (15:59 +0100)]
mgr/dashboard: Notification queue
It's now possible to send an array of notification configs to the notification
service. These array is cached for, by default 500ms, before this array
is unified and than converted to full notifications that are seen by the
user.
Useful if different service can come to the same conclusions regarding
the notification. This is the case for the prometheus notification service
and the prometheus alert service.
Fixes: https://tracker.ceph.com/issues/37469
Signed-off-by: Stephan Müller <smueller@suse.com>
Stephan Müller [Tue, 4 Dec 2018 14:18:41 +0000 (15:18 +0100)]
mgr/dashboard: CdNotificationConfig
This model will now be taken as single argument in the 'show' method
of the notification service. Through using this model it's easy to
define notifications before sending them out. Which can be helpful
if you have to process an array of possible notification and the
possibility that those notifications would look a like.
This scenario doesn't exist in the current code base, but it's the
case for new feature to show alerts from Prometheus.
Fixes: https://tracker.ceph.com/issues/37469
Signed-off-by: Stephan Müller <smueller@suse.com>
Alfredo Deza [Wed, 12 Dec 2018 13:11:52 +0000 (08:11 -0500)]
Merge pull request #25390 from jan--f/c-v-revert-partition-as-disk
ceph-volume: revert partition as disk
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
alfonsomthd [Wed, 12 Dec 2018 12:08:30 +0000 (13:08 +0100)]
mgr/dashboard: code cleanup
Deleted duplicated ng-template.
Signed-off-by: Alfonso Martínez <almartin@redhat.com>
Lenz Grimmer [Wed, 12 Dec 2018 11:34:52 +0000 (12:34 +0100)]
Merge pull request #25276 from rhcs-dashboard/37401-chart-slice-hiding
mgr/dashboard: permanent pie chart slice hiding
Reviewed-by: Kanika Murarka <kmurarka@redhat.com>
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Stephan Müller [Wed, 12 Dec 2018 11:07:14 +0000 (12:07 +0100)]
mgr/dashboard: Cleanup of summary refresh test
Now the test is testing what it says.
Additionally resolved typescript compiler issues in the file and
removed not needed doc types in the corresponding service.
Fixes: https://tracker.ceph.com/issues/37619
Signed-off-by: Stephan Müller <smueller@suse.com>
Lenz Grimmer [Wed, 12 Dec 2018 10:58:49 +0000 (11:58 +0100)]
Merge pull request #25143 from nathan-weinberg/breadcrumb-block
mgr/dashboard: Added breadcrumb tests to Block menu items
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed-by: Tatjana Dehler <tdehler@suse.com>
Reviewed-by: Tiago Melo <tmelo@suse.com>
Jason Dillaman [Tue, 11 Dec 2018 20:18:38 +0000 (15:18 -0500)]
Merge pull request #25358 from trociny/wip-prometheus-rbd-stats
mgr/prometheus: provide RBD stats via osd dynamic perf counters
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Alfredo Deza [Mon, 10 Dec 2018 19:52:03 +0000 (14:52 -0500)]
ceph-volume tests.functional set root:root in OSDs in filestore
To make sure that ceph-volume will be able to set the right permissions
when trying to activate
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Mon, 10 Dec 2018 19:38:02 +0000 (14:38 -0500)]
ceph-volume tests.functional set root:root in OSDs in bluestore
To make sure that ceph-volume will be able to set the right permissions
when trying to activate
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Casey Bodley [Tue, 11 Dec 2018 19:24:04 +0000 (14:24 -0500)]
Merge pull request #25495 from ivancich/wip-rgw-add-missing-editor-directives
rgw: clean-up -- insure C++ source code files contain editor directives
Reviewed-by: Casey Bodley <cbodley@redhat.com>
J. Eric Ivancich [Tue, 11 Dec 2018 16:43:05 +0000 (11:43 -0500)]
rgw: clean-up -- insure C++ source code files contain editor directives
Most, although not all, source code files have a comment on the first
two lines describing the C++ formatting conventions used. This commit
adds that directive to the files lacking it. Also, vertical whitespace
was made more consistent. Note: this only touches files specifically
for RGW.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
Kefu Chai [Tue, 11 Dec 2018 16:59:07 +0000 (00:59 +0800)]
Merge pull request #25491 from smithfarm/wip-libradospp-devel
rpm: fix libradospp-devel runtime dependency
Reviewed-by: Kefu Chai <kchai@redhat.com>
Jason Dillaman [Tue, 11 Dec 2018 16:44:08 +0000 (11:44 -0500)]
Merge pull request #25436 from Songweibin/wip-rbd-silence-log
cls/rbd: silence the log of get metadata error
Jason Dillaman [Tue, 11 Dec 2018 16:42:20 +0000 (11:42 -0500)]
Merge pull request #25372 from iridescent-rsy/add-throttle-name
common: fix access and add name for the token bucket throttle
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Reviewed-by: Dongsheng Yang <dongsheng.yang@easystack.cn>
Jason Dillaman [Tue, 11 Dec 2018 16:39:30 +0000 (11:39 -0500)]
Merge pull request #25445 from trociny/wip-python-rbd_list2
pybind/rbd: optimize rbd_list2
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Laura Paduano [Tue, 11 Dec 2018 16:24:52 +0000 (17:24 +0100)]
mgr/dashboard: Object Gateway user configuration
In order to be able to access and test the Object Gateway
within our end-to-end tests it needs to be configured properly.
This script will now take care of creating and configuring
a user and will set the corresponding credentials for the user.
Signed-off-by: Laura Paduano <lpaduano@suse.com>
Lenz Grimmer [Tue, 11 Dec 2018 15:23:01 +0000 (16:23 +0100)]
Merge pull request #25327 from Devp00l/wip-issue-37471
mgr/dashboard: Settings service
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Kanika Murarka <kmurarka@redhat.com>
Reviewed-by: Tatjana Dehler <tdehler@suse.com>
Kefu Chai [Tue, 11 Dec 2018 15:00:31 +0000 (23:00 +0800)]
Merge pull request #25467 from rrmichel/patch-3
doc: Fixed syntax in iscsi initiator windows doc
Reviewed-by: Kefu Chai <kchai@redhat.com>
Casey Bodley [Tue, 11 Dec 2018 14:35:34 +0000 (09:35 -0500)]
Merge pull request #25487 from theanalyst/vstart-lc-level
vstart: rgw: disable the lc debug interval option
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Jan Fajerski [Fri, 7 Dec 2018 08:59:34 +0000 (09:59 +0100)]
ceph-volume: add inventory call to functional tests
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
Jan Fajerski [Tue, 4 Dec 2018 16:00:59 +0000 (17:00 +0100)]
ceph-volume: add partition support to Device
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
Jan Fajerski [Tue, 4 Dec 2018 07:33:53 +0000 (08:33 +0100)]
Revert "ceph-volume tests.util ensure partitions are listed as top-level keys"
This reverts commit
6dc01772245e557b73551111f7c48cc60aec0893 .
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
Jan Fajerski [Tue, 4 Dec 2018 07:29:39 +0000 (08:29 +0100)]
Revert "ceph-volume util.disk include partitions as top level devices in get_devices"
This reverts commit
7f3c3598491e556ec1b93ea0a54f52144202fab6 .
Fixes: http://tracker.ceph.com/issues/37506
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
Jos Collin [Tue, 11 Dec 2018 14:11:23 +0000 (19:41 +0530)]
Merge pull request #25394 from LenzGr/master-documentation
doc: Added some hints on how to further accelerate builds with ccache
Reviewed-by: Jos Collin <jcollin@redhat.com>
Reviewed-by: Erwan Velu <erwan@redhat.com>
Reviewed-by: Kai Wagner <kwagner@suse.com>
Nathan Cutler [Tue, 11 Dec 2018 14:06:08 +0000 (15:06 +0100)]
build/ops: rpm: fix libradospp-devel runtime dependency
The devel packages don't get the major version in their name.
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Alfredo Deza [Mon, 10 Dec 2018 18:27:20 +0000 (13:27 -0500)]
ceph-volume lvm.activate always chown osd path before osd-prime-dir in bluestore
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Tue, 11 Dec 2018 13:19:44 +0000 (08:19 -0500)]
Merge pull request #25469 from sebastian-philipp/ceph-volume-fix-join
ceph-volume: Fix TypeError: join() takes exactly one argument (2 given)
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Sebastian Wagner [Tue, 11 Dec 2018 12:57:45 +0000 (13:57 +0100)]
Merge pull request #25401 from jmolmo/improve_wait_code
mgr/orchestrator: Simplify Orchestrator wait implementation
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Reviewed-by: Sébastien Han <seb@redhat.com>
Lenz Grimmer [Tue, 11 Dec 2018 11:54:54 +0000 (12:54 +0100)]
doc: Added some hints on how to further accelerate builds with ccache
Fixed incorrect note directives and added a section about how to speed
up development/scratch builds with ccache.
Signed-off-by: Lenz Grimmer <lgrimmer@suse.com>
Kefu Chai [Tue, 11 Dec 2018 11:44:00 +0000 (19:44 +0800)]
Merge pull request #25432 from rzarzynski/wip-bl-drop-pipesize
common: drop unused get_max_pipe_size() in buffer.cc.
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai [Tue, 11 Dec 2018 11:42:13 +0000 (19:42 +0800)]
Merge pull request #25457 from trociny/wip-37581
pybind/mgr: drop unnecessary iterkeys usage to make py-3 compatible
Reviewed-by: Sebastian Wagner <swagner@suse.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Tue, 11 Dec 2018 11:41:11 +0000 (19:41 +0800)]
Merge pull request #25471 from majianpeng/bluestore-open-blufs
os/bluestore: check return value of _open_bluefs.
Reviewed By: Xie Xingguo <xie.xingguo@zte.com.cn>
Sebastian Wagner [Mon, 10 Dec 2018 13:38:08 +0000 (14:38 +0100)]
ceph-volume: Fix TypeError: join() takes exactly one argument (2 given)
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sage Weil [Tue, 4 Dec 2018 23:34:18 +0000 (17:34 -0600)]
pybind/mgr: rename get_option -> get_ceph_option
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil [Tue, 4 Dec 2018 23:35:49 +0000 (17:35 -0600)]
pybind/mgr: add get_ceph_option to standby module interface
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil [Thu, 6 Dec 2018 14:59:32 +0000 (08:59 -0600)]
ceph.spec.in: add xmlsec1 dependency for dashboard make check
Signed-off-by: Sage Weil <sage@redhat.com>
Abhishek Lekshmanan [Tue, 11 Dec 2018 09:49:52 +0000 (10:49 +0100)]
vstart: rgw: disable the lc debug interval option
Since it can be very verbose in logs as the start and end time are logged every
10s currently, comment these out. If needed, they can be enabled by those
needing to run the lc time based tests which are still unreliable and disabled
in qa suites.
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
Kefu Chai [Tue, 11 Dec 2018 06:21:22 +0000 (14:21 +0800)]
Merge pull request #25404 from ptozys/master
async/dpdk: when enable dpdk, multiple message queue defect
Reviewed-by: Haomai Wang <haomai@xsky.com>
Kefu Chai [Tue, 11 Dec 2018 03:48:35 +0000 (11:48 +0800)]
Merge pull request #25460 from tchaikov/wip-krb5-off
auth: do not use GSS/KRB5 if ! HAVE_GSSAPI
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai [Tue, 11 Dec 2018 01:35:22 +0000 (09:35 +0800)]
Merge pull request #25298 from smanjara/wip-rgw-import
qa/rgw: add missing import line
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil [Tue, 4 Dec 2018 23:32:40 +0000 (17:32 -0600)]
mgr: rename internal ceph_set_config -> ceph_set_module_option
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil [Tue, 4 Dec 2018 23:31:04 +0000 (17:31 -0600)]
pybind/mgr: set_config -> set_module_option
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil [Tue, 4 Dec 2018 23:28:07 +0000 (17:28 -0600)]
pybind/mgr: get_config -> get_module_option
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil [Tue, 4 Dec 2018 23:22:23 +0000 (17:22 -0600)]
mgr: rename internal get_config -> get_module_option
The python module interface doesn't change (yet).
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil [Mon, 3 Dec 2018 20:22:18 +0000 (14:22 -0600)]
pybind/mgr: OPTIONS -> MODULE_OPTIONS
We want to distinguish between module options (mgr/$module/name)
and compiled-in ceph options (common/options.cc).
Signed-off-by: Sage Weil <sage@redhat.com>
Alfredo Deza [Mon, 10 Dec 2018 17:27:37 +0000 (12:27 -0500)]
Merge pull request #25429 from alfredodeza/wip-bz1644847
ceph-volume zap devices associated with an OSD ID and/or OSD FSID
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Reviewed-by: Sebastien Han <shan@redhat.com>
Alfredo Deza [Mon, 10 Dec 2018 16:56:16 +0000 (11:56 -0500)]
Merge pull request #25354 from ceph/wip-rm37409
ceph-volume: test with multiple NVME drives
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Radoslaw Zarzynski [Thu, 6 Dec 2018 22:58:40 +0000 (23:58 +0100)]
common: drop unused get_max_pipe_size() in buffer.cc.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Lenz Grimmer [Mon, 10 Dec 2018 16:25:10 +0000 (17:25 +0100)]
Merge pull request #25120 from Devp00l/wip-ecp-api-test-failure
mgr/dashboard/qa: Fix ECP creation test
Reviewed-by: Sebastian Wagner <swagner@suse.com>
Reviewed-by: Tatjana Dehler <tdehler@suse.com>
Jeff Layton [Fri, 7 Dec 2018 18:48:25 +0000 (13:48 -0500)]
mgr/rook: fix API version and object types for recent rook changes
The rook project recently renamed these objects and promoted the version
to v1. Make the corresponding changes in the ceph rook module.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Lenz Grimmer [Mon, 10 Dec 2018 15:19:05 +0000 (16:19 +0100)]
Merge pull request #25363 from zmc/wip-fix-dash-ecp-test
mgr/dashboard: Fix a broken ECP controller test
Reviewed-by: Stephan Müller <smueller@suse.com>
Reviewed-by: Tatjana Dehler <tdehler@suse.com>
Sebastian Wagner [Mon, 10 Dec 2018 15:04:56 +0000 (16:04 +0100)]
Merge pull request #25391 from SUSE/wip-orchestrator-deepsea-cleanup
mgr/deepsea: check for inflight completions when starting event reader, cleanup logging and comments
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Mykola Golub [Mon, 10 Dec 2018 13:50:46 +0000 (13:50 +0000)]
pybind/mgr: drop unnecessary iterkeys usage to make py-3 compatible
Fixes: http://tracker.ceph.com/issues/37581
Signed-off-by: Mykola Golub <mgolub@suse.com>
Jianpeng Ma [Mon, 10 Dec 2018 13:12:10 +0000 (21:12 +0800)]
os/bluestore: check return value of _open_bluefs.
With an non-existing device as db, it met the following error messages:
sceph7: 2018-12-11 04:52:28.117
7efe74b1f600 -1 bluestore(/var/lib/ceph/mnt/osd-device-0-data) _read_fsid unparsable uuid
sceph7: 2018-12-11 04:52:28.121
7efe74b1f600 -1 bluestore(/var/lib/ceph/mnt/osd-device-0-data) _open_bluefs /var/lib/ceph/mnt/osd-device-0-data/block.db symlink exists but target unusable: (2) No such file or directory
sceph7: *** Caught signal (Segmentation fault) **
sceph7: in thread
7efe74b1f600 thread_name:ceph-osd
sceph7: ceph version
14.0.1-1121-gfbea0e658a (
fbea0e658a94c83936d2f78c42b5a8650b9700c4 ) nautilus (dev)
sceph7: 1: (()+0x29e7ebc) [0x564a473f8ebc]
sceph7: 2: (()+0x12890) [0x7efe7235f890]
sceph7: 3: (__pthread_mutex_trylock()+0x14) [0x7efe72357244]
sceph7: 4: (ceph::mutex_debug_detail::mutex_debug_impl<false>::try_lock_impl()+0x1f) [0x564a46ae5091]
sceph7: 5: (ceph::mutex_debug_detail::mutex_debug_impl<false>::try_lock(bool)+0x1d) [0x564a46abd3bf]
sceph7: 6: (ceph::mutex_debug_detail::mutex_debug_impl<false>::lock(bool)+0x49) [0x564a46a9b20b]
sceph7: 7: (std::lock_guard<ceph::mutex_debug_detail::mutex_debug_impl<false> >::lock_guard(ceph::mutex_debug_detail::mutex_debug_impl<false>&)+0x2f) [0x564a46a98515]
sceph7: 8: (BlueFS::mkdir(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)+0x45) [0x564a4739a7cb]
sceph7: 9: (BlueRocksEnv::CreateDir(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)+0x3a) [0x564a473b691a]
sceph7: 10: (BlueStore::_open_db(bool, bool)+0x11b3) [0x564a471ec2b7]
sceph7: 11: (BlueStore::mkfs()+0x149a) [0x564a471f4e00]
sceph7: 12: (OSD::mkfs(CephContext*, ObjectStore*, uuid_d, int)+0xc9) [0x564a46a07c2b]
sceph7: 13: (main()+0x1bf0) [0x564a469d4850]
sceph7: 14: (__libc_start_main()+0xe7) [0x7efe70ff4b97]
sceph7: 15: (_start()+0x2a) [0x564a469d1c5a]
sceph7: 2018-12-11 04:52:28.137
7efe74b1f600 -1 *** Caught signal (Segmentation fault) **
To avoid this occur, it should check return value of _open_bluefs.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
Mykola Golub [Fri, 30 Nov 2018 14:52:17 +0000 (16:52 +0200)]
mgr/prometheus: provide RBD stats via osd dynamic perf counters
Signed-off-by: Mykola Golub <mgolub@suse.com>
Stephan Müller [Thu, 15 Nov 2018 15:59:51 +0000 (16:59 +0100)]
mgr/dashboard/qa: Fix ECP creation test
The current solution fails on our CI-system as some outputs can have
more values and some parameters like 'w' can vary in different
environments.
As this was only tested before in a vstart cluster environment it
worked.
Through this commit only the given attributes we know to be there,
will be tested.
Fixes: https://tracker.ceph.com/issues/37275
Signed-off-by: Stephan Müller <smueller@suse.com>
Michel [Mon, 10 Dec 2018 11:24:44 +0000 (12:24 +0100)]
doc: Fixed syntax in iscsi initiator windows docu
Added a empty line which as its need for the correct syntax.
Signed-off-by: Michel Raabe <raabe@b1-systems.de>
Kefu Chai [Mon, 10 Dec 2018 11:16:02 +0000 (19:16 +0800)]
Merge pull request #24790 from sileht/doc-fix
doc/mgr/dashboard: fix typo in mgr ssl setup
Reviewed-by: Kefu Chai <kchai@redhat.com>
Juan Miguel Olmo Martínez [Tue, 4 Dec 2018 20:16:47 +0000 (21:16 +0100)]
mgr/ansible: Simplify Orchestrator wait implementation
- Changed return value (list to boolean) in the ansible orchestrator wait method
- Improved and simplify the orchestrator_cli wait method using a new property, should_wait in completion objects.
Signed-off-by: Juan Miguel Olmo Martínez <jolmomar@redhat.com>
Lenz Grimmer [Mon, 10 Dec 2018 09:05:33 +0000 (10:05 +0100)]
Merge pull request #25427 from tspmelo/wip-silent-xi18n
mgr/dashboard: Disable showing xi18n's progress
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed-by: Tatjana Dehler <tdehler@suse.com>
Kefu Chai [Mon, 10 Dec 2018 07:57:30 +0000 (15:57 +0800)]
pybind/rados: silence GCC warning
otherwise we will have following warnings:
[1/1] Cythonizing rados.pyx
warning: rados.pyx:91:4: 'rados_t' redeclared
warning: rados.pyx:92:4: 'rados_config_t' redeclared
warning: rados.pyx:93:4: 'rados_ioctx_t' redeclared
these types are already defined by librados.h, so no need to define them
again in rados.pyx .
Signed-off-by: Kefu Chai <kchai@redhat.com>