Re: git: 227caacc918a - main - rc: Add a zpoolreguid rc.d script
- In reply to: Mateusz Piotrowski : "Re: git: 227caacc918a - main - rc: Add a zpoolreguid rc.d script"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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 >