Right now when we use sre.mysql.clone we need to depool the source host.
Ideally we should let sre.mysql.clone to do that, and then once the host is back in sync with the master, slowly repool it back.
If the source isn't pooled originally at the start of the clone, the cookbook should not repool it.
Let's not pool the target host as there could be multiple reasons no to do this right away: eg (new host that was was cloned for the first time, new version testing, etc)
Ensure that host is depooled upon clone, do it if necessary (see this conversation: https://gerrit.wikimedia.org/r/c/operations/cookbooks/+/1071155/comment/d9b49037_6fa7c7e6/)
