Re: [libvirt] [PATCH 1/2] qemu: Get capabilities for iscsi usage of password-secret argument

2017-09-12 Thread Peter Krempa
On Tue, Sep 05, 2017 at 15:09:34 -0400, John Ferlan wrote: > Add the capability to use the blockdev-add query-qmp-schema option > to find the 'password-secret' parameter that will allow the iSCSI > code to use the master secret object (a/k/a AES) to encrypt the > secret in an object and only need t

Re: [libvirt] [PATCH 1/2] qemu: Get capabilities for iscsi usage of password-secret argument

2017-09-12 Thread Peter Krempa
On Tue, Sep 05, 2017 at 15:09:34 -0400, John Ferlan wrote: > Add the capability to use the blockdev-add query-qmp-schema option > to find the 'password-secret' parameter that will allow the iSCSI > code to use the master secret object (a/k/a AES) to encrypt the > secret in an object and only need t

[libvirt] [PATCH 1/2] qemu: Get capabilities for iscsi usage of password-secret argument

2017-09-05 Thread John Ferlan
Add the capability to use the blockdev-add query-qmp-schema option to find the 'password-secret' parameter that will allow the iSCSI code to use the master secret object (a/k/a AES) to encrypt the secret in an object and only need to provide the object id of tha secret on the command line thus obsf