Skip to content

Commit

Permalink
Revert "fix resource still in use after clone"
Browse files Browse the repository at this point in the history
This reverts commit 88efe58.

This is not necessary and was triggered by a bug in linstor while testing
a new linstor version.
  • Loading branch information
rp- committed Apr 10, 2019
1 parent 3ad5f11 commit 27f9e10
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions linstor_helper/extender.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ def clone(resource, clone_name, place_nodes, auto_place_count, mode=CloneMode.SN
])
)

time.sleep(0.5) # wait a bit so the device is closed for deletion

clone_res.deactivate(copy_node)

return return_code == 0
Expand Down

0 comments on commit 27f9e10

Please sign in to comment.