tangwenjun
e901b271c4
os/bluestore rm unused variable in aio_read()
...
Signed-off-by: tangwenjun <tang.wenjun3@zte.com.cn>
2017-02-20 14:11:27 +08:00
Matt Benjamin
408053a07e
Merge pull request #10156 from rzarzynski/wip-rgw-controllable-204
...
rgw: make sending Content-Length in 204 and 304 responses controllable
2017-02-17 15:56:06 -05:00
Dan Mick
bd025bbd8c
Merge pull request #13467 from liewegas/wip-init-ceph
...
init-ceph: fix ceph user args
Reviewed-by: Dan Mick <dmick@redhat.com>
2017-02-17 12:52:09 -08:00
Jason Dillaman
f88ed3589d
Merge pull request #13495 from ceph/revert-13452-wip-suite-repo-for-workunit
...
Revert "qa/tasks/workunit: use the suite repo for cloning workunit"
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
2017-02-17 13:49:11 -05:00
Sage Weil
96bc86b537
Revert "qa/tasks/workunit: use the suite repo for cloning workunit"
2017-02-17 11:54:27 -06:00
John Spray
f5ac182cbd
Merge pull request #12370 from wido/docs-cephfs-disaster
...
doc: Update CephFS disaster recovery documentation
Reviewed-by: John Spray <john.spray@redhat.com>
2017-02-17 16:59:35 +00:00
Kefu Chai
929c6a6af9
Merge pull request #13456 from tchaikov/wip-qa-objectstore
...
qa/suites/rados/objectstore: enable experimental features for testing bluestore
Reviewed-by: Sage Weil <sage@redhat.com>
2017-02-17 23:16:05 +08:00
Jason Dillaman
50f7857ce8
Merge pull request #13437 from Liuchang0812/cleanup-rbd
...
librbd: use 'override' keyword instead of 'virtual'
2017-02-17 08:03:24 -05:00
liuchang0812
5fe3a1017a
rbd: add override in rbd subsystem
...
Fixes: http://tracker.ceph.com/issues/18922
Signed-off-by: liuchang0812 <liuchang0812@gmail.com>
2017-02-17 19:13:20 +08:00
Loic Dachary
057e7b1641
Merge pull request #11786 from leseb/dmcrypt-cluster-name
...
ceph-disk: ability to use a different cluster name with dmcrypt
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2017-02-17 09:55:19 +01:00
Mykola Golub
69e31a8ede
Merge pull request #12433 from liupan1111/wip-fix-rbd-nbd-log-sock
...
rbd-nbd: create admin socket only for map command
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
2017-02-17 09:54:03 +02:00
Kefu Chai
8ae48637f7
qa/workunits/objectstore/test_fuse.sh: enable experimental features
...
so we can test bluestore
Signed-off-by: Kefu Chai <kchai@redhat.com>
2017-02-17 11:23:41 +08:00
Dan Mick
6582f42dfd
qa/workunits/objectstore/test_fuse.sh: use portable function decl
...
function f() is illegal in strict POSIX shells, like dash, which is
the default /bin/sh on Ubuntu
Signed-off-by: Dan Mick <dan.mick@redhat.com>
2017-02-17 11:18:20 +08:00
Dan Mick
ce5d375e61
qa/workunits/objectstore/test_fuse.sh: allow failure
...
This script currently has a syntax error, but still exits with
success, which is hiding that failure. Expose it by allowing
the 'sudo' exit code to be the script's exit code.
Signed-off-by: Dan Mick <dan.mick@redhat.com>
2017-02-17 11:18:20 +08:00
Kefu Chai
92e51fd944
Merge pull request #12797 from chendave/wip_error_message
...
ceph.in: Fix couple of minor issues on the messages
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-02-17 10:16:54 +08:00
Xiaoxi Chen
82a02607bc
Merge pull request #13449 from xiaoxichen/mdlog_jlat
...
mds/MDLog.cc Fix perf counter type for jlat
2017-02-17 10:12:13 +08:00
Radoslaw Zarzynski
d8e3e64ec9
rgw: make sending Content-Length in 204 and 304 controllable
...
This commit introduces a new configurable "rgw print prohibited
content length" to let operator decide whether RadosGW complies
to RFC 7230 (a part of the HTTP specification) or violates it
but follows the Swift's behavior.
Fixes: http://tracker.ceph.com/issues/16602
Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
2017-02-17 01:06:18 +01:00
Sage Weil
56f5b065ae
init-ceph: fix ceph user args
...
Broken by 299b7d06ac
Signed-off-by: Sage Weil <sage@redhat.com>
2017-02-16 18:22:00 -05:00
Radoslaw Zarzynski
a785b00be3
Merge pull request #13350 from Jing-Scott/fix-swift-ver-error-code
...
rgw: fix error code of inexistence of versions location in swift api
Reviewed-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
2017-02-16 18:23:02 +01:00
Kefu Chai
2c249cc17d
Merge pull request #13301 from wjwithagen/wip-wjw-freebsd-manpage-location
...
doc: Have install put manpages in the FreeBSD correct location
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-02-17 00:35:45 +08:00
Nathan Cutler
a6ce4dbd12
Merge pull request #13200 from smithfarm/wip-17193-reenable-test
...
tests: re-enable cephfs python tests on kclient
Reviewed-by: Gregory Farnum <gfarnum@redhat.com>
2017-02-16 17:22:50 +01:00
Willem Jan Withagen
e0e0075920
doc: Have install put manpages in the FreeBSD correct location
...
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
2017-02-16 16:42:17 +01:00
Kefu Chai
8f8c06096c
Merge pull request #13452 from tchaikov/wip-suite-repo-for-workunit
...
qa/tasks/workunit: use the suite repo for cloning workunit
Reviewed-by: Sage Weil <sage@redhat.com>
2017-02-16 23:40:15 +08:00
Pan Liu
72352653d5
rbd-nbd: no need create asok file for unmap and list-mapped commands.
...
Fixes: http://tracker.ceph.com/issues/17951
Signed-off-by: Pan Liu <liupan1111@gmail.com>
2017-02-16 22:17:52 +08:00
Loic Dachary
a9afc5aaed
Merge pull request #13457 from craig08/wip-18954
...
ceph-disk: Fix getting wrong group name when --setgroup in bluestore
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2017-02-16 13:56:15 +01:00
Kefu Chai
c623b3eb1a
Merge pull request #13443 from Liuchang0812/cleanup-common
...
common: add override in common and misc
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-02-16 19:49:53 +08:00
craigchi
a8c0870e73
ceph-disk: Fix getting wrong group name when --setgroup in bluestore
...
ceph-disk prepare --setgroup <GROUP NAME> will be wrong when using with
bluestore
Signed-off-by: craigchi <craig10624@gmail.com>
2017-02-16 19:23:23 +08:00
Brad Hubbard
5d1014f5fe
Merge pull request #13454 from joscollin/joscollin-fix
...
os/FuseStore: include <functional> header in src/os/FuseStore.h for gcc 7.x
Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
2017-02-16 19:28:39 +10:00
Jos Collin
37ada3e51d
os/FuseStore: include <functional> header in src/os/FuseStore.h for gcc 7.x
...
This is done as per the Header Dependency Changes in gcc 7.
https://gcc.gnu.org/gcc-7/porting_to.html
Signed-off-by: Jos Collin <jcollin@redhat.com>
2017-02-16 13:49:26 +05:30
Mykola Golub
321dc61a5a
Merge pull request #13416 from dillaman/wip-rbd-mirror-cleanup
...
rbd-mirror: track images via global image id
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
2017-02-16 09:35:24 +02:00
Kefu Chai
1f82b9b944
qa/tasks/workunit: use the suite repo for cloning workunit
...
as "workunits" reside in ceph/qa/workunits, it's more intuitive to
respect suite-repo option when cloning workunits.
Signed-off-by: Kefu Chai <kchai@redhat.com>
2017-02-16 15:05:51 +08:00
liuchang0812
da109b3139
common: add override for common submodule and misc
...
Fixes: http://tracker.ceph.com/issues/18922
Signed-off-by: liuchang0812 <liuchang0812@gmail.com>
2017-02-16 13:32:22 +08:00
Kefu Chai
f91fa5ae96
Merge pull request #13406 from vumrao/wip-vumrao-18486
...
osd/Pool: Disallow enabling 'hashpspool' option to a pool without '--yes-i-really-mean-it'
Reviewed-by: Sage Weil <sage@redhat.com>
2017-02-16 12:48:20 +08:00
Kefu Chai
42d4bf760a
Merge pull request #13370 from dreamhost/wip-18887
...
msg/simple/Pipe: support IPv6 QoS.
Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
2017-02-16 12:47:06 +08:00
Kefu Chai
fd8ab865f7
Merge pull request #13260 from wjwithagen/wip-wjw-freebsd-getopt-2
...
tools/scripts:"FreeBSD getopt is not compatible, use the one from packages"
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-02-16 12:44:18 +08:00
Sage Weil
e53af89bf3
Merge pull request #12144 from ifed01/wip-bluestore-no-blobdepth
...
os/bluestore: add new garbage collector
Reviewed-by: Sage Weil <sage@redhat.com>
2017-02-15 21:51:57 -06:00
Sage Weil
3cbe67f436
Merge pull request #13390 from Liuchang0812/remove-header
...
os/bluestore: some cleanup
Reviewed-by: Sage Weil <sage@redhat.com>
2017-02-15 21:51:37 -06:00
Sage Weil
fd39516023
Merge pull request #13398 from liewegas/wip-pgnls-snaps
...
osd: drop support for listing objects at a given snap
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
2017-02-15 21:51:16 -06:00
Sage Weil
829a08ff56
Merge pull request #13407 from liewegas/wip-osd-msgs
...
osd: change a few messages at level 0 and 1; change default level to 1/5
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-02-15 21:50:55 -06:00
Xiaoxi Chen
9466f2ebb6
mds/MDLog.cc Fix perf counter type for jlat
...
jlat (journal latency) should be PERFCOUNTER_TIME | PERFCOUNTER_LONGRUNAVG
instead of PERFCOUNTER_U64
Current code with PERFCOUNTER_U64 make PerfCounters::tinc return
directly thus jlat will always be zero.
Signed-off-by: Xiaoxi Chen <xiaoxchen@ebay.com>
2017-02-15 20:28:03 -07:00
Sage Weil
eb491a13dc
Merge pull request #13235 from liewegas/wip-pg-split-interval
...
osd: have clients resend ops on pg split
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Samuel Just <sjust@redhat.com>
2017-02-15 16:20:18 -06:00
Sage Weil
e5056df48d
Merge pull request #13445 from liewegas/wip-rgw-thrash
...
qa/suites/rgw/thrash: add osd thrashing tests
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
2017-02-15 15:03:48 -06:00
Casey Bodley
5c9573ac25
Merge pull request #13434 from mikulely/cleanup-rgw-auth
...
rgw: cleanup unused var in rgw/rgw_rest_s3.cc
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2017-02-15 14:25:43 -05:00
Sage Weil
4f94a6e682
Merge pull request #13412 from yuyuyu101/wip-rdma-log
...
msg/async/rdma: add log to show correct destruct queuepair
Reviewed-by: Sage Weil <sage@redhat.com>
2017-02-15 12:09:03 -06:00
Sage Weil
f5cfba602b
qa/suites/rgw/thrash: add rgw with osd trashing test
...
Signed-off-by: Sage Weil <sage@redhat.com>
2017-02-15 12:07:20 -05:00
Sage Weil
967b3cbcb7
qa/suites/rgw/multifs: drop redundant civetweb override
...
This probably breaks the frontend/apache.yaml case.
Signed-off-by: Sage Weil <sage@redhat.com>
2017-02-15 12:00:13 -05:00
Matt Benjamin
89aaa6d1a4
Merge pull request #13441 from Liuchang0812/cleanup-rgw
...
rgw: add override in rgw subsystem
2017-02-15 10:53:05 -05:00
John Spray
6d95cb8a1c
Merge pull request #13438 from Liuchang0812/cleanup-mds
...
mds: add override in mds subsystem
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: John Spray <john.spray@redhat.com>
2017-02-15 15:25:26 +00:00
Kefu Chai
833b00c5c7
Merge pull request #13431 from tchaikov/wip-cython-cephfs-without-librados
...
pybind: cephfs should be built without librados / python-rados
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Reviewed-by: Boris Ranto <branto@redhat.com>
2017-02-15 23:22:59 +08:00
Sage Weil
cf171986a4
Merge pull request #13439 from Liuchang0812/cleanup-osd
...
osd: add override in osd subsystem
Reviewed-by: Sage Weil <sage@redhat.com.
2017-02-15 09:03:13 -06:00