ok, i see the sign of your clue...
furthermore ,... help me please...
HTML:
pmxhost:/var/lib/vz/images/104# qemu-img info vm-102-disk.qcow2
image: vm-102-disk.qcow2
file format: qcow2
virtual size: 50G (53687091200 bytes)
disk size: 49G
cluster_size: 4096
pmxhost:/var/lib/vz/images/104# qemu-img convert -f qcow2 vm-102-disk.qcow2 -O raw vm-102-disk.raw
pmxhost:/var/lib/vz/images/104# dd if=/dev/zero of=vm-102-disk.raw bs=1M count=0 seek=61440
0+0 records in
0+0 records out
0 bytes (0 B) copied, 1.6102e-05 s, 0.0 kB/s
pmxhost:/var/lib/vz/images/104# qemu-img convert -f raw vm-102-disk.raw -O qcow2 vm-102-disk.qcow2
pmxhost:/var/lib/vz/images/104# qemu-img info vm-102-disk.qcow2
image: vm-102-disk.qcow2
file format: qcow2
virtual size: 60G (64424509440 bytes)
disk size: 47G
cluster_size: 4096
web interface also shows it is 60GB.
but, when i enter the vm, i still dont see additional harddrive...
HTML:
[root@vm104 ~] vgdisplay |grep Free
Free PE / Size 0 / 0
[root@vm104 ~] resize2fs /dev/mapper/VolGroup00-LogVol00
resize2fs 1.39
The Filesystem is already 12812288 blocks long. Nothing to do!
what should i do next?