]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Do not use qemu-img --backing-chain or --output=json
authorEric Harney <eharney@redhat.com>
Sat, 7 Sep 2013 03:26:46 +0000 (23:26 -0400)
committerEric Harney <eharney@redhat.com>
Mon, 16 Sep 2013 15:53:29 +0000 (11:53 -0400)
commitbd1a8482c530376acc5fedbaa46477cc003766ce
treef5666b8c7e230956249fb1bc524009871e8c70ab
parente34ab12fbf3c06036e8d07dbf702f5c24b5b275c
Do not use qemu-img --backing-chain or --output=json

Initial code for GlusterFS snapshot support in Havana
used qemu-img arguments which are too new to run in many
environments.  Run qemu-img using only arguments which
will exist on older platforms.

Partial-Bug: #1224030
Change-Id: I5155dac492da67a951ede978c2c46a54c239eb04
cinder/tests/test_glusterfs.py
cinder/volume/drivers/glusterfs.py