Solved ZFS: pool <pool name> vdev raidz1-0 using stale label from 0x<hex>, referred by 0x<hex>

I see this message when booting up the server, right before the "boot:" prompt.

The system boots successfully, and operates like normal, but this worries me that if something happens maybe it will bite me in the behind.

Any idea what does it mean and how to correct it? For the first time, I have hard time finding anybody getting a similar message.

I have a simple RAIDZ1 set up with 3 drives for the root disk, the disks are referenced by ZFS via GPT labels (perhaps that's what it is referring to?)
 
Thank you Alain for explaining this. It has been a while ago but it's possible that I might have done what you said when setting it up, though would that information survive resilvering with new drives?

Anyway, I see this warning was added in FreeBSD 15.0 (https://github.com/freebsd/freebsd-src/commit/a1572e202a1840c26c950ed728358965f535ec7a) that would explain why it started showing up now.

The zpool status -x and -v return no errors, other that this message, I did not observe any issues.
 
Thank you Alain for explaining this. It has been a while ago but it's possible that I might have done what you said when setting it up, though would that information survive resilvering with new drives?

Anyway, I see this warning was added in FreeBSD 15.0 (https://github.com/freebsd/freebsd-src/commit/a1572e202a1840c26c950ed728358965f535ec7a) that would explain why it started showing up now.

The zpool status -x and -v return no errors, other that this message, I did not observe any issues.
Please click "thanks" on Alain De Vos's post. It's Forum etiquette. It's explained somewhere in the rules.
 
Just one note, you can do "zpool labelclear" on drives which have no known freebsd-zfs partitions.
"zdb -l /dev/drive | grep "name:" can show show more deep level info.
 
What do you mean by "no known partitions"? You mean like the drive is currently not attached to any pool? My assumption was that labelclear could mess up the pool if I used it on active drive.
 
Back
Top