Merge "/etc/ceph/ceph.client.None.keyring not created on standby controller"

This commit is contained in:
Zuul 2019-01-15 19:36:24 +00:00 committed by Gerrit Code Review
commit c3f905276d
1 changed files with 9 additions and 9 deletions

View File

@ -700,16 +700,16 @@ class openstack::cinder::post
file { $initial_cinder_ceph_config_flag:
ensure => present
}
}
# To workaround an upstream bug in rbd code, we need to create
# an empty file /etc/ceph/ceph.client.None.keyring in order to
# do cinder backup and restore.
file { '/etc/ceph/ceph.client.None.keyring':
ensure => file,
owner => 'root',
group => 'root',
mode => '0644',
}
# To workaround an upstream bug in rbd code, we need to create
# an empty file /etc/ceph/ceph.client.None.keyring in order to
# do cinder backup and restore.
file { '/etc/ceph/ceph.client.None.keyring':
ensure => file,
owner => 'root',
group => 'root',
mode => '0644',
}
if $is_node_cinder_lvm {