mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-06-08 09:27:45 +08:00
Update disk.sh
This commit is contained in:
parent
4d01f749c0
commit
ddf0af8711
@ -366,7 +366,7 @@ createDevice () {
|
|||||||
;;
|
;;
|
||||||
"ide" )
|
"ide" )
|
||||||
result="$result \
|
result="$result \
|
||||||
-device ide-hd,drive=$DISK_ID,bus=ide.2,rotation_rate=$DISK_ROTATION,bootindex=$DISK_INDEX"
|
-device ide-hd,drive=$DISK_ID,bus=ide.$DISK_INDEX,rotation_rate=$DISK_ROTATION,bootindex=$DISK_INDEX"
|
||||||
echo "$result"
|
echo "$result"
|
||||||
;;
|
;;
|
||||||
"blk" | "virtio-blk" )
|
"blk" | "virtio-blk" )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user