Release 2.9.23-4
[nbd.git] / debian / nbd-client.templates
blob3e148a07eded19ecc2efee121a485b2c1d017b06
1 # These templates have been reviewed by the debian-l10n-english
2 # team
4 # If modifications/additions/rewording are needed, please ask
5 # debian-l10n-english@lists.debian.org for advice.
7 # Even minor modifications require translation updates and such
8 # changes should be coordinated with translators and reviewers.
10 Template: nbd-client/no-auto-config
11 Type: error
12 _Description: AUTO_GEN is set to "n" in /etc/nbd-client
13  The /etc/nbd-client file contains a line that sets the AUTO_GEN variable
14  to "n". The file will therefore not be regenerated automatically.
15  .
16  If that's wrong, remove the line and call "dpkg-reconfigure nbd-client"
17  afterwards.
19 Template: nbd-client/number
20 Type: string
21 Default: 0
22 _Description: Number of nbd-client connections to use:
23  nbd-client can handle multiple concurrent connections. Please specify the
24  number of connections you'd like this configuration script to set up.
25  .
26  Note that if something has already been specified in /etc/nbd-client, the
27  current configuration will be used as defaults in these dialogs.
29 Template: nbd-client/type
30 Type: select
31 _Choices: swap, filesystem, raw
32 Default: raw
33 _Description: Intended use of the network block device number ${number}:
34  The network block device can serve multiple purposes. One of the most
35  interesting is to provide swap space over the network for diskless clients,
36  but you can store a filesystem on it, or do other things with it for which
37  a block device is interesting.
38  .
39  If you intend to use the network block device as a swap device, choose
40  "swap". If you intend to use it as a filesystem, add a line to /etc/fstab,
41  give it the option "_netdev" (else init will try to mount it before it's
42  usable), and choose "filesystem". For all other purposes, choose "raw".
43  The only thing the nbd-client boot script will do then is start an
44  nbd-client process; you will have to set it up manually.
46 Template: nbd-client/host
47 Type: string
48 _Description: Hostname of the server (number: ${number})?
49  Please enter the network name or IP address of the machine on which
50  the nbd-server process is running.
52 Template: nbd-client/port
53 Type: string
54 _Description: Port or name for nbd export (number: ${number})?
55  Please enter the TCP port number or NBD export name needed to access
56  nbd-server.
57  .
58  Versions of nbd-server of 2.9.16 or lower did not support specifying a
59  name for the NBD export. If your NBD server is of an older version, you
60  should enter the TCP port number here, and should make sure not to
61  enter any non-numeric characters in the field.
62  .
63  More recent versions of nbd-server support providing a name for an
64  export. If the data entered in this field contains any non-numeric
65  characters, then this configuration system will accept that as a name
66  and provide it to nbd-client as a name-based export rather than a
67  port-based one.
69 Template: nbd-client/device
70 Type: string
71 _Description: /dev entry for this nbd-client (number: ${number})?
72  Every nbd-client process needs to be associated with a /dev entry with
73  major number 43. Please enter the name of the /dev entry you want to use for
74  this nbd-client. Note that this needs to be the full path to that entry,
75  not just the last part.
76  .
77  If the /dev entry specified does not exist, it will be created with minor
78  number ${number}.
80 Template: nbd-client/killall
81 Type: boolean
82 Default: true
83 _Description: Disconnect all NBD devices on "stop"?
84  When the nbd-client init script is called to stop the nbd-client service,
85  there are two things that can be done: either it can disconnect all
86  nbd-client devices (which are assumed not to be in use), or it can
87  disconnect only those nbd-client devices that it knows about in its
88  config file.
89  .
90  The default (and the traditional behavior) is to disconnect all
91  nbd-client devices. If the root device or other critical file systems
92  are on NBD this will cause data loss and should not be accepted.
94 Template: nbd-client/extra
95 Type: string
96 _Description: Extra parameters (number: ${number})
97  If you wish to add any extra parameters to nbd-client, then please
98  enter them here.