Alfredo Deza
e03a967b78
ceph-volume lvm.create fallback to bluestore when objectstore is not specified
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 6781d6498e
)
2017-12-07 14:41:05 -05:00
Alfredo Deza
b50912204d
ceph-volume lvm.prepare fallback to bluestore when objectstore is not specified
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 9b17ad2f8f
)
2017-12-07 14:41:05 -05:00
Alfredo Deza
5704b5053e
ceph-volume lvm.prepare rollback osd when prepare fails and an osd id was generated
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 579d12806b
)
2017-12-07 14:41:05 -05:00
Alfredo Deza
f0b407bf47
ceph-volume lvm.common create a rollback_osd utility to cleanup failed osd prepare/create calls
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit e533792e0d
)
2017-12-07 14:41:05 -05:00
Alfredo Deza
3b9fade2b8
Merge pull request #19363 from ceph/wip-rm22282
...
ceph-volume: removed the explicit use of sudo
Reviewed-by: Alfredo Deza <adeza@redhat.com>
2017-12-07 09:38:20 -05:00
Andrew Schoen
aee71a3f51
ceph-volume: removed the explicit use of sudo
...
This will allow users to run ceph-volume on systems that do
not have sudo installed.
Fixes: http://tracker.ceph.com/issues/22282
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
2017-12-06 10:40:55 -06:00
Sage Weil
9255516b77
qa/suites/rados/upgrade: whitelist MON_DOWN, MGR_DOWN
...
They get restarted.
Signed-off-by: Sage Weil <sage@redhat.com>
2017-12-05 12:26:12 -06:00
Sage Weil
6dc46fc6c1
Merge pull request #19328 from liewegas/wip-fix-tools-deb
...
debian/control: adjust ceph-{osdomap,kvstore,monstore}-tool feature move
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-12-04 21:28:21 -06:00
Sage Weil
e0c814266f
debian/control: adjust ceph-{osdomap,kvstore,monstore}-tool feature move
...
The backport didn't make 12.2.2, but it will be in 12.2.3.
Fixes: http://tracker.ceph.com/issues/22319
Signed-off-by: Sage Weil <sage@redhat.com>
2017-12-04 21:26:15 -06:00
Sage Weil
0e81fa9f39
qa/suites/rados/singleton/all/threash-eio: whitelist OBJECT_*
...
Signed-off-by: Sage Weil <sage@redhat.com>
2017-12-04 21:16:44 -06:00
Sage Weil
c30faff877
PendingReleaseNotes: dummy commit
...
Just need a new to trigger a build on this branch.
Signed-off-by: Sage Weil <sage@redhat.com>
2017-12-04 08:59:35 -06:00
Kefu Chai
8ad1a5b642
Merge pull request #19196 from shun-s/wip-cephdisk-fix-major-error
...
ceph-disk: fix signed integer is greater than maximum when call major
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-12-03 10:34:02 +08:00
Sage Weil
55d499bdef
Merge pull request #19296 from shinobu-x/strange_double_space
...
osd: Remove double space
2017-12-02 11:44:15 -06:00
Shinobu Kinjo
0fb7f9754d
osd: Remove double space
...
Should not break anything but just strange...
Signed-off-by: Shinobu Kinjo <shinobu@redhat.com>
2017-12-02 11:57:39 -05:00
Kefu Chai
f8df9280e5
Merge pull request #19161 from xiexingguo/wip-pg-log
...
osd/PGLog: get rid of ineffective container operations
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-12-02 22:36:19 +08:00
xie xingguo
d98aa399b0
osd/PGLog: get rid of ineffective container operations
...
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
2017-12-02 15:16:28 +08:00
Kefu Chai
52bb6e8c6e
Merge pull request #19242 from liewegas/wip-21147
...
qa/suites/rados/thrash: extend mgr beacon grace when many msgr failures injected
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-12-02 14:14:29 +08:00
Kefu Chai
9185109cb9
Merge pull request #19185 from liewegas/wip-trim-mgrmap
...
mon/MgrMonitor: limit mgrmap history
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-12-02 14:13:44 +08:00
Andrew Schoen
dfe1b7948d
Merge pull request #19285 from ceph/wip-rm22299
...
ceph-volume Format correctly when vg/lv cannot be used
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
2017-12-01 15:40:00 -06:00
Andrew Schoen
b7a9c440e7
Merge pull request #19259 from ceph/wip-rm22280
...
ceph-volume: handle leading whitespace/tabs in ceph.conf
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
2017-12-01 15:32:37 -06:00
Alfredo Deza
d7320313a1
ceph-volume tests verify proper formatting of RuntimeError on vg/lv error
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-12-01 13:53:39 -05:00
Alfredo Deza
7c0b00615d
ceph-volume lvm.prepare correctly format argument for vg/lv error
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-12-01 13:53:06 -05:00
Abhishek L
a91f35058c
Merge pull request #19264 from theanalyst/doc/releases/12.2.2
...
doc: add 12.2.2 release notes
Reviewed-By: Sage Weil <sage@redhat.com>
Reviewed-By: Nathan Cutler <ncutler@suse.com>
2017-12-01 18:06:46 +01:00
Sage Weil
fb4971f796
Merge pull request #19284 from theanalyst/changelog/12.2.2
...
doc: add changelog for v12.2.2
2017-12-01 10:30:33 -06:00
Abhishek Lekshmanan
ab5e95c17a
doc: add changelog for v12.2.2
...
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
2017-12-01 17:28:10 +01:00
Matt Benjamin
bf700fc2da
Merge pull request #19278 from badone/wip-librgw_file_marker-unused-function-warnings
...
rgw_file: Silence unused-function warnings
2017-12-01 11:23:09 -05:00
Jos Collin
b144e95a94
Merge pull request #19281 from qrGitHub/wip-rgw-typo-anynoymous
...
rgw: fix typo anynoymous to anonymous
Reviewed-by: Jos Collin <jcollin@redhat.com>
2017-12-01 20:14:21 +05:30
Abhishek Lekshmanan
8dad1d819b
doc: add 12.2.2 release notes
...
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
2017-12-01 15:04:59 +01:00
Bingyin Zhang
da0d9471f8
rgw: correct typo anynoymous to anonymous
...
Signed-off-by: Bingyin Zhang <zhangbingyin@cloudin.cn>
2017-12-01 18:56:05 +08:00
Brad Hubbard
0e164fa291
rgw_file: Silence unused-function warnings
...
Comment out unused insertion operators.
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
2017-12-01 18:41:02 +10:00
Kefu Chai
89c876d1b6
Merge pull request #19233 from tchaikov/wip-no-mon-health-to-clog-when-upgrading
...
qa: disable mon-health-to-clog in upgrade test
Reviewed-by: Sage Weil <sage@redhat.com>
2017-12-01 11:42:52 +08:00
Kefu Chai
4898c36a36
Merge pull request #19225 from tchaikov/wip-more-whitelist
...
qa/suites/rados/singleton: more whitelist
Reviewed-by: Sage Weil <sage@redhat.com>
2017-12-01 10:39:18 +08:00
Kefu Chai
a5190c9887
Merge pull request #19202 from tchaikov/wip-check-pthread-ext
...
cmake,common/RWLock: check for libpthread extensions
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2017-12-01 10:36:21 +08:00
Kefu Chai
c9e94869ca
Merge pull request #19160 from shinobu-x/bluestore_tool_remove_redundant_code
...
os/bluestore/bluestore_tool: Move redundant code into one method
Reviewed-by: Igor Fedotov <ifedotov@mirantis.com>
2017-12-01 10:35:27 +08:00
Kefu Chai
704b6db0be
Merge pull request #19100 from tchaikov/wip-log-reuse-streambuf
...
common/log: Speed improvement for log
Reviewed-by: Adam Kupczyk <akupczyk@redhat.com>
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2017-12-01 10:34:54 +08:00
Kefu Chai
4e5e5666ee
Merge pull request #18124 from amitkumar50/cleanup-Min-Max
...
cleanup: Replacing MIN,MAX with std::min,std::max
Reviewed-by: Sage Weil <sage@redhat.com>
2017-12-01 10:32:52 +08:00
Kefu Chai
74bbc222f1
Merge pull request #18991 from dmick/wip-ceph-disk-fsid
...
ceph_disk: allow "no fsid" on activate
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-12-01 09:57:26 +08:00
Yuri Weinstein
1e83b5e834
Merge pull request #19262 from ceph/wip-fix-distro-master
...
tests - Replaced requests for "centos 7.3" to centos_latest
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
2017-11-30 12:58:22 -08:00
Casey Bodley
57863336fc
Merge pull request #19164 from hrchu/adminopsBindings
...
doc: rgw adminops binding libraries
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2017-11-30 15:16:11 -05:00
Abhishek Lekshmanan
88e3463e8b
doc: add 12.2.2 to releases table
...
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
2017-11-30 20:39:00 +01:00
Abhishek Lekshmanan
0c2bb1f041
doc: cleanup PendingReleaseNotes
...
drop sections already in previous releases, keeping only Mimic sections
and a new section header for items going post 12.2.2
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
2017-11-30 19:27:45 +01:00
Kefu Chai
3aaf5d24f1
qa: disable mon-health-to-clog in upgrade test
...
otherwise the cluster will complain that the quorum size is smaller than
that of monmap.
Signed-off-by: Kefu Chai <kchai@redhat.com>
2017-12-01 01:15:59 +08:00
Yuri Weinstein
80d2a0de86
tests - Replaced requests for "centos 7.3" to centos_latest
...
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2017-11-30 07:52:11 -08:00
Sage Weil
ffc24907e4
Merge pull request #19247 from shinobu-x/rados_op_crush-map-edits_straw2
...
doc/rados: Add explanation of straw2
2017-11-30 08:17:25 -06:00
Alfredo Deza
ec7f8a27b8
ceph-volume test leading whitespace is handled in configurations
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-11-30 08:58:37 -05:00
Alfredo Deza
9706e8cc9e
ceph-volume trim tabbed/whitespaced configuration files when loading them
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-11-30 08:58:04 -05:00
Kefu Chai
950dbc5ca4
Merge pull request #19254 from tchaikov/wip-ceph-disk-mock-get-fsid
...
ceph-disk: mock get fsid
Reviewed-by: Alfredo Deza <adeza@redhat.com>
2017-11-30 21:27:15 +08:00
Kefu Chai
ecd4f69c12
ceph-disk: silence deprecate warnings while testing
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2017-11-30 19:38:02 +08:00
Kefu Chai
cc49d1d2b9
ceph-disk/tests: mock get_fsid
...
should offer a valid fsid for the ceph-disk under testing.
Signed-off-by: Kefu Chai <kchai@redhat.com>
2017-11-30 19:37:56 +08:00
Patrick Donnelly
a3be080d03
Merge PR #18995 into master
...
* refs/pull/18995/head:
client: emplace Cap in Inode caps map
Reviewed-by: Zheng Yan <zyan@redhat.com>
2017-11-29 22:11:22 -08:00