We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d7ab0c commit b123fa0Copy full SHA for b123fa0
doc/swss-schema.md
@@ -755,6 +755,11 @@ Stores information for physical switch ports managed by the switch chip. Ports t
755
;Status: work in progress
756
757
key = WARM_RESTART_TABLE:process_name ; process_name is a unique process identifier.
758
+ ; with exception of 'warm-shutdown' operation.
759
+ ; 'warm-shutdown' operation key is used to
760
+ ; track warm shutdown stages and results.
761
+ ; Added to this table to leverage the existing
762
+ ; "show warm-restart state" command.
763
764
restore_count = 1*10DIGIT ; a value between 0 and 2147483647 to keep track
765
; of the number of times that an application has
0 commit comments