diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2018-06-04 15:23:00 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2018-06-04 15:23:31 -0500 |
commit | aead85544e673a8ccae4e5ae13edd71a918b17a7 (patch) | |
tree | 30e66417d0cbeb58076f76c2928c69d1fbc26559 /ci/config_tpl/juju2 | |
parent | 1eb7a7a1b2e1588c477f61b9e6bfec69e554c66a (diff) |
modified to change the config option for potential data loss.
Change-Id: I29fdff1b166e8ad3109c35e53709a7777294dae5
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/config_tpl/juju2')
-rw-r--r-- | ci/config_tpl/juju2/bundle_tpl/ceph.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/config_tpl/juju2/bundle_tpl/ceph.yaml b/ci/config_tpl/juju2/bundle_tpl/ceph.yaml index 10968154..180e0490 100644 --- a/ci/config_tpl/juju2/bundle_tpl/ceph.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/ceph.yaml @@ -48,7 +48,7 @@ options: osd-devices: *osd-devices osd-journal: *osd-journal - osd-reformat: 'True' + #osd-reformat: 'True' source: *openstack-origin {% if os.network.ipv6 %} prefer-ipv6: {{ os.network.ipv6 }} |