What is the correct procedure to create the pool1/data dataset on this new server?

View the Exhibit and review the file system information displayed from a remote server.

You are configuring a new server. This new server has the following storage pool configured:

This new server also has the following file systems configured:

When you are finished building this new server, the pool1/data dataset must be an exact duplicate
of note server. What is the correct procedure to create the pool1/data dataset on this new server?

View the Exhibit and review the file system information displayed from a remote server.

You are configuring a new server. This new server has the following storage pool configured:

This new server also has the following file systems configured:

When you are finished building this new server, the pool1/data dataset must be an exact duplicate
of note server. What is the correct procedure to create the pool1/data dataset on this new server?

A.
zfs create �o mountpoint=/data �o refquota=1g pool1/data

B.
zfs set mountpoint=none pool1zfs create pool1/data

C.
zfs set mountpoint=none pool1zfs create �o mountpoint=/data �o quota=1g pool1/data

D.
zfs create quota=1g pool1/data

E.
zfs create mountpoint=/data pool1/data

F.
zfs set quota=1g pool1/data



Leave a Reply 10

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


Richie

Richie

you have to define the 1GB quota too so correct is :
A. zfs create -o mountpoint=/data -o refquota=1g pool1/data

vitalyb

vitalyb

E??? What does this mean?
Whare is 1 gb for /data?

abhichetan

abhichetan

mujh ko phechanlo main hoon don:

david

david

A is correct

Armen

Armen

Answers A and C are correct, but referring to the exhibit, where no /pool1 mount point the only correct answer is remain C

Paul

Paul

A is correct : Question says “the pool1/data dataset must be an exact duplicate
of note server. What is the correct procedure to create the pool1/data dataset on this new server?”

John

John

A is correct by question definition.

Mir

Mir

A is correct…..but option C goes right first set then create….

Banchain

Banchain

C

Because you the above picture not have /pool1 mount point

iietam

iietam

Agree.Correct C.The first exhibit doesn’t have a mount point for pool1 only for pool1/data shown with df -h command