From b9d490c9cc5a5defa74a38cf706429f9affba118 Mon Sep 17 00:00:00 2001
From: Matteo <matteo.difazio@garr.it>
Date: Mon, 20 Apr 2020 15:51:53 +0200
Subject: [PATCH] Update README.md

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 5276c35..7c51cc8 100644
--- a/README.md
+++ b/README.md
@@ -324,6 +324,7 @@ Inizializziamo il **cluster Stolon di standby** sul container dove non è presen
    ```bash
    cd /home/stolonsu/stolon
    #max_connections non va specificato se il DB di MAAS ha il valore di default (100) per questo parametro 
+   #specifica il nome da dare allo stolon cluster attraverso il parametro '--cluster-name'
    bin/stolonctl --cluster-name maas-test-cluster --store-backend etcdv3 --store-endpoints  http://10.3.0.244:2379,http://10.2.0.243:2379,http://10.2.0.244:2379 init '
    {
      "role": "standby",
-- 
GitLab