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: file { $initial_cinder_ceph_config_flag:
ensure => present ensure => present
} }
}
# To workaround an upstream bug in rbd code, we need to create # To workaround an upstream bug in rbd code, we need to create
# an empty file /etc/ceph/ceph.client.None.keyring in order to # an empty file /etc/ceph/ceph.client.None.keyring in order to
# do cinder backup and restore. # do cinder backup and restore.
file { '/etc/ceph/ceph.client.None.keyring': file { '/etc/ceph/ceph.client.None.keyring':
ensure => file, ensure => file,
owner => 'root', owner => 'root',
group => 'root', group => 'root',
mode => '0644', mode => '0644',
}
} }
if $is_node_cinder_lvm { if $is_node_cinder_lvm {