Review the following output from the zpool status command:
Which three are true for pool1?
Question No 2
The zfs holds command displays the following information:
Which two statements are true?
Question No 3
Consider the following ZFS configuration:
You have created snapshots of the homo directories which are as follows:
You have another storage pool named bpool on the same system. You use the following command to
store the snapshots in this pool:
# zfs send rpool/export/[email protected] | zfs recv – f [email protected]
What will be created in the pool bpool as a result of this operation?
Question No 4
Consider the following commands on a newly installed system:
zfs set compression=on rpool
zfs get – H – 0 source compression rpool
What is the output of the second command?
Question No 5
You want to create a ZFS file system with the following specifications:
• lzjb compression enabled
• Cannot consume more than 2 GB from the storage pool
• Redundant data at the block level eliminated
• Mounted as /data
Which command creates the desired file system?