Skip to content

Resolve "Better message needed when Nexus file is locked"

Closes #2239 (closed)

This message will be shown when no local processes access the file:

The Nexus file is locked by a remote process: '/home/denolf/dev/bliss/test.h5'
Terminate the locking process in order to processed.

This message will be shown when at least one local process accesses the file:

The Nexus file is locked: '/home/denolf/dev/bliss/test.h5'
These local processes are accessing the file but not necessarily locking it:
 psutil.Process(pid=70568, name='silx', status='sleeping', started='08:53:28')
Remote processes are not shown.
Terminate the locking process in order to processed.

@sole @matias.guijarro @maciej.jankowski Is that more clear?

Edited by Wout De Nolf

Merge request reports