cinder/cinder/volume/drivers/yadro
Vladislav Belogrudov 6934463943 Initial commit for Yadro Tatlin.UNIFIED driver
YADRO Cinder Driver

This commits introduces the YADRO Cinder Driver.
YADRO Cinder Driver provides iSCSI support for TATLIN.UNIFIED storages.
TATLIN.UNIFIED is a hybrid storage array with block and file access
supporting NVMe/SAS SSDs and SAS/NL-SAS/SATA HDDs designed to address
mid-range needs of enterprise. It is actively developed and maintained
by YADRO, a technology company with in-house R&D focused on designing
and developing efficient server and storage products for enterprise
workloads.

The YADRO Cinder Driver currently supports the following functionality:

Create Volume
Delete Volume
Attach Volume
Detach Volume
Extend Volume
Create Volume from Volume (clone)
Create Image from Volume
Volume Migration (host assisted)
Volume Multiattachment
Extend an Attached Volume
Thin Provisioning
Manage/Unmanage Volume
Image Cache
High Availability

Implements: blueprint yadro-tatlin-unified-driver
Co-Authored-By: Vladislav Belogrudov <v.belogrudov@yadro.com>
Change-Id: I586b79519573add80a1c34d9ba2656073852b4f7
2022-07-27 10:05:46 +03:00
..
__init__.py Initial commit for Yadro Tatlin.UNIFIED driver 2022-07-27 10:05:46 +03:00
tatlin_api.py Initial commit for Yadro Tatlin.UNIFIED driver 2022-07-27 10:05:46 +03:00
tatlin_client.py Initial commit for Yadro Tatlin.UNIFIED driver 2022-07-27 10:05:46 +03:00
tatlin_common.py Initial commit for Yadro Tatlin.UNIFIED driver 2022-07-27 10:05:46 +03:00
tatlin_exception.py Initial commit for Yadro Tatlin.UNIFIED driver 2022-07-27 10:05:46 +03:00
tatlin_iscsi.py Initial commit for Yadro Tatlin.UNIFIED driver 2022-07-27 10:05:46 +03:00
tatlin_utils.py Initial commit for Yadro Tatlin.UNIFIED driver 2022-07-27 10:05:46 +03:00