Your server has a ZFS storage pool that is configured as follows:
The server has two spare 146-GB disk drives: c3t5d0 c3t6d0
You need to add more space to the pool1 storage pool. Which command would add more mirrored storage to
the pool1 storage pool?
A.
zpool add pool1 mirror c3t5d0 c3t6d0
B.
zpool attach pool1 mirror c3t5d0 c3t6d0
C.
zpool attach pool1 c3r3d0 c3r5d0; zpool attach pool1 c3r4d0 c3r6d0
D.
zpool add pool1 c3r3d0 c3r5d0; zpool add pool1 c3r4d0 c3r6d0