diff --git a/glusterfs/setup.sh b/glusterfs/setup.sh index 0a58659..77a1c06 100644 --- a/glusterfs/setup.sh +++ b/glusterfs/setup.sh @@ -11,3 +11,6 @@ systemctl enable --now docker cd /home/ubuntu wget -O docker-compose.yml $BASE_URL/docker-compose.yml +wget -O my.layout $BASE_URL/my.layout + +sfdisk /dev/sdb < my.layout