Update Diskspace for events
Update Diskspace for events
Hello.
there are three servers, updated to the latest version. And on one server it stopped updating the size of the recording file.
Where to look?
there are three servers, updated to the latest version. And on one server it stopped updating the size of the recording file.
Where to look?
Re: Update Diskspace for events
The logs?
Re: Update Diskspace for events
the log is empty. Tell me who is responsible for this, otherwise they made edits to the zmaudit and zmfilter
Re: Update Diskspace for events
update to 1.35.6~20200925151411-bionic
everything is back
everything is back
Re: Update Diskspace for events
I had a similar problem and updated to the most current 1.35.6 without resolution. I updated to 1.35.7 and still have the same issue. What am I missing here? There are two filters in the standard build ... PurgeWhenFull and UpdateDiskSpace. Why is there a filter to update disk space?
(E.Archived = '0' and >= '95')
It is missing the Diskspace reference
??
From the sql error you can see the where clause isn't correct.(E.Archived = '0' and >= '95')
It is missing the Diskspace reference
??
Re: Update Diskspace for events
I thought I fixed that several days ago. We are up to 1.35.8 now...
Re: Update Diskspace for events
Will apply 1.35.8 and test.
Thanks
Thanks
Re: Update Diskspace for events
One more thing .. can you explain the relationship between the disk space metric and the UpdateDiskSpace filter?
Thanks
Thanks
Re: Update Diskspace for events
The Update Disk Space filter updates the db entry....
It is too resource intensive to constantly query the fs for this, so we do it once in the background.
It is too resource intensive to constantly query the fs for this, so we do it once in the background.
Re: Update Diskspace for events
I jumped to 1.35.9 but continue to see no function from the purge filter. I enabled debug and ran the exposed sql. The events diskspace column is null.
Is it the diskspace filter that is supposed to update this column?
Any help appreciated
Is it the diskspace filter that is supposed to update this column?
Any help appreciated
Re: Update Diskspace for events
I'm going to jump to Ubuntu 20.04 and redo my zoneminder install. Something is jacked in my filters.
-
- Posts: 2
- Joined: Thu Mar 18, 2021 5:17 pm
Re: Update Diskspace for events
Related?
v1.34.23
I have just resized my storage partition and it is reflected in fdisk but I need to tell zoneminder that the disk space has increased. Zoneminder still shows the pre-rezize value.
How do I get ZM to refresh that value?
v1.34.23
I have just resized my storage partition and it is reflected in fdisk but I need to tell zoneminder that the disk space has increased. Zoneminder still shows the pre-rezize value.
How do I get ZM to refresh that value?
-
- Posts: 1371
- Joined: Sat Aug 31, 2019 7:35 am
- Location: San Diego
Re: Update Diskspace for events
Rebooting seems to work here.
-
- Posts: 2
- Joined: Thu Mar 18, 2021 5:17 pm
Re: Update Diskspace for events
The partition change wasn't reflected with df, I neglected to resize2fs after rezizepart... that fixed it.