I was running into problems with fix-permissions scripts. It is throwing warnings about a missing argument (which is there, but... for another issue).
I decided to turn off fix_permissions and fix_ownership, to deal with it later, but hostmaster verify would still fire a warning, clearly still running the drush code for those modules. This continued to happen no matter how many times I verified hostmaster, until I ran a drush cache clear.
This seems serious... as a user I thought I disabled a hosting feature, but then it kept running.
Comments
Comment #2
helmo commentedThat would have to be in drush context ... From hosting_feature_rebuild_caches() we start a verify task on the hostmaster site which could do it.
Comment #3
jon pughLooks good to me. Verify passed.
Comment #4
jon pughComment #5
jon pugh