Re: [virt-tools-list] Trying to get/build virt-manager

2018-10-02 Thread Rory Toma
OK, I solved this. After installing some more python modules, libxml2-python3 finally showed up on the list. Rory Toma October 2, 2018 at 4:54 PM I'm trying to get a new version of virt-manager. The one that comes with centos7 has a bug installing ubuntu hosts. I built

[virt-tools-list] Trying to get/build virt-manager

2018-10-02 Thread Rory Toma
I'm trying to get a new version of virt-manager. The one that comes with centos7 has a bug installing ubuntu hosts. I built the rpm on Centos7 (after installing python3), but when I run virt-install, I get this error. [root@kvm-arm-1 virt-manager]# virt-install ERRORname 'libxml2' is not

Re: [virt-tools-list] [libvirt] question about syntax of storage volume element

2018-10-02 Thread Jim Fehlig
On 10/2/18 9:27 AM, Cole Robinson wrote: On 10/02/2018 10:53 AM, Jim Fehlig wrote: On 10/2/18 5:13 AM, Pavel Hrdina wrote: On Mon, Oct 01, 2018 at 02:28:09PM -0400, Cole Robinson wrote: On 09/28/2018 12:54 AM, Jim Fehlig wrote: I've attempted to use virt-manager to create a new VM that uses a

Re: [virt-tools-list] [virt-manager gui feature request] check box for "locked" memory backing

2018-10-02 Thread Joachim Wagner
Thanks for looking into this. > it's 1) difficult to explain in > the UI, 2) + > 2) has tricky operational caveats (see > https://libvirt.org/formatdomain.html#elementsMemoryBacking), Ok, I wasn't aware one needs to use hard_limit to make this safe for the host and that guests' memory usage on t

Re: [virt-tools-list] [libvirt] question about syntax of storage volume element

2018-10-02 Thread Cole Robinson
On 10/02/2018 10:53 AM, Jim Fehlig wrote: On 10/2/18 5:13 AM, Pavel Hrdina wrote: On Mon, Oct 01, 2018 at 02:28:09PM -0400, Cole Robinson wrote: On 09/28/2018 12:54 AM, Jim Fehlig wrote: I've attempted to use virt-manager to create a new VM that uses a volume from an rbd-based network pool, b

Re: [virt-tools-list] [virt-manager PATCH] osinfo: warn when using deprecated osinfo IDs

2018-10-02 Thread Cole Robinson
On 10/02/2018 07:53 AM, Pino Toscano wrote: At some point in the future it could be a good idea to drop the _aliases mapping altogether; it will be hard to do so, in case the users are not informed that they are using a deprecated ID. I had a similar thought just a few days ago! Signed-off-b

Re: [virt-tools-list] [PATCH] cli: add memory backing access_mode & source_type

2018-10-02 Thread Cole Robinson
On 10/01/2018 02:53 PM, Marc-André Lureau wrote: Hi On Mon, Oct 1, 2018 at 9:20 PM Cole Robinson wrote: On 09/17/2018 06:59 AM, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau Allow to set some memory backing options, ex: --memorybacking access_mode=shared,source_type=anonymous

Re: [virt-tools-list] [ [PATCH 0/3] Add SCSI persistent reservation support for LUN Passthrough

2018-10-02 Thread Cole Robinson
On 09/26/2018 08:36 AM, Michal Privoznik wrote: On 09/25/2018 11:12 AM, Lin Ma wrote: Lin Ma (3): cli: disk: add pr.managed=, pr.type=, pr.path= and pr.mode= support details: Add disk pr.managed and pr.path options to support SCSI PR addhardware: Add disk pr.managed and pr.path options

Re: [virt-tools-list] [ [PATCH 1/3] cli: disk: add pr.managed=, pr.type=, pr.path= and pr.mode= support

2018-10-02 Thread Cole Robinson
On 09/25/2018 05:12 AM, Lin Ma wrote: Enable the managed or unmanaged PR configuration to enable SCSI persistent reservation for LUN Passthrough. Signed-off-by: Lin Ma --- man/virt-install.pod| 13 + .../compare/virt-install-many-devices.xml

Re: [virt-tools-list] [virt-manager gui feature request] check box for "locked" memory backing

2018-10-02 Thread Cole Robinson
On 09/19/2018 05:57 AM, Joachim Wagner wrote: While various cli options for memory backing have been introduced in 2014, the virt-manager GUI doesn't offer any memory options other than current and maximum allocation under open -> view -> details -> memory. The "locked" memory backing option is p

Re: [virt-tools-list] [libvirt-users] Virt-manager: Restricted networks

2018-10-02 Thread Laine Stump
On 10/02/2018 09:53 AM, Cole Robinson wrote: > On 10/02/2018 08:50 AM, Olivier Léobal wrote: >> Hello, >> >> 'Isolated' networks created in VMM (I’m running 1.4.3) still connect >> to the host (as gateway). Is it possible to avoid this? It is my >> understanding that QEMU provides a 'restrict' opti

Re: [virt-tools-list] Virt-manager: Restricted networks

2018-10-02 Thread Cole Robinson
On 10/02/2018 08:50 AM, Olivier Léobal wrote: Hello, 'Isolated' networks created in VMM (I’m running 1.4.3) still connect to the host (as gateway). Is it possible to avoid this? It is my understanding that QEMU provides a 'restrict' option for that, but I don't understand it well, and can’t f

Re: [virt-tools-list] Virt-manager: create vm

2018-10-02 Thread Joachim Wagner
> The "Force Off" is my current work around. There is a risk though that you may not be able to trigger that action on time, e.g. due to a shaky network connection to the remote VM or a temperamental mouse. ___ virt-tools-list mailing list virt-too

Re: [virt-tools-list] Virt-manager: create vm

2018-10-02 Thread femi adegoke
>> If you need to create the VM but do not want it to start booting anything >> from the VM's disks, consider temporarily ticking the box "Readonly" of each virtual disk (+"Apply" button), start the VM, choose Virtual Machine -> Shut Down -> Force Off << The "Force Off" is my current work around.

Re: [virt-tools-list] Virt-manager: create vm

2018-10-02 Thread Pavel Hrdina
On Tue, Oct 02, 2018 at 06:21:01AM -0700, femi adegoke wrote: > Yes, Pavel that is correct, as in not wanting the guest to get started. > > I was hoping I could use virt-manager to "create" templates by "creating" a > guest vm that is ready to be powered on whenever it's needed. > I could do this

[virt-tools-list] Virt-manager: Restricted networks

2018-10-02 Thread Olivier Léobal
Hello, 'Isolated' networks created in VMM (I’m running 1.4.3) still connect to the host (as gateway). Is it possible to avoid this? It is my understanding that QEMU provides a 'restrict' option for that, but I don't understand it well, and can’t find it in VMM. Thanks very much for the help

Re: [virt-tools-list] Virt-manager: create vm

2018-10-02 Thread Joachim Wagner
> If you need to create the VM but do not want it to start booting anything > from the VM's disks, consider temporarily ticking the box "Readonly" Actually this only protects the disk(s) from modification. If booting from the disk(s) would have other unwanted effects, e.g. network access or break

Re: [virt-tools-list] Virt-manager: create vm

2018-10-02 Thread Joachim Wagner
> I just tried using the "import" function. > This does not work, it still wants to start the installation. I guess you checked the box "Customise configuration before install" in step 4 of 4 and you see "Begin Installation" and "Cancel Installation" buttons in the window that allows you to conf

Re: [virt-tools-list] Virt-manager: create vm

2018-10-02 Thread femi adegoke
Yes, Pavel that is correct, as in not wanting the guest to get started. I was hoping I could use virt-manager to "create" templates by "creating" a guest vm that is ready to be powered on whenever it's needed. I could do this in Hyper-V & was hoping for similar functionality. On Oct 2 2018, at 5

Re: [virt-tools-list] Virt-manager: create vm

2018-10-02 Thread Pavel Hrdina
On Tue, Oct 02, 2018 at 04:34:22AM -0700, femi adegoke wrote: > I just tried using the "import" function. > This does not work, it still wants to start the installation. So we need to agree on terminology: If you are creating new guest using virt-manager GUI there are four options: Local install

Re: [virt-tools-list] Installing Ubuntu 18.04 as a guest from iso

2018-10-02 Thread Pavel Hrdina
On Thu, Jul 19, 2018 at 09:41:34AM -0700, Eric Fort wrote: > I’m using Ubuntu 18.04 as a host os with kvm as a default hypervisor and > wanting to install an Ubuntu 18.04 guest from an iso. The most recent choice > shown for Ubuntu in virt-manager is 17.x. What options should I choose? > What

[virt-tools-list] [virt-manager PATCH] osinfo: warn when using deprecated osinfo IDs

2018-10-02 Thread Pino Toscano
At some point in the future it could be a good idea to drop the _aliases mapping altogether; it will be hard to do so, in case the users are not informed that they are using a deprecated ID. Signed-off-by: Pino Toscano --- virtinst/osdict.py | 9 - 1 file changed, 8 insertions(+), 1 dele

Re: [virt-tools-list] Virt-manager: create vm

2018-10-02 Thread femi adegoke
I just tried using the "import" function. This does not work, it still wants to start the installation. On Oct 2 2018, at 4:21 am, Pavel Hrdina wrote: > > On Fri, Sep 07, 2018 at 03:36:49AM -0700, femi adegoke wrote: > > Is it possible to create a vm (with virt-manager gui) but not have the > >

Re: [virt-tools-list] Virt-manager: create vm

2018-10-02 Thread Pavel Hrdina
On Fri, Sep 07, 2018 at 03:36:49AM -0700, femi adegoke wrote: > Is it possible to create a vm (with virt-manager gui) but not have the > install of the vm start? Hi, sorry for such late replay. Yes, it's possible to create new VM without installing it, you need to select the import method while