1Z0-821 · Question #229
You are creating a non-global zone on your system. Which option assigns a zpool to a non-global zone, and gives the zone administrator permission to create zfs file system in that zpool?
The correct answer is D. In the global zone, create the zpool and the ZFS file systems that you want to use in the non-. You can add a ZFS file system to a non-global zone by using the zonecfg command's add fs In the following example, a ZFS file system is added to a non-global zone by a global zone administrator from the global zone: # zonecfg -z zion zonecfg:zion> add fs zonecfg:zion:fs> set…
Question
You are creating a non-global zone on your system. Which option assigns a zpool to a non-global zone, and gives the zone administrator permission to create zfs file system in that zpool?
Options
- AWhile creating the non-global zone, make the following entry:
- BIn the global zone, create the zpool:
- CIn the global zone, create the zpool:
- DIn the global zone, create the zpool and the ZFS file systems that you want to use in the non-
- ECreate the zpool in the global zone:
How the community answered
(32 responses)- A13% (4)
- B6% (2)
- D78% (25)
- E3% (1)
Explanation
You can add a ZFS file system to a non-global zone by using the zonecfg command's add fs In the following example, a ZFS file system is added to a non-global zone by a global zone administrator from the global zone: # zonecfg -z zion zonecfg:zion> add fs zonecfg:zion:fs> set type=zfs zonecfg:zion:fs> set special=tank/zone/zion zonecfg:zion:fs> set dir=/export/shared zonecfg:zion:fs> end
Topics
Community Discussion
No community discussion yet for this question.