Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Backup Volume #470

Open
yakzazazord opened this issue Sep 18, 2023 · 1 comment
Open

[FEATURE] Backup Volume #470

yakzazazord opened this issue Sep 18, 2023 · 1 comment
Labels
Product: Storage Type: Feature new feature, improvement

Comments

@yakzazazord
Copy link

Description

It would be interesting to have the possibility to create from the get go a Volume Backup from a Block Storage Volume

Affected Resource(s) and/or Data Source(s)

  • ovh_xx_xx
  • ovh_xx_xx

Potential Terraform Configuration

resource "openstack_backup_volume_v3" "backup_1" {
name = "backup_from openstack_blockstorage_volume_v3.volume_1.name"
disk_to_backup_from_id = "openstack_blockstorage_volume_v3.volume_1.uuid"

}

Additional context

Nothing just to have the possibility to backup block storage volume attached (or not ) to a Public Instance, as the Backup Instance Workflow is already possible but only covers the system disk and not the additionnal attached disk(s).

@yomovh yomovh added Product: Storage Type: Feature new feature, improvement labels Nov 24, 2023
@yomovh
Copy link
Member

yomovh commented Nov 24, 2023

As you suggested this could be implemented by a workflow that targets a block storage.
This feature request on the roadmap ovh/public-cloud-roadmap#518 seems to answer the same need.
Can you confirm this is the case ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Product: Storage Type: Feature new feature, improvement
Projects
None yet
Development

No branches or pull requests

2 participants