cinder/cinder/volume/targets
Gorka Eguileor 09613c9706 Add missing extend_target driver method
The base target driver class is missing the extend_target method which
is called from the LVM driver.

Since it was missing there some drivers, such as the nvmeof base class,
also missed it when they were implemented.

This patch adds a base implementation that does nothing, since this is
usually the right thing to do for most drivers.

Change-Id: If009af0a385d9203bd74e42e822dca299a119ca7
2023-02-21 19:39:48 +01:00
..
__init__.py Add iSCSI Target objects as independent objects 2014-11-25 09:09:00 -07:00
cxt.py Remove log translations 2017-03-19 14:59:57 +00:00
driver.py Add missing extend_target driver method 2023-02-21 19:39:48 +01:00
fake.py Remove unused __init__ 2016-07-04 10:36:56 +08:00
iscsi.py LVM nvmet: Add support for multiple ip addresses 2023-02-21 19:39:29 +01:00
lio.py [Trivial fix]Remove unnecessary slash 2019-05-06 13:56:27 +08:00
nvmeof.py LVM nvmet: Add support for multiple ip addresses 2023-02-21 19:39:29 +01:00
nvmet.py LVM nvmet: Add support for multiple ip addresses 2023-02-21 19:39:29 +01:00
scst.py Raise hacking version to 2.0.0 2020-01-02 14:42:49 -06:00
spdknvmf.py LVM nvmet: Add support for multiple ip addresses 2023-02-21 19:39:29 +01:00
tgt.py Move tgt targets to privsep 2018-10-24 14:28:59 -04:00