Page MenuHomeSoftware Heritage

D4613.diff
No OneTemporary

D4613.diff

diff --git a/proxmox/terraform/staging/staging.tf b/proxmox/terraform/staging/staging.tf
--- a/proxmox/terraform/staging/staging.tf
+++ b/proxmox/terraform/staging/staging.tf
@@ -196,7 +196,7 @@
description = "Journal services node"
hypervisor = "beaubourg"
cores = "4"
- memory = "12288"
+ memory = "20000"
balloon = 1024
networks = [{
id = 0
@@ -205,6 +205,17 @@
macaddr = "1E:98:C2:66:BF:33"
bridge = "vmbr443"
}]
+ storages = [{
+ id = 0
+ storage = "proxmox"
+ size = "32G"
+ storage_type = "cephfs"
+ }, {
+ id = 1
+ storage = "proxmox"
+ size = "500G"
+ storage_type = "cephfs"
+ }]
}
output "journal0_summary" {
diff --git a/proxmox/terraform/staging/terraform.tfstate b/proxmox/terraform/staging/terraform.tfstate
--- a/proxmox/terraform/staging/terraform.tfstate
+++ b/proxmox/terraform/staging/terraform.tfstate
@@ -190,6 +190,25 @@
"storage": "proxmox",
"storage_type": "cephfs",
"type": "virtio"
+ },
+ {
+ "backup": false,
+ "cache": "none",
+ "discard": "",
+ "format": "raw",
+ "id": 1,
+ "iothread": false,
+ "mbps": 0,
+ "mbps_rd": 0,
+ "mbps_rd_max": 0,
+ "mbps_wr": 0,
+ "mbps_wr_max": 0,
+ "replicate": false,
+ "size": "500G",
+ "ssd": false,
+ "storage": "proxmox",
+ "storage_type": "cephfs",
+ "type": "virtio"
}
],
"disk_gb": 0,

File Metadata

Mime Type
text/plain
Expires
Dec 21 2024, 12:17 PM (11 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3217118

Event Timeline