Hello!
I've encountered a strange problem. At 3 am mail server (bhyve guest) crashed with 100% CPU usage. After hard reset in single user mode I had the following inconsistency file system.
At 3 am works backup job on host (packing and copying VM files). I know at 3 am certain system jobs work. I'm sure the system was clean before from any file system errors.
Host: FreeBSD 11.0p3 with UFS
Guest: FreeBSD 11.0p3 with UFS
Type of hard drive: SSD and HDD (I had the problem on both, guests work on both as well)
SSD specification:
HDD specification:
Any ideas where should I look for the solution?
No physical errors on both hard drives.
I've encountered a strange problem. At 3 am mail server (bhyve guest) crashed with 100% CPU usage. After hard reset in single user mode I had the following inconsistency file system.
Code:
# fsck -fy
** /dev/vtbd0p2
** Last Mounted on /
** Root file system
** Phase 1 - Check Blocks and Sizes
** Phase 2 - Check Pathnames
** Phase 3 - Check Connectivity
** Phase 4 - Check Reference Counts
UNREF FILE I=401653 OWNER=root MODE=100600
SIZE=0 MTIME=Nov 11 23:47 2016
CLEAR? yes
UNREF FILE I=401654 OWNER=root MODE=100600
SIZE=0 MTIME=Nov 11 18:26 2016
CLEAR? yes
** Phase 5 - Check Cyl groups
FREE BLK COUNT(S) WRONG IN SUPERBLK
SALVAGE? yes
SUMMARY INFORMATION BAD
SALVAGE? yes
BLK(S) MISSING IN BIT MAPS
SALVAGE? yes
685864 files, 42943666 used, 477579059 free (246891 frags, 59666521 blocks, 0.0% fragmentation)
***** FILE SYSTEM IS CLEAN *****
***** FILE SYSTEM WAS MODIFIED *****
At 3 am works backup job on host (packing and copying VM files). I know at 3 am certain system jobs work. I'm sure the system was clean before from any file system errors.
Host: FreeBSD 11.0p3 with UFS
Guest: FreeBSD 11.0p3 with UFS
Type of hard drive: SSD and HDD (I had the problem on both, guests work on both as well)
SSD specification:
Code:
% sudo diskinfo -v /dev/nvd0
/dev/nvd0
512 # sectorsize
512110190592 # mediasize in bytes (477G)
1000215216 # mediasize in sectors
0 # stripesize
0 # stripeoffset
HDD specification:
Code:
sudo diskinfo -v /dev/stripe/stripe0
/dev/stripe/stripe0
512 # sectorsize
8001573879808 # mediasize in bytes (7.3T)
15628073984 # mediasize in sectors
131072 # stripesize
0 # stripeoffset
Any ideas where should I look for the solution?
No physical errors on both hard drives.