You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today we create system.json when starting noobaa service (nsfs.js).
A possible scenario is that the user creates a bucket/account without starting the S3 service ever, during this flow, we are checking the version of the config directory but don't have config directory info because there is no system.json. Hence, we won't know if updates on the config directory should be allowed or not.
In order to avoid such cases, we shall set-up system.json if it's missing before creating any other CLI operations.
Expected behavior
Check if system.json exists and if not create system.json on the CLI start
Steps to reproduce
Run noobaa-cli account/bucket operations
More information - Screenshots / Logs / Other output