Comment 3 for bug 819997

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : A change has been merged to openstack/nova

Reviewed: https://review.openstack.org/554
Committed: http://github.com/openstack/nova/commit/2522a4438b1bc6799845f733894bc1d64b2a755f
Submitter: Jenkins
Branch: master

 status fixcommitted
 done

commit 2522a4438b1bc6799845f733894bc1d64b2a755f
Author: Mark McLoughlin <email address hidden>
Date: Sun Sep 18 12:04:46 2011 +0100

    Remove VolumeDriver.sync_exec method (lp:819997)

    We always use the same functions for sync_exec and execute.

    The execute method is always synchronous, so the distinction doesn't
    appear to make sense.

    Finally, it looks like it would make sense for execute to ever be
    async, so the distinction isn't even serving a useful documentation
    purpose.

    Change-Id: I86d491cfbf8be73672df7cfdf22e465627a86034