peaclab / MicroFaaS-worker

FaaS on small, embedded-system-like compute nodes
MIT License
0 stars 1 forks source link

Orchestrator mislabeling logs #16

Closed abyrne55 closed 2 years ago

abyrne55 commented 2 years ago

The orchestrator labels all result log files with the -vm postfix, even when working with BBB clusters. BBB-clusters should be labeled with a -bbb postfix, and "mixed" clusters can be labeled with something like -mixed

abyrne55 commented 2 years ago

Cannot replicate on latest refactor commit. Default behavior is to not add a label postfix at all. -vm is only added when the --vm command line arg is used, and ditto for --bbb