[Fedora-xen] virDomainCreateLinux() failed

Daniel P. Berrange berrange at redhat.com
Wed Nov 22 16:35:59 UTC 2006


On Fri, Nov 17, 2006 at 05:51:24PM -0500, Bill Davidsen wrote:
> FC6, xen installed, latest updates as of five minutes ago. ASUS 
> P5LD2-R2.0 board, Intel 6600 CPU, 2GB RAM, 1.5TB disk.
> PAE on, virtualization on. xend running, "xm list" works, shows one domain.
> 
> 
> Install of any fully virtualized o/s fails. Sample output:
> Would you like a fully virtualized guest (yes or no)?  This will allow 
> you to run unmodified operating systems. yes
> How much RAM should be allocated (in megabytes)? 256
> Would you like to enable graphics support? (yes or no) no
> 
> 
> Starting install...
> libvir: Xen Daemon error : GET operation failed: No such domain OpenBSD-4.0
> libvir: Xen Daemon error : POST operation failed: (xend.err 'Error 
> creating domain: Disk image does not exist: 
> /home/davidsen/Virtual_Machines/OpenBSD-4.0a')

In FC6 GA you have to make sure the file for the disk was under /xen
to be labelled correctly. In rawhide (and the latest FC6 policy)
we're moving to /var/lib/xen/images. This is consistent with the
directory used on Suse, and what the next version of XenD will
enforce. To double check what directory is setup for the SELinux
policy you can run

  semanage fcontext -l | grep xen_image_t

If you don't have space under /var/lib/xen/images, then either
mount a new volume there, or bind that dir to a location which
has extra space, eg

    mount --bind /some/dir/with/big/disk  /var/lib/xen/images

If you really really don't want to use /var/lib/xen/images at all,
then you can define a new location in the SELinux policy using:

   semanage fcontext -a -f "" -t xen_image_t '/some/directory(/.*)?'

Regards,
Dan.
-- 
|=- Red Hat, Engineering, Emerging Technologies, Boston.  +1 978 392 2496 -=|
|=-           Perl modules: http://search.cpan.org/~danberr/              -=|
|=-               Projects: http://freshmeat.net/~danielpb/               -=|
|=-  GnuPG: 7D3B9505   F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505  -=| 




More information about the Fedora-xen mailing list