Skip to content
Snippets Groups Projects
Commit 0d8ecb94 authored by Ramon Nou's avatar Ramon Nou Committed by Ramon Nou
Browse files

Added UUID

parent b9531699
No related branches found
No related tags found
1 merge request!116Update redis with information about adhocfs
Pipeline #4208 failed
......@@ -248,6 +248,7 @@ rpc_server::register_job(const network::request& req,
{"timestamp", std::to_string(timestamp)},
{"job_id", std::to_string(job_id.value())},
{"AdhocID", std::to_string(adhoc_id)},
{"AdhocUUID", ec->get()->uuid()},
{"AdhocName", name},
{"Type", type}, // Lustre // Gekko
{"Deployed", "No"}, // No // Yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment