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

feat(instance_server): support sbs_volume as root volume #2641

Merged
merged 12 commits into from
Sep 17, 2024

Conversation

Codelax
Copy link
Member

@Codelax Codelax commented Jul 1, 2024

No description provided.

@Codelax Codelax added enhancement instance Instance issues, bugs and feature requests sbs Scaleway Block Storage issues, bugs and feature requests priority:high New features labels Jul 1, 2024
@Codelax Codelax force-pushed the feat/instance-server-root-volume-sbs branch from 75856ad to c2b0a44 Compare July 1, 2024 12:27
@Codelax Codelax force-pushed the feat/instance-server-root-volume-sbs branch from 24a18a0 to a38920a Compare September 13, 2024 09:18
@github-actions github-actions bot added load-balancer Load-balancer issues, bugs and feature requests vpcgw labels Sep 13, 2024
@Codelax Codelax force-pushed the feat/instance-server-root-volume-sbs branch from 5376b1e to 04cdc94 Compare September 13, 2024 13:22
@github-actions github-actions bot added the vpc Virtual Private Cloud (VPC) issues, bugs and feature requests label Sep 16, 2024
@codecov-commenter
Copy link

codecov-commenter commented Sep 16, 2024

Codecov Report

Attention: Patch coverage is 67.16418% with 22 lines in your changes missing coverage. Please review.

Project coverage is 71.07%. Comparing base (fe86049) to head (4735f1b).
Report is 177 commits behind head on master.

Files with missing lines Patch % Lines
internal/services/instance/server.go 63.93% 17 Missing and 5 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2641      +/-   ##
==========================================
- Coverage   71.43%   71.07%   -0.37%     
==========================================
  Files         277      337      +60     
  Lines       35875    34101    -1774     
==========================================
- Hits        25628    24236    -1392     
+ Misses       8028     7514     -514     
- Partials     2219     2351     +132     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Codelax Codelax marked this pull request as ready for review September 17, 2024 08:30
resource "scaleway_instance_server" "server" {
type = "PLAY2-MICRO"
image = "ubuntu_jammy"
root_volume {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How is it possible to find this volume from a data source? Does it have a name/id ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This creates a new volume, why would we use a data source ?

@Codelax Codelax added this pull request to the merge queue Sep 17, 2024
Merged via the queue into scaleway:master with commit 35c751c Sep 17, 2024
43 checks passed
@Codelax Codelax deleted the feat/instance-server-root-volume-sbs branch September 17, 2024 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement instance Instance issues, bugs and feature requests load-balancer Load-balancer issues, bugs and feature requests priority:high New features sbs Scaleway Block Storage issues, bugs and feature requests vpc Virtual Private Cloud (VPC) issues, bugs and feature requests vpcgw
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants