os-brick/os_brick/remotefs
Eric Harney 2f32c98a65 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
2018-07-09 15:47:15 +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-07-09 15:47:15 +00:00
windows_remotefs.py Remove log translations 2017-03-22 09:19:01 +08:00