Comment 2 for bug 1609696

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to manila (master)

Reviewed: https://review.openstack.org/351110
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=88fb70f92bee65299691daecf4ccb9cfa2e66f26
Submitter: Jenkins
Branch: master

commit 88fb70f92bee65299691daecf4ccb9cfa2e66f26
Author: Valeriy Ponomaryov <email address hidden>
Date: Thu Aug 4 13:24:30 2016 +0300

    Fix ZFSonLinux driver prerequisites setup

    We call "apt-get upgrade" to apply changes related to ppa
    of ZFS on linux. But "grub"-related packaged started making
    dialog that hangs forever in case of automatic setup.
    So, exclude "grub" related packages from update as redundant
    for unblocking ZFSonLinux driver prerequisites setup.

    Change-Id: Ibb94604710b0d4199825e770194655653c26bf89
    Closes-Bug: #1609696