We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffae6a5 commit eedc8eaCopy full SHA for eedc8ea
1 file changed
lib/fog/libvirt/models/compute/server.rb
@@ -363,7 +363,7 @@ def to_xml
363
end
364
365
366
- xml.target(:dev => target_device, :bus => args["bus_type"] == "virtio" ? "virtio" : "scsi")
+ xml.target(:dev => target_device, :bus => ceph_args["bus_type"] == "virtio" ? "virtio" : "scsi")
367
368
else
369
is_block = volume.path.start_with?("/dev/")
0 commit comments