Re: [libvirt] [PATCH v10 3/5] util: Add TLS attributes to virStorageSource

2017-09-28 Thread John Ferlan
On 09/28/2017 09:25 AM, Peter Krempa wrote: > On Wed, Sep 27, 2017 at 11:45:53 -0400, John Ferlan wrote: >> From: Ashish Mittal >> >> Add an optional virTristateBool haveTLS to virStorageSource to >> manage whether a storage source will be using TLS. >> >> Sample XML

Re: [libvirt] [PATCH v10 3/5] util: Add TLS attributes to virStorageSource

2017-09-28 Thread Peter Krempa
On Wed, Sep 27, 2017 at 11:45:53 -0400, John Ferlan wrote: > From: Ashish Mittal > > Add an optional virTristateBool haveTLS to virStorageSource to > manage whether a storage source will be using TLS. > > Sample XML for a VxHS disk: > > > >tls='yes'> > >

[libvirt] [PATCH v10 3/5] util: Add TLS attributes to virStorageSource

2017-09-27 Thread John Ferlan
From: Ashish Mittal Add an optional virTristateBool haveTLS to virStorageSource to manage whether a storage source will be using TLS. Sample XML for a VxHS disk: Additionally add a tlsFromConfig boolean to control whether the TLS setting was due