summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSachin Prabhu <sprabhu@redhat.com>2020-08-19 11:14:14 +0100
committerspuiuk <sachin.prabhu@gmail.com>2020-08-24 12:26:57 +0100
commitc557087b2367d6abe28c56a90b04987296bfe9a8 (patch)
treed63e0c3c43c9a0916d78b9d58fe9b2f7d84582f8
parentdbccfec7c76271b1f99269ca0f85db8864f45728 (diff)
downloadsamba-integration-c557087b2367d6abe28c56a90b04987296bfe9a8.tar.gz
samba-integration-c557087b2367d6abe28c56a90b04987296bfe9a8.tar.xz
samba-integration-c557087b2367d6abe28c56a90b04987296bfe9a8.zip
Add a third disk
Add a third disk vdd. This will be used to spread the bricks over three disks on each node. Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
-rw-r--r--vagrant/Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile
index cca772f..519e7a3 100644
--- a/vagrant/Vagrantfile
+++ b/vagrant/Vagrantfile
@@ -3,7 +3,7 @@
#
NODES = 2
-DISKS = 2
+DISKS = 3
NODE_RAM = 1024
NODE_CPUS = 2
PRIVATE_NETWORK_BASE = "192.168.122"