From 6d6d9723b6887542d54d02ab98e8fb351405dd2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Fri, 27 Feb 2015 17:41:40 +0100 Subject: [PATCH] profiles: added support for Xen VSDs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolves: rhbz#1159963 Signed-off-by: Jaroslav Škarvada --- profiles/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/functions b/profiles/functions index ac3dda8..9a7fc90 100644 --- a/profiles/functions +++ b/profiles/functions @@ -75,7 +75,7 @@ restore_sys() { # DISKS_DEV="$(command ls -d1 /dev/[shv]d*[a-z] 2>/dev/null)" -DISKS_SYS="$(command ls -d1 /sys/block/{sd,cciss,dm-,vd,dasd}* 2>/dev/null)" +DISKS_SYS="$(command ls -d1 /sys/block/{sd,cciss,dm-,vd,dasd,xvd}* 2>/dev/null)" _check_elevator_override() {