From 86c2da9a1415580ed24dc2826da8acf38b3ec7f2 Mon Sep 17 00:00:00 2001 From: Kaspars Skels Date: Wed, 16 Oct 2019 16:31:05 -0500 Subject: [PATCH] Fix disk size issue for latest multinode-gate PODs are being evicted due reduced disk size (30 from 64G). The issue is constantly appearing around MAAS image deployment. Change-Id: If8a0717a7f57d77d0c91a6798c774dc9cc06ecb6 --- .../airship_gate/manifests/multinode_deploy.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/multi_nodes_gate/airship_gate/manifests/multinode_deploy.json b/tools/multi_nodes_gate/airship_gate/manifests/multinode_deploy.json index 1ce609ee..3d4edd39 100644 --- a/tools/multi_nodes_gate/airship_gate/manifests/multinode_deploy.json +++ b/tools/multi_nodes_gate/airship_gate/manifests/multinode_deploy.json @@ -13,19 +13,19 @@ "disk_layouts":{ "simple": { "vda": { - "size": 30, + "size": 64, "io_profile": "fast", "bootstrap": true } }, "multi": { "vda": { - "size": 15, + "size": 48, "io_profile": "fast", "bootstrap": true }, "vdb": { - "size": 15, + "size": 16, "io_profile": "fast", "format": {"type": "ext4", "mountpoint": "/var"} }