gnocchixyz / gnocchi

Timeseries database
Apache License 2.0
299 stars 85 forks source link

Fix Gnocchi manager upgrade command for File #1384

Closed rafaelweingartner closed 4 months ago

rafaelweingartner commented 5 months ago

When running the upgrade command manually, we noticed that the "tmp" folder in the "conf.file_basepath" is not created, which will lead to an error later in the execution flow.

pedro-martins commented 5 months ago

It looks good to me. It will help in future deploys using file driver, so the gnocchi-upgrade command will create the tmp dir, not need to do it manually.

rafaelweingartner commented 4 months ago

@chungg this is also an important one to be merged, and it is a simple one to review.