qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] qemu-img do not verify encrytption
@ 2013-03-07  6:49 yue-kvm
  2013-03-07  9:56 ` Stefan Hajnoczi
  0 siblings, 1 reply; 4+ messages in thread
From: yue-kvm @ 2013-03-07  6:49 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 1145 bytes --]

i create qcow2 format image with -o encryption, and assign password.

but when i qemu-img info encryt.qcow2 ,  it display encryt.qcow2 info no master  what i input, even just hit enter.
the 'Password Authentication ' of qemu-img may be invalid.


thanks.




my steps:
--------
Create an encrypted disk

#qemu-img create -e -f qcow2 image.qcow2 10G

If you pass the option -e or -o encryption when you create an image, the resulting image will be encrypted, with an empty (blank) password – there is no option to set a password in a single step at the time of creation.

To set a password, again use qemu-img , but this time with the convert option

#qemu-img convert -e -O qcow2 image.qcow2 encrypted.qcow2

You will be asked to give a password twice. At the first prompt hit enter (as the password is blank), at the second prompt you will set the password for your resulting encrypted disk.

------------ 


[root@kvm images]# qemu-img info  encryped.qcow2
Disk image 'encryped.qcow2' is encrypted.
password: 
image: encryped.qcow2
file format: qcow2
virtual size: 8.0G (8589934592 bytes)
disk size: 136K
encrypted: yes
cluster_size: 65536



[-- Attachment #2: Type: text/html, Size: 2328 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-03-07 11:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-07  6:49 [Qemu-devel] qemu-img do not verify encrytption yue-kvm
2013-03-07  9:56 ` Stefan Hajnoczi
2013-03-07 10:57   ` yue-kvm
2013-03-07 11:00     ` 陳韋任 (Wei-Ren Chen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).