Re: [PATCH 23/24] conf: backup: Add 'tls' attribute for 'server' element

2020-07-07 Thread Peter Krempa
On Thu, Jul 02, 2020 at 14:53:28 -0500, Eric Blake wrote: > On 7/2/20 9:40 AM, Peter Krempa wrote: > > Allow enabling TLS for the NBD server used to do pull-mode backups. Note > > that documentation already mentions 'tls', so this just implements the > > schema and XML bits. > > > >

Re: [PATCH 23/24] conf: backup: Add 'tls' attribute for 'server' element

2020-07-02 Thread Eric Blake
On 7/2/20 9:40 AM, Peter Krempa wrote: Allow enabling TLS for the NBD server used to do pull-mode backups. Note that documentation already mentions 'tls', so this just implements the schema and XML bits. Signed-off-by: Peter Krempa --- +++

[PATCH 23/24] conf: backup: Add 'tls' attribute for 'server' element

2020-07-02 Thread Peter Krempa
Allow enabling TLS for the NBD server used to do pull-mode backups. Note that documentation already mentions 'tls', so this just implements the schema and XML bits. Signed-off-by: Peter Krempa --- docs/schemas/domainbackup.rng | 9 - src/conf/backup_conf.c