Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't run a rake task from the host_storages migration #9178

Merged
merged 1 commit into from Jun 10, 2016

Commits on Jun 10, 2016

  1. Don't run a rake task from the host_storages migration

    This migration was created to fix some issues associated with adding
    and assigning a primary key when replication is enabled.
    
    `prepare_replication_without_sync` attempts to retrieve the replication
    worker settings; which as of ManageIQ#7432, requires the `settings_changes` table
    be present. This command will now fail because that table is added
    in a later migration.
    
    Removing this command will not cause an issue as rubyrep accounts for
    all unconfigured tables at first startup. We could also require running
    `rake evm:dbsync:prepare_replication_without_sync` after migration during
    upgrades.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1344112
    carbonin committed Jun 10, 2016
    Configuration menu
    Copy the full SHA
    9debfda View commit details
    Browse the repository at this point in the history