The lock in ds_run.sh prevented concurrent status/logs/ports checks
which are read-only operations.
Locks should only be on mutating operations:
- install (already locked in ds_install.sh)
- uninstall (add to uninstall.sh)
- destroy (add to destroy.sh)
- restore (add to restore.sh)