os-brick/os_brick/tests/initiator/connectors
Brian Rosmaita 57409c28b5 New fix for rbd connector to work with ceph octopus
Found while testing cinder-backup with ceph on Ubuntu Focal, which
installs ceph Octopus.  Octopus apparently enforces the requirement
that the config file contain a '[global]' section for general
requirements.  The '[global]' section goes back at least to ceph
Hammer [0], so we will simply add it to the temporary ceph config
file that os-brick generates in the RBDConnector class.

[0] https://docs.ceph.com/docs/hammer/rados/configuration/mon-config-ref/

Co-authored-by: Alex Kavanagh <alex@ajkavanagh.co.uk>
Co-authored-by: Ivan Kolodyazhny <e0ne@e0ne.info>

Change-Id: I86eb31535d990291945de5d9846b1a03157ec2cf
Closes-bug: #1865754
(cherry picked from commit c6ad4d864c)
(cherry picked from commit 474583b4f8)
(cherry picked from commit 91c73a433a)
2021-06-02 12:13:27 +02:00
..
__init__.py Splitting Out Connectors from connector.py 2016-08-02 15:54:15 -05:00
test_aoe.py Make sure looping calls are properly mocked 2019-02-08 09:52:02 -06:00
test_base_iscsi.py iSCSI: Fix flushing after multipath cfg change 2021-03-31 15:06:13 +02:00
test_disco.py Stop ignoring E123 and E125 pycodestyle rules 2017-05-24 00:43:02 +02:00
test_drbd.py Splitting Out Connectors from connector.py 2016-08-02 15:54:15 -05:00
test_fibre_channel.py FC: Fix not flushing on detach 2021-02-24 16:40:59 +01:00
test_fibre_channel_ppc64.py Incorporate the connection_properties input for PPC64 2018-03-20 09:23:12 -04:00
test_fibre_channel_s390x.py prepend platform info to by-path string 2021-01-05 00:13:26 +00:00
test_gpfs.py Add connector for GPFS volumes 2016-08-16 16:09:52 +05:30
test_hgst.py Fix unittest run on s390x host 2017-02-22 20:43:16 +00:00
test_huawei.py Splitting Out Connectors from connector.py 2016-08-02 15:54:15 -05:00
test_iscsi.py iSCSI: Fix flushing after multipath cfg change 2021-03-31 15:06:13 +02:00
test_iser.py iSCSI: Fix flushing after multipath cfg change 2021-03-31 15:06:13 +02:00
test_local.py Splitting Out Connectors from connector.py 2016-08-02 15:54:15 -05:00
test_nvmeof.py Rename nvme to nvmeof 2019-09-03 09:39:35 -04:00
test_rbd.py New fix for rbd connector to work with ceph octopus 2021-06-02 12:13:27 +02:00
test_remotefs.py Splitting Out Connectors from connector.py 2016-08-02 15:54:15 -05:00
test_scaleio.py ScaleIO: Connection info backward compatibility 2020-08-17 20:34:42 -07:00
test_sheepdog.py Change assertTrue(isinstance()) with optimal assert 2016-09-01 18:27:30 +08:00
test_storpool.py Add the StorPool brick connector 2017-12-01 23:06:15 +02:00
test_vmware.py VMware: Detach backing vmdk during disconnect 2019-02-01 15:05:07 -08:00
test_vrtshyperscale.py Fixed the veritas connector path 2017-05-23 18:32:54 +00:00