]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
new attribute accessmode to filesystem element
authorHarsh Prateek Bora <harsh@linux.vnet.ibm.com>
Thu, 14 Oct 2010 13:08:24 +0000 (15:08 +0200)
committerDaniel Veillard <veillard@redhat.com>
Thu, 14 Oct 2010 13:08:24 +0000 (15:08 +0200)
commit75a6a9a8e0f43b79efc7cbd3b2ee1621a927aa21
treea2c376e51ae7ddce5072941da615f093e0bf2f87
parent2b3df906f300520a8443d2b3088d6de713498d4b
new attribute accessmode to filesystem element

This introduces new attribute to filesystem element
to support customizable access mode for mount type.
Valid accessmode are: passthrough, mapped and squash.

Usage:
        <filesystem type='mount' accessmode='passthrough'>
          <source dir='/export/to/guest'/>
          <target dir='mount_tag'/>
        </filesystem>

passthrough is the default model if not specified, that's
also the current behaviour.
.gnulib
docs/schemas/domain.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_conf.c