Commit Graph

52930 Commits

Author SHA1 Message Date
Orit Wasserman
c666bc3f71 Merge pull request #8788 from jmunhoz/fix-15626
rgw: add AWS4 completion support for RGW_OP_SET_BUCKET_WEBSITE
2016-05-03 13:03:48 +02:00
John Spray
2ebf564358 Merge pull request #8897 from flyd1005/wip-fix-duplicated5
mds: remove duplicated words

Reviewed-by: John Spray <john.spray@redhat.com>
2016-05-03 05:50:56 -05:00
Orit Wasserman
e805674d6a Merge pull request #8760 from theanalyst/f/rgw-orphans-list-jobs
rgw orphans list jobs
2016-05-03 11:37:36 +02:00
YongQiang
1bf26509c6 rbd:make a distinction of help message between ''rbd snap rollback" and "rbd snap revert"
Fixes: https://tracker.ceph.com/issues/15521

Signed-off-by: Yongqiang He <he.yongqiang@h3c.com>
2016-05-03 05:35:50 -04:00
Kefu Chai
65426a522d os/FileStore::sync_entry check for stop in after wait
there is chance that the sync_entry() gets signaled in the
WaitInterval(max_interval) call because of sync_cond.Signal() call after
"stop = true" in umount(), so without this change, sync_entry() will
continue wait until min_interval is reached. this forces umount() to
wait even it has called d_force_sync(), and hence slows down the
progress of umount(). so we need to check for `stop` if we are not
signalled because of `force_sync`.

Fixes: http://tracker.ceph.com/issues/15695
Reported-by: Haomai Wang <haomaiwang@gmail.com>
Signed-off-by: Kefu Chai <kchai@redhat.com>
2016-05-03 17:27:50 +08:00
Loic Dachary
a71f3dc93c Merge pull request #8469 from dachary/wip-15403-api-test-timeout
tests: be more generous with test timeout

Reviewed-by: Nathan Cutler <ncutler@suse.com>
2016-05-03 10:31:50 +02:00
Orit Wasserman
45d526e094 Merge pull request #8655 from theanalyst/rgw/multisite-delete
rgw: forward delete bucket to master before deleting them in a zone
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
2016-05-03 10:26:33 +02:00
Orit Wasserman
6c3ef5de85 Merge pull request #7193 from theanalyst/doc/rgw-13066-fix
doc:explain service tenant config for rgw keystone
2016-05-03 10:16:38 +02:00
Loic Dachary
dad2e195ce Merge pull request #8782 from SUSE/wip-15627
install-deps.sh: systemd-rpm-macros must be installed on SUSE

Reviewed-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2016-05-03 10:10:07 +02:00
Loic Dachary
13b144aa34 Merge pull request #8875 from tchaikov/wip-double-colon
automake: use :: rule for adding target

Reviewed-by: Loic Dachary <ldachary@redhat.com>
2016-05-03 10:08:56 +02:00
cy.l@inwinstack.com
ee21129544 rbd-nbd: Fix aio_callback error handling
Change aio_callback return code handling for NBD_CMD_READ command.

Tracker:
http://tracker.ceph.com/issues/15604

Signed-off-by: Chang-Yi Lee <cy.l@inwinstack.com>
2016-05-03 15:39:07 +08:00
Kefu Chai
d2bf98033a Merge pull request #8852 from yuyuyu101/wip-async-clock
msg/async/Event: replace ceph_clock_now with coarse_real_clock

Reviewed-by: Kefu Chai <kchai@redhat.com>
2016-05-03 15:25:12 +08:00
Li Peng
63f704ca87 cls_user: remove duplicated words
Signed-off-by: Li Peng <lip@dtdream.com>
2016-05-03 15:21:20 +08:00
Li Peng
9f1a4386e6 common: remove duplicated words
Signed-off-by: Li Peng <lip@dtdream.com>
2016-05-03 15:16:06 +08:00
Li Peng
a589166d80 erasure-code: remove duplicated words
Signed-off-by: Li Peng <lip@dtdream.com>
2016-05-03 15:05:34 +08:00
Li Peng
d220b7d189 libcephfs.h: remove duplicated words
Signed-off-by: Li Peng <lip@dtdream.com>
2016-05-03 14:59:44 +08:00
Li Peng
48781d8684 mds: remove duplicated 'this'
Signed-off-by: Li Peng <lip@dtdream.com>
2016-05-03 14:55:59 +08:00
Li Peng
b89a155cde mds: remove duplicated words
Signed-off-by: Li Peng <lip@dtdream.com>
2016-05-03 14:53:54 +08:00
Li Peng
21b827bd0d mon: remove duplicated words
Signed-off-by: Li Peng <lip@dtdream.com>
2016-05-03 14:48:20 +08:00
Li Peng
6aef11e5dd pybind/rados: remove duplicated words
Signed-off-by: Li Peng <lip@dtdream.com>
2016-05-03 14:43:47 +08:00
Li Peng
1cbf3f78ad os: remove duplicated words
Signed-off-by: Li Peng <lip@dtdream.com>
2016-05-03 14:37:52 +08:00
Li Peng
5f6fdb7d0c init-ceph.in: remove duplicated words
Signed-off-by: Li Peng <lip@dtdream.com>
2016-05-03 14:28:47 +08:00
Kefu Chai
bb7d9c1557 Merge pull request #8891 from tchaikov/wip-fix-test-using-dash
test/encoding/readable.sh: use bash instead of sh

Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
2016-05-03 13:41:29 +08:00
Kefu Chai
db129ba0b9 Merge pull request #8889 from linuxbox2/rbd-nbd-cmake
cmake: fix rbd-nbd linkage

