table of contents
other versions
- trixie 2.3.2-2
 - trixie-backports 2.3.4-1~bpo13+1
 - testing 2.3.4-1
 - unstable 2.3.4-1
 
| ZPOOL-REGUID(8) | System Manager's Manual | ZPOOL-REGUID(8) | 
NAME¶
zpool-reguid —
    generate new unique identifier for ZFS storage
  pool
SYNOPSIS¶
zpool | 
    reguid [-g
      guid] 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-reguidwill return an error if the provided GUID is already in use. 
SEE ALSO¶
| June 21, 2023 | OpenZFS |