ceph-ansible/library
Guillaume Abrioux 8f26939da4 cephadm-adopt: bindmount /var/lib/ceph with 'ro'
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 c4fdf956bd)
2021-12-02 08:52:05 +01:00
..
__init__.py tests for the ceph_volume module 2017-12-11 09:58:06 -06:00
ceph_add_users_buckets.py library: flake8 ceph-ansible modules 2021-08-02 15:51:39 +02:00
ceph_crush.py library: flake8 ceph-ansible modules 2021-08-02 15:51:39 +02:00
ceph_dashboard_user.py library: exit on user creation failure 2021-08-04 17:41:29 +02:00
ceph_fs.py library: remove unused module import 2021-08-02 15:51:39 +02:00
ceph_key.py library: remove unused module import 2021-08-02 15:51:39 +02:00
ceph_osd_flag.py library: flake8 ceph-ansible modules 2021-08-02 15:51:39 +02:00
ceph_pool.py library: remove unused module import 2021-08-02 15:51:39 +02:00
ceph_volume.py cephadm-adopt: bindmount /var/lib/ceph with 'ro' 2021-12-02 08:52:05 +01:00
cephadm_adopt.py library: make cephadm_adopt module idempotent 2021-10-18 18:38:47 +02:00
cephadm_bootstrap.py cephadm: set ssh configs at bootstrap step 2021-10-15 15:13:18 +02:00
config_template Using config_template 2015-12-16 17:19:50 +01:00
igw_client.py library: flake8 ceph-ansible modules 2021-08-02 15:51:39 +02:00
igw_gateway.py library: flake8 ceph-ansible modules 2021-08-02 15:51:39 +02:00
igw_lun.py library: flake8 ceph-ansible modules 2021-08-02 15:51:39 +02:00
igw_purge.py library: flake8 ceph-ansible modules 2021-08-02 15:51:39 +02:00
radosgw_realm.py library: remove unused module import 2021-08-02 15:51:39 +02:00
radosgw_user.py library: remove unused module import 2021-08-02 15:51:39 +02:00
radosgw_zone.py library: remove unused module import 2021-08-02 15:51:39 +02:00
radosgw_zonegroup.py library: remove unused module import 2021-08-02 15:51:39 +02:00