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?
A.
It destroys the tank/database dataset.
B.
It destroys tank/database and all descendant datasets.
C.
It fails because the tank/[email protected] snapshot depends on the tank/database dataset.
D.
It fails because the tank/[email protected] clone depends on the tank/database dataset.
E.
It fails because the tank/database data set is not empty.