which will be a read writeable copy of the /data file system, while minimizing the amount of total disk space used in pool1?

The current ZFS configuration on your server is: pool1 124K 3.91G 32K /pool1 pool1/data
31K 3.91G 31K /data You need to create a new file system named /data2. /data2 will be a
copy of the /data file system. You need to conserve disk space on this server whenever
possible. Which option should you choose to create /data2, which will be a read writeable
copy of the /data file system, while minimizing the amount of total disk space used in pool1?

The current ZFS configuration on your server is: pool1 124K 3.91G 32K /pool1 pool1/data
31K 3.91G 31K /data You need to create a new file system named /data2. /data2 will be a
copy of the /data file system. You need to conserve disk space on this server whenever
possible. Which option should you choose to create /data2, which will be a read writeable
copy of the /data file system, while minimizing the amount of total disk space used in pool1?

A.
zfs snapshot pool1/data@now zfs clone -o mountpoint=/data2 pool1/data@now
pool1/data2

B.
zfs set mountpoint=/data2 compression=on pool1/data2

C.
zfs snapshot pool1/data@now zfs set mountpoint=/data2, comptession=on
pool1/data@now

D.
zfs create snapshot pool1/data@now zfs send pool1/data@now | zfs recv pool1/data2

E.
zfs create snapshot pool1/data@now zfs clone -o mountpoint=/data2 pool1/data@now
pool1/data2

F.
zfs snapshot pool1/data@now zfs clone -o mountpoint=/data2 -ocompression=on

pool1/data@now pool1/data2



Leave a Reply 3

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


zelex

zelex

F

#zfs snapshot pool1/data@now

#zfs clone -o mountpoint=/data2 -o compression=on pool1/data@now pool1/data2

vv

vv

ocompression=on