Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qa: use hard_reset to reboot kclient #28825

Merged
merged 2 commits into from Jul 29, 2019
Merged

qa: use hard_reset to reboot kclient #28825

merged 2 commits into from Jul 29, 2019

Commits on Jul 26, 2019

  1. qa: use hard_reset to reboot kclient

    power_off may allow the mounts to gracefully unmount. We don't want this if the
    kclient is stuck or we desire the client to "disappear" and come back.
    
    Fixes: http://tracker.ceph.com/issues/37681
    Depends-on: ceph/teuthology#1296
    Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
    batrick committed Jul 26, 2019
    Copy the full SHA
    b75544b View commit details
    Browse the repository at this point in the history
  2. qa: wait for kernel client death

    After sending the reboot command, we need to wait briefly for it to be
    rebooted so that the kernel client doesn't voluntarily give up its Fb
    cap.
    
    Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
    batrick committed Jul 26, 2019
    Copy the full SHA
    6b83f43 View commit details
    Browse the repository at this point in the history