Creating an ActorTemplate with container volume mounts that reference undeclared volumes (e.g. ghost-vol not present in ActorTemplate.volumes) succeeds with codes.OK.
The failure mode is that the golden actor is created and is left permanently stuck in ACTOR_STATE_RESUMING.
We should validate that each mount.Name corresponds to an entry in ActorTemplate.Volumes.
Creating an
ActorTemplatewith container volume mounts that reference undeclared volumes (e.g.ghost-volnot present inActorTemplate.volumes) succeeds withcodes.OK.The failure mode is that the golden actor is created and is left permanently stuck in
ACTOR_STATE_RESUMING.We should validate that each
mount.Namecorresponds to an entry inActorTemplate.Volumes.