summarylogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorChristian Hesse2017-10-03 00:51:29 +0200
committerChristian Hesse2017-10-03 00:51:29 +0200
commite155286ec7c8e9015af46916ad16370b2a531ee3 (patch)
treece313a8296996e54980a26b66c13e6ebca780eb5 /config
parent7ec05e4240243a9e97005c65a9bf0f945509f655 (diff)
downloadaur-nbd-git.tar.gz
commit nbd-git 3.15.2.r95.g286630e-1
Diffstat (limited to 'config')
-rw-r--r--config14
1 files changed, 1 insertions, 13 deletions
diff --git a/config b/config
index 777f0ef245f5..d0c6edab64ed 100644
--- a/config
+++ b/config
@@ -6,18 +6,8 @@
# _before_ opening files.
user = nbd
group = nbd
- # Since version 2.9.17, nbd-server will do exports on a name
- # basis (the used name is the name of the section in which the
- # export is specified). This however required an incompatible
- # protocol change. To enable backwards-compatible port-based
- # exports, uncomment the following line:
- # oldstyle = true
[export1]
exportname = /export/nbd/export1-file
- # The following line will be ignored unless the
- # "oldstyle = true" line in the generic section above is
- # enabled.
- #port = 12345
authfile = /export/nbd/export1-authfile
timeout = 30
filesize = 10000000
@@ -28,6 +18,4 @@
postrun = rm -f %s
[otherexport]
exportname = /export/nbd/experiment
- # The other options are all optional, except this one in case
- # the oldstyle option is used in [generic]:
- # port = 12346
+ # The other options are all optional.