feat: store workload reports and route log results
This commit is contained in:
@@ -341,6 +341,9 @@ message ReportWorkloadsRequest {
|
||||
bool systemd_ok = 6;
|
||||
string systemd_error = 7;
|
||||
repeated Workload workloads = 8; // empty on the offer call
|
||||
// full marks the second call. It is not inferred from an empty workloads
|
||||
// list: a host running nothing sends an empty list as its full report.
|
||||
bool full = 9;
|
||||
}
|
||||
|
||||
message ReportWorkloadsResponse {
|
||||
|
||||
Reference in New Issue
Block a user