Skip to content

Commit

Permalink
undo me: tmp debug
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamreis committed Feb 1, 2024
1 parent 6e39e23 commit 8da83de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ def teardown_formatted_and_mounted_disk(host, mountpoint):
except Exception as e:
if i < 4:
logging.warning(f"umounting {mountpoint} failed with: {e}, retrying...")
host.ssh(['lsof', '+D', mountpoint])
host.ssh(['fuser', mountpoint])
time.sleep(5)
continue
raise e
Expand Down

0 comments on commit 8da83de

Please sign in to comment.