PurgeWhenFull with External Storage
Posted: Wed Apr 06, 2016 6:18 am
Hello,
I am having trouble with the PurgeWhenFull filter. Is the filter working with Network Shares? I have a CIFS share mounted to /media/zm and the events and images directories mounted to it like so:
The CIFS share is on my NAS and the space is limited to 100GB via quota. This seems to work, because when the quota limit is reached, ZoneMinder log says
Thanks in advance!
I am having trouble with the PurgeWhenFull filter. Is the filter working with Network Shares? I have a CIFS share mounted to /media/zm and the events and images directories mounted to it like so:
Code: Select all
/media/zm/images /var/cache/zoneminder/images none defaults,bind 0 2
/media/zm/events /var/cache/zoneminder/events none defaults,bind 0 2
My problem is that the PurgeWhenFull does not seem to work. Does it only check the local (unix system) disk? Can anyone help figure out why my events are not being purged?Can't mkdir events/6/16/04/05/19/40: No space left on device
Thanks in advance!