mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
@@ -604,7 +604,8 @@ module VagrantPlugins
|
||||
cache: options[:cache] || 'default',
|
||||
allow_existing: options[:allow_existing],
|
||||
shareable: options[:shareable],
|
||||
serial: options[:serial]
|
||||
serial: options[:serial],
|
||||
wwn: options[:wwn]
|
||||
}
|
||||
|
||||
@disks << disk # append
|
||||
|
||||
@@ -129,6 +129,9 @@
|
||||
<% if d[:serial] %>
|
||||
<serial><%= d[:serial] %></serial>
|
||||
<% end %>
|
||||
<% if d[:wwn] %>
|
||||
<wwn><%= d[:wwn] %></wwn>
|
||||
<% end %>
|
||||
<%# this will get auto generated by Libvirt
|
||||
<address type='pci' domain='0x0000' bus='0x00' slot='???' function='0x0'/>
|
||||
-%>
|
||||
|
||||
Reference in New Issue
Block a user