Reviewed-by: Kefu Chai <kchai@redhat.com>
2016-05-03 13:36:14 +08:00
Kefu Chai
1a55d2d114 test/encoding/readable.sh: use bash instead of sh
aside from the `source` statement, the readable.sh is POSIX shell
script. we can just "." the referenced helper script. but to be
consistent with other encoding/*.sh scripts, let's just change the
shebang line to "#!/bin/bash".

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
2016-05-03 12:06:48 +08:00
Kefu Chai
76656fe12d Merge pull request #8885 from stiopaa1/osd_removeSendMessageConn
osd/OSD.h: remove C_OSD_SendMessageOnConn class

Reviewed-by: Kefu Chai <kchai@redhat.com>
2016-05-03 10:41:55 +08:00
Kefu Chai
788bbb55ed automake: use :: rule for adding target
Signed-off-by: Kefu Chai <kchai@redhat.com>
2016-05-03 10:35:28 +08:00
Haomai Wang
ffce4c53bb Merge pull request #8072 from yuyuyu101/wip-async-skip-steps
async: skip unnecessary steps when parsing simple messages
2016-05-03 10:21:40 +08:00
Matt Benjamin
b233005a74 cmake: fix rbd-nbd linkage
Use correct name for librbd, add parse_secret_objs and its
keyutils libdep.

Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
2016-05-02 20:52:59 -04:00
Josh Durgin
e301ebfe3e Merge pull request #8883 from dillaman/wip-15685
librbd: clone fails if config overridden to use image format 1 by default

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2016-05-02 16:17:19 -07:00
Sage Weil
9b0a5bdc87 Merge pull request #8882 from liewegas/wip-check-port
test/mon/mon-created-time: put on unique port

Reviewed-by: Loic Dachary <ldachary@redhat.com>
2016-05-02 18:06:04 -04:00
Sage Weil
0b58e09ad5 Merge pull request #8884 from ktdreyer/docs-packaging
doc: remove references to old EOL releases

Reviewed-by: Sage Weil <sage@redhat.com>
2016-05-02 18:04:48 -04:00
Sage Weil
7a5c3f5ea6 mon: remove bad rocksdb option
Signed-off-by: Sage Weil <sage@redhat.com>
2016-05-02 17:47:52 -04:00
Josh Durgin
f5e22ce64b Merge pull request #8864 from trociny/fixup-rbd-mirror-test-log
qa/workunits/rbd: fix rbd-mirror log file name

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2016-05-02 14:26:54 -07:00
Jason Dillaman
f24c70f543 librbd: default clone operation to image format 2
Image format 1 doesn't support clones, so unless the user
overrode the setting, default to format 2.

Fixes: http://tracker.ceph.com/issues/15685
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2016-05-02 17:12:08 -04:00
Jason Dillaman
2633b045e0 librbd: add rbd_image_options_is_set helper method to API
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2016-05-02 17:11:48 -04:00
Josh Durgin
5157c7d0fa Merge pull request #8877 from dillaman/wip-15664
rbd-mirror: lockdep error during bootstrap

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2016-05-02 14:06:40 -07:00
David Zafman
de4681b80a rados: Balance format sections in same do_get_inconsistent_cmd()
Signed-off-by: David Zafman <dzafman@redhat.com>
2016-05-02 13:20:09 -07:00
David Zafman
df4bc16c4d rados: Include epoch in the list-inconsistent-* command output
Signed-off-by: David Zafman <dzafman@redhat.com>
2016-05-02 13:20:09 -07:00
David Zafman
cea7cf56ee rados: Improve error messages for list-inconsistent commands
Signed-off-by: David Zafman <dzafman@redhat.com>
2016-05-02 13:20:09 -07:00
Ken Dreyer
5904d89247 doc: remove references to old EOL releases
There were several references to old releases like "dumpling",
"emperor", and "firefly", throughout the docs. Remove these and update
the examples to use jewel instead.

Remove references to CentOS 6 and RHEL 6, since we only support CentOS 7
now.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
2016-05-02 13:54:24 -06:00
Mykola Golub
a22cf518f9 rbd-mirror: admin socket commands to start/stop/restart mirroring
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
2016-05-02 22:52:02 +03:00
Michal Jarzabek
6f72f9e57e osd/OSD.h: remove C_OSD_SendMessageOnConn class
Signed-off-by: Michal Jarzabek <stiopa@gmail.com>
2016-05-02 20:45:06 +01:00
Sage Weil
8bbd195fea test/mon/mon-created-time: put on unique port
7122 is also used by test/osd/osd-reactivate.sh

Signed-off-by: Sage Weil <sage@redhat.com>
2016-05-02 14:52:59 -04:00
Sage Weil
ba32675f8f Merge pull request #8770 from ceph/wip-cmake
cmake: build fixes
2016-05-02 14:10:11 -04:00
Sage Weil
42b4d7166f Merge pull request #8844 from stiopaa1/log_removelexical
common/Graylog.h: remove lexical cast

Reviewed-by: Kefu Chai <kchai@redhat.com>
2016-05-02 14:08:30 -04:00
Sage Weil
4c2a8463a2 Merge pull request #8879 from ktdreyer/doc-rm-up2date
doc: drop references to "up2date"
2016-05-02 14:05:02 -04:00
Ken Dreyer
b94ba8215e doc: drop references to "up2date"
"up2date" has not been used since very old versions of RHEL (rhel4 or
5?). We only support el7 now, which is a yum-based platform.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
2016-05-02 11:08:58 -06:00
Josh Durgin
0401b4dfcb Merge pull request #8878 from ktdreyer/wip-doc-rbd-dillaman
doc: Jason Dillaman is now RBD lead

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2016-05-02 10:01:52 -07:00
Ken Dreyer
fbfb5c12bf doc: Jason Dillaman is now RBD lead
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
2016-05-02 10:57:53 -06:00