Re: git: 227caacc918a - main - rc: Add a zpoolreguid rc.d script

From: Mark Johnston <markj_at_freebsd.org>
Date: Tue, 31 May 2022 12:52:58 UTC
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
>