From b95ee15517a837361004ae2623447cbfc98aa479 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 13 Feb 2015 20:14:01 +0100 Subject: [PATCH] stricter regex --- modules/multipath/templates/multipath-ubc-ganeti.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/multipath/templates/multipath-ubc-ganeti.conf.erb b/modules/multipath/templates/multipath-ubc-ganeti.conf.erb index 016d349be..9dbf70347 100644 --- a/modules/multipath/templates/multipath-ubc-ganeti.conf.erb +++ b/modules/multipath/templates/multipath-ubc-ganeti.conf.erb @@ -26,7 +26,7 @@ blacklist { devnode "^vd[a-z]" devnode "^cciss!c[0-9]d[0-9]*[p[0-9]*]" <%- if %w{pasquini tristano boito bertali}.include?(hostname) then -%> - devnode "^sda[0-9]*" + devnode "^sda[0-9]*$" <%- end -%> device { vendor DEC.* -- 2.20.1