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 where you have to give the pool name and the name of the device. You can only enlarge a pool this way; shrinking a device isn't possible. And you may need a reboot for the guest to see the changes (eg on AWS, I have to reboot instances to pick up the size changes of EBS volumes). -- -Peter Tribble http://www.petertribble.co.uk/ - http://ptribble.blogspot.com/ _______________________________________________ openindiana-discuss mailing list [email protected] https://openindiana.org/mailman/listinfo/openindiana-discuss
