Oracle
1Z0-580 · Question #11
Which command would result in safely detaching a disk or disks from a mirrored pool to create another identical pool?
The correct answer is C. zpool split tank1 tank2. Use the zpool split command to split a mirrored storage pool, which detaches a disk or disks in the original mirrored pool to create another identical pool.
Storage Management (ZFS)
Question
Which command would result in safely detaching a disk or disks from a mirrored pool to create another identical pool?
Options
- Azfs split tank1 tank2
- Bzpool create tank mirror clt0d0 c2t0d0
- Czpool split tank1 tank2
- Dzpool detach tank clt0d0
- Ezpool replace tank clt1d0 c2t0d0
How the community answered
(39 responses)- A8% (3)
- B5% (2)
- C85% (33)
- E3% (1)
Explanation
Use the zpool split command to split a mirrored storage pool, which detaches a disk or disks in the original mirrored pool to create another identical pool.
Topics
#zpool split#mirrored pool#pool management#ZFS
Community Discussion
No community discussion yet for this question.