Skip to content

Create volume snapshot CRDs

Version Control Information

Source branch: fix/create-volume-snapshot-crds
Target branch: devel

Commits:

* Create volume snapshot CRDs

Creating volume snapshots requieres volume snapshot CRDS and a
snapshot controller which where missing and are now deployed.
Tests for creating and rehydrating snapshots with cinder CSI
are also added.

Fixes #549.

Description

PVs rehydrated from snapshots need to be deleted, before the corresponding snapshot can be deleted. That's why during testing the rehydrated PV is deleted before the namespace to make sure the condition is met. There is no error message if a snapshot or PV could not be deleted successfully.

Closes: #549 (closed)


Merge Prerequisites

  • MR title (and description) are descriptive
  • Code is readable and syntactically correct
  • Code is understandable
  • Documentation has been updated, if necessary
  • Changelog has been updated, if necessary
  • Commit messages look good

As a developer: please do not tick these boxes yourself. As a reviewer: please get yourself a hot cold beverage.

Edited by Steve Starke

Merge request reports

Loading