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"} }