You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Cosmicoppai I think this isn't a issue with this project, it's just the way the API behaves. As described in the docs:
size_gigabytes (required|integer): The size of the block storage volume in GiB (1024^3). This field does not apply when creating a volume from a snapshot.
@caiohsramos Ah, thanks for pointing out. but it would be incredibly useful to have the option to specify a larger size when creating a volume from a snapshot.
When creating a new volume from a snapshot, the specified size is ignored, and the new volume takes on the size of the source snapshot instead.
Steps to reproduce:
Expected behavior:
The new volume should be created with the specified size (200GB).
Actual behavior:
The new volume is created with the size of the source snapshot (100 GB), ignoring the specified size_gigabytes parameter.
Environment:
This behavior makes it impossible to create a larger volume from a snapshot in a single API call.
The text was updated successfully, but these errors were encountered: