mirror of https://github.com/ceph/ceph-ansible.git
8f26939da4
When collocating osds with iscsigw daemons, cephadm bindmounts the
following:
```
-v /var/lib/ceph/6126c064-6a9e-4092-8a64-977930df0843/iscsi.rbd.ceph-ameenasuhani-4fs3bq-node5.vomtqb/configfs:/sys/kernel/config
```
this prevents cephadm-adopt playbook from running container and bindmounting `/var/lib/ceph:/var/lib/ceph:z`
since 'ro' is enough in this playbook, let's replace the ':z' option on
this bindmount with ':ro'
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2027411
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit
|
||
---|---|---|
.. | ||
__init__.py | ||
ceph_add_users_buckets.py | ||
ceph_crush.py | ||
ceph_dashboard_user.py | ||
ceph_fs.py | ||
ceph_key.py | ||
ceph_osd_flag.py | ||
ceph_pool.py | ||
ceph_volume.py | ||
cephadm_adopt.py | ||
cephadm_bootstrap.py | ||
config_template | ||
igw_client.py | ||
igw_gateway.py | ||
igw_lun.py | ||
igw_purge.py | ||
radosgw_realm.py | ||
radosgw_user.py | ||
radosgw_zone.py | ||
radosgw_zonegroup.py |