HarryWei / cloudxy

Automatically exported from code.google.com/p/cloudxy
6 stars 3 forks source link

./qemu-img info hlfs:local:///tmp/testenv/testfs errors #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. git clone git://git.qemu.org/qemu.git
2. cd qemu
3, git reset --hard v1.3.0
4. cp ../hlfs/patches/hlfs_driver_for_qemu.patch ./ 
5. patch -p1 < hlfs_driver_for_qemu.patch
6, Modify the dead path
7, ./configure 
8, make
9, ./qemu-img create -f hlfs hlfs:local:///tmp/testenv/testfs 10G
10, ./qemu-img info hlfs:local:///tmp/testenv/testfs 

What is the expected output? What do you see instead?
Expected output:
Show hlfs qemu image infos with no errors

See instead:
See two attach files for two conditions. 

Original issue reported on code.google.com by harryxi...@gmail.com on 22 Jan 2013 at 2:57

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by kanghua...@gmail.com on 9 Feb 2013 at 6:25