I have been using this configuration for some time in Unraid. Recently I received notice from unraid that my cache disk was getting full. Upon inspection, I found that Channels-DVR was recording to the channels-dvr appdata folder instead of the configured mount, which mounts an "Unassigned Devices" disk.
I have tried mounting into /shares as well as /shares/DVR (I have found examples using both).
The channels-dvr.log on startup logs:
[DVR] Recording engine started in /channels-dvr
(which I assume proves that it is recording to that volume).
However, the logs don't state why it isn't using /shares or /shares/DVR instead.
Does anyone know? I emailed support, and they suggested that I ask here for help.
Here is the docker run command:
docker run
-d
--name='channelsdvr_intel'
--net='host'
-e TZ="America/New_York"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="Homeserver"
-e HOST_CONTAINERNAME="channelsdvr_intel"
-e 'TCP_PORT_8089'='8089'
-e 'PUID'='99'
-e 'PGID'='100'
-e 'TZ'='America/New_York'
-l net.unraid.docker.managed=dockerman
-l net.unraid.docker.webui='http://[IP]:[PORT:8089]'
-l net.unraid.docker.icon='https://github.com/timstephens24/docker-templates/raw/master/img/channels-logo.png'
-v '/mnt/disks/nvr1/channels':'/shares/DVR':'rw,slave'
-v '/mnt/user/appdata/channels-dvr':'/channels-dvr':'rw'
--device=/dev/dri 'fancybits/channels-dvr:tve'