diff --git a/protobuf/v1/nexus.proto b/protobuf/v1/nexus.proto index 7287cf5a..5628fd0a 100644 --- a/protobuf/v1/nexus.proto +++ b/protobuf/v1/nexus.proto @@ -112,6 +112,7 @@ message Child { ChildStateReason state_reason = 3; // child state reason int32 rebuild_progress = 4; // rebuild progress optional string device_name = 5; // child device name + google.protobuf.Timestamp fault_timestamp = 6; // timestamp(UTC) when child went faulted } // State of the nexus (terminology inspired by ZFS).