diff --git a/proto/vantage/v1/vantage.proto b/proto/vantage/v1/vantage.proto index b02fe75..c0a2822 100644 --- a/proto/vantage/v1/vantage.proto +++ b/proto/vantage/v1/vantage.proto @@ -168,6 +168,9 @@ message InventoryReport { uint64 swap_used = 7; repeated PartitionReport partitions = 8; string kernel = 9; + // Set on static snapshots only. The agent never reboots; it reports that one + // is owed and leaves the decision to a person or a workflow. + bool reboot_required = 10; } message InventoryReportResponse {