TrueNAS 13 Metastab_load_impl...... max size error during boot

Nicolas_Studiokgb

Contributor
Joined
Aug 7, 2020
Messages
130
Hello All :)

I have a bunch of strange lines on the boot sequence and I was wondering if I had to question about.

metaslab.c.2457:metaslab_load_impl.... finishing by max size error

as the picture : sorry for the photo capture, I don't know were to find back this info on any log. That said is there a GUI "log" access somewhere ?

20230315_174424.jpg


Config is a 12 vdev stripe pool name raid0.
LSI 3008 IT chip 12 Sas ultrastar 18tb 12gbs
1 dataset on it with SMB share for Mac os clients


Thanks a lot
 

mav@

iXsystems
iXsystems
Joined
Sep 29, 2011
Messages
1,428
Those are debug messages from pool import process. I don't think those are errors. The messages seems to be actually truncated, there should be more "magic" numbers following. Unless you experience any problems there, disregard.
 

Nicolas_Studiokgb

Contributor
Joined
Aug 7, 2020
Messages
130
Ok thanks a lot
Just to be sure
Pool appear to be fine in the dashboard
 

davidem

Cadet
Joined
Jul 19, 2020
Messages
2
Mee too, I have several lines ending with ms_max_size 8614170624, max size error

Note that number 8614170624 changes in every line logged.

What this message means?
 

mav@

iXsystems
iXsystems
Joined
Sep 29, 2011
Messages
1,428
@davidem As I have told above, this is only a diagnostic message, that it getting truncated in the middle due to some buffer size limit. All it is going to report is a discrepancy in biggest allocatable contiguous segment in metaslab statistics. It is ALWAYS reported at the end of SUCCESSFUL metaslab load. It supposed to be followed by a number. It is not an error!
<------>zfs_dbgmsg("metaslab_load: txg %llu, spa %s, vdev_id %llu, "
<------> "ms_id %llu, smp_length %llu, "
<------> "unflushed_allocs %llu, unflushed_frees %llu, "
<------> "freed %llu, defer %llu + %llu, unloaded time %llu ms, "
<------> "loading_time %lld ms, ms_max_size %llu, "
<------> "max size error %lld, "
<------> "old_weight %llx, new_weight %llx",
 
Top