From 7266fe8960bf680f0e327f7c5f4bf712f1f5a94c Mon Sep 17 00:00:00 2001 From: Pierre Coimbra Date: Sun, 20 Oct 2019 16:07:57 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'proxmox/cluster/cr?= =?UTF-8?q?eation=5Fcluster.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proxmox/cluster/creation_cluster.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/proxmox/cluster/creation_cluster.md b/proxmox/cluster/creation_cluster.md index 10f3b0d..b444f71 100644 --- a/proxmox/cluster/creation_cluster.md +++ b/proxmox/cluster/creation_cluster.md @@ -48,15 +48,12 @@ Le multicast entre Alpha et Beta est désormais accessible via des hostnames. ### Création du cluster Nous allons maintenant créer le cluster Sigma depuis Alpha, -- bindnet0_addr 10.10.1.151 -- ring0_addr: alpha-corosync - ``` -pvecm create sigma --link0 10.10.1.151 +pvecm create sigma --link0 alpha-corosync ``` On ajoute Beta au cluster Sigma directement depuis Beta ``` -pvecm add alpha.krhacken.org --link0 beta-corosync +pvecm add alpha-corosync --link0 beta-corosync ``` *Voir si il est nécessaire de redonder les ring en passif au cas ou le ring0 pète, surêment pas utile si c'est la même carte réseau*