search for: skultety

Displaying 20 results from an estimated 50 matches for "skultety".

2020 Mar 27
2
Re: Escape character
On a Friday in 2020, Erik Skultety wrote: >On Fri, Mar 27, 2020 at 01:48:58PM +0000, Daniel P. Berrangé wrote: >> On Fri, Mar 27, 2020 at 01:45:21PM +0100, Ján Tomko wrote: >> > On a Friday in 2020, john doe wrote: >> > > Hi, >> > > >> > > I'm trying to understand how to use...
2019 Mar 11
2
Re: Obtaining the PID of a domain's QEMU process from C
On Mon, Mar 11, 2019 at 09:33:30AM +0100, Michal Privoznik wrote: > On 3/11/19 9:02 AM, Erik Skultety wrote: > > On Sat, Mar 09, 2019 at 04:32:00PM +0100, Michal Prívozník wrote: > > > On 3/1/19 2:31 AM, Shawn Anastasio wrote: > > > > Hello all, > > > > > > > > I'm currently writing a C program that uses the libvirt API and I need a > >...
2018 Dec 06
2
Re: no drm render nodes available
If you could handle it that would be great. I can for now downgrade to my cached git 0.9.0 package to work around this. If you don't mind emailing back or somehow alerting me the bug has been fixed though, that would be helpful. -Michael. On Thu, Dec 06, 2018 at 03:27:10PM +0100, Erik Skultety wrote: >On Thu, Dec 06, 2018 at 05:55:54AM -0800, Michael Taboada wrote: >> Hi, >> Yes. Qemu is version 3.0.0-4, and output is below: >> >> ls -l /dev/dri: >> >> total 0 >> drwxr-xr-x 2 root root 60 Nov 28 16:46 by-path >> crw-rw---- 1 root vi...
2019 Aug 20
1
Re: Compiling Libvirt on Windows for Hyper V support
...--without-sasl \ --without-polkit \ --without-python \ --without-libxl \ --without-qemu \ --without-lxc \ --without-openvz \ --without-libvirtd (The ones on the website: https://libvirt.org/windows.html <https://libvirt.org/windows.html>) > On Aug 20, 2019, at 3:26 AM, Erik Skultety <eskultet@redhat.com> wrote: > > On Mon, Aug 19, 2019 at 03:52:51PM -0400, reza shahriari wrote: >> Hi, >> >> I am trying to compile Libvirt from the source code on windows using msys2 but keep hitting issues while running `./configure`. > > So what arguments...
2020 Aug 12
1
Re: pass-though Intel gpu int o a vm
what is the proper uri to use? > Sent: Wednesday, August 12, 2020 at 7:23 PM > From: "Erik Skultety" <eskultet@redhat.com> > To: "daggs" <daggs@gmx.com> > Cc: libvirt-users@redhat.com > Subject: Re: pass-though Intel gpu int o a vm > > > > PS: You can even try assigning the GPU from within virt-manager which produces > > > the right XML bit...
2020 Feb 26
1
[PATCH] filesystems: fix size reporting for filesystems
...uestfish -N test.img=fs:ext4:2G resize2fs-size /dev/sda1 1073741824 As result, try to mount the filesystem, and get its actual statistics to determine its full size. In case mounting fails, fall back to the previous method, which is still a good value in the majority of the cases. Thanks to: Erik Skultety. --- cat/filesystems.c | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/cat/filesystems.c b/cat/filesystems.c index cec3c4e47..2b95d3112 100644 --- a/cat/filesystems.c +++ b/cat/filesystems.c @@ -508,7 +508,23 @@ do_output_filesystems (void) guestfs_pop...
2018 May 07
1
Re: User name / session idin logs
Hi, I wanted just to ask an additional question to that: how then here in the polkit documentation you distinguish users?: Consider a local user berrange who has been granted permission to connect > to libvirt in full read-write mode. > 2018-04-12 11:01 GMT+03:00 Erik Skultety <eskultet@redhat.com>: > On Thu, Mar 22, 2018 at 08:17:15PM +0300, Anastasiya Ruzhanskaya wrote: > > Hello everyone, > > I have a question about logging. I need to find out whether it is > possible > > to see user id/session id inside logs or somewhere else. It is not...
2020 Aug 12
2
Re: pass-though Intel gpu int o a vm
Greetings Erik, > Sent: Tuesday, August 11, 2020 at 10:11 AM > From: "Erik Skultety" <eskultet@redhat.com> > To: "daggs" <daggs@gmx.com> > Cc: libvirt-users@redhat.com > Subject: Re: pass-though Intel gpu int o a vm > > On Sat, Aug 08, 2020 at 06:44:26PM +0200, daggs wrote: > > Greetings, > > > > I have a server that run...
2020 Mar 27
3
Re: Escape character
On Fri, Mar 27, 2020 at 01:45:21PM +0100, Ján Tomko wrote: > On a Friday in 2020, john doe wrote: > > Hi, > > > > I'm trying to understand how to use the escape character '^]' with the > > below command: > > > > virt-install --name=try06 --graphic none --pxe --network bridge=virbr0 > > --console pty,target_type=serial > > > >
2018 Nov 01
1
Re: How to change the default connection of 'virsh' tool from 'qemu' to 'xen' ?
On Thu, 2018-11-01 at 16:40 +0100, Erik Skultety wrote: > On Wed, Oct 31, 2018 at 05:33:09PM +0100, Martin Kletzander wrote: > > On Wed, Oct 31, 2018 at 09:32:30AM +0100, Andrea Bolognani wrote: > > > On Wed, 2018-10-31 at 10:56 +0900, Minjun Hong wrote: > > > > I searched how to change it but, I only found a bypass...
2015 Jan 13
2
Re: domain has active block job
On 01/13/2015 07:21 AM, Kashyap Chamarthy wrote: > On Tue, Jan 13, 2015 at 03:07:07PM +0100, Fiorenza Meini wrote: >> Il 13/01/2015 10:51, Kashyap Chamarthy ha scritto: > > [. . .] > >>>> In libvirt log file I can see: >>>> error : qemuDomainDefineXML:6312 : block copy still active: domain has >>>> active block job > > Seems like
2019 Mar 11
2
Re: Obtaining the PID of a domain's QEMU process from C
On Sat, Mar 09, 2019 at 04:32:00PM +0100, Michal Prívozník wrote: > On 3/1/19 2:31 AM, Shawn Anastasio wrote: > > Hello all, > > > > I'm currently writing a C program that uses the libvirt API and I need a > > way to obtain the pid of a given domain's QEMU process. > > > > Specifically, I'm writing an ivshmem server that uses SO_PEERCRED to get
2019 Nov 20
1
Re: Descriptions of mdev types?
Erik Skultety <eskultet@redhat.com> writes: > On Tue, Nov 19, 2019 at 05:38:54PM +0100, Milan Zamazal wrote: >> Hi, when retrieving an mdev device info using `virsh nodedev-dumpxml' or >> the libvirt API, something like the following is returned: > >> >> <capabilit...
2019 Mar 11
0
Re: Obtaining the PID of a domain's QEMU process from C
On 3/11/19 9:02 AM, Erik Skultety wrote: > On Sat, Mar 09, 2019 at 04:32:00PM +0100, Michal Prívozník wrote: >> On 3/1/19 2:31 AM, Shawn Anastasio wrote: >>> Hello all, >>> >>> I'm currently writing a C program that uses the libvirt API and I need a >>> way to obtain the pid of a giv...
2019 Jul 29
2
virsh command to list CPU,Memory and Storage
Hi, Is there a way to find out total CPU's, Memory and Storage using virsh command? For example virsh list --all list out all VM's 11 dockerregistry01 running 12 gitlab running Any help will be highly appreciated. Thanks in Advance. Best Regards, Kaushal
2020 Mar 27
0
Re: Escape character
...of saying: Ctrl + ] > > Stop me if i'm being too adventurous here, but perhaps we should > change the text to say.... > > Escape character is Ctrl + ] Well, as we can clearly see, not everyone is familiar with the caret notation. So, I definitely support such a change. -- Erik Skultety
2020 Aug 26
1
Re: support for live migration with PCI passthrough devices
On Tue, Aug 25, 2020 at 02:56:49PM +0200, Michal Privoznik wrote: > On 8/25/20 1:40 PM, Henry lol wrote: > > Hi guys, > > > > I'm wondering whether libvirt supports live migration for the VM with > > PCI passthrough devices. > > or it must be assumed before live migration that all passthrough devices > > be unplugged? > > Unfortunately, this is
2015 Jan 13
0
Re: domain has active block job
...was against RHEL 7; but I don't know if any Fedora releases suffer > from the same issue. Right, I looked for a Fedora bug before referring to it. Even the libvirt master git history refers to this bug with the fixed commit: commit 8e23e0e977fbcc4a7880e187a63c509d6e6879c6 Author: Erik Skultety <eskultet@redhat.com> Date: Thu Nov 27 13:29:42 2014 +0100 qemu: fix block{commit,copy} abort handling When a block{commit,copy} job was aborted on a domain, block job handler did not process it correctly, leaving a phantom job in the background. Any furt...
2020 Apr 13
2
cloud-init libvirt
is there any way to use cloud-init configs in python libvirt? cloud-init require to create an iso, which seems that ovirt support cloud-config: https://red.ht/2K1gBkn But how can I do that by python libvirt? I know I can mount iso by python libvirt to the VM, but the process of creating iso file is the problem which if it is possible to enter the cloud-config commands by libvirt could be better
2019 Mar 11
0
Re: Obtaining the PID of a domain's QEMU process from C
On Mon, Mar 11, 2019 at 09:46:11AM +0000, Daniel P. Berrangé wrote: > On Mon, Mar 11, 2019 at 09:33:30AM +0100, Michal Privoznik wrote: > > On 3/11/19 9:02 AM, Erik Skultety wrote: > > > On Sat, Mar 09, 2019 at 04:32:00PM +0100, Michal Prívozník wrote: > > > > On 3/1/19 2:31 AM, Shawn Anastasio wrote: > > > > > Hello all, > > > > > > > > > > I'm currently writing a C program that uses the libvirt API...