> Would pvmove —abort roll the changes back? > How would this affect the server, since the earlier pvmove crashed this?
pvmove works as follows (more or less): - allocate the destination. - configure the destination as a mirror of the source. - update the new mirror (that's what does the heavy lifting). - break down the mirroring-connection between the destination and source. - free the source. So aborting is very straightforward since the source is basically unaffected by the "pvmove" except at the very very end. Stefan