Skip to content

Check Volume Resize information flow #1300

@lukasfrank

Description

@lukasfrank

Question?

Verify if the Volume size information reaches the libvirt-provider.
The Volume size information should be transported correctly in the storage Volume API by the Volume-brokers but I think we still have some issues in the compute Volume flow.
If I'm not mistaken the information

		ironcoreVolume.Status.Access = &storagev1alpha1.VolumeAccess{
			SecretRef:        secretRef,
			Driver:           remote.Driver,
			Handle:           remote.Handle,
			VolumeAttributes: remote.Attributes,
		}

is only being updated if a Volume is being attached/detached to a machine. This is not sufficient if we need an update if the Volume resize happens on an already attached Volume.

Metadata

Metadata

Assignees

Labels

area/computeCompute and virtualization specific issues and enhancements.area/iaasIssues related to IronCore IaaS development.area/storageStorage solutions and related concerns.questionFurther information is requested

Type

No type

Projects

Status

✅ Done

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions