projects
/
multipath-tools
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7319fb9
)
kpartx: Fix DASD name in kpartx_id
author
Hannes Reinecke
<hare@suse.de>
Thu, 17 Jan 2013 14:59:27 +0000
(15:59 +0100)
committer
Christophe Varoqui
<christophe.varoqui@opensvc.com>
Fri, 18 Jan 2013 19:03:34 +0000
(20:03 +0100)
The name of the DASD type is 'ccw', not 'dasd'.
Signed-off-by: Hannes Reinecke <hare@suse.de>
kpartx/kpartx_id
patch
|
blob
|
history
diff --git
a/kpartx/kpartx_id
b/kpartx/kpartx_id
index
47fab1a
..
517b856
100644
(file)
--- a/
kpartx/kpartx_id
+++ b/
kpartx/kpartx_id
@@
-83,7
+83,7
@@
fi
if [ -n "$dmdeps" ] ; then
case "$dmdeps" in
*\(94,*)
- echo "DM_TYPE=
dasd
"
+ echo "DM_TYPE=
ccw
"
;;
*\(104,* | *\(105,* | *\(106,* | *\(107,* | *\(108,* | *\(109,* | *\(110,* | *\(112,*)
echo "DM_TYPE=cciss"