logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

zpool-reguid — generate new unique identifier for ZFS storage pool

Description

       Generates a new unique identifier for the pool.  You must ensure that all devices in this pool are online
       and healthy before performing this action.

       -gguid
               Set  the  pool  GUID  to  the  provided  value.   The  GUID  can  be any 64-bit value accepted by
               strtoull(3) in base 10.  zpool-reguid will return an error if the provided  GUID  is  already  in
               use.

Name

       zpool-reguid — generate new unique identifier for ZFS storage pool

See Also

zpool-export(8), zpool-import(8)

OpenZFS                                           June 21, 2023                                  ZPOOL-REGUID(8)

Synopsis

zpoolreguid [-gguid] pool

See Also