Kefu Chai
8afca6dfa8
Merge pull request #17043 from renhwztetecs/renhw-wip-pgmap-pool
...
mon/pgmap: update pool nearfull display
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-08-18 11:32:41 +08:00
Kefu Chai
fd07d7bb5e
Merge pull request #17002 from mychoxin/yuanxin_adjust_blockdevice
...
os/bluestore: move aio_callback{,_priv} to base class BlockDevice
Reviewed-by: Pan Liu <liupan1111@gmail.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-08-18 11:22:14 +08:00
Kefu Chai
405c73e59d
Merge pull request #16940 from jcsp/wip-20955
...
mgr: add missing call to pick_addresses
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-08-18 11:14:37 +08:00
David Zafman
021177b790
Merge pull request #16407 from dzafman/wip-20243
...
osd: Improve size scrub error handling and ignore system attrs in xattr checking
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-08-17 20:05:40 -07:00
Jason Dillaman
1b21476f33
Merge pull request #17062 from trociny/wip-qa-rbd-mirror-data-pool
...
qa/workunits/rbd: test data pool is mirrored correctly
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
2017-08-17 18:24:37 -04:00
Jason Dillaman
509ab39e82
Merge pull request #16517 from gohighsec/master
...
rbd: check if an image is already mapped before rbd map
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
2017-08-17 18:10:47 -04:00
Jason Dillaman
9cdaa7ff0d
Merge pull request #16591 from PCzhangPC/fix7
...
rbd: introduce commands of "image-meta ls/rm"
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
2017-08-17 18:08:44 -04:00
Jason Dillaman
1fe275f920
Merge pull request #17073 from dillaman/wip-20567
...
rbd-mirror: Set the data pool correctly when creating images
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
2017-08-17 16:50:49 -04:00
Adam Wolfe Gordon
1af67b7529
doc: Update mirroring docs to mention data-pool configuration
...
Signed-off-by: Adam Wolfe Gordon <awg@digitalocean.com>
(cherry picked from commit 1e001c19e9
)
2017-08-17 15:45:25 -04:00
Adam Wolfe Gordon
07e4b72680
rbd-mirror: Set the data pool correctly when creating images
...
Previously the data-pool option was ignored by rbd-mirror, so when using
erasure coding data for the image on the secondary site would end up in
the metadata pool.
Configure the data-pool using the data-pool's name from the primary site
when creating images on the secondary site.
Fixes: http://tracker.ceph.com/issues/20567
Signed-off-by: Adam Wolfe Gordon <awg@digitalocean.com>
(cherry picked from commit dffaac83d1
)
2017-08-17 15:45:17 -04:00
David Galloway
cd50aad45a
Merge pull request #17069 from yuriw/wip_add_luminous
...
Decreased amount of jobs on master, kraken, luminous runs
2017-08-17 15:27:19 -04:00
Matt Benjamin
e7b14d03bc
Merge pull request #17040 from mdw-at-linuxbox/rgw-master-fix-plus
...
Rgw master fix plus
2017-08-17 14:54:51 -04:00
Gregory Farnum
b5220e202e
Merge pull request #17066 from amitkumar50/cov-os-1
...
os: Initializing uninitialized members aio_info
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
2017-08-17 10:21:15 -07:00
amitkuma
a5626dd238
os: Initializing uninitialized members aio_info
...
Fixes the coverity issue:
** 717332 Uninitialized pointer field
2. uninit_member: Non-static class member field iocb.data is not
initialized in this constructor nor in any functions that it calls.
4. uninit_member: Non-static class member field iocb.key is not
initialized in this constructor nor in any functions that it calls.
6. uninit_member: Non-static class member field iocb.__pad2 is not
initialized in this constructor nor in any functions that it calls.
8. uninit_member: Non-static class member field iocb.aio_lio_opcode
is not initialized in this constructor nor in any functions that it calls.
10. uninit_member: Non-static class member field iocb.aio_reqprio
is not initialized in this constructor nor in any functions that it calls.
CID 717332 (#1 of 1): Uninitialized pointer field (UNINIT_CTOR)
12. uninit_member: Non-static class member field iocb.aio_fildes is not
initialized in this constructor nor in any functions that it calls.
Signed-off-by: Amit Kumar amitkuma@redhat.com
2017-08-17 22:30:22 +05:30
Yuri Weinstein
6b7331e038
Decreased amount of jobs on master, kraken, luminous runs
...
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2017-08-17 09:32:09 -07:00
Yuri Weinstein
8a63a83c6f
Merge pull request #16896 from amitkumar50/cov-librado-2
...
rados: Initializing members of librados/TestCase.h
Reviewed-by: Sage Weil <sage@redhat.com>
2017-08-17 07:42:10 -07:00
Jason Dillaman
e949906715
Merge pull request #16939 from trociny/wip-nonlinux-fsx
...
test/librbd: make fsx build on non-linux platform
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
2017-08-17 10:32:01 -04:00
Xie Xingguo
ccc40482b6
Merge pull request #17027 from joscollin/wip-cleanup-Wsign-compare
...
test/osd: silence warnings from -Wsign-compare
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
2017-08-17 19:53:02 +08:00
Mykola Golub
c4c7075029
qa/workunits/rbd: test data pool is mirrored correctly
...
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
2017-08-17 10:07:12 +02:00
Patrick Donnelly
588e5d03b6
Merge PR #16891 into master
...
* refs/remotes/upstream/pull/16891/head:
mds/MDSDaemon: add 'is_valid=false' when failed to parse caps
Reviewed-by: Jos Collin <jcollin@redhat.com>
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2017-08-16 14:42:09 -07:00
Gregory Farnum
f7f8318098
Merge pull request #17022 from ceph/wip-doc-sans-gitbuilder
...
Update docs to remove gitbuilder and add shaman references
Reviewed-By: Nathan Cutler <ncutler@suse.com>
Reviewed-by: Ken Dreyer <kdreyer@redhat.com>
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
2017-08-16 10:09:53 -07:00
Alfredo Deza
b2c861ed62
doc/rados/configuration comment out '...' on ini blocks
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-08-16 11:08:59 -04:00
Alfredo Deza
e7a3bb94fb
doc/rados/api comment out '...' on ini blocks
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-08-16 11:06:49 -04:00
Alfredo Deza
253804b3d6
doc/install describe shaman urls and how to retrieve list and repo files
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-08-16 10:54:33 -04:00
Alfredo Deza
2ef1eb9a00
doc/install update international for non-US
...
Use of "international" is ambiguous, for non-US users, international
could mean US.
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-08-16 10:54:33 -04:00
Alfredo Deza
072bdbdf25
doc/install remove repetitive dev release information for rpm distros
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-08-16 10:54:33 -04:00
Alfredo Deza
765ab51b13
doc/install remove mention of autobuild key for dev packages
...
Dev packages are no longer signed, and the key is not used at all
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-08-16 10:54:33 -04:00
Alfredo Deza
44c9698660
doc/install remove Apache and FastCGI instructions for RGW
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-08-16 10:54:32 -04:00
Alfredo Deza
a7fed6c213
doc: update repo-access to point to ceph-ci.git
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-08-16 10:54:32 -04:00
Alfredo Deza
51ccc5feab
Merge pull request #17025 from ceph/wip-doc-warnings
...
fix sphinx build warnings and errors
Reviewed-by: Dan Mick <dmick@redhat.com>
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
2017-08-16 08:52:43 -04:00
Alfredo Deza
457754e85b
doc: fix short underline on release-notes
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-08-16 08:38:49 -04:00
Kefu Chai
60441c4bb1
Merge pull request #15597 from ceph/wip-19200
...
selinux: Allow nvme devices
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-08-16 20:31:07 +08:00
Alfredo Deza
f78a991f59
doc exclude man_index when not building man pages
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-08-16 08:20:02 -04:00
Alfredo Deza
e2119245bf
doc: create an index/toctree only for man pages
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-08-16 08:20:02 -04:00
Alfredo Deza
8e06659c34
doc: exclude mgr from man pages, define a man index.rst
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-08-16 08:20:01 -04:00
Alfredo Deza
5c334d8a2a
doc/release-notes use new ref label for erasure code profiles
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-08-16 08:20:01 -04:00
Alfredo Deza
3ec44df21d
doc/rados/operations use new ref labels in health-checks
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-08-16 08:20:01 -04:00
Alfredo Deza
d6164f2b19
doc/rados/operations add a ref label to erasure code profiles
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-08-16 08:20:01 -04:00
Alfredo Deza
aa90ea25cf
doc/rados/operations add a ref label to pool application
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-08-16 08:20:01 -04:00
Alfredo Deza
5a3da3acaf
doc/rados/operations use new ref label in health-checks
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-08-16 08:20:01 -04:00
Alfredo Deza
6c970133e0
doc/rados/operations add ref label for placement group number
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-08-16 08:20:01 -04:00
Alfredo Deza
c7973cb449
doc/rados/api/python document required_state manually
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-08-16 08:20:00 -04:00
Alfredo Deza
88a1114cb3
admin: bump sphinx to 1.6
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-08-16 08:20:00 -04:00
Alfredo Deza
d8932d62bf
doc/rados/operations use the new ref label for crush map tunables
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-08-16 08:20:00 -04:00
Alfredo Deza
234c6a432b
doc/rados/operations add label for crush map tunables for ref linking
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-08-16 08:20:00 -04:00
Alfredo Deza
d8b287011c
doc/cephfs add label to health messages for use in refs linking
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-08-16 08:20:00 -04:00
Alfredo Deza
d3543ef8b0
admin: do not allow errors or warnings from doc build
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-08-16 08:20:00 -04:00
Alfredo Deza
10e457fd36
doc/rados/operations include pg-repair document in the toctree
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-08-16 08:20:00 -04:00
Alfredo Deza
89ace1b1e9
pybind fix rbd trash_move docstring, needed a newline
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-08-16 08:20:00 -04:00
Alfredo Deza
9a247e13f6
pybind: fix invalid doctring in Rados.require_state
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-08-16 08:19:59 -04:00