[libvirt-users] encryption

2015-02-16 Thread Henry Noack
Hello you guys, it is possible to decrypt a kvm volume only by using the command line after starting it? Best regards Henry ___ libvirt-users mailing list libvirt-users@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-users

Re: [libvirt-users] spice session locking

2015-02-16 Thread Jon Doe
Any idea how to do this with virsh or hooks? Qemu seems to have a spice.set_ticket command, but calling this from virsh's 'qemu-monitor-command guest --hmp --cmd spice.set_ticket password' doesn't work. The password would somehow have to be reset once the client logs out. On Mon, Feb 16, 2015 at

Re: [libvirt-users] spice session locking

2015-02-16 Thread Michal Privoznik
On 16.02.2015 14:09, Jon Doe wrote: > Any idea how to do this with virsh or hooks? Qemu seems to have a > spice.set_ticket command, but calling this from virsh's > 'qemu-monitor-command guest --hmp --cmd spice.set_ticket password' > doesn't work. No, that won't work, because apparently, Qemu/SPICE

Re: [libvirt-users] spice session locking

2015-02-16 Thread Michal Privoznik
On 13.02.2015 16:19, Jon Doe wrote: > Hi List, > > Is it possible to prevent other clients from stealing my libvirtd > hosted spice session? This is a problem for me where multiple > co-workers access the same guest over a qemu+ssh:// connection. > Instead of simply disconnecting clients, I'd like