robur-coop / albatross

Albatross: orchestrate and manage MirageOS unikernels with Solo5
ISC License
142 stars 17 forks source link

record start timestamp and provide via info (fixes #168) #169

Closed hannesm closed 10 months ago

hannesm commented 10 months ago

//cc @reynir

hannesm commented 10 months ago

Now, certainly a new client will request the new unikernel_info command, and an old server may just fail to understand the meaning. This is fine, as written in vmm_asn, it may be worth to work on a --use-version or --old-version for the client, or even have a negotiation mechanism between client and server on startup.

For now, I'd merge this PR; for albatross 3 we can rethink the command negotiation mechanism.