Skip to content

Commit d4a3326

Browse files
mbedded gplazma fragment: bug fix, pass pnfsmanager argument
Patch: http://rb.dcache.org/r/5271/ Acked-by: Gerd Behrmann Target: trunk Target: 2.5 Require-notes: yes Require-book: no RELEASE NOTES Fixed handling of pnfsmanager argument in embedded gPlazma fragment
1 parent 3b19738 commit d4a3326

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

skel/share/cells/embedded-gPlazma.fragment

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ define env startLogin.exe enddefine
66
check -strong gplazmaPolicy
77
check -strong gPlazmaNumberOfSimultaneousRequests
88
check -strong gplazma.configuration.file
9+
check -strong pnfsmanager
910

1011
create org.dcache.cells.UniversalSpringCell "${gplazma}" \
1112
"classpath:org/dcache/services/login/gplazma.xml \
@@ -14,6 +15,7 @@ define env startLogin.exe enddefine
1415
-gplazmaPolicy=${gplazmaPolicy} \
1516
-gplazmaConfig=${gplazma.configuration.file} \
1617
-messageExecutor=message-thread-pool \
18+
-pnfsmanager=${pnfsmanager} \
1719
"
1820

1921
set env useLoginService true

skel/share/services/gplazma.batch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ define env startLogin.exe enddefine
66
check -strong gplazmaPolicy
77
check -strong gPlazmaNumberOfSimultaneousRequests
88
check -strong gplazma.configuration.file
9+
check -strong pnfsmanager
910

1011
create org.dcache.cells.UniversalSpringCell "${cell.name}" \
1112
"classpath:org/dcache/services/login/gplazma.xml \

0 commit comments

Comments
 (0)