Seagate / halon

High availability solution
Apache License 2.0
1 stars 0 forks source link

HALON-887: Tag Tracking Station in `hctl mero status` output #1542

Closed rajanikantchirmade closed 5 years ago

rajanikantchirmade commented 5 years ago

Tracking Station is tagged with " (TS)" suffix

  [   online] 0x6e00000000000001:0x1c   ssu1
  [   online] 0x7200000000000001:0x2a     172.28.128.4@tcp:12345:34:101 halon (TS)

Still going through code to get RC info. Will post as soon as it ready.

vvv commented 5 years ago

I've updated already. ;)

rajanikantchirmade commented 5 years ago

Yes, it is supposed to use for RC Node.

rajanikantchirmade commented 5 years ago

Agreed, will update.

vvv commented 5 years ago

mentioned in merge request #1543

vvv commented 5 years ago

merged

vvv commented 5 years ago

DON'T use fromJust. Your code will explode at runtime. Use compiler, don't fight it.

vvv commented 5 years ago

unmarked as a Work In Progress

vvv commented 5 years ago

Document.

Is this supposed to be the RC node?

vvv commented 5 years ago

@rajanikant.chirmade This will leave trailing space in cases when the last argument is empty string. This should be %s%s%s (without space), and the last argument should start with space if it's non-empty.

vvv commented 5 years ago

changed the description