Merge lp:~gabor.meszaros/openstack-charm-testing/multi-az-multi-ceph into lp:~openstack-charm-testers/openstack-charm-testing/multi-az-multi-ceph

Proposed by Gábor Mészáros
Status: Needs review
Proposed branch: lp:~gabor.meszaros/openstack-charm-testing/multi-az-multi-ceph
Merge into: lp:~openstack-charm-testers/openstack-charm-testing/multi-az-multi-ceph
Diff against target: 12 lines (+2/-2)
1 file modified
tools/multiceph/syncimage.sh (+2/-2)
To merge this branch: bzr merge lp:~gabor.meszaros/openstack-charm-testing/multi-az-multi-ceph
Reviewer Review Type Date Requested Status
Edward Hope-Morley Pending
Review via email: mp+306237@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

234. By Gabor Meszaros <email address hidden>

rbd client import bug workaround: set stripe-count 2 (or more), stripe-unit 65536 (or less)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tools/multiceph/syncimage.sh'
2--- tools/multiceph/syncimage.sh 2016-09-06 14:01:01 +0000
3+++ tools/multiceph/syncimage.sh 2016-09-20 15:29:28 +0000
4@@ -25,7 +25,7 @@
5 rm $img_id
6 rbd -c ceph/ceph-az1.conf -k ceph/ceph-az1.key -p glance export $img_id
7 rbd -c ceph/ceph-az2.conf -k ceph/ceph-az2.key -p glance import --image-format 2 --image-features 3 \
8- --order 23 --stripe-unit $((8192 * 1024)) \
9- --stripe-count 1 --image $img_id $img_id
10+ --order 23 --stripe-unit 65536 \
11+ --stripe-count 2 --image $img_id $img_id
12 rbd -c ceph/ceph-az2.conf -k ceph/ceph-az2.key -p glance snap create --snap snap $img_id
13

Subscribers

People subscribed via source and target branches