From 82757e164362ec279296df621d5d6b1f49826fd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Charaoui?= <jerome@riseup.net> Date: Wed, 27 Apr 2022 10:08:59 -0400 Subject: [PATCH] howto/ganeti: tpo-create-san-disks does the rescan and puppet itself takes care of reloading multipath when adding a new alias --- howto/ganeti.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/howto/ganeti.md b/howto/ganeti.md index 8f0460cc..488bcba8 100644 --- a/howto/ganeti.md +++ b/howto/ganeti.md @@ -194,7 +194,7 @@ the [storage servers documentation](howto/new-machine-cymru#storage-servers) for 3. propagate the magic to all nodes in the cluster: - gnt-cluster command "puppet agent -t ; iscsiadm -m node --rescan ; multipath -r" + gnt-cluster command "puppet agent -t" 4. confirm that multipath works, it should look something like this": -- GitLab