Skip to content

Clustering Fixes

Jarrod Connolly requested to merge jarrodconnolly/Shinobi:dev into dev

Fixes two issues with expected directories not existing on the master node.

  • The camera stream directory does not exist in /dev/shm on the master node which causes the JPEG thumbnail snapshots from being generated
  • The camera video directory does not exist on the master node which causes the filestream from child nodes to fail on fs.createWriteStream

Fixes an issue with the "delete" command being emitted to the wrong child node.

Edited by Jarrod Connolly

Merge request reports