Opened 12 years ago

Last modified 11 years ago

#312 new defect

Scripts LVS primary doesn't work for IDs 11, 12

Reported by: achernya Owned by:
Priority: major Milestone: Fedora 20
Component: internals Keywords:
Cc:

Description

Something weird happens when you set the primary to lucky-star or miracle-cure...they can't act as primary because of this bug.

Change History (2)

comment:1 Changed 11 years ago by achernya

  • Milestone set to Fedora 19

comment:2 Changed 11 years ago by andersk

scripts / trac-#312 / andersk  18:25  (Anders Kaseorg)
    This looks probably as simple as
    -        real=18.181.0.53  gate "heartbeat/services", "1"  # old-faithful
    +        real=18.181.0.53  gate "heartbeat/services", "^1$"  # old-faithful
    though I maintain that the right answer is
    +        real=18.181.0.53  gate "heartbeat/services", "^old-faithful$"
scripts / trac-#312 / geofft  18:26  (Geoffrey Thomas)
    ... yay
scripts / trac-#312 / andersk  18:29  (Anders Kaseorg)
    I think there was an objection last time I suggested that, which went
    along the lines of making typos easier in heartbeat.php.  We solve
    that by providing commented typo-free lines in heartbeat.php that
    merely need to be uncommented.
scripts / trac-#312 / achernya  18:29  (Most MIT /professors/ are not as insane as oremanj and achernya. -codetaku)
    I'm fine with that.
Note: See TracTickets for help on using tickets.