On Mon, May 30, 2022 at 11:37:45PM +0200, Mateusz Piotrowski wrote:
> On 30/05/2022 16:54, Mark Johnston wrote:
> > rc: Add a zpoolreguid rc.d script
> ...
> > +
> > +zpoolreguid_start()
> > +{
> > + local pool
> > +
> > + for pool in "${zpool_reguid}"; do
> > + zpool reguid $pool
> > + done
> > +
>
> If we want to iterate over zpool_reguid, then zpool_reguid should not be
> quoted, right?D'oh, right. Thanks for pointing that out. > Best, > > Mateusz Piotrowski >
