ibmcb / cbtool

Cloud Rapid Experimentation and Analysis Toolkit
Apache License 2.0
77 stars 49 forks source link

Linode followup bugfixes #429

Closed mraygalaxy closed 11 months ago

mraygalaxy commented 11 months ago
  1. Linode doesn't have the same power-on command as other clouds, so handle that better. We have a policy in cloudbench that we do not destroy offline instances (for evidence purposes, in case a VM or host was broken and needs to be investigated), so this is an important command.

  2. I want to revert this commit from 2018:

commit 751de25fba78c99ed4db0b24d146a48fc9371a98 Date: Fri Mar 2 10:12:37 2018 -0500

If we keep this commit, it causes our files to be owned by root inside the running containers instead of being owned by 'cbuser' and we're not able to startup successfully.

maugustosilva commented 11 months ago

We indeed should revert that particular commit, it was an ill-advised and poorly thought-through attempt at solving a temporary problem which caused far reaching consequences down the road.

mraygalaxy commented 11 months ago

Thank you sir. = )