#1367 closed defect (wontfix)
FreeNAS reboots every night
| Reported by: | 3nd0flin3 | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 8.0.3-RELEASE-p1 |
| Component: | Backend | Version: | 8.0.3-RELEASE-p1 |
| Keywords: | Cc: |
Description
Somewhere around 3 the system reboots, every night.
Change History (4)
comment:1 Changed 16 months ago by william
comment:2 Changed 16 months ago by 3nd0flin3
I had a different ticket open and they closed it because i'm using zfs with 500mg of ram (way way less then recommended), so if you want to close the ticket for the same reason, i totally understand. I dont have the capability to go to 6gb, nor do i have the want to wipe my backups and go to ufs.
comment:3 follow-up: ↓ 4 Changed 16 months ago by william
- Resolution set to wontfix
- Status changed from new to closed
Indeed...
I think it is rebooting because it is running zfs scrub...
To disable it you can delete daily_scrub_zfs_enable="YES" from /conf/base/etc/periodic.conf (i'll need mount -uw / before editing and mount -ur / right after)
comment:4 in reply to: ↑ 3 Changed 16 months ago by gcooper
Replying to william:
Indeed...
I think it is rebooting because it is running zfs scrub...
To disable it you can delete daily_scrub_zfs_enable="YES" from /conf/base/etc/periodic.conf (i'll need mount -uw / before editing and mount -ur / right after)
(Slightly OT)
Please use mount_rw instead of mount -uw in 8.0.4+.

Can you paste your system specs?
Also the output of "zpool history" from ssh?