mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-12-14 06:10:32 +08:00
Update disk.sh
This commit is contained in:
@@ -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" )
|
||||
|
||||
Reference in New Issue
Block a user