tici: log disk info (#28259)

old-commit-hash: 4751d2b57c986599c45280e45867e778cb8bc9d4
This commit is contained in:
Adeeb Shihadeh
2023-05-22 16:53:07 -07:00
committed by GitHub
parent 702e5fc5d5
commit 05d3b28bb6

View File

@@ -77,6 +77,7 @@ public:
static std::map<std::string, std::string> get_init_logs() {
std::map<std::string, std::string> ret = {
{"/BUILD", util::read_file("/BUILD")},
{"lsblk", util::check_output("lsblk -o NAME,SIZE,STATE,VENDOR,MODEL,REV,SERIAL")},
};
std::string bs = util::check_output("abctl --boot_slot");