Skip to content

Commit a6788ad

Browse files
authored
Add disk full event to sonic-events-host yang model. (#21351)
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.
1 parent 25b0732 commit a6788ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sonic-yang-models/yang-models/sonic-events-host.yang

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ module sonic-events-host {
9393
leaf fail_type {
9494
type enumeration {
9595
enum "read_only";
96+
enum "disk_full";
9697
}
9798
description "Type of failure";
9899
}

0 commit comments

Comments
 (0)