Re: [libvirt] [PATCH v4 3/3] Add TLS support for Veritas HyperScale (VxHS) block device protocol

2017-07-17 Thread John Ferlan
On 07/11/2017 09:43 PM, ashish mittal wrote: > On Fri, Jun 30, 2017 at 2:21 PM, John Ferlan wrote: >> [...] >> diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index 8e00782..99bc94f 100644 --- a/src/qemu/qemu_command.c +++

Re: [libvirt] [PATCH v4 3/3] Add TLS support for Veritas HyperScale (VxHS) block device protocol

2017-07-11 Thread ashish mittal
On Fri, Jun 30, 2017 at 2:21 PM, John Ferlan wrote: > [...] > >>> diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c >>> index 8e00782..99bc94f 100644 >>> --- a/src/qemu/qemu_command.c >>> +++ b/src/qemu/qemu_command.c >>> @@ -931,6 +931,68 @@

Re: [libvirt] [PATCH v4 3/3] Add TLS support for Veritas HyperScale (VxHS) block device protocol

2017-07-11 Thread ashish mittal
On Fri, Jun 30, 2017 at 2:58 PM, ashish mittal wrote: > On Fri, Jun 30, 2017 at 2:21 PM, John Ferlan wrote: >> [...] >> diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index 8e00782..99bc94f 100644 ---

Re: [libvirt] [PATCH v4 3/3] Add TLS support for Veritas HyperScale (VxHS) block device protocol

2017-06-30 Thread ashish mittal
On Fri, Jun 30, 2017 at 2:21 PM, John Ferlan wrote: > [...] > >>> diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c >>> index 8e00782..99bc94f 100644 >>> --- a/src/qemu/qemu_command.c >>> +++ b/src/qemu/qemu_command.c >>> @@ -931,6 +931,68 @@

Re: [libvirt] [PATCH v4 3/3] Add TLS support for Veritas HyperScale (VxHS) block device protocol

2017-06-30 Thread John Ferlan
[...] >> diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c >> index 8e00782..99bc94f 100644 >> --- a/src/qemu/qemu_command.c >> +++ b/src/qemu/qemu_command.c >> @@ -931,6 +931,68 @@ qemuBuildGlusterDriveJSON(virStorageSourcePtr src) >> return ret; >> } >> >> +/*

Re: [libvirt] [PATCH v4 3/3] Add TLS support for Veritas HyperScale (VxHS) block device protocol

2017-06-30 Thread John Ferlan
On 06/30/2017 04:56 AM, Peter Krempa wrote: > On Fri, Jun 30, 2017 at 10:44:39 +0200, Peter Krempa wrote: >> On Thu, Jun 29, 2017 at 19:02:41 -0700, Ashish Mittal wrote: >>> From: Ashish Mittal > > [...] > >>> diff --git a/docs/schemas/domaincommon.rng

Re: [libvirt] [PATCH v4 3/3] Add TLS support for Veritas HyperScale (VxHS) block device protocol

2017-06-30 Thread Peter Krempa
On Fri, Jun 30, 2017 at 10:44:39 +0200, Peter Krempa wrote: > On Thu, Jun 29, 2017 at 19:02:41 -0700, Ashish Mittal wrote: > > From: Ashish Mittal [...] > > diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng > > index 7525a2a..909af50 100644 >

Re: [libvirt] [PATCH v4 3/3] Add TLS support for Veritas HyperScale (VxHS) block device protocol

2017-06-30 Thread Peter Krempa
On Thu, Jun 29, 2017 at 19:02:41 -0700, Ashish Mittal wrote: > From: Ashish Mittal > > The following describes the behavior of TLS for VxHS block device: > > (1) Two new options have been added in /etc/libvirt/qemu.conf > to control TLS behavior with VxHS block

[libvirt] [PATCH v4 3/3] Add TLS support for Veritas HyperScale (VxHS) block device protocol

2017-06-29 Thread Ashish Mittal
From: Ashish Mittal The following describes the behavior of TLS for VxHS block device: (1) Two new options have been added in /etc/libvirt/qemu.conf to control TLS behavior with VxHS block devices "vxhs_tls" and "vxhs_tls_x509_cert_dir". (2) Setting