On Fri, Jan 23, 2009 at 04:43:09PM +0100, Laurent Léonard wrote: > Package: virt-manager > Version: 0.6.0-6 > Severity: normal > > --- Please enter the report below this line. --- > The VM creation wizard is unable to create a non-sparse image file, even if > the > checkbox "Allocate entire virtual disk now?" is checked (default state). The > problem comes from the virtinst package, in the file /usr/share/python- > support/virtinst/virtinst/VirtualDisk.py, line 342-348 : > if self.sparse: > alloc = 0 > else: > #alloc = cap > # XXX: disable setting managed storage as nonsparse > # XXX: since it hoses libvirtd (for now) > alloc = 0 Does setting alloc = 1 work for you? -- Guido
-- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

