Merge pull request 'Add guest agent device when creating VMs' (#431) from bugfix/qemu_guest_agent into master
Reviewed-on: #431
This commit is contained in:
		
						commit
						11062f5180
					
				@ -6,5 +6,5 @@
 | 
				
			|||||||
package %w(qemu-guest-agent)
 | 
					package %w(qemu-guest-agent)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
service "qemu-guest-agent" do
 | 
					service "qemu-guest-agent" do
 | 
				
			||||||
  action [:start]
 | 
					  action [:enable, :start]
 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
 | 
				
			|||||||
@ -86,5 +86,6 @@ virt-install \
 | 
				
			|||||||
  --graphics none \
 | 
					  --graphics none \
 | 
				
			||||||
  --serial pty \
 | 
					  --serial pty \
 | 
				
			||||||
  --console pty \
 | 
					  --console pty \
 | 
				
			||||||
 | 
					  --channel unix,mode=bind,path=/var/lib/libvirt/qemu/guest01.agent,target_type=virtio,name=org.qemu.guest_agent.0 \
 | 
				
			||||||
  --autostart \
 | 
					  --autostart \
 | 
				
			||||||
  --import
 | 
					  --import
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user