Instance using local disk, the configure file: nova-compute/nova.conf
[libvirt]
images_type = qcow2
execute openstack server resize
works well.
but when using raw
[libvirt]
images_type = raw
the instance console get:
Is there any method to resize the raw format local disk instance successful ? THX