Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] 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 Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 4.0.29 Product Version 4.0.23
  Product Build
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
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
10-06-11 15:57 alex New Issue
06-18-12 14:22 ferg Assigned To  => ferg
06-18-12 14:22 ferg Status new => closed
06-18-12 14:22 ferg Resolution open => fixed
06-18-12 14:22 ferg Fixed in Version  => 4.0.29


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
27 total queries executed.
25 unique queries executed.
Powered by Mantis Bugtracker