Displaying 20 results from an estimated 1000 matches similar to: "Option Flags"
2023 Mar 23
1
Option Flags
On 3/23/23 10:35, Simon Fairweather wrote:
> Hi?
>
> Are the flags documented? can this function be used to? specify? same
> as?virsh undefine --nvram "name of VM"
>
> libvirt_domain_undefine_flags($res, $flags)
>
> [Since version (null)]
>
> Function is used to undefine(with flags) the domain identified by it's
> resource.
>
> /@res
2023 Jan 13
1
virConnectGetDomainCapabilities
On 1/7/23 16:15, Simon Fairweather wrote:
> Hi
>
> Is there a php api version for this?
There is now:
https://gitlab.com/libvirt/libvirt-php/-/commit/af33dcf01243b81fe1d9b23ab105c1ba157cd9af
Michal
2023 Mar 07
1
virNetSocketReadWire
On Tue, Mar 07, 2023 at 01:57:24PM +0000, Simon Fairweather wrote:
> What are the standard reasons for this to fail?
>
> virNetSocketReadWire:1791 : End of file while reading data: Input/output
> error
The socket connection to libvirtd / other daemons was abruptly
closed. Essentially you can almost always ignore this error
message as being mostly harmless.
With regards,
Daniel
--
2023 Apr 04
1
Virtiofsd
On Tue, Apr 04, 2023 at 17:12:15 +0100, Simon Fairweather wrote:
> Hi
>
> In QEMU 8 virtiofsd has been removed in favor of the rust version. Which
> includes options that are not longer supported,
>
>
> Do you have a view on what should be used going forwards to support
> virtiofsd in libvirt with qemu 8?
>
> The options are showing as depreciated,
> -o
2023 Jan 07
1
virConnectGetDomainCapabilities
Hi
Is there a php api version for this?
Regards
Smon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20230107/e8b93ba9/attachment.htm>
2023 Mar 07
1
virNetSocketReadWire
What are the standard reasons for this to fail?
virNetSocketReadWire:1791 : End of file while reading data: Input/output
error
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20230307/7b318c84/attachment.htm>
2023 Apr 30
1
PHP API
Hi Michal
Are there plans to implement snapshot create_as version of the following
function where XML could be passed?
https://github.com/libvirt/libvirt-php/blob/afe404b2cf4bb46cdd39c6ea4df1c7c65b2d0b1b/src/libvirt-snapshot.c#L105
Regards
Simon.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2019 Aug 29
1
virsh list -all zombies
Hello Community,
I have a problem with two deleted KVMs. So far we have done everything
that is necessary:
virsh undefine [kvm-name] --managed-save --snapshots-metadata
--remove-all-storage --nvram
virsh destroy [kvm-name]
and we delete the xml-File and the .img.
If we now call "virsh list -all", then the machines are also gone.
However, after a restart of libvirtd they reappear in
2023 Apr 04
1
Virtiofsd
Hi
In QEMU 8 virtiofsd has been removed in favor of the rust version. Which
includes options that are not longer supported,
Do you have a view on what should be used going forwards to support
virtiofsd in libvirt with qemu 8?
The options are showing as depreciated,
-o <compat-options>...
Options in a format compatible with the legacy implementation
[deprecated]
Rust
2010 Oct 12
2
Fwd: undefining and redefining a Domain from libvirt java bindings
hi,
i am trying to undefine a domain by using dm.undefine();
and then trying to create one with same name is giving me error saying
'Domain not found: no domain with matching uuid
'aeae9d4e-17cb-b661-a612-88ac677c28c1'
i have attached my test program which reproduces the issue.
please let me know where i am going wrong?
configuration: libvirt : 0.6.3
Java
2020 Mar 16
1
live storage migration using blockcopy
Hello,
I'm seeking the solution to live storage migration using blockcopy.
Previously, the "virsh undefine" is required before blockcopy.
https://www.redhat.com/archives/libvirt-users/2015-October/msg00027.html
QEMU has "block-dirty-bitmap-*" operations now, are there steps for
the live storage migration using blockcopy without undefine?
By the way, why's the purpose
2015 Nov 12
2
How to fix an incorrect storage pool?
I've created my storage pool incorrectly. I'm using LVM and I have a volume
group called vms-lvm.
When I look at it in virt-manager I see that the volumes it contains are
home, root and swap, so when I created the storage group in virt-manager I
must have specified something incorrectly.
Unfortunately I can't find a way to correct this. If I try to destroy
(stop) the storage group I
2013 Sep 12
3
[LLVMdev] [lld] Implementing the aliasing feature
Hi Nick,
In addition to what you mentioned, I think there needs a special
*AliasReference* that need to be created which the DefinedAtom points to.
Thanks
Shankar Easwaran
-------- Original Message --------
Subject: Re: [PATCH] Add a fallback mechanism for undefined atom.
Date: Thu, 29 Aug 2013 15:15:49 -0700
From: kledzik at apple.com <kledzik at apple.com>
Reply-To:
2013 Jun 10
2
Re: virsh snapshot-create and blockcopy
Am 10.06.13 09:07, schrieb Kashyap Chamarthy:
> On 06/09/2013 02:46 PM, Thomas Stein wrote:
>> Hello.
>>
>> I just tried the following:
>>
>> virsh dumpxml --security-info gentoo-template > gentoo-template.xml
>> virsh snapshot-create gentoo-template
>> virsh undefine gentoo-template
>
> Wait - is that really the command you used after
2012 Dec 12
1
#8498 postgres_adapter fix for disable_referential_integrity
Please review this patch for postgres adapter''s referential_integrity.rb in
Rails master and 3.2.9 and let me know what you think. We are using it via
an initializer (monkey patching the adapter directly vs. in module):
https://github.com/rails/rails/pull/8498
Fixes this issue also seen by others in Foreigner:
https://github.com/matthuhiggins/foreigner/issues/61
Problem that it
2017 Jul 10
7
[PATCH 0/5] various improvements for make-template.mk
Hi,
this series improves the generation of Debian templates, automating
basically almost all the steps needed.
Also, it fixes the generation of aarch64 images with NVRAM, which is
currently removed too soon, and thus not saved and compressed.
Thanks,
Pino Toscano (5):
builder: templates: update Debian preseed from Stretch
builder: templates: generalize debian location
builder: templates:
2009 May 29
1
[PATCH server] Don't set VM state to shut down in task.
This patch changes taskomatic so it only sets the VM to shutdown if
the undefine succeeds. Otherwise it's possible a shutdown event could
not succeed, or take a while as it often does, giving confusing
messages to the user. Basically we're just letting dbomatic handle
it now.
Signed-off-by: Ian Main <imain at redhat.com>
---
src/task-omatic/taskomatic.rb | 1 -
1 files
2003 Apr 21
1
Using on AIX
Hi,
I'm trying to install dovecot-0.99.9-test6 with gcc-3.2.2 under AIX (4.3.3) and
found some problems.
First, I need to define _XOPEN_SOURCE_EXTENDED to 1 in src/lib/fdpass.c
and src/auth/mycrypt.c or undefine it to compile successfully.
When I define _XOPEN_SOURCE_EXTENDED to 1, I get the following error
while connecting:
dovecot: Apr 21 17:56:44 Info: Dovecot starting up
imap-login:
2015 Oct 29
2
changeBegin() on python API
Hi,
is changeBegin() working on python? I was trying to use the following
method:
if = conn.interfaceLookupByName("name")
if.undefine()
I saw that changeBegin() does not commit changes, but i can't use it.
--
Ramon Nunes Medeiros
Kimchi Developer
Linux Technology Center Brazil
IBM Systems & Technology Group
Phone : +55 19 2132 7878
ramonn@br.ibm.com
2013 Jun 10
1
Re: virsh snapshot-create and blockcopy
Am 10.06.13 10:40, schrieb Kashyap Chamarthy:
> On 06/10/2013 01:20 PM, Thomas Stein wrote:
>> Am 10.06.13 09:07, schrieb Kashyap Chamarthy:
>>> On 06/09/2013 02:46 PM, Thomas Stein wrote:
>>>> Hello.
>>>>
>>>> I just tried the following:
>>>>
>>>> virsh dumpxml --security-info gentoo-template > gentoo-template.xml