Skip to content

Commit

Permalink
Remove alarm server from system-test
Browse files Browse the repository at this point in the history
The alarm server uses its own logback configuration.  If it runs in the same domain as other dcache services, the logback configuration for the later will not be correct.  Hence we cannot run the server in the single-domain setup used by system-test.

This patch removes it from the layout file.

Target: trunk
Patch: http://rb.dcache.org/r/5319
Require-notes: no
Require-book: no
Acked-by: Dmitry
  • Loading branch information
alrossi committed Mar 28, 2013
1 parent 76c8533 commit 1f3d33a
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -22,7 +22,6 @@ dcache.java.options.extra=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,address
[dCacheDomain/admin]
adminHistoryFile=${dcache.home}/var/admin/history

[dCacheDomain/alarms]
[dCacheDomain/broadcast]
[dCacheDomain/topo]
[dCacheDomain/loginbroker]
Expand Down

0 comments on commit 1f3d33a

Please sign in to comment.