mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-06-07 08:57:33 +08:00
Update disk.sh
This commit is contained in:
parent
4d01f749c0
commit
ddf0af8711
@ -366,7 +366,7 @@ createDevice () {
|
||||
;;
|
||||
"ide" )
|
||||
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"
|
||||
;;
|
||||
"blk" | "virtio-blk" )
|
||||
|
Loading…
x
Reference in New Issue
Block a user