From c40a217db5f63be3aa88a32ad77ec93efb40d95c Mon Sep 17 00:00:00 2001 From: root Date: Tue, 31 May 2011 22:46:59 +0000 Subject: Tue May 31 22:46:59 UTC 2011 --- community/nbd/config | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 community/nbd/config (limited to 'community/nbd/config') diff --git a/community/nbd/config b/community/nbd/config new file mode 100644 index 000000000..f90c36b23 --- /dev/null +++ b/community/nbd/config @@ -0,0 +1,24 @@ +# This is a comment +[generic] + # The [generic] section is required, even if nothing is specified + # there. + # When either of these options are specified, nbd-server drops + # privileges to the given user and group after opening ports, but + # _before_ opening files. + user = nbd + group = nbd +[export1] + exportname = /export/nbd/export1-file + port = 12345 + authfile = /export/nbd/export1-authfile + timeout = 30 + filesize = 10000000 + readonly = false + multifile = false + copyonwrite = false + prerun = dd if=/dev/zero of=%s bs=1k count=500 + postrun = rm -f %s +[otherexport] + exportname = /export/nbd/experiment + port = 12346 + # The other options are all optional. -- cgit v1.2.3-54-g00ecf