We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd1575d commit 55241e6Copy full SHA for 55241e6
cmapi/cmapi_server/process_dispatchers/container.py
@@ -223,7 +223,7 @@ def stop(
223
# Run pre-stop lock reset before saving BRM
224
# These stale locks can occur if the controllernode couldn't stop correctly
225
# and they cause mcs-savebrm.py to hang
226
- locks.release_shmem_locks(logger)
+ release_shmem_locks(logger)
227
228
# start mcs-savebrm.py before stoping workernode
229
logger.debug('Waiting to save BRM.')
0 commit comments