Updates:
        Status: Fixed

Comment #6 on issue 224 by [email protected]: gnt-instance modify --disk add does not wait for DRBD to sync before returning
http://code.google.com/p/ganeti/issues/detail?id=224

Fixed with:

commit 3caff7a57d672eb2612584900eb79ac379fdc1dd
Author: Thomas Thrainer <[email protected]>
Date:   Wed Sep 25 12:33:44 2013 +0200

    Mention changed default disk add behavior in NEWS

    As the default behavior of adding disks has changed (now waiting for
    disk synchronization is done per default), mention this change in the
    NEWS file.

    Signed-off-by: Thomas Thrainer <[email protected]>
    Reviewed-by: Jose A. Lopes <[email protected]>

commit 42bc62e15c765eaa9baa33d391079d871b35fc45
Author: Thomas Thrainer <[email protected]>
Date:   Wed Sep 25 11:24:34 2013 +0200

    Document --no-wait-for-sync for adding disks

    The already present option '--no-wait-for-sync' in
    `gnt-instance modify` is now also mentioned in the part which describes
    adding a disk.

    Signed-off-by: Thomas Thrainer <[email protected]>
    Reviewed-by: Jose A. Lopes <[email protected]>

commit 922a9e65eae2a15557d22e42d07a8a4f787298a4
Author: Thomas Thrainer <[email protected]>
Date:   Wed Sep 25 11:21:08 2013 +0200

    Wait for disk sync when adding a disk

    When creating an instance, gnt-instance waits for instance disks to
    sync. Inconsistently, this was not the case for adding a disk to an
    instance. This patch changes the default behavior to wait for sync when
    adding a disk, but honor the --no-wait-for-sync option which
    `gnt-instance modify` already supports.

    Also adapt unit tests to mock the additional RPC call.

    Signed-off-by: Thomas Thrainer <[email protected]>
    Reviewed-by: Jose A. Lopes <[email protected]>

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to