Lines Matching refs:disk
121 def get_nvme_disk(disk, index)
136 def setup_nvme_disk(libvirt, disk, index)
137 nvme_disk_id = disk + '-' + index.to_s
138 nvme_disk = get_nvme_disk(disk, index)
213 namespace_disks.each_with_index { |disk, nsid|
214 if disk == "none"
226 libvirt.qemuargs :value => "format=raw,file=#{disk},if=none,id=#{nvme_disk_id}-drive#{nsid}"
301 # otherwise boot process fails on mounting the disk
305 # otherwise boot process fails on mounting the disk
320 emulated_nvme_types.each_with_index { |disk, index|
321 setup_nvme_disk(libvirt, disk, index)