Loic Dachary
4e091e704b
mailmap: Robert LeBlanc name normalization
...
Reviewed-by: Robert LeBlanc <robert.leblanc@endurance.com>
Signed-off-by: Loic Dachary <loic@dachary.org>
2016-03-29 12:57:55 +02:00
Loic Dachary
a2e6aa6925
mailmap: Yankun Li name normalization
...
Reviewed-by: Yankun Li <liyankun@unitedstack.com>
Signed-off-by: Loic Dachary <loic@dachary.org>
2016-03-29 12:57:42 +02:00
Loic Dachary
79aca70f86
mailmap: Josh Durgin name normalization
...
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Signed-off-by: Loic Dachary <loic@dachary.org>
2016-03-29 12:56:30 +02:00
Ricardo Dias
c61ae3e776
rbd: rbd-mirroring: Added unit tests to test enable/disable image mirroring when pool-level mirroring changes
...
Signed-off-by: Ricardo Dias <rdias@suse.com>
2016-03-29 09:45:48 +01:00
Ricardo Dias
490dc4f3d8
rbd: rbd-mirroring: Disable image mirroring when pool-level mirroring is disabled
...
Signed-off-by: Ricardo Dias <rdias@suse.com>
Fixes : #15217
2016-03-29 09:45:48 +01:00
Ricardo Dias
5624323d7e
rbd: rbd-mirroring: Enable image mirroring when pool-level mirroring is enabled
...
Signed-off-by: Ricardo Dias <rdias@suse.com>
2016-03-29 09:45:48 +01:00
Loic Dachary
7563a34709
Merge pull request #8345 from tchaikov/wip-release-notes-indents
...
doc/release-notes: fix indents
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2016-03-29 10:37:30 +02:00
Kefu Chai
bc07def18a
Merge pull request #8342 from xiexingguo/xxg-wip-doc
...
doc: fix typo, duplicated content etc. for Jewel release notes
Reviewed-by: Kefu Chai <kchai@redhat.com>
2016-03-29 11:21:23 +08:00
Kefu Chai
e5a4d218a2
doc/release-notes: fix indents
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2016-03-29 11:19:46 +08:00
xie xingguo
92d1857834
doc: fix typo, duplicated content etc. for Jewel release notes
...
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
2016-03-29 09:38:23 +08:00
Dan Mick
1c9332bb57
pybind/Makefile.am: Prevent race creating CYTHON_BUILD_DIR
...
Fixes http://tracker.ceph.com/issues/15276
Signed-off-by: Dan Mick <dan.mick@redhat.com>
2016-03-28 16:55:47 -07:00
Sage Weil
359d8324a3
qa/workunits/cephtool/test.sh: fix cache mode tests
...
Signed-off-by: Sage Weil <sage@redhat.com>
2016-03-28 16:57:42 -04:00
Sage Weil
90fe8e3d0b
mon/OSDMonitor: require force flag to use obscure cache modes
...
Only none, writeback, proxy, and readproxy are robust and
supported. Require a force flag to use any of the others.
Signed-off-by: Sage Weil <sage@redhat.com>
2016-03-28 16:57:28 -04:00
Sage Weil
d7da68848a
osd: add 'proxy' cache mode
...
The 'forward' mode is flawed for the same reason that redirects
are flawed: they allow the reordering of requests. Add a proxy
mode that can be used instead of forward. (Later we can consider
dropping forward entirely?)
Fixes : #12814
Signed-off-by: Sage Weil <sage@redhat.com>
2016-03-28 16:57:27 -04:00
Casey Bodley
7f441b1065
Merge pull request #8321 from linuxbox2/jewel-nfs-fixes-2
...
rgw_file: set owner uid, gid, and Unix mode on new objects
2016-03-28 15:29:41 -04:00
Javier M. Mellid
f22676b355
mon: remove unused variable
...
Fixes: http://tracker.ceph.com/issues/15292
Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com>
2016-03-28 19:51:54 +02:00
Casey Bodley
cab2b2d2d0
Merge pull request #8106 from linuxbox2/wip-cmake-ssl
...
cmake: add FindOpenSSL.cmake
2016-03-28 13:24:35 -04:00
Loic Dachary
7327b1ad3d
Merge pull request #8312 from SUSE/wip-submittingpatches
...
doc: amend Fixes instructions in SubmittingPatches
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2016-03-28 19:13:02 +02:00
Mehdi Abaakouk
8e78ed3b92
pybinding: python3 fixes
...
This fixes a couple of issues to make test_rados.py passed again against
python 3
Signed-off-by: Mehdi Abaakouk <sileht@redhat.com>
2016-03-28 19:02:47 +02:00
Matt Benjamin
13bd851840
rgw_file tests: allow override of owner_uid and owner_gid
...
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
2016-03-28 12:05:38 -04:00
Casey Bodley
516ad93b2d
Merge pull request #8284 from yehudasa/wip-rgw-sync-fixes-5
...
rgw: fix lockdep false positive
2016-03-28 11:42:05 -04:00
Sage Weil
b83f339f1d
Merge pull request #7820 from yuyuyu101/remove-exper
...
msg/async: remove experiment feature
Reviewed-by: Sage Weil <sage@redhat.com>
2016-03-28 10:48:42 -04:00
Sage Weil
5b44a348bf
mon/MonClient: fix shutdown race
...
While we are shutting down, we should drop all subsequent mon
messages. Currently it is possible to finish the authentication
sequence *while* we are shutting down, such that a subsequent
attempt to authenticate succeeds.
Fix this by resetting cur_con early in the sequence, as this
makes us drop all incoming messages.
Fixes: http://tracker.ceph.com/issues/13992
Signed-off-by: Sage Weil <sage@redhat.com>
2016-03-28 10:33:53 -04:00
Sage Weil
cd3385b59f
Merge pull request #8308 from wido/cloudstack-docs
...
doc: Updated CloudStack RBD documentation
2016-03-28 08:28:45 -04:00
Sage Weil
f394486109
Merge pull request #8327 from vumrao/wip-vumrao-15288
...
doc: Remove Ceph Monitors do lots of fsync()
2016-03-28 08:23:58 -04:00
Sage Weil
336b082415
Merge pull request #8328 from scienceluo/master
...
doc: Fixes headline different font size and type
2016-03-28 08:23:10 -04:00
xie xingguo
a5b4460214
common: fix race during optracker switches between enabled/disabled mode
...
The RWLock lock is made private to protect tracking_enabled changing
but we are reading tracking_enabled beyond its protection during
unregister_inflight_op(). So this is a slight race conditon.
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
2016-03-28 20:17:26 +08:00
Sage Weil
495e661e4e
Merge pull request #8293 from dachary/wip-subman-facts
...
script: subscription-manager support (part 2)
Reviewed-by: Kefu Chai <kchai@redhat.com>
2016-03-28 08:15:59 -04:00
Vikhyat Umrao
1611dfbf17
doc: Remove Ceph Monitors do lots of fsync()
...
and change the ligature of "fl" to "f" and "l"
Fixes : #15288
Signed-off-by: Vikhyat Umrao <vumrao@redhat.com>
2016-03-28 13:29:09 +05:30
scienceluo
b3930c51ff
Fixes headline different font size and type
2016-03-28 14:10:28 +08:00
Matt Benjamin
81792b3647
rgw_file: set owner uid, gid, and Unix mode on new objects
...
Unix attributes aren't current materialized, but a future change
will serialize them in a new object attribute.
Also moves create and mkdir into operations on RGWLibFS, which
better encapsulates the behavior.
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
2016-03-27 17:20:27 -04:00
Loic Dachary
fa450896ac
Makefile-env.am: set a default for CEPH_BUILD_VIRTUALENV (part 2)
...
The new default must be taken into account by make check scripts
otherwise they fail.
Followup of 5b3da26
.
Signed-off-by: Loic Dachary <loic@dachary.org>
2016-03-27 22:28:50 +02:00
Sage Weil
eeaab88e31
Merge pull request #8299 from liewegas/wip-15230
...
messages/MOSDOp: clear reqid inc for v6 encoding
2016-03-27 10:02:26 -04:00
Sage Weil
772ad242fa
Merge pull request #8318 from tchaikov/wip-15240
...
test/system/*: use dynamically generated pool name
Reviewed-by: Sage Weil <sage@redhat.com>
2016-03-27 10:01:14 -04:00
Kefu Chai
239f164a02
test/system/*: use dynamically generated pool name
...
was using "foo" for the pool name. this works if we are performing
tests in serial. but if we do it in parallel, the tests interfere
with each other.
Fixes : #15240
Signed-off-by: Kefu Chai <kchai@redhat.com>
2016-03-27 21:21:55 +08:00
Sage Weil
77027813ed
Merge pull request #7094 from songbaisen/wipdf
...
mon: show the pool quota info on ceph df detail command
Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
2016-03-26 16:17:14 -04:00
Sage Weil
219995c45c
Merge pull request #8275 from xiexingguo/xxg-wip-fixdirtyinfo
...
osd: fix dirtying info without correctly setting drity_info field
Reviewed-by: Sage Weil <sage@redhat.com>
2016-03-26 16:16:26 -04:00
Sage Weil
c813fea92b
Merge pull request #8230 from majianpeng/clear-omap
...
osd: fix bugs for omap ops
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Sage Weil <sage@redhat.com>
2016-03-26 16:16:09 -04:00
Sage Weil
77cec5daa9
Merge pull request #8254 from xiexingguo/xxg-wip-osd
...
osd: fix reference count, rare race condition etc.
Reviewed-by: Kefu Chai <kchai@redhat.com>
2016-03-26 16:14:02 -04:00
Sage Weil
c972d0cd42
Merge pull request #8291 from xiexingguo/xxg-wip-fixhistorymerge
...
osd: more fixes for incorrectly dirtying info; resend reply for duplicated scrub-reserve req
Reviewed-by: Sage Weil <sage@redhat.com>
2016-03-26 16:13:42 -04:00
Sage Weil
fca1c707d0
Merge pull request #8247 from liewegas/wip-split-creates
...
mon: do not send useless pg_create messages for split pgs
Reviewed-by: Kefu Chai <kchai@redhat.com>
2016-03-26 16:12:29 -04:00
Sage Weil
63c00cb305
Merge pull request #8208 from liewegas/wip-15027
...
mon: mark_down_pgs in lockstep with pg_map's osdmap epoch
Reviewed-by: Kefu Chai <kchai@redhat.com>
2016-03-26 16:11:41 -04:00
Loic Dachary
0ab4813092
script: subscription-manager support (part 2)
...
Strip the .py suffix so that no pyc / pyo files are generated.
Do not install on CentOS.
http://tracker.ceph.com/issues/14972 Fixes : #14972
Signed-off-by: Loic Dachary <loic@dachary.org>
2016-03-26 19:20:57 +01:00
Sage Weil
1cbe2bd9d4
ceph_test_rados_api_misc: debug LibRadosMiscConnectFailure.ConnectFailure
...
Signed-off-by: Sage Weil <sage@redhat.com>
2016-03-26 09:47:51 -04:00
Sage Weil
bdca28ddfb
messages/MOSDOp: clear reqid inc for v6 encoding
...
For the new v7 encoding, we put the client incarnation in the
reqid so that we can have it at the beginning of the encoding.
However, we do *not* want to do this for the v6 encoding, as that
version of get_reqid() will return reqid if it is not ==
osd_reqid_t().
Fixes : #15230
Signed-off-by: Sage Weil <sage@redhat.com>
2016-03-25 21:56:10 -04:00
Sage Weil
67a61962db
Merge pull request #8265 from athanatos/wip-journal-default
...
config_opts: disable filestore throttle soft backoff by default
2016-03-25 21:21:36 -04:00
Sage Weil
cbec91d2d4
Merge pull request #8306 from tchaikov/wip-doc-formatting
...
doc/rados/operations/crush: fix the formatting
2016-03-25 16:28:42 -04:00
Sage Weil
91d233e840
Merge pull request #8202 from XinzeChi/wip-objecter-tid
...
osdc/Objecter: dout log after assign tid
Reviewed-by: Kefu Chai <kchai@redhat.com>
2016-03-25 16:10:35 -04:00
Ning Yao
038d1b6490
osd: duplicated clear for peer_missing
...
peering_missing is also cleared in clear_primary_state
Signed-off-by: Ning Yao <yaoning@unitedstack.com>
2016-03-26 03:49:31 +08:00
Sage Weil
a0e5aa5c8a
Merge remote-tracking branch 'gh/jewel'
2016-03-25 15:49:23 -04:00