Lirt / velero-plugin-for-openstack

Openstack Cinder, Manila and Swift plugin for Velero backups
MIT License
26 stars 12 forks source link

Metadata from Volume is not included in Volume Snapshot #70

Closed lappesj closed 1 year ago

lappesj commented 1 year ago

Hi guys,

as part of an internal proof of concept, we're evaluating Velero to backup cluster resources and volumes. The volume snapshots are successfully created in OpenStack and visible. Restoring them also works properly. We really appreciate the work you put into this plugin.

We have noticed, that the metadata from volumes is not included in the backup. See this example of Metadata:

image

In the restored volume, Metadata is 'none'. Is there any way to extend capabilities to include this? It's more of a nice-to-have, as it makes mapping volumes to cluster resources easier.

Best regards, Jacob

Lirt commented 1 year ago

Hi @lappesj,

Thanks for filling an issue. I think this is valid idea and also technically doable.

I will look into that.

kayrus commented 1 year ago

The metadata should be fixed in the #81