SUN
310-200 · Question #128
You have setup the following ZFS file systems: You want to limit the amount of disk space that the /data/pool/web file system can consume. Which command would set the limit for the /data/pool/web…
The correct answer is A. zfs set quota=2G datapool/web. See the full explanation below for the reasoning.
Question
You have setup the following ZFS file systems:
You want to limit the amount of disk space that the /data/pool/web file system can consume. Which command would set the limit for the /data/pool/web file system so that it would consume no more than 2GB of disk space?
Options
- Azfs set quota=2G datapool/web
- Bset zfs quota 2G datapool/web
- Cquota datapool/web 2G
- Dzfs set quota -2G datapool/web
How the community answered
(66 responses)- A80% (53)
- B6% (4)
- C11% (7)
- D3% (2)
Community Discussion
No community discussion yet for this question.