nerdexam
Oracle

1Z0-821 · Question #120

Which three of the components would degrade performance if used in a ZFS storage pool, and are not recommended configurations?

The correct answer is A. a file on a UFS file system B. a Veritas Volume Manager (VxVM) volume E. a Solaris Volume Manager (SVM) volume. A: ZFS also allows you to use UFS files as virtual devices in your storage pool. This feature is aimed primarily at testing and enabling simple experimentation, not for production use. The reason is that any use of files relies on the underlying file system for consistency. If…

Managing Data Storage

Question

Which three of the components would degrade performance if used in a ZFS storage pool, and are not recommended configurations?

Options

  • Aa file on a UFS file system
  • Ba Veritas Volume Manager (VxVM) volume
  • Ca LUN in a hardware RAID array
  • Da disk slice from an SMI labeled disk
  • Ea Solaris Volume Manager (SVM) volume
  • Fan EDI disk

How the community answered

(41 responses)
  • A
    85% (35)
  • C
    2% (1)
  • D
    2% (1)
  • F
    10% (4)

Explanation

A: ZFS also allows you to use UFS files as virtual devices in your storage pool. This feature is aimed primarily at testing and enabling simple experimentation, not for production use. The reason is that any use of files relies on the underlying file system for consistency. If you create a ZFS pool backed by files on a UFS file system, then you are implicitly relying on UFS to guarantee correctness and synchronous semantics. However, files can be quite useful when you are first trying out ZFS or experimenting with more complicated layouts when not enough physical devices are present. All files must be specified as complete paths and must be at least 64 Mbytes in size. B, E: You can construct logical devices for ZFS using volumes presented by software-based volume managers, such as Solaris Volume Manager (SVM) or Veritas Volume Manager (VxVM). However, these configurations are not recommended. While ZFS functions properly on such devices, less-than-optimal performance might be the result.

Topics

#ZFS storage pool#VxVM volume#SVM volume#pool vdev configuration

Community Discussion

No community discussion yet for this question.

Full 1Z0-821 Practice