zfs:pools:expand_a_zfs_pool
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
zfs:pools:expand_a_zfs_pool [2021/10/13 21:31] – peter | zfs:pools:expand_a_zfs_pool [2021/10/13 21:35] (current) – peter | ||
---|---|---|---|
Line 4: | Line 4: | ||
zpool attach - This attaches a device to a vdev in the pool. This generally results in more redundancy. | zpool attach - This attaches a device to a vdev in the pool. This generally results in more redundancy. | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Adding vdevs ===== | ||
+ | |||
+ | Adding a RAID Z1 vdev to a pool | ||
+ | |||
+ | <code bash> | ||
+ | zpool add testpool raidz1 ada4 ada5 ada6 | ||
+ | </ | ||
+ | |||
+ | Adding a mirrored vdev to a pool: | ||
+ | |||
+ | <code bash> | ||
+ | zpool add testpool mirror ada4 ada5 ada6 | ||
+ | zpool add otherpool ada4 | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | </ | ||
---- | ---- |
zfs/pools/expand_a_zfs_pool.1634160689.txt.gz · Last modified: 2021/10/13 21:31 by peter