Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
4789 | minor | always | 10-06-11 15:57 | 06-18-12 14:22 | |
|
|||||
Reporter: | alex | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.23 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.29 | ||
|
|||||
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 [^] |
||||
Steps To Reproduce: | |||||
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 |
||||
Relationships | |||||
Attached Files: |
There are no notes attached to this issue. |