Displaying 20 results from an estimated 10000 matches similar to: "[nbdkit PATCH] dir-locals: Set c-basic-offset"
2016 Jul 25
2
Re: Network without forward mode
❦ 25 juillet 2016 08:44 CEST, Martin Kletzander <mkletzan@redhat.com> :
>>> "Just a vnet interface, no bridge" means you want no network. Where
>>> should the vnet be connected?
>>
>>The host is able to handle the routing. It seems I could just declare an
>>interface of type "ethernet" instead of "network" to get the effect
2016 Feb 19
3
Re: Sluggish performance with virtio and Win10
2016-02-18 15:15 GMT+01:00 Martin Kletzander <mkletzan@redhat.com>:
> On Thu, Feb 18, 2016 at 12:59:52PM +0100, John Obaterspok wrote:
>
>> 2016-02-18 11:25 GMT+01:00 Martin Kletzander <mkletzan@redhat.com>:
>>
>> On Thu, Feb 18, 2016 at 10:41:42AM +0100, John Obaterspok wrote:
>>>
>>> 2016-02-18 10:13 GMT+01:00 Martin Kletzander
2020 Jan 29
2
Re: [PATCH v2] mlcustomize: Trim whitespaces from commands read from file (RHBZ#1351000)
On Wed, Jan 29, 2020 at 03:07:12PM +0100, Martin Kletzander wrote:
> From: Martin Kletzander <mkletzan@redhat.com>
>
> The first split does not care about the whole string, it is just trying to get
> the command name in front, so triml is just right.
>
> Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
> ---
> mlcustomize/customize_cmdline.ml | 1 +
>
2016 Jul 25
2
Re: Network without forward mode
❦ 25 juillet 2016 06:06 CEST, Martin Kletzander <mkletzan@redhat.com> :
>>╭─────┤ http://libvirt.org/formatnetwork.html#elementsConnect ├─────
>>│Inclusion of the forward element indicates that the virtual network is
>>│to be connected to the physical LAN.Since 0.3.0. The mode attribute
>>│determines the method of forwarding. If there is no forward element, the
2018 Dec 06
2
Re: Libvirt api for esx
Thanks Martin for help. I will give it a shot.
Regards
Rohit Singh
On Thu, 6 Dec 2018 at 2:55 PM, Martin Kletzander <mkletzan@redhat.com>
wrote:
> On Wed, Dec 05, 2018 at 09:44:17PM +0530, ROHIT SINGH wrote:
> >Hi Martin,
> >
> >Could you please help me with below issue, I am not sure what’s wrong
> here.
> >Please find below code and error snippet.
> >
2019 Jun 12
4
[libnbd PATCH] Fix building with for ocaml < 4.06.0
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
---
Notes:
This is the simplest solution suggested to me by Rich and it works.
Most of autotools are not friends with me, so the other approach I tried, with
requiring at least OCaml 4.05.0, having this fix in only for OCaml < 4.06.0 and
properly detecting and reporting that, was a bit ugly.
You can see
2016 Sep 01
3
installing and accessing a VM? - newbie question maybe
wanted to follow up on that part (thanks about all comment suggestion regarding virt-viewer and vcn, etc. I will test them as well but would prefer the 'console way' if possible
On August 29, 2016 at 2:44 PM Martin Kletzander <mkletzan at redhat.com> wrote:
> * When you are connected you don't see anything because the VM doesn't
> have console properly set up,
2018 Dec 12
1
Re: Libvirt api for esx
On Wed, Dec 12, 2018 at 03:03:41PM +0530, ROHIT SINGH wrote:
>Thanks Martin, It’s working now.
>Could you please help me with role of xml in libvirt api and what if I
>don’t want use of xml in my code.
>Please let me know.
>
Libvirt uses XML for most of the APIs. Depends what you need to do you can
transform it with xmltodict or use some higher level API. I'm not sure I can
2019 Apr 05
2
[PATCH nbdkit] vddk: Add support for VIXDISKLIB_FLAG_OPEN_SINGLE_LINK
From: Martin Kletzander <mkletzan@redhat.com>
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
---
plugins/vddk/nbdkit-vddk-plugin.pod | 7 ++++++-
plugins/vddk/vddk-structs.h | 1 +
plugins/vddk/vddk.c | 10 ++++++++++
3 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/plugins/vddk/nbdkit-vddk-plugin.pod
2020 Feb 24
2
[PATCH] Update common submodule (RHBZ#1351000)
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
---
common | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common b/common
index c33e0036c70c..12f3fb0f6ccd 160000
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit c33e0036c70ce68d40df92e4a6c0423e136e005c
+Subproject commit 12f3fb0f6ccdacb4c6fb81385550b62665fc1497
--
2.25.1
2019 May 15
2
[nbdkit PATCH] extents: Do not shorten overlaps by 0
When offset + length == exts->end the code which is shortening the extents is
subtracting 0 from length. And it is not optimized out.
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
---
server/extents.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/extents.c b/server/extents.c
index d3d1a15ab97c..c422491601f0 100644
--- a/server/extents.c
+++
2020 Jan 23
2
[common PATCH] Trim whitespaces from commands read from file
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
---
mlcustomize/customize_cmdline.ml | 1 +
1 file changed, 1 insertion(+)
diff --git a/mlcustomize/customize_cmdline.ml b/mlcustomize/customize_cmdline.ml
index c062379879e2..67e85af2ad93 100644
--- a/mlcustomize/customize_cmdline.ml
+++ b/mlcustomize/customize_cmdline.ml
@@ -481,6 +481,7 @@ let rec argspec () =
] in
let
2018 Dec 05
2
Re: Libvirt api for esx
Hi Martin,
Could you please help me with below issue, I am not sure what’s wrong here.
Please find below code and error snippet.
Thanks for help.
Code Snippet: -
from __future__ import print_function
import sys
import libvirt
SASL_USER = <username>
SASL_PASS = <password>
def request_cred(credentials, user_data):
for credential in credentials:
if credential[0] ==
2016 Feb 18
2
Re: Sluggish performance with virtio and Win10
2016-02-18 11:25 GMT+01:00 Martin Kletzander <mkletzan@redhat.com>:
> On Thu, Feb 18, 2016 at 10:41:42AM +0100, John Obaterspok wrote:
>
>> 2016-02-18 10:13 GMT+01:00 Martin Kletzander <mkletzan@redhat.com>:
>>
>> On Thu, Feb 18, 2016 at 08:49:38AM +0100, John Obaterspok wrote:
>>>
>>> Hello,
>>>>
>>>> I'm using
2019 Sep 20
2
[nbdkit PATCH] curl: Compile with libcurl even without smb(s) protocols
I needed to compile nbdkit on CentOS 7 which is missing these protocols in curl,
so hence the conditional compilation.
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
---
I have this patch so that I can compile it on CentOS 7 (fully updated), but I'm
not sure what is the support policy and I didn't even check whether the libcurl
there is old or whether the SMB support is
2020 Jan 23
6
Re: [common PATCH] Trim whitespaces from commands read from file
On Thu, Jan 23, 2020 at 02:04:53PM +0100, Martin Kletzander wrote:
> On Thu, Jan 23, 2020 at 12:16:50PM +0100, Martin Kletzander wrote:
> >Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
>
> I forgot to mention this is trying to fix the following BZ:
>
> https://bugzilla.redhat.com/show_bug.cgi?id=1351000
> >---
> >mlcustomize/customize_cmdline.ml |
2017 May 16
3
Re: Duplicate reboot events
> On May 16, 2017, at 3:49 PM, Martin Kletzander <mkletzan@redhat.com> wrote:
>
> On Tue, May 16, 2017 at 06:41:05PM +0000, Innus, Martins wrote:
>> Hi,
>>
>> Running on:
>>
>> $ cat /etc/redhat-release
>> CentOS Linux release 7.3.1611 (Core)
>>
>> And:
>>
>> $ rpm -qa |grep libvirt
>>
2019 Nov 19
5
Re: [PATCH v2 00/11] rvh-upload: Various fixes and cleanups
On Tue, Nov 19, 2019 at 01:48:31PM +0100, Martin Kletzander wrote:
>On Tue, Nov 19, 2019 at 02:24:11PM +0200, Nir Soffer wrote:
>>On Tue, Nov 19, 2019 at 2:16 PM Martin Kletzander <mkletzan@redhat.com> wrote:
>>> On Tue, Nov 19, 2019 at 01:14:23PM +0200, Nir Soffer wrote:
>>> >On Tue, Nov 19, 2019 at 11:17 AM Martin Kletzander <mkletzan@redhat.com> wrote:
2018 Nov 29
2
Re: Libvirt api for esx
On Wed, Nov 28, 2018 at 10:24:55PM +0530, ROHIT SINGH wrote:
>Hi Martin,
>
>Could you please point me to any example codes in python present for esx?
>Suppose, I have to power off and power on esx virtual machine, can i get
>this code somewhere on python to develop some understanding.
>
https://www.mail-archive.com/libvir-list@redhat.com/msg17903.html
>Actually, I am not
2020 Feb 24
2
Re: [PATCH v2v v2 2/2] rhv-upload: Check that rhv-disk-uuid is not already taken (RHBZ#1789279)
On Wednesday, 29 January 2020 15:34:49 CET Martin Kletzander wrote:
> This makes the code fail with a sensible error message instead of cryptic error
> from ovirtsdk.
>
> Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
> ---
> v2v/rhv-upload-plugin.py | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/v2v/rhv-upload-plugin.py