Hello,

Libvirt can create loop or nbd device for LXC container and mount it by 
itself, for instance, you can add something like this to xml config:

<filesystem type='file'>
  <driver type='loop' format='raw'/>
  <source file='/fedora-20-raw'/>
  <target dir='/'/>
</filesystem>

But nova mounts filesystem for container by itself. Is this because rhel-6 
doesn't support filesystems with type='file' or there are some other reasons?

-- 
Dmitry Guryanov

_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to