Skip to content

[sonic_platform_common/fan]add fan direction "not applicable"#67

Merged
jleveque merged 2 commits intosonic-net:masterfrom
stephenxs:add-fandir-na
Dec 4, 2019
Merged

[sonic_platform_common/fan]add fan direction "not applicable"#67
jleveque merged 2 commits intosonic-net:masterfrom
stephenxs:add-fandir-na

Conversation

@stephenxs
Copy link
Copy Markdown
Collaborator

[sonic_platform_common/fan]add fan direction "not applicable"
it is for the devices that don't support fetching fan's direction for now

it is for the devices that don't support fetching fan's direction for now
# Possible fan directions (relative to port-side of device)
FAN_DIRECTION_INTAKE = "intake"
FAN_DIRECTION_EXHAUST = "exhaust"
FAN_DIRECTION_NOT_APPLICABLE = "not applicable"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe make the string N/A to be more brief?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe make the string N/A to be more brief?

Updated.

@jleveque jleveque merged commit 3c221be into sonic-net:master Dec 4, 2019
@jleveque jleveque added the Fan label Jul 11, 2020
@stephenxs stephenxs deleted the add-fandir-na branch January 10, 2024 02:47
oleksandrivantsiv pushed a commit to oleksandrivantsiv/sonic-platform-common that referenced this pull request Oct 25, 2024
Currently when there is an error event in xcvrd within SFP state machine, it returns with 0 exit code. With this change the SFP if it has an error event with return with non-zero exit code.

Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants