Skip to content

Commit

Permalink
Add disk full event to sonic-events-host yang model. (#21351)
Browse files Browse the repository at this point in the history
Add disk full event to sonic-events-host yang model.

Why I did it
This PR need publish disk full event:
sonic-net/sonic-utilities#3700

Work item tracking
Microsoft ADO: 30608100
How I did it
Add disk full event to yang model.

How to verify it
Pass all UT.

Description for the changelog
Add disk full event to sonic-events-host yang model.
  • Loading branch information
liuh-80 authored Jan 10, 2025
1 parent 25b0732 commit a6788ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sonic-yang-models/yang-models/sonic-events-host.yang
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ module sonic-events-host {
leaf fail_type {
type enumeration {
enum "read_only";
enum "disk_full";
}
description "Type of failure";
}
Expand Down

0 comments on commit a6788ad

Please sign in to comment.