Answer the question
In order to leave comments, you need to log in
ZFS Stripped - How to add a second drive?
At the moment there is 1 physical disk with a capacity of 1 TB. ZFS was created on it.
[email protected]:~# zpool status
pool: data-zfs
state: ONLINE
scan: scrub repaired 0B in 0 days 00:23:07 with 0 errors on Sun Jun 14 00:47:08 2020
config:
NAME STATE READ WRITE CKSUM
data-zfs ONLINE 0 0 0
sdc ONLINE 0 0 0
errors: No known data errors
[email protected]:~#
[email protected]:~# zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
data-zfs 928G 50,4G 878G - - 2% 5% 1.00x ONLINE -
[email protected]:~#
Answer the question
In order to leave comments, you need to log in
Question removed. Through attach, a mirror is added
. It was necessary to add it like this:
zpool add data-zfs /dev/sdd
[email protected]:~# zpool status
pool: data-zfs
state: ONLINE
scan: scrub repaired 0B in 0 days 00:23:07 with 0 errors on Sun Jun 14 00:47:08 2020
config:
NAME STATE READ WRITE CKSUM
data-zfs ONLINE 0 0 0
sdc ONLINE 0 0 0
sdd ONLINE 0 0 0
errors: No known data errors
[email protected]:~#
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question