Skip to content

Commit 55241e6

Browse files
Fixed import problem
1 parent bd1575d commit 55241e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmapi/cmapi_server/process_dispatchers/container.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def stop(
223223
# Run pre-stop lock reset before saving BRM
224224
# These stale locks can occur if the controllernode couldn't stop correctly
225225
# and they cause mcs-savebrm.py to hang
226-
locks.release_shmem_locks(logger)
226+
release_shmem_locks(logger)
227227

228228
# start mcs-savebrm.py before stoping workernode
229229
logger.debug('Waiting to save BRM.')

0 commit comments

Comments
 (0)