Re: [Qemu-devel] passing secrets to block devices

2011-10-21 Thread Daniel P. Berrange
On Fri, Oct 21, 2011 at 10:30:39AM +0200, Kevin Wolf wrote: > Am 20.10.2011 23:48, schrieb Josh Durgin: > > On 10/20/2011 12:24 PM, Daniel P. Berrange wrote: > >> On Thu, Oct 20, 2011 at 11:30:42AM -0700, Josh Durgin wrote: > >>> We're working on libvirt support for block device authentication [1].

Re: [Qemu-devel] passing secrets to block devices

2011-10-21 Thread Kevin Wolf
Am 20.10.2011 23:48, schrieb Josh Durgin: > On 10/20/2011 12:24 PM, Daniel P. Berrange wrote: >> On Thu, Oct 20, 2011 at 11:30:42AM -0700, Josh Durgin wrote: >>> We're working on libvirt support for block device authentication [1]. To >>> authenticate, rbd needs a username and a secret. Normally, t

Re: [Qemu-devel] passing secrets to block devices

2011-10-21 Thread Daniel P. Berrange
On Thu, Oct 20, 2011 at 02:48:15PM -0700, Josh Durgin wrote: > On 10/20/2011 12:24 PM, Daniel P. Berrange wrote: > >On Thu, Oct 20, 2011 at 11:30:42AM -0700, Josh Durgin wrote: > >>We're working on libvirt support for block device authentication [1]. To > >>authenticate, rbd needs a username and a

Re: [Qemu-devel] passing secrets to block devices

2011-10-21 Thread Daniel P. Berrange
On Fri, Oct 21, 2011 at 09:37:11AM +0800, shu ming wrote: > On 2011-10-21 5:48, Josh Durgin wrote: > >On 10/20/2011 12:24 PM, Daniel P. Berrange wrote: > >>On Thu, Oct 20, 2011 at 11:30:42AM -0700, Josh Durgin wrote: > >>>We're working on libvirt support for block device > >>>authentication [1]. To

Re: [Qemu-devel] passing secrets to block devices

2011-10-20 Thread shu ming
On 2011-10-21 5:48, Josh Durgin wrote: On 10/20/2011 12:24 PM, Daniel P. Berrange wrote: On Thu, Oct 20, 2011 at 11:30:42AM -0700, Josh Durgin wrote: We're working on libvirt support for block device authentication [1]. To authenticate, rbd needs a username and a secret. Normally, to avoid put

Re: [Qemu-devel] passing secrets to block devices

2011-10-20 Thread Josh Durgin
On 10/20/2011 12:24 PM, Daniel P. Berrange wrote: On Thu, Oct 20, 2011 at 11:30:42AM -0700, Josh Durgin wrote: We're working on libvirt support for block device authentication [1]. To authenticate, rbd needs a username and a secret. Normally, to avoid putting the secret on the command line, you

Re: [Qemu-devel] passing secrets to block devices

2011-10-20 Thread Daniel P. Berrange
On Thu, Oct 20, 2011 at 11:30:42AM -0700, Josh Durgin wrote: > We're working on libvirt support for block device authentication [1]. To > authenticate, rbd needs a username and a secret. Normally, to > avoid putting the secret on the command line, you can store the secret > in a file and pass the f

[Qemu-devel] passing secrets to block devices

2011-10-20 Thread Josh Durgin
We're working on libvirt support for block device authentication [1]. To authenticate, rbd needs a username and a secret. Normally, to avoid putting the secret on the command line, you can store the secret in a file and pass the file to qemu, but when this is automated, there's no good way to know