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!