How do you specify that pool1/data should not contain duplicate data blocks (redundant data) on write operations?

In an effort to reduce storage space on your server, you would like to eliminate duplicate
copies of data in your server’s ZFS file systems. How do you specify that pool1/data should
not contain duplicate data blocks (redundant data) on write operations?

In an effort to reduce storage space on your server, you would like to eliminate duplicate
copies of data in your server’s ZFS file systems. How do you specify that pool1/data should
not contain duplicate data blocks (redundant data) on write operations?

A.
zfs create-odedupratio=2 pool1/data

B.
zfs create-odedup=on pool1/data

C.
zfs create-odeduplication=on pool1; zfs create pool1/data

D.
zpool create -odeduplication =on pool1; zfs create pool1/data

E.
zfs create-ocompression=on pool1/data



Leave a Reply 1

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