The cluster administrator is using ZFS to manage the shared storage for the cluster. You want to
create a pool called “mypool”.
What is the command used to create a ZFS pool, and to verify that the pool has been created?
A.
1) zcreate mypool c2t0d0s0
2) zstat
B.
1) zfs create mypool/myfs1
2) zpool status
C.
1) zpool create mypool mirror c2t0d0s0 c3t0d0s0
2) zpool status
D.
1) zpool create mypool mirror c2t0d0s0 mirror c3t0d0s0
2) zlist