]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Change default value of gpfs_images_share_mode to None
authorSasikanth <sasikanth.eda@in.ibm.com>
Wed, 4 Mar 2015 03:34:00 +0000 (09:04 +0530)
committerSasikanth <sasikanth.eda@in.ibm.com>
Wed, 4 Mar 2015 03:45:32 +0000 (09:15 +0530)
commit5ce01f4bf8d5efdc41a4e23c0474825d0773917c
tree8523024ecbf6d76f0e78084ac5865f9a78501bd8
parent2f5eab9ed7548e04869cc4823817480a1cf51f06
Change default value of gpfs_images_share_mode to None

This patch will assign default value of gpfs_images_share_mode
option used in gpfs.py to None instead of 'copy_on_write'.
Initializing it with 'copy_on_write' breaks the setup. It is
needed only if the user configures gpfs_images_dir option.

Change-Id: I73e91f7d41fa97a8b2f05dac55c665d1f6dedf07
Closes-Bug: #1427713
cinder/volume/drivers/ibm/gpfs.py