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? Best, Mateusz Piotrowski