snapshots Flashcards
(13 cards)
What happens when a snapshot is created?
- The base disk for a VM becomes read only to the snapshot and a child disk is created for the snapshot to make writes to
What is delta disk viewed as on a VMFS datastore?
- a sparse disk
What is a sparse disk?
A sparse disk is a disk that is empty until data copies are written to the disk
What is another name for a disk that is empty until data copies are written to the disk?
copy-on-write disk
Snapshots can be performed on VMs that are:
- powered on
- suspended
- powered off
If a VM is suspended, a snapshot of a VM should not be taken until ______
The VM is completely suspended
What happens when you included a VM’s memory state in a snapshot?
snapshots take longer and cause a temporary network disconnect with the VM
What happens when you quiesce the VM during a snapshot?
all running processes and operations are paused to prevent changes to the base disk
What are the steps to take a snapshot?
- right click a vm
2. select “snapshots”
What command can you use to monitor the live progress of a snapshot?
the watch command
What is an example of using the watch command to monitor the live progress of a snapshot?
watch -d ‘ls | grep -E “delta|flat|sesparse”
What does “-d” tell us when used in the watch command to monitor the progress of a snapshot?
It shows the differences between the delta (state of the parent disk) and the child disk of the snapshot
What is being monitored to show a snapshot’s live progress?
The modification to the base disk of the snapshot chain