Skip to content

Commit

Permalink
netns command crashes not reported through nodemgr Closes-Bug: #1374396
Browse files Browse the repository at this point in the history
Change-Id: Ie9d475a46f36b5cd36d2da1f5065d0eba115455a
  • Loading branch information
shabbir0734 committed Nov 25, 2014
1 parent ed5b236 commit ab743e1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/analytics/analytics.sandesh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ struct NodeStatus {
// Sent by node manager
5: optional list<process_info.ProcessInfo> process_info (aggtype="union")
6: optional string description
7: optional list<string> all_core_file_list
}

uve sandesh NodeStatusUVE {
Expand Down
1 change: 1 addition & 0 deletions src/analytics/database/database.sandesh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ struct NodeStatus {
// Sent by node manager
5: optional list<process_info.ProcessInfo> process_info (aggtype="union")
6: optional string description
7: optional list<string> all_core_file_list
}

uve sandesh NodeStatusUVE {
Expand Down
1 change: 1 addition & 0 deletions src/config/uve/cfgm_cpuinfo.sandesh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ struct NodeStatus {
// Sent by node manager
5: optional list<process_info.ProcessInfo> process_info (aggtype="union")
6: optional string description
7: optional list<string> all_core_file_list
}

uve sandesh NodeStatusUVE {
Expand Down
1 change: 1 addition & 0 deletions src/control-node/sandesh/control_node.sandesh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ struct NodeStatus {
// Sent by node manager
5: optional list<process_info.ProcessInfo> process_info (aggtype="union")
6: optional string description
7: optional list<string> all_core_file_list
}

uve sandesh NodeStatusUVE {
Expand Down
1 change: 1 addition & 0 deletions src/vnsw/agent/uve/vrouter.sandesh
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ struct NodeStatus {
4: optional list<process_info.ProcessStatus> process_status (aggtype="union")
5: optional list<process_info.ProcessInfo> process_info (aggtype="union")
6: optional string description
7: optional list<string> all_core_file_list
}

uve sandesh NodeStatusUVE {
Expand Down

0 comments on commit ab743e1

Please sign in to comment.