Statistics
| Branch: | Revision:

root / block / nfs.c @ 98a7a38f

History | View | Annotate | Download (11.7 kB)

# Date Author Comment
6542aa9c 02/09/2014 10:12 am Peter Lieven

block: add native support for NFS

This patch adds native support for accessing images on NFS
shares without the requirement to actually mount the entire
NFS share on the host.

NFS Images can simply be specified by an url of the form:
nfs://<host>/<export>/<filename>[?param=value[&param2=value2[&...]]]...