@@ -8,19 +8,27 @@ assignees: ''
8
8
---
9
9
10
10
** Describe the issue**
11
- A clear and concise description of what the issue is.
11
+
12
+ A clear and concise description of what the issue is.
13
+ Explain what commands you ran, what you expected to happen and what actually happened.
12
14
13
15
** Environment (please complete the following information):**
14
- - Host OS and version: [ e.g. Oracle Linux 8.2 UEK6, macOS 10.14.6, Windows 10 Pro, ...]
15
- - Vagrant version: [ e.g. 2.2.9]
16
- - Vagrant provider:
17
- - For VirtualBox:
18
- - VirtualBox version: [ e.g. 6.1.8r137981 -- run ` vboxmanage -v ` ]
19
- - For libvirt:
20
- - QEMU version: [ e.g. 3.1.0 -- run ` rpm -q qemu-kvm ` ]
21
- - Libvirt version: [ e.g. 5.7.0 -- run ` rpm -q libvirt ` ]
22
- - Vagrant-libvirt plugin version: [ e.g. 0.1.2 -- run ` vagrant plugin list ` ]
23
- - Vagrant project: [ e.g. OLCNE, OracleDatabase/19.3.0, ...]
16
+
17
+ - Host OS: [ e.g. Oracle Linux 8, macOS 10.14.6, Windows 10 Pro, ...]
18
+ - Kernel version (for Linux host): [ run ` uname -a ` ]
19
+ - Vagrant version: [ e.g. 2.2.9]
20
+ - Vagrant provider:
21
+ - For VirtualBox:
22
+ - VirtualBox version: [ e.g. 6.1.8r137981 -- run ` vboxmanage -v ` ]
23
+ - For libvirt:
24
+ - Vagrant-libvirt plugin version: [ e.g. 0.1.2 -- run ` vagrant plugin list ` ]
25
+ - QEMU and libvirt version:
26
+ If you have ` virsh ` installed run ` virsh -c qemu:///system version --daemon `
27
+ Alternatively query your package manager with e.g.
28
+ ` rpm -q qemu-kvm libvirt ` ,
29
+ ` dpkg -l qemu-kvm libvirt\* | grep ^ii ` , ...
30
+ - Vagrant project: [ e.g. OLCNE, OracleDatabase/19.3.0, ...]
24
31
25
32
** Additional information**
33
+
26
34
Add any other information about the issue here (console log, ...).
0 commit comments