Anonymous | Login | Signup for a new account | 12-17-2024 08:35 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0004789 | [Resin] | minor | always | 10-06-11 15:57 | 06-18-12 14:22 | ||||
Reporter | alex | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 4.0.23 | ||||||
Summary | 0004789: /resin-admin | ||||||||
Description |
with 4 servers configured and started as per below. dyn1 gets an index of 5, but /resin-admin combox server select indexes it as 4: https://debosx:8443/resin-admin/index.php?q=health&s=4 [^] |
||||||||
Additional Information |
#!/bin/bash conf='conf/resin.xml' servers="a b c d web-a" pause="" for server in $servers; do echo "starting server $server" command="bin/resin.sh -conf $conf -server $server start" $command if [ -z "$pause" ]; then sleep 3 pause="done" fi done command="bin/resin.sh -conf $conf -server dyn1 -join-cluster app-tier start" $command |
||||||||
Attached Files | |||||||||
|
There are no notes attached to this issue. |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
27 total queries executed. 25 unique queries executed. |