On Mon, 1 Mar 2021 at 20:40, Peter Tribble <[email protected]> wrote:
> On Mon, Mar 1, 2021 at 8:19 PM L. F. Elia via openindiana-discuss < > [email protected]> wrote: > > > I don't need to do this, so this can be an academic discussion: I can > > resize a drive in a hypervisor, but can I resize a zpool afterwards or > are > > we talking exporting, creating a new pool and importing on it? > > Thank you for all the excellent info you provide > > > > If you enlarge the underlying drive, then you can tell zfs to make use of > the available space > with a command like: > > zpool online -e rpool c2t0d0 > It can be done easier. Just change settings of the zpool to autoresize=on and then resize the device. ZFS will automatically handle signal that device size in the pool has changed and will resize without any additional intervention. kloczek -- Tomasz Kłoczko | LinkedIn: http://lnkd.in/FXPWxH _______________________________________________ openindiana-discuss mailing list [email protected] https://openindiana.org/mailman/listinfo/openindiana-discuss
