Skip to content

Conversation

@hanabi1224
Copy link
Contributor

@hanabi1224 hanabi1224 commented Jun 23, 2025

Summary of changes
Changes introduced in this pull request:

  • run sync check with larger SSD for running GC (84 $ / mon -> 96 $ / mon)

Previous: 200GiB https://pcr.cloud-mercato.com/providers/digitalocean/flavors/s-4vcpu-16gb-amd
Now: 320GiB https://pcr.cloud-mercato.com/providers/digitalocean/flavors/s-4vcpu-16gb-320gb-intel

Reference issue to close (if applicable)

Closes

Other information and links

@hanabi1224 hanabi1224 marked this pull request as ready for review June 23, 2025 09:39
@hanabi1224 hanabi1224 requested a review from a team as a code owner June 23, 2025 09:39
@hanabi1224 hanabi1224 requested review from akaladarshi and elmattic and removed request for a team June 23, 2025 09:39
@github-actions
Copy link

github-actions bot commented Jun 23, 2025

Forest: Sync Check Service Infrastructure Plan: success

Show Plan
09:46:13.062 STDOUT terraform: data.external.sources_tar: Reading...
09:46:13.076 STDOUT terraform: data.external.sources_tar: Read complete after 0s [id=-]
09:46:13.079 STDOUT terraform: data.local_file.sources: Reading...
09:46:13.082 STDOUT terraform: data.digitalocean_project.forest_project: Reading...
09:46:13.082 STDOUT terraform: data.digitalocean_ssh_keys.keys: Reading...
09:46:13.083 STDOUT terraform: data.local_file.sources: Read complete after 0s [id=937fb00ac4ca9955dc89e5064455192ce3d4342c]
09:46:13.368 STDOUT terraform: data.digitalocean_ssh_keys.keys: Read complete after 0s [id=ssh_keys/17864415940875832378]
09:46:13.372 STDOUT terraform: digitalocean_droplet.forest: Refreshing state... [id=502743726]
09:46:14.897 STDOUT terraform: data.digitalocean_project.forest_project: Read complete after 2s [id=da5e6601-7fd9-4d02-951e-390f7feb3411]
09:46:14.899 STDOUT terraform: digitalocean_project_resources.connect_forest_project: Refreshing state... [id=da5e6601-7fd9-4d02-951e-390f7feb3411]
09:46:16.392 STDOUT terraform: Terraform used the selected providers to generate the following execution
09:46:16.392 STDOUT terraform: plan. Resource actions are indicated with the following symbols:
09:46:16.392 STDOUT terraform:   ~ update in-place
09:46:16.392 STDOUT terraform: -/+ destroy and then create replacement
09:46:16.392 STDOUT terraform: Terraform will perform the following actions:
09:46:16.392 STDOUT terraform:   # digitalocean_droplet.forest must be replaced
09:46:16.392 STDOUT terraform: -/+ resource "digitalocean_droplet" "forest" {
09:46:16.392 STDOUT terraform:       ~ created_at           = "2025-06-17T09:25:40Z" -> (known after apply)
09:46:16.392 STDOUT terraform:       ~ disk                 = 200 -> (known after apply)
09:46:16.392 STDOUT terraform:       ~ id                   = "502743726" -> (known after apply)
09:46:16.392 STDOUT terraform:       ~ ipv4_address         = "165.227.169.115" -> (known after apply)
09:46:16.392 STDOUT terraform:       ~ ipv4_address_private = "10.135.0.18" -> (known after apply)
09:46:16.392 STDOUT terraform:       + ipv6_address         = (known after apply)
09:46:16.392 STDOUT terraform:       ~ locked               = false -> (known after apply)
09:46:16.392 STDOUT terraform:       ~ memory               = 16384 -> (known after apply)
09:46:16.392 STDOUT terraform:         name                 = "prod-sync-check"
09:46:16.393 STDOUT terraform:       ~ price_hourly         = 0.125 -> (known after apply)
09:46:16.393 STDOUT terraform:       ~ price_monthly        = 84 -> (known after apply)
09:46:16.393 STDOUT terraform:       ~ private_networking   = true -> (known after apply)
09:46:16.393 STDOUT terraform:       ~ size                 = "s-4vcpu-16gb-amd" -> "s-4vcpu-16gb"
09:46:16.393 STDOUT terraform:       ~ ssh_keys             = [ # forces replacement
09:46:16.393 STDOUT terraform:           + "f0:80:3c:38:8e:67:b4:9e:fe:14:1c:74:5a:4e:35:9f",
09:46:16.393 STDOUT terraform:             # (8 unchanged elements hidden)
09:46:16.393 STDOUT terraform:         ]
09:46:16.393 STDOUT terraform:       ~ status               = "active" -> (known after apply)
09:46:16.393 STDOUT terraform:         tags                 = [
09:46:16.393 STDOUT terraform:             "iac",
09:46:16.393 STDOUT terraform:             "prod",
09:46:16.393 STDOUT terraform:         ]
09:46:16.393 STDOUT terraform:       ~ urn                  = "do:droplet:502743726" -> (known after apply)
09:46:16.393 STDOUT terraform:       ~ user_data            = (sensitive value) # forces replacement
09:46:16.393 STDOUT terraform:       ~ vcpus                = 4 -> (known after apply)
09:46:16.393 STDOUT terraform:       ~ volume_ids           = [] -> (known after apply)
09:46:16.393 STDOUT terraform:       ~ vpc_uuid             = "46a525ac-fd37-47ea-bb10-95c1db0055f7" -> (known after apply)
09:46:16.393 STDOUT terraform:         # (7 unchanged attributes hidden)
09:46:16.393 STDOUT terraform:     }
09:46:16.393 STDOUT terraform:   # digitalocean_project_resources.connect_forest_project will be updated in-place
09:46:16.394 STDOUT terraform:   ~ resource "digitalocean_project_resources" "connect_forest_project" {
09:46:16.394 STDOUT terraform:         id        = "da5e6601-7fd9-4d02-951e-390f7feb3411"
09:46:16.394 STDOUT terraform:       ~ resources = [
09:46:16.394 STDOUT terraform:           - "do:droplet:502743726",
09:46:16.394 STDOUT terraform:         ] -> (known after apply)
09:46:16.394 STDOUT terraform:         # (1 unchanged attribute hidden)
09:46:16.394 STDOUT terraform:     }
09:46:16.394 STDOUT terraform: Plan: 1 to add, 1 to change, 1 to destroy.
09:46:16.394 STDOUT terraform: Changes to Outputs:
09:46:16.394 STDOUT terraform:   ~ ip = [
09:46:16.394 STDOUT terraform:       ~ "165.227.169.115" -> (known after apply),
09:46:16.394 STDOUT terraform:     ]
09:46:16.394 STDOUT terraform: ─────────────────────────────────────────────────────────────────────────────
09:46:16.394 STDOUT terraform: Saved the plan to: ../../../../../../tfplan
09:46:16.394 STDOUT terraform: To perform exactly these actions, run the following command to apply:
09:46:16.394 STDOUT terraform:     terraform apply "../../../../../../tfplan"

@hanabi1224 hanabi1224 force-pushed the hm/more-disk-space-for-sync-check branch from 2774d06 to 51a9fef Compare June 23, 2025 09:45
@LesnyRumcajs LesnyRumcajs merged commit 7ae58c8 into main Jun 23, 2025
8 checks passed
@LesnyRumcajs LesnyRumcajs deleted the hm/more-disk-space-for-sync-check branch June 23, 2025 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants