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
=== modified file 'tools/multiceph/syncimage.sh'
--- tools/multiceph/syncimage.sh 2016-09-06 14:01:01 +0000
+++ tools/multiceph/syncimage.sh 2016-09-20 15:29:28 +0000
@@ -25,7 +25,7 @@
25rm $img_id25rm $img_id
26rbd -c ceph/ceph-az1.conf -k ceph/ceph-az1.key -p glance export $img_id26rbd -c ceph/ceph-az1.conf -k ceph/ceph-az1.key -p glance export $img_id
27rbd -c ceph/ceph-az2.conf -k ceph/ceph-az2.key -p glance import --image-format 2 --image-features 3 \27rbd -c ceph/ceph-az2.conf -k ceph/ceph-az2.key -p glance import --image-format 2 --image-features 3 \
28 --order 23 --stripe-unit $((8192 * 1024)) \28 --order 23 --stripe-unit 65536 \
29 --stripe-count 1 --image $img_id $img_id29 --stripe-count 2 --image $img_id $img_id
30rbd -c ceph/ceph-az2.conf -k ceph/ceph-az2.key -p glance snap create --snap snap $img_id30rbd -c ceph/ceph-az2.conf -k ceph/ceph-az2.key -p glance snap create --snap snap $img_id
3131

Subscribers

People subscribed via source and target branches