os-brick/os_brick/remotefs
Eric Harney 544c26adcc 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 2f32c98a65)
(cherry picked from commit dc5935df10)
2018-08-07 14:46:08 +00:00
..
__init__.py renamed the project to os-brick 2015-02-05 23:58:37 +00:00
remotefs.py RemoteFS: don't fail in do_mount if already mounted 2018-08-07 14:46:08 +00:00
windows_remotefs.py Remove log translations 2017-03-22 09:19:01 +08:00