]>
git.apps.os.sepia.ceph.com Git - ceph.git/log
Dan Mick [Fri, 3 Aug 2018 03:20:41 +0000 (20:20 -0700)]
qa/suites/rados, qa/workunits/rados: Add suite/workunit for ceph-crash
Signed-off-by: Dan Mick <dan.mick@redhat.com>
Dan Mick [Tue, 24 Jul 2018 05:05:01 +0000 (22:05 -0700)]
add ceph-crash service
ceph-crash runs from systemd and watches /var/lib/ceph/crash
for crashdumps, posting them to the mgrs using the mgr's
crash plugin
Signed-off-by: Dan Mick <dan.mick@redhat.com>
Dan Mick [Wed, 8 Aug 2018 22:11:44 +0000 (15:11 -0700)]
common/options: enable mgr 'crash' module by default
Signed-off-by: Dan Mick <dan.mick@redhat.com>
Dan Mick [Wed, 11 Jul 2018 04:43:00 +0000 (21:43 -0700)]
global/signal_handler: add 'done' file to signal crashdump is ready
for an asynchronous crash scraper to use for synchronization
Signed-off-by: Dan Mick <dan.mick@redhat.com>
Kefu Chai [Wed, 8 Aug 2018 16:46:53 +0000 (00:46 +0800)]
Merge pull request #23441 from tchaikov/wip-cmake-rocksdb-cleanup
cmake: rocksdb related cleanup
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Patrick Donnelly [Wed, 8 Aug 2018 16:40:21 +0000 (09:40 -0700)]
Merge PR #23462 into master
* refs/pull/23462/head:
doc: cleanup in cephfs/capabilities
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Andrew Schoen [Wed, 8 Aug 2018 15:43:49 +0000 (15:43 +0000)]
Merge pull request #23489 from alfredodeza/wip-cv-mgr
ceph-volume tests/functional add mgrs daemons to lvm tests
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Sage Weil [Wed, 8 Aug 2018 13:31:31 +0000 (08:31 -0500)]
Merge PR #23475 into master
* refs/pull/23475/head:
qa/standalone/crush/crush-choose-args: run mgr
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil [Wed, 8 Aug 2018 13:31:26 +0000 (08:31 -0500)]
Merge PR #23478 into master
* refs/pull/23478/head:
mgr/localpool: pg_num is an int arg to 'osd pool create'
Reviewed-by: Kefu Chai <kchai@redhat.com>
Igor Fedotov [Wed, 8 Aug 2018 13:20:16 +0000 (16:20 +0300)]
Merge pull request #23267 from ifed01/wip-ifed-rm-fio-dir
test/fio: pass config params to object store in a different manner
Reviewed-by: Kefu Chai <kchai@redhat.com>
Alfredo Deza [Wed, 8 Aug 2018 12:29:03 +0000 (08:29 -0400)]
ceph-volume tests/functional add mgrs daemons to lvm tests
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Sage Weil [Wed, 8 Aug 2018 01:43:49 +0000 (20:43 -0500)]
mgr/localpool: pg_num is an int arg to 'osd pool create'
In
bd565bca3f42d7946c392b2833bb3d9982a8ac5d we start returning EINVAL if
the pg_num argument is not valid, whereas before it was silently ignored.
Signed-off-by: Sage Weil <sage@redhat.com>
Alfredo Deza [Tue, 7 Aug 2018 17:12:36 +0000 (13:12 -0400)]
Merge pull request #23472 from jcsp/wip-orchestrator-rook-doc
doc: Rook/orchestrator doc fixes
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Sage Weil [Tue, 7 Aug 2018 16:55:22 +0000 (11:55 -0500)]
qa/standalone/crush/crush-choose-args: run mgr
The osd purge command needs a running mgr.
Fixes: d2b41d4095074447df247907934626f4287cd91b
Signed-off-by: Sage Weil <sage@redhat.com>
Igor Fedotov [Tue, 7 Aug 2018 14:19:15 +0000 (17:19 +0300)]
test/fio: pass config params to object store in a different manner
This avoids an existing bug with config params substituion.
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
John Spray [Tue, 7 Aug 2018 13:54:19 +0000 (09:54 -0400)]
doc: Rook/orchestrator doc fixes
Signed-off-by: John Spray <john.spray@redhat.com>
Sage Weil [Tue, 7 Aug 2018 13:59:39 +0000 (08:59 -0500)]
Merge PR #23432 into master
* refs/pull/23432/head:
Revert "rocksdb: pickup change to link against libsnappy.a"
cmake,make-dist: revert "build gperftools if WITH_STATIC_LIBSTDCXX"
cmake: cleanup snappy related script
debian: strip "-Wl,-Bsymbolic-functions" from LDFLAGS
Sage Weil [Tue, 7 Aug 2018 13:54:00 +0000 (08:54 -0500)]
Merge PR #23243 into master
* refs/pull/23243/head:
mon/OSDMonitor: remove ambiguous type case for 'osd pool set' value
mon: use throwing variant of cmd_getval
common/cmdparse: add cmd_getval_throws variants that throw bad_cmd_get
mon: catch bad_cmd_exception and reply EINVAL
common/cmdparse: add bad_cmd_get exception
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Sage Weil [Tue, 7 Aug 2018 13:53:55 +0000 (08:53 -0500)]
Merge PR #23338 into master
* refs/pull/23338/head:
msg/Messenger: send_message -> send_to
msg/msg_types: add entity_addr_t::legacy_or_front_addr()
mon/MonMap: kill get_inst()
mon: kill MonMap::get_inst() users
mon/MonClient: replace get_mon_{addr,inst} with get_mon_addrs
mon/MonClient: get_connection -> connect_to_mon
src/test: get_connection -> connect_to_*
mon/MonMap: add get_addrs() (temp wrappers)
msg/Messenger: make connect_to() key method, get_connection() becomes wrapper
Sage Weil [Tue, 7 Aug 2018 13:53:51 +0000 (08:53 -0500)]
Merge PR #23412 into master
* refs/pull/23412/head:
mgr: add Orchestrator.available method + CLI
doc: add general documentation on orchestrator
doc: add page for Rook module
doc: add development guide for Ceph+Rook in k8s
script: add kubejacker script
mgr/rook: Rook orchestrator module
mgr/orchestrator_cli: module for calling into orchestators
mgr: introduce `orchestrator` python interface
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai [Tue, 7 Aug 2018 10:18:01 +0000 (18:18 +0800)]
Merge pull request #23430 from tchaikov/wip-silence-clang-warnings
tools, mgr: silence clang warnings
Reviewed-by: John Spray <john.spray@redhat.com>
Sebastian Wagner [Tue, 7 Aug 2018 09:43:48 +0000 (11:43 +0200)]
Merge pull request #23420 from tspmelo/fix-24902
mgr/dashboard: Escape regex pattern in DeletionModalComponent
Reviewed-by: Volker Theile <vtheile@suse.com>
Reviewed-by: Stephan Müller <smueller@suse.com>
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Sebastian Wagner [Tue, 7 Aug 2018 09:38:56 +0000 (11:38 +0200)]
Merge pull request #23414 from tspmelo/wip-breadcrumbs
mgr/dashboard: Add breadcrumbs component
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Reviewed-by: Volker Theile <vtheile@suse.com>
Yan, Zheng [Tue, 7 Aug 2018 09:05:37 +0000 (17:05 +0800)]
Merge pull request #23465 from ukernel/wip-revert-22850
Revert "cephfs-journal-tool: enable purge_queue journal's event comma…
Yan, Zheng [Tue, 7 Aug 2018 09:00:02 +0000 (17:00 +0800)]
Revert "cephfs-journal-tool: enable purge_queue journal's event commands"
This reverts commit
8ebfa93982a95d6ccc66faa2a828b9386af45238 . That
commit changes PurgeItem's encode/decode function, breaks backward
compatibility
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Kefu Chai [Tue, 7 Aug 2018 08:27:08 +0000 (16:27 +0800)]
Merge pull request #22562 from wjwithagen/wjw-fix-dashboard-build
mgr/dashboard: Fix building under FreeBSD
Reviewed-by: Tiago Melo <tmelo@suse.com>
Jos Collin [Tue, 7 Aug 2018 04:16:40 +0000 (09:46 +0530)]
doc: cleanup in cephfs/capabilities
Signed-off-by: Jos Collin <jcollin@redhat.com>
Xie Xingguo [Tue, 7 Aug 2018 03:24:25 +0000 (11:24 +0800)]
Merge pull request #23450 from neha-ojha/wip-fix-complete-to
osd/PGLog.cc: check if complete_to points to log.end()
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Willem Jan Withagen [Thu, 14 Jun 2018 12:27:08 +0000 (14:27 +0200)]
FreeBSD: update build script to current state
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
David Galloway [Mon, 6 Aug 2018 21:02:00 +0000 (17:02 -0400)]
Merge pull request #23456 from yuriw/wip-yuriw-crontab-master
qa/tests: changed ceph qa email address to bypass dreamhost's spam filter
Yuri Weinstein [Mon, 6 Aug 2018 20:59:21 +0000 (13:59 -0700)]
qa/tests: changed ceph qa email address to bypass dreamhost's spam filter
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Andrew Schoen [Mon, 6 Aug 2018 20:32:16 +0000 (20:32 +0000)]
Merge pull request #23448 from alfredodeza/wip-rm26862
ceph-volume: `lvm batch` allow extra flags (like dmcrypt) for bluestore
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Patrick Donnelly [Mon, 6 Aug 2018 20:27:12 +0000 (13:27 -0700)]
Merge PR #23433 into master
* refs/pull/23433/head:
client: fix compile warning
Reviewed-by: Zheng Yan <zyan@redhat.com>
Patrick Donnelly [Mon, 6 Aug 2018 18:43:44 +0000 (11:43 -0700)]
Merge PR #22850 into master
* refs/pull/22850/head:
cephfs-journal-tool: enable purge_queue journal's event commands
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly [Mon, 6 Aug 2018 18:43:35 +0000 (11:43 -0700)]
Merge PR #22999 into master
* refs/pull/22999/head:
mds: consider max age of dispatch queue when finding stale client
mds: reset heartbeat map at potential time-consuming places
mds: change MDSRank::finished_queue to deque
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly [Mon, 6 Aug 2018 18:43:24 +0000 (11:43 -0700)]
Merge PR #23341 into master
* refs/pull/23341/head:
mds: calculate load by checking self CPU usage
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly [Mon, 6 Aug 2018 18:43:09 +0000 (11:43 -0700)]
Merge PR #23370 into master
* refs/pull/23370/head:
client: check for unmounted condition before printing debug output
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Zheng Yan <zyan@redhat.com>
John Spray [Mon, 6 Aug 2018 16:26:49 +0000 (17:26 +0100)]
Merge pull request #23387 from jcsp/wip-mgr-rw
mgr: fix permissions on `balancer execute`
Reviewed-by: Sage Weil <sage@redhat.com>
John Spray [Mon, 6 Aug 2018 16:26:22 +0000 (17:26 +0100)]
Merge pull request #23205 from jcsp/wip-devicehealth-cleanup
mgr/devicehealth: clean up error handling
Reviewed-by: Sage Weil <sage@redhat.com>
Neha Ojha [Sat, 4 Aug 2018 00:38:22 +0000 (17:38 -0700)]
osd/PGLog.cc: check if complete_to points to log.end()
Signed-off-by: Neha Ojha <nojha@redhat.com>
Andrew Schoen [Mon, 6 Aug 2018 16:02:58 +0000 (16:02 +0000)]
Merge pull request #23443 from alfredodeza/wip-rm24970
ceph-volume: `lvm batch` documentation and man page updates
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Alfredo Deza [Mon, 6 Aug 2018 15:59:05 +0000 (11:59 -0400)]
ceph-volume lvm.batch move import statement to the top
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Mon, 6 Aug 2018 15:58:31 +0000 (11:58 -0400)]
ceph-volume lvm.batch allow extra flags for bluestore
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Ricardo Marques [Mon, 6 Aug 2018 15:41:37 +0000 (16:41 +0100)]
Merge pull request #23347 from votdev/bug_25190
mgr/dashboard: RestClient can't handle ProtocolError exceptions
Reviewed-by: Ricardo Dias <rdias@suse.com>
Reviewed-by: Tatjana Dehler <tdehler@suse.com>
John Spray [Mon, 6 Aug 2018 15:20:39 +0000 (16:20 +0100)]
mgr: add Orchestrator.available method + CLI
The CLI `status` method tells you what backend
is selected, and also gives the backend
an opportunity to complain if something
seems wrong with its configuration.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Thu, 2 Aug 2018 14:32:38 +0000 (15:32 +0100)]
doc: add general documentation on orchestrator
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Tue, 31 Jul 2018 15:18:33 +0000 (16:18 +0100)]
doc: add page for Rook module
This is pretty sparse because users don't really
interact with the module, they interact with other
modules that use it.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Tue, 17 Jul 2018 11:35:11 +0000 (12:35 +0100)]
doc: add development guide for Ceph+Rook in k8s
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Thu, 17 May 2018 13:09:44 +0000 (14:09 +0100)]
script: add kubejacker script
For those with running k8s/Rook environments, that want
to inject newly built binaries from their development
tree into their kubernetes environment.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Wed, 2 May 2018 10:58:10 +0000 (11:58 +0100)]
mgr/rook: Rook orchestrator module
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Wed, 2 May 2018 10:58:45 +0000 (11:58 +0100)]
mgr/orchestrator_cli: module for calling into orchestators
This is going to be pretty useful for development: calls
into the same places that the dashboard would call into.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Wed, 21 Mar 2018 00:20:43 +0000 (08:20 +0800)]
mgr: introduce `orchestrator` python interface
Signed-off-by: John Spray <john.spray@redhat.com>
Igor Fedotov [Mon, 6 Aug 2018 14:56:12 +0000 (17:56 +0300)]
Merge pull request #23410 from ifed01/wip-ifed-fio-new-param
test/fio: new option to control file preallocation.
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Kefu Chai [Mon, 6 Aug 2018 14:52:37 +0000 (22:52 +0800)]
Merge pull request #23404 from badone/wip-daemon_health_metrics-race
mgr/MgrClient: Protect daemon_health_metrics
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: John Spray <john.spray@redhat.com>
Kefu Chai [Mon, 6 Aug 2018 14:50:44 +0000 (22:50 +0800)]
Merge pull request #23377 from dzafman/wip-24875
osd: do_sparse_read(): Verify checksum earlier so we will try to repair
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai [Mon, 6 Aug 2018 14:49:44 +0000 (22:49 +0800)]
Merge pull request #23361 from smithfarm/wip-install-deps-with-seastar
build/ops: install-deps.sh: refrain from installing/using lsb_release, and other cleanup
Reviewed-by: Ken Dreyer <kdreyer@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Mon, 6 Aug 2018 14:48:52 +0000 (22:48 +0800)]
Merge pull request #23285 from tspmelo/wip-package-lock
mgr/dashboard: Add package-lock.json
Reviewed-by: Ricardo Dias <rdias@suse.com>
Sage Weil [Mon, 6 Aug 2018 13:57:03 +0000 (08:57 -0500)]
Merge PR #22433 into master
* refs/pull/22433/head:
common/config: Add description to (near)full ratio settings
Reviewed-by: David Zafman <dzafman@redhat.com>
Reviewed-by: Sage Weil <sage@redhat.com>
Alfredo Deza [Mon, 6 Aug 2018 12:52:31 +0000 (08:52 -0400)]
doc/man/ceph-volume add batch information
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Tiago Melo [Fri, 3 Aug 2018 13:02:46 +0000 (14:02 +0100)]
mgr/dashboard: Add breadcrumbs component
Now we don't need to add a breadcrumb in each new page we create,
just add the necessary extra data in the route module and the
breadcrumb will be automatically created.
I used a modified version of ngx-breadcrumbs from McNull:
https://github.com/McNull/ngx-breadcrumbs
Fixes: http://tracker.ceph.com/issues/24781
Signed-off-by: Tiago Melo <tmelo@suse.com>
John Spray [Tue, 24 Jul 2018 12:48:26 +0000 (08:48 -0400)]
mgr/devicehealth: improve error handling
Avoid catch-all exception handlers, especially
ones that just `pass`
When catching RADOS object not found type errors,
catch specifically those, and make sure we're still
logging any actual unexpected IO errors from RADOS.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray [Tue, 24 Jul 2018 12:14:23 +0000 (08:14 -0400)]
mgr/devicehealth: style/whitespace cleanup
We don't usually do gratuitious whitespace commits,
but for the python code it's worthwhile as it allows
smart editors to show us real problems without them
getting lost in the style noise.
Signed-off-by: John Spray <john.spray@redhat.com>
Alfredo Deza [Fri, 3 Aug 2018 20:19:41 +0000 (16:19 -0400)]
doc/ceph-volume include batch doc in the toc tree
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Fri, 3 Aug 2018 20:19:12 +0000 (16:19 -0400)]
doc/ceph-volume decument batch reporting and bluestore support
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Kefu Chai [Mon, 6 Aug 2018 09:58:10 +0000 (17:58 +0800)]
cmake: add ALLOCATOR option
ALLOCATOR is in fact an option..
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Mon, 6 Aug 2018 09:55:02 +0000 (17:55 +0800)]
cmake: refactor RocksDB related script
* rename Findrocksdb.cmake to FindRocksDB.cmake to match its name
* add RocksDB::RocksDB target to BuildRocksDB.cmake and
FindRocksDB.cmake
* use RocksDB::RocksDB target instead of accessing its property
directly, and do not link against its dependencies explicitly.
let its INTERFACE_LINK_LIBRARIES do the job.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Laura Paduano [Mon, 6 Aug 2018 11:15:34 +0000 (13:15 +0200)]
Merge pull request #23316 from votdev/bug_25090
mgr/dashboard: Datatable error panel blinking on page loading
Reviewed-by: Stephan Müller <smueller@suse.com>
Reviewed-by: Tiago Melo <tmelo@suse.com>
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Kefu Chai [Mon, 6 Aug 2018 07:45:06 +0000 (15:45 +0800)]
Revert "rocksdb: pickup change to link against libsnappy.a"
This reverts commit
125b5da096989e4bd476acdb99ceb04f44e00758 .
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Sun, 5 Aug 2018 20:17:47 +0000 (04:17 +0800)]
cmake,make-dist: revert "build gperftools if WITH_STATIC_LIBSTDCXX"
as the higher version of libstdc++ is backward compatible with the lower
ones. so there is no need to statically link against C++ libraries. they
can always use the libstdc++ ships with the distro.
This reverts commit
a6c73b6ac1d81cc9f467aa38e5afb146d5dea6c2
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Mon, 6 Aug 2018 09:38:07 +0000 (17:38 +0800)]
cmake: add LZ4::LZ4 target for LZ4
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Sun, 5 Aug 2018 17:35:25 +0000 (01:35 +0800)]
cmake: cleanup snappy related script
Signed-off-by: Kefu Chai <kchai@redhat.com>
Sebastian Wagner [Mon, 6 Aug 2018 09:06:24 +0000 (11:06 +0200)]
Merge pull request #22735 from votdev/bug_24677
mgr/dashboard: RGW proxy can't handle self-signed SSL certificates
Reviewed-by: Patrick Nawracay <pnawracay@suse.com>
Reviewed-by: Tatjana Dehler <tdehler@suse.com>
Reviewed-by: Ricardo Dias <rdias@suse.com>
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Tiago Melo [Fri, 3 Aug 2018 17:47:59 +0000 (18:47 +0100)]
mgr/dashboard: Escape regex pattern in DeletionModalComponent
Fixes: http://tracker.ceph.com/issues/24902
Signed-off-by: Tiago Melo <tmelo@suse.com>
Kefu Chai [Sun, 5 Aug 2018 17:35:25 +0000 (01:35 +0800)]
cmake: cleanup snappy related script
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Sun, 5 Aug 2018 19:50:59 +0000 (03:50 +0800)]
debian: strip "-Wl,-Bsymbolic-functions" from LDFLAGS
Fixes: http://tracker.ceph.com/issues/25209
Signed-off-by: Kefu Chai <kchai@redhat.com>
Yan, Zheng [Thu, 12 Jul 2018 02:52:57 +0000 (10:52 +0800)]
mds: consider max age of dispatch queue when finding stale client
session renew messages from clients can be in the dispatch queue,
waiting for getting dispatched.
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Yan, Zheng [Wed, 11 Jul 2018 09:30:39 +0000 (17:30 +0800)]
mds: reset heartbeat map at potential time-consuming places
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Fixes: http://tracker.ceph.com/issues/26858
Jos Collin [Mon, 6 Aug 2018 01:40:49 +0000 (07:10 +0530)]
Merge pull request #23310 from joscollin/wip-fix-rbd-doc-urls
doc: fix the broken urls
Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
Patrick Donnelly [Sun, 5 Aug 2018 17:29:38 +0000 (10:29 -0700)]
client: fix compile warning
/home/pdonnell/ceph/src/client/fuse_ll.cc: In member function ‘int CephFuse::Handle::init(int, const char**)’:
/home/pdonnell/ceph/src/client/fuse_ll.cc:1126:59: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘Option::size_t’ [-Wformat=]
sprintf(strsplice, "max_write=%" PRIu64, fuse_max_write);
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Kefu Chai [Sun, 5 Aug 2018 14:35:59 +0000 (22:35 +0800)]
Merge pull request #23424 from tchaikov/wip-fix-FTBFS-clang
osd: make OSD::HEARTBEAT_MAX_CONN inline
Reviewed-by: Willem Jan Withagen <wjw@digiware.nl>
Sage Weil [Fri, 3 Aug 2018 17:20:48 +0000 (12:20 -0500)]
mon/OSDMonitor: remove ambiguous type case for 'osd pool set' value
This was there for compatibility with very old monitors. Modern mons are
always taking a JSON string (which may in turn contain a string, int, or
float).
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil [Fri, 3 Aug 2018 17:19:07 +0000 (12:19 -0500)]
mon: use throwing variant of cmd_getval
This ensure we uniformly return EINVAL when the input JSON has a bad
value type.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil [Thu, 2 Aug 2018 19:35:16 +0000 (14:35 -0500)]
common/cmdparse: add cmd_getval_throws variants that throw bad_cmd_get
If input is bad (not missing).
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil [Thu, 2 Aug 2018 19:34:44 +0000 (14:34 -0500)]
mon: catch bad_cmd_exception and reply EINVAL
If we get bad input we should always reply EINVAL. Note that bad_cmd_get
will be reserved for invalid input, not missing/optional input, like
passing a float when an int is expected.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil [Thu, 2 Aug 2018 19:33:50 +0000 (14:33 -0500)]
common/cmdparse: add bad_cmd_get exception
Signed-off-by: Sage Weil <sage@redhat.com>
Kefu Chai [Sat, 4 Aug 2018 15:22:09 +0000 (23:22 +0800)]
Merge pull request #23423 from ctriple/master
doc/start: fix kube-helm.rst typo: docuiment -> document
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai [Sat, 4 Aug 2018 14:23:55 +0000 (22:23 +0800)]
osd: make OSD::HEARTBEAT_MAX_CONN inline
Signed-off-by: Kefu Chai <kchai@redhat.com>
Zhou Peng [Thu, 2 Aug 2018 09:19:38 +0000 (17:19 +0800)]
doc/start: fix kube-helm.rst typo: docuiment -> document
Signed-off-by: Zhou Peng <p@ctriple.cn>
Xuehan Xu [Tue, 3 Jul 2018 08:08:26 +0000 (16:08 +0800)]
cephfs-journal-tool: enable purge_queue journal's event commands
Resolves: http://tracker.ceph.com/issues/24604
Signed-off-by: Xuehan Xu <xuxuehan@360.cn>
Kefu Chai [Sat, 4 Aug 2018 00:05:31 +0000 (08:05 +0800)]
Merge pull request #23411 from tchaikov/wip-install-py3-for-qa-cephfs
qa: install python3-cephfs for fs suite
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Sage Weil [Fri, 3 Aug 2018 19:13:44 +0000 (14:13 -0500)]
Merge PR #23185 into master
* refs/pull/23185/head:
doc: Create pull_request_template.md
Reviewed-by: Kefu Chai <kchai@redhat.com>
Patrick Donnelly [Fri, 3 Aug 2018 16:44:37 +0000 (09:44 -0700)]
Merge PR #23417 into master
* refs/pull/23417/head:
pybind: remove execution permission bits of cephfs.pyx
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Kefu Chai [Fri, 3 Aug 2018 16:32:15 +0000 (00:32 +0800)]
pybind: remove execution permission bits of cephfs.pyx
they were added in
c2a671a4b6
Signed-off-by: Kefu Chai <kchai@redhat.com>
Patrick Donnelly [Fri, 3 Aug 2018 16:22:24 +0000 (09:22 -0700)]
Merge PR #23158 into master
This is a milestone in the CephFS shell project. QA testing is still in the
works and will be merged separately. Installation code via CMake will also be
written in another PR.
* refs/pull/23158/head:
doc: add cephfs-shell to cephfs doc index
cephfs-shell: add new CephFS shell
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly [Thu, 2 Aug 2018 21:54:58 +0000 (14:54 -0700)]
doc: add cephfs-shell to cephfs doc index
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Pavani Rajula [Wed, 18 Jul 2018 15:32:09 +0000 (21:02 +0530)]
cephfs-shell: add new CephFS shell
The CephFS shell is an alternative client to access CephFS without mounting in
the usual way. The shell provides commands to interactively access the file
system, like put, ls, chmod, etc.
Fixes: http://tracker.ceph.com/issues/24286
Signed-off-by: Pavani Rajula <rpavani1998@gmail.com>
Sage Weil [Fri, 3 Aug 2018 15:56:40 +0000 (10:56 -0500)]
Merge PR #23307 into master
* refs/pull/23307/head:
osd/OSD: fix HeartbeatInfo.is_healthy() check
osd/OSD: use first_tx to calculate failed_for
osd: refactor heartbeat health check
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil [Fri, 3 Aug 2018 15:56:36 +0000 (10:56 -0500)]
Merge PR #22717 into master
* refs/pull/22717/head:
mgr/DaemonServer: osd purge: accept --yes-i-really-mean-it too
mon,mgr: guard 'osd purge' with safe-to-destroy check
mon/MonCommands: hide 'osd destroy-actual'
mon/MonCommands: add HIDDEN flag
mon,mgr: guard 'osd destroy' with 'osd safe-to-destroy' check
mon/MonCommand: deprecate 'osd rm'
mon/OSDMonitor: point users at 'ceph osd safe-to-destroy' for purge|destroy
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Sage Weil [Fri, 3 Aug 2018 15:56:31 +0000 (10:56 -0500)]
Merge PR #23339 into master
* refs/pull/23339/head:
Revert "mgr/pybind: expose erasure code profiles"
Reviewed-by: John Spray <john.spray@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
Volker Theile [Mon, 30 Jul 2018 15:32:54 +0000 (17:32 +0200)]
mgr/dashboard: Datatable error panel blinking on page loading
Fixes https://tracker.ceph.com/issues/25090
Signed-off-by: Volker Theile <vtheile@suse.com>