Disk zfs not autoexpand

Eliakin Dutra

New Member
May 14, 2024
5
0
1
1726583083823.png
1726583118494.png

I increased the disk size on the VM where I have PBS, but when I give the autoexpand command the disk does not increase.
Can anyone help me?
 
Read the Oracle Solaris ZFS Administration Guide.
I made this several Times.

Check: zpool get autoexpand <pool-name>
Set: zpool set autoexpand=on <pool-name>

See: zpool online -e <pool-name> <one-davice-name_from_this_pool>

Reset: zpool set autoexpand=off <pool-name>
 
Last edited:
  • Like
Reactions: Eliakin Dutra