Re: [Openstack] the format of disk.local

2011-11-09 Thread Razique Mahroua
---use_qcow_images=True in nova.conf will do it ? On Wed, 09 Nov 2011 00:45:18 +0100, Jae Sang Lee wrote: Hi, You should to modify nova.virt.libvirt.connection._create_image. This is source code about make a local disk. 959 local_gb = inst['local_gb'] 960 if local_gb and n

Re: [Openstack] the format of disk.local

2011-11-08 Thread Jae Sang Lee
Hi, You should to modify nova.virt.libvirt.connection._create_image. This is source code about make a local disk. 959 local_gb = inst['local_gb'] 960 if local_gb and not self._volume_in_mapping( 961 self.default_local_device, block_device_info): 962 fn

[Openstack] the format of disk.local

2011-11-08 Thread ljvsss
hi all if i create an instance flavor of m1.large(4u,8GRAM.80G disk),at floder here /var/lib/nova/instances/instance-006 will have two img:disk and disk.local they format is same,qcow2 or raw what i want is the "disk" (instance os disk) format is qcow2,and the disk.local's format is raw,beca