Boot pool size incorrect

somewhatdamaged

Dabbler
Joined
Sep 5, 2015
Messages
49
My boot pool is installed on 2 x 120GB SSDs, both selected "use full capacity" when creating the pool. However, i am receiving alerts the pool is almost full. It seems to be limiting the pool to 14.50GB? Any ideas? I tried dropping each member once and reattaching, to no avail

1656328073304.png

1656328100850.png
 
Joined
Jun 2, 2019
Messages
591
Check autoexpand property.
zpool get autoexpand
NAME PROPERTY VALUE SOURCE
boot-pool autoexpand off default
If disabled, try enabling.
zpool set autoexpand=on boot-pool
 
Last edited:

somewhatdamaged

Dabbler
Joined
Sep 5, 2015
Messages
49
Sorted, many thanks!
 

N20Visuals

Dabbler
Joined
Jan 16, 2021
Messages
21
hey guys, maybe one of you has a solution to my problem.
i have the same issue: upgraded from core to scale, before that i switched out two 16gb usb drives to 2 120gb ssds. but my boot pool is only 14gb in size, i tried enabling autoexpand, but nothing has changed. do i need to do something else when enabling autoexpand?
 
Top