Fix the error message when creating a zpool on a too-small device
Don't check for SPA_MINDEVSIZE in vdev_geom_attach. It's redundant with the
check in vdev_open, and failing to attach here results in the wrong error
message being printed.
PR: 222227
Reported by: Marie Helene Kvello-Aune <marieheleneka@gmail.com>