From e3096f45c19ecfb2c6cd36922c98e58a0426e605 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Sat, 21 Sep 2019 12:20:27 +0200 Subject: [PATCH] Rename unused volume on the bytemark MSA The name matches the one of the MSA. They need to be zeroed at some point, but we want to postpone that once the VM have been moved out of bytemark. --- modules/multipath/templates/multipath-bm.conf.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/multipath/templates/multipath-bm.conf.erb b/modules/multipath/templates/multipath-bm.conf.erb index 86d1b1c72..affb8f203 100644 --- a/modules/multipath/templates/multipath-bm.conf.erb +++ b/modules/multipath/templates/multipath-bm.conf.erb @@ -14,7 +14,7 @@ blacklist_exceptions { multipaths { multipath { wwid 3600c0ff000d5ad34d7d8fa5501000000 - alias backuphost + alias OLD-backuphost } multipath { wwid 3600c0ff000d5ad3406de855d01000000 @@ -146,7 +146,7 @@ multipaths { } multipath { wwid 3600c0ff000d5ad34e3b4645401000000 - alias philp + alias OLD-philp } multipath { wwid 3600c0ff000d5ad348f67675401000000 @@ -198,11 +198,11 @@ multipaths { } multipath { wwid 3600c0ff000d5ad343fe03d5601000000 - alias rusca + alias OLD-rusca } multipath { wwid 3600c0ff000d75b5869e03d5601000000 - alias rusca-lvm + alias OLD-rusca-lvm } multipath { wwid 3600c0ff000d5ad34b260685401000000 -- 2.20.1