os-brick/os_brick/tests/initiator/connectors
Brian Rosmaita c6ad4d864c 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
2020-09-08 12:09:49 -04:00
..
__init__.py Splitting Out Connectors from connector.py 2016-08-02 15:54:15 -05:00
test_base_iscsi.py Use unittest.mock instead of third party mock 2020-04-18 16:22:50 -05:00
test_fibre_channel.py Merge "prepend platform info to by-path string" 2020-08-06 22:48:29 +00:00
test_fibre_channel_ppc64.py Use unittest.mock instead of third party mock 2020-04-18 16:22:50 -05:00
test_fibre_channel_s390x.py Merge "prepend platform info to by-path string" 2020-08-06 22:48:29 +00:00
test_gpfs.py Add connector for GPFS volumes 2016-08-16 16:09:52 +05:30
test_huawei.py Use unittest.mock instead of third party mock 2020-04-18 16:22:50 -05:00
test_iscsi.py Leverage the iSCSI mpath to get the WWN 2020-08-13 22:10:09 -04:00
test_iser.py Use unittest.mock instead of third party mock 2020-04-18 16:22:50 -05:00
test_local.py Splitting Out Connectors from connector.py 2016-08-02 15:54:15 -05:00
test_nvmeof.py Switch from retrying to tenacity 2020-05-06 09:08:01 -05:00
test_rbd.py New fix for rbd connector to work with ceph octopus 2020-09-08 12:09:49 -04:00
test_remotefs.py Use unittest.mock instead of third party mock 2020-04-18 16:22:50 -05:00
test_scaleio.py ScaleIO: Connection info backward compatibility 2020-08-13 13:13:02 +02:00
test_storpool.py Use unittest.mock instead of third party mock 2020-04-18 16:22:50 -05:00
test_vmware.py Use unittest.mock instead of third party mock 2020-04-18 16:22:50 -05:00