cciss devices have the prefix 'cciss', so we should generate the correct one from kpartx_id, too. Signed-off-by: Hannes Reinecke <hare@xxxxxxx> --- kpartx/kpartx_id | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/kpartx/kpartx_id b/kpartx/kpartx_id index 81f32bf..fa21b5b 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" ;; -- 1.7.4.2 -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel