D-UN-OE-23 · Question #13
What is a characteristic of thin clones?
The correct answer is B. The source snapshot cannot be deleted after a thin clone is created. Option B is correct because a thin clone is built on top of a source snapshot - it uses that snapshot as its baseline, storing only the differences (delta). Since the thin clone depends on the snapshot to reconstruct its full data, the storage system enforces a dependency lock…
Question
What is a characteristic of thin clones?
Options
- AThin clones reflect changes to properties on the Base LUN made by a user.
- BThe source snapshot cannot be deleted after a thin clone is created.
- CData protection is main use case for thin clones.
- DThin Clones are supported for snapshots of thick LUNs.
How the community answered
(48 responses)- A2% (1)
- B85% (41)
- C8% (4)
- D4% (2)
Explanation
Option B is correct because a thin clone is built on top of a source snapshot - it uses that snapshot as its baseline, storing only the differences (delta). Since the thin clone depends on the snapshot to reconstruct its full data, the storage system enforces a dependency lock, preventing deletion of the source snapshot as long as the thin clone exists.
Why the distractors are wrong:
- A is false because thin clones are independent, point-in-time copies; property changes on the base LUN do not propagate to the clone after it is created.
- C is false because data protection is the primary use case for snapshots, not thin clones. Thin clones are typically used for dev/test workflows or creating writable copies without consuming full storage.
- D is false because thin clones are only supported for snapshots of thin LUNs, not thick LUNs, since thick LUNs pre-allocate all their storage and don't use the same underlying provisioning model.
Memory tip: Think of the source snapshot as a "foundation slab" - the thin clone is a building sitting on it. You cannot demolish the slab (delete the snapshot) while the building (clone) still stands on top of it.
Topics
Community Discussion
No community discussion yet for this question.