mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 23:48:39 +01:00
tgt: update to 1.0.79
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
(cherry-picked from 9c5d11a9da)
This commit is contained in:
committed by
Rosen Penev
parent
91e92c99f2
commit
d3dbea185c
@@ -184,16 +184,20 @@ validate_tgt_section() {
|
||||
'iothreads:uinteger' \
|
||||
'portal:list(string)' \
|
||||
'nop_interval:uinteger' \
|
||||
'nop_count:uinteger'
|
||||
'nop_count:uinteger' \
|
||||
'logging:bool:0'
|
||||
}
|
||||
|
||||
start_tgt_instance() {
|
||||
local fg_flag=-f
|
||||
[ "$2" = 0 ] || {
|
||||
$logger "Validation failed for tgt options"
|
||||
return 1
|
||||
}
|
||||
procd_open_instance
|
||||
procd_set_param command $PROG -f
|
||||
procd_set_param command $PROG
|
||||
[ "$logging" -eq 1 ] && fg_flag=-D
|
||||
procd_append_param command "$fg_flag"
|
||||
[ "$iothreads" ] && procd_append_param command -t "$iothreads"
|
||||
[ "$portal$nop_interval$nop_count" ] && {
|
||||
local iscsi="" i
|
||||
|
||||
Reference in New Issue
Block a user