mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #913 from mstorchak/tgt
tgt: allow to export devices in addition to files; define reload_service as stop+start
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
PKG_NAME:=tgt
|
||||
PKG_VERSION:=1.0.53
|
||||
PKG_REV:=9764e0afd9a7115e356fc85569a780f9003c4eac
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
PKG_USE_MIPS16:=0
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
|
||||
@@ -14,7 +14,7 @@ logger="logger -p daemon.err -s -t $NAME"
|
||||
|
||||
validate_lun_section() {
|
||||
uci_validate_section tgt lun $1 \
|
||||
'device:file' \
|
||||
'device:or("file", "device")' \
|
||||
'type:or("disk", "cd", "pt"):disk' \
|
||||
'bstype:or("rdwr", "aio", "sg"):rdwr' \
|
||||
'sync:bool:0' \
|
||||
@@ -227,6 +227,11 @@ stop_service() {
|
||||
$tgtadm --mode sys --op delete
|
||||
}
|
||||
|
||||
reload_service() {
|
||||
stop_service
|
||||
start_service
|
||||
}
|
||||
|
||||
show() {
|
||||
$tgtadm --mode target --op show
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user