We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef380f8 commit 497adc7Copy full SHA for 497adc7
lib/fog/libvirt/models/compute/server.rb
@@ -357,9 +357,9 @@ def to_xml
357
xml.disk(:type => "file", :device => "cdrom") do
358
xml.driver(:name => "qemu", :type => "raw")
359
xml.source(:file => "#{iso_dir}/#{iso_file}")
360
- xml.target(:dev => "hdc", :bus => "ide")
+ xml.target(:dev => "sda", :bus => "scsi")
361
xml.readonly
362
- xml.address(:type => "drive", :controller => 0, :bus => 1, :unit => 0)
+ xml.address(:type => "drive", :controller => 0, :bus => 0, :unit => 0)
363
end
364
365
0 commit comments