diff options
author | 2010-10-14 15:08:24 +0200 | |
---|---|---|
committer | 2010-10-14 15:08:24 +0200 | |
commit | 75a6a9a8e0f43b79efc7cbd3b2ee1621a927aa21 (patch) | |
tree | a2c376e51ae7ddce5072941da615f093e0bf2f87 /.gnulib | |
parent | nwfilter: cut off connections after changing filters (diff) | |
download | libvirt-75a6a9a8e0f43b79efc7cbd3b2ee1621a927aa21.tar.gz libvirt-75a6a9a8e0f43b79efc7cbd3b2ee1621a927aa21.tar.bz2 libvirt-75a6a9a8e0f43b79efc7cbd3b2ee1621a927aa21.zip |
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.
Diffstat (limited to '.gnulib')
m--------- | .gnulib | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/.gnulib b/.gnulib -Subproject b6d1430494cdd252cd52eca6abf88b1a00f6c98 +Subproject 2bb63bfb25474ea147ee9f1523c0337997359a4 |