Ticket #64 (new defect)

Opened 2 years ago

Last modified 1 year ago

Add a LinkStatus element

Reported by: mekstran Assigned to: brett
Priority: major Milestone:
Component: Fountain Version:
Keywords: network topography Cc:
Blocking:

Description (Last modified by mekstran)

The network topography code should put a LinkStatus element in the Port element, to indicate whether anything is connected to that port.

Attachments

Change History

05/17/06 09:42:28 changed by mekstran

  • status changed from new to closed.
  • resolution set to wontfix.
  • description changed.

LinkStatus isn't really relevant to Infiniband - disconnected ports essentially don't exist. As we evaluate adding support for additional transports to the system, we may add something like this; that will be determined in the future.

06/05/06 11:10:37 changed by samm

  • status changed from closed to reopened.
  • resolution deleted.

I am reopening this issue after a discussion with Michael. We are going to have a LinkStatus? element for each port, it will have a value of Up or Down depending on if the port was found during the most recent update iteration.

06/05/06 11:17:40 changed by samm

  • status changed from reopened to closed.
  • resolution set to fixed.

I should clarify my above comment. After a discovery of the network, each port will have a LinkStatus? value of Up. During each subsequent update interval, the value will be changed to Down if we cannot query that port for some reason. This change could indicate a failed network cable, subnet manager, or some other failure.

The alternative to this is to force a network discovery event at regular intervals, which is somewhat of an expensive process compared to polling each port for counters.

06/05/06 11:17:58 changed by samm

  • status changed from closed to reopened.
  • resolution deleted.

11/06/06 14:41:05 changed by mekstran

  • owner changed from samm to brett.
  • status changed from reopened to new.
  • milestone set to SC06.

Brett seems to be working on this.


Add/Change #64 (Add a LinkStatus element)