Commit Graph

3 Commits

Author SHA1 Message Date
Marcin Jurkowski 5ba490239a nbd: use procd style init script for nbd-server
Runs nbd-server in foreground.

Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
2015-09-02 12:48:43 +02:00
Marcin Jurkowski 0c06e2a080 nbd: add nbd-client init script
Adds init.d and config files for nbd-client. Each section holds
parameters of one block device, where section name (eg. nbd0) is NBD
device name.

Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
2015-09-02 02:03:38 +02:00
Marcin Jurkowski 9bf1fa6622 nbd: new package nbd-server
Network block device server allows to export a block device from router
to remote host. This is particularly useful if no network filesystem
server is feasible or direct access to a block device is needed.

It's been tested for nearly a month on ar71xx (TL-WR842ND) and proved to
be very stable and efficient solution.
The package comes with init.d script and conf.d file allowing to
configure most nbd-server options using standard uci interface.

Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
2015-09-02 02:03:18 +02:00