Skip to content

Commit ed1f692

Browse files
vlboikoholliefae
authored andcommitted
VAST Data Volume Driver
This commit introduces the VAST Data driver for Cinder. The VAST Data Platform unifies storage, database, and containerized compute into a single, scalable software platform to power AI and deep learning in modern data centers and clouds. VAST Data's architecture is designed to deliver performance, scalability, and simplicity, leveraging a disaggregated shared-everything (DASE) design to enable the consolidation of workloads on a single, highly efficient storage system. The Cinder driver for VAST Data currently supports the following functionality: Create volume Delete volume Attach volume Detach volume Extend volume Create snapshot Delete snapshot Create volume from snapshot Create volume from volume (clone) Signed-off-by: Volodymyr Boiko volodymyr.boiko@vastdata.com Change-Id: If38dad1dd45a233086faf302bf912d94be6ff2b6 Signed-off-by: Volodymyr Boiko <volodymyr.boiko@vastdata.com>
1 parent 0c0c5bf commit ed1f692

14 files changed

Lines changed: 4135 additions & 0 deletions

File tree

cinder/opts.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@
187187
cinder_volume_drivers_toyou_acs5000_acs5000common
188188
from cinder.volume.drivers.toyou.tyds import tyds as \
189189
cinder_volume_drivers_toyou_tyds_tyds
190+
from cinder.volume.drivers.vastdata import driver as \
191+
cinder_volume_drivers_vastdata_driver
190192
from cinder.volume.drivers.veritas_access import veritas_iscsi as \
191193
cinder_volume_drivers_veritas_access_veritasiscsi
192194
from cinder.volume.drivers.vmware import vmdk as \
@@ -444,6 +446,7 @@ def list_opts():
444446
cinder_volume_drivers_stx_common.iscsi_opts,
445447
cinder_volume_drivers_synology_synologycommon.cinder_opts,
446448
cinder_volume_drivers_toyou_tyds_tyds.tyds_opts,
449+
cinder_volume_drivers_vastdata_driver.VASTDATA_OPTS,
447450
cinder_volume_drivers_vmware_vmdk.vmdk_opts,
448451
cinder_volume_drivers_vzstorage.vzstorage_opts,
449452
cinder_volume_drivers_windows_iscsi.windows_opts,

cinder/tests/unit/volume/drivers/vastdata/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)