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?

You have setup the following ZFS file systems:
NAME USED AVAIL REFER MOUNTPOINT
datapool 197K 72.8G 29.5K /datapool
datapool/data 24.5K 72.8G 24.5K /datapool/data
datapool/web 24.5K 72.8G 24.5K /datapool/web
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?

You have setup the following ZFS file systems:
NAME USED AVAIL REFER MOUNTPOINT
datapool 197K 72.8G 29.5K /datapool
datapool/data 24.5K 72.8G 24.5K /datapool/data
datapool/web 24.5K 72.8G 24.5K /datapool/web
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?

A.
quota datapool/web 2G

B.
set zfs quota 2G datapool/web

C.
zfs set quota=2G datapool/web

D.
zfs set quota -2G datapool/web



Leave a Reply 0

Your email address will not be published. Required fields are marked *