Closed (fixed)
Project:
Provision
Version:
6.x-0.4-alpha3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Jun 2010 at 15:19 UTC
Updated:
24 Jun 2010 at 16:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
hadsie commentedComment #2
hadsie commentedThe attached patch adds the directory and alias creation functions that I think are needed to make this happen.
Comment #3
anarcat commentedI think the patch is good, but a bad idea: I would rather see migrate run verify directly instead of queueing it. Why isn't it already like this?
Comment #4
adrian commentedThinking about it, we're in a good place now to do that.
Now to decide wether it goes into post deploy or post migrate ('im thinking the latter')
Comment #5
hadsie commentedyeah, that makes better sense. though if verify fails for some reason will that cause any issues with rolling back the migration?
Comment #6
adrian commentedI fixed this in head in the manner described.
it also will roll back completely if verification fails now.