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

ovh_me_installation_template_partition_scheme_partition no raid (softraid) support #377

Closed
brdelphus opened this issue Feb 10, 2023 · 1 comment · Fixed by #393
Closed

Comments

@brdelphus
Copy link

Affected Resource(s)

Please list the resources as a list, for example:

  • ovh_me_installation_template_partition_scheme_partition

Terraform Configuration Files

resource "ovh_me_installation_template_partition_scheme_partition" "master1_root" {
  template_name = ovh_me_installation_template_partition_scheme.master1_scheme_raid1.template_name
  scheme_name   = ovh_me_installation_template_partition_scheme.master1_scheme_raid1.name
  mountpoint    = "/"
  filesystem    = "ext4"
  size          = "46080"
  order         = 1
  type          = "primary"
  raid            = 1
}

Expected Behavior

What should have happened?

  • create partition / mount_point with raid1 on softraid based servers as per currently working API

Actual Behavior

What actually happened?

  • provider does not support the raid option, it would be really good that actual tf provider could pass it to the already working api

Steps to Reproduce

Please list the steps required to reproduce the issue, for example:

  1. terraform apply
@brdelphus
Copy link
Author

Apologies, it actually works, but the raid has a string type expecting "raid1", "raid0". Worth to mention that this is not documented, I had to go thru the provider code to realize it.

Thanks

@yomovh yomovh self-assigned this Mar 2, 2023
@yomovh yomovh added the Status: Coming Soon The feature will hit GA usually in less than 2 months label Mar 2, 2023
@yomovh yomovh added Status: Released and removed Status: Coming Soon The feature will hit GA usually in less than 2 months labels Apr 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants