Oracle
1Z0-821 · Question #250
Examine this command and its output: $ zfs list -r -t all tank Name USED AVAIL REFER MOUNTPOINT tank 2.41G 2.43G 32K /tank tank/database 2.41G 2.43G 2.41G /tank/database tank/[email protected] 20K…
The correct answer is C. It fails because the tank/[email protected] snapshot depends on the tank/database dataset. See the full explanation below for the reasoning.
Question
Examine this command and its output:
$ zfs list -r -t all tank Name USED AVAIL REFER MOUNTPOINT tank 2.41G 2.43G 32K /tank tank/database 2.41G 2.43G 2.41G /tank/database tank/[email protected] 20K - 2.00G ? Next you execute:
zfs destroy tank/database Which statement is true about the result of executing this command?
Options
- AIt destroys the tank/database dataset.
- BIt destroys tank/database and all descendant datasets.
- CIt fails because the tank/[email protected] snapshot depends on the tank/database dataset.
- DIt fails because the tank/[email protected] clone depends on the tank/database dataset.
- EIt fails because the tank/database data set is not empty.
How the community answered
(40 responses)- A8% (3)
- B3% (1)
- C73% (29)
- D13% (5)
- E5% (2)
Community Discussion
No community discussion yet for this question.