Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

Migration step ignores ansible's "creates" argument, proceeds anyway #32

Open
taoeffect opened this issue Nov 8, 2014 · 0 comments
Open
Assignees

Comments

@taoeffect
Copy link
Owner

taoeffect commented Nov 8, 2014

Running ansible-playbook -vvv migration.yml locally on the server (in tmux), I noticed:

  • the migration will run regardless of the existence of dovecot.index.log
  • it will continue running the background if you ^C it, and the only safe way I could figure of killing it was to first systemctl stop dovecot, then kill -9 the dsync processes, restart dovecot, comment out the creates: thing (since it wasn't doing anything anyway), and restart the sync process.

We need to:

  1. Figure out why creates: is being ignored
  2. Make sure that when the user ^C's the dsync, it actually stops the sync.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/5853538-migration-step-ignores-ansible-s-creates-argument-proceeds-anyway?utm_campaign=plugin&utm_content=tracker%2F8064840&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F8064840&utm_medium=issues&utm_source=github).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants