robur-coop / albatross

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

Vmm_resources: check_vm/check_block: locate policy (may be not parent name) #110

Closed hannesm closed 2 years ago

hannesm commented 2 years ago

When deploying the unikernel foo.bar, policy in bar is looked for. When deploying the unikernel a.foo.bar, policy in foo.bar is looked for.

But since unikernel names are ., and "name" may contain any ".", it is crucial to check the policy of bar when deploying a.foo.bar.

hannesm commented 2 years ago

This is a workaround, I'm more eager to develop a real fix for the confusion.