cirruslabs / orchard

Orchestrator for running Tart Virtual Machines on a cluster of Apple Silicon devices
Other
192 stars 15 forks source link

VM UID name generation improvement #116

Closed ruimarinho closed 11 months ago

ruimarinho commented 1 year ago

Hi,

When launching a new VM, orchard generates a UID to avoid data races, but I think could be more interesting to include the VM Meta name as part of the of UID, i.e., prepending the name before the UID.

This would give a more visual cue while troubleshooting.

What do you think?

edigaryev commented 12 months ago

Hello Rui,

Can you explain a bit where do you want to see the VM's name: in tart list output (it's already there) or somewhere else?

ruimarinho commented 11 months ago

Hi @edigaryev,

I was referring to this header:

image

I've come to realize that the name (in this case, the name is an ULID) is indeed being prepended to the built-in UID, so I'm closing this issue. Apologies for the confusion.