You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
slurm event_table: 记录集群节点事件信息
{ "time_start", "bigint unsigned not null" }, Start of period
{ "time_end", "bigint unsigned default 0 not null" }, End of period
{ "node_name", "tinytext default '' not null" }, Name of node (only set in a node event)
{ "cluster_nodes", "text not null default ''" }, node list in cluster during time period (only set in a cluster event)
{ "reason", "tinytext not null" }, reason node is in state during time period (only set in a node event)
{ "reason_uid", "int unsigned default 0xfffffffe not null" }, uid of that who set the reason
{ "state", "int unsigned default 0 not null" }, State of node during time period (only set in a node event)
{ "tres", "text not null default ''" }, TRES touched by this event
需要添加一个对节点状态变更的修改功能,以及将对节点状态变更信息存储到数据库中。
需要实现以下功能:
具体修改方式参考下图:
The text was updated successfully, but these errors were encountered: