diff options
Diffstat (limited to 'config')
-rw-r--r-- | config | 14 |
1 files changed, 1 insertions, 13 deletions
@@ -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. |