Commit Graph

11 Commits

Author SHA1 Message Date
Florian Eckert 1b0ddae963 tgt: use new extra_command function definition
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-11-04 08:50:34 +01:00
Maxim Storchak 9c5d11a9da tgt: update to 1.0.79
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2019-07-14 15:58:31 +03:00
Maxim Storchak e8248bd86e tgt: update to 1.0.77
- update to 1.0.77
- apply patches from Rosen Penev for compatibility with uClibc-ng
- add an option for rotation_rate selection

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2019-05-06 20:08:39 +03:00
Maxim Storchak 71be2fa587 tgt: update to 1.0.75
- move files/* to the conventional location
- add procd_kill to prevent respawn after stop
- update description
- remove OpenWRT copyright

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2019-03-12 15:04:17 +02:00
Jeffery To 66c553470e tgt: Update init script
This replaces the use of uci_validate_section() with
uci_load_validate(), which removes the need to declare local variables
for every config option.

This also adds a service_triggers() function, removes a duplicate
option, and removes some unnecessary curly brackets.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-02-08 16:43:06 +08:00
Stefan Weil 6d2c0fd06f net: Fix typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-04-10 12:51:10 +02:00
Maxim Storchak 4a299c8652 tgt: unquote 'device' and 'file' to make them keywords, not literals
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-02-18 15:22:48 +02:00
Maxim Storchak accb5447e8 tgt: allow to export devices in addition to files; define reload_service as stop+start
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-02-16 10:58:53 +02:00
Maxim Storchak 3a0c3f863c tgt: change example network
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2014-06-11 10:37:59 +03:00
Maxim Storchak bf1f6fc330 tgt: update to 1.0.48 and add all stuff announced in the the previous commit
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2014-06-11 10:09:08 +03:00
Maxim Storchak bd5ac374f6 tgt: iSCSI target support
This is a port from old packages repo with the following improvements:
- allow to select multiple addresses and ports to listent to
- support both address- and name-based ACLs
  (note: config option has been changed from "allow" to "allow_address", "allow_name")
- support more optionf for LUNs
- support various device types (disk, cd, sg passthrough)
- bind accounts to multiple targets
- use uci_validate_section in the init script
- improve error reporting, use logger instead of echo
- set number of IO threads to 2 by default (affects memory footprint)
- configure keepalive
- update to 1.0.48

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2014-06-11 08:42:27 +03:00