From e7f9ace7c55998bcddc326dc7c8bc70d25bd10b7 Mon Sep 17 00:00:00 2001 From: Hannes Reinecke Date: Wed, 16 Jan 2013 13:14:07 +0100 Subject: [PATCH] Correct persistent symlink for cciss cciss devices have the prefix 'cciss', so we should generate the correct one from kpartx_id, too. Signed-off-by: Hannes Reinecke --- kpartx/kpartx_id | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kpartx/kpartx_id b/kpartx/kpartx_id index 81f32bf1..fa21b5b2 100644 --- a/kpartx/kpartx_id +++ b/kpartx/kpartx_id @@ -79,6 +79,9 @@ if [ -n "$dmdeps" ] ; then *\(94,*) echo "DM_TYPE=dasd" ;; + *\(104,* | *\(105,* | *\(106,* | *\(107,* | *\(108,* | *\(109,* | *\(110,* | *\(112,*) + echo "DM_TYPE=cciss" + ;; *\(9*) echo "DM_TYPE=raid" ;; -- 2.20.1