Comment 4 for bug 1780813

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-brick (stable/queens)

Reviewed: https://review.openstack.org/583237
Committed: https://git.openstack.org/cgit/openstack/os-brick/commit/?id=dc5935df1088d199ce987608bd866b50a0cdb5e7
Submitter: Zuul
Branch: stable/queens

commit dc5935df1088d199ce987608bd866b50a0cdb5e7
Author: Eric Harney <email address hidden>
Date: Wed Jun 13 12:08:00 2018 -0400

    RemoteFS: don't fail in do_mount if already mounted

    This fixes a problem where two different callers are
    mounting a share at the same time:
        A: check if share is mounted
        B: check if share is mounted
        A: mount share
        B: mount share (fails because it is already mounted)

    Closes-Bug: 1780813
    Change-Id: I6eca9c9e9eceb7aef357b0ed77bf157ac0010bfe
    (cherry picked from commit 2f32c98a650910fd837fd592daa6c5e0e5458fcd)