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
2. Although the user is not supposed to do it - Parallel config dir upgrades can have a race condition, this can be improved by using lock - lockfd.fcntllock().
5. One of the config directory upgrade tests creates a directory inside nc_upgrade_scripts and not deleting it appropriately - Will be fixed by NC | Fix test_nc_upgrade_manager cleanup #8636.
7. Remove the condition for failing config dir upgrade if the --expected_hosts list does not match the hosts registered in system.json. This change is needed because NooBaa is not cluster aware and we can not take system.json as the source of truth of the current hosts status in the cluster, therefore we will rely on CES to send us the expected hosts list that should contain only hosts the upgraded their noobaa RPM. - Fixed by #NC | Online Upgrade | Replace failure if system.json contains hosts that do not exist in --expected_hosts with a warning #8612
9. remove old errors from system.json after upgrade has finished successfully? (finish_update()) currently, we don't and this is the behavior seen in containerized upgrade process as well. - should be fixed by NC | Online upgrade improvements #8638.
Environment info
Missing small functionalities in NC online upgrade
Open questions -
Expected behavior
Steps to reproduce
More information - Screenshots / Logs / Other output
The text was updated successfully, but these errors were encountered: