exam questions

Exam 5V0-21.19 All Questions

View all questions & answers for the 5V0-21.19 exam

Exam 5V0-21.19 topic 1 question 22 discussion

Actual exam question from VMware's 5V0-21.19
Question #: 22
Topic #: 1
[All 5V0-21.19 Questions]

An administrator has discovered that space utilized by VMs does not decrease after deleting files and folders within the VMs. The administrator needs to be able to reclaim this space.
Which action could the administrator perform to accomplish this task?

  • A. Enable Storage I/O Control.
  • B. Enable TRIM/UNMAP for the vSAN cluster.
  • C. Reboot the VM to recreate the swap file.
  • D. Assign a storage policy with thin provisioning.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
anujspoddar
Highly Voted 5 years, 2 months ago
B https://blogs.vmware.com/virtualblocks/2018/09/10/vmware-vsan-6-7u1-storage-reclamation-trim-unmap/
upvoted 14 times
...
hsezer
Most Recent 3 years, 2 months ago
I also think B should be the answer, but always thinking if it is a tricky question. I found such an article but not completely the same scenario with the question. I want to encourage people to think in a different manner :) https://globalvirtualdiary.wordpress.com/2021/02/20/vsan-6-7-reclaim-disk-space-by-converting-thick-provisioned-vms-to-thin-on-vsan/
upvoted 1 times
...
Lazylinux
3 years, 6 months ago
Selected Answer: B
Is correct as per my notes
upvoted 1 times
...
Lazylinux
3 years, 7 months ago
For sure B..No way D as even if you thin provision, once the OS grows it doesnt reclaim space because it is Thin provisioned, actually its current size remains same even if you delete files/directories and Hence B is correct
upvoted 1 times
...
PinPinPoola
4 years, 4 months ago
Yes, B is correct. TRIM/UNMAP can also be enabled using PowerCLI. Query TRIM/UNMAP status: Get-Cluster | Where-Object {$_.VsanEnabled -eq $true} | Get-VsanClusterConfiguration | Select-Object Name,GuestTrimUnmap | Format-Table -AutoSize Enable TRIM/UNMAP: Get-Cluster | Where-Object {$_.VsanEnabled -eq $true} | Set-VsanClusterConfiguration -GuestTrimUnmap:$true
upvoted 2 times
...
diegof1
4 years, 6 months ago
The correct answer is B vSAN 6.7 U1 and later support guest operating system initiated ATA Trim and SCSI Unmap requests for data included in the VM virtual disks. The ESXi host issues Trim and Unmap requests to the storage devices for VM swap files and directories mapped to vSAN objects on thin- provisioned virtual disks. Performance details about Trim/Unmap can be viewed in the Trim/Unmap throughput or latency Performance graphs for each host belonging to a vSAN cluster. To view these charts, click the Monitor tab for the host and click vSAN > Performance > BACKEND. The Trim/Unmap feature is not enabled by default. You enable Trim/Unmap using the RVC Console. Trim/Unmap is supported but disabled by default in vSAN 6.7 U1. The following performance details are available for Trim/Unmap: • Recovery Unmap Throughput • Unmap Throughput • Latency • Disable
upvoted 3 times
...
diegof1
4 years, 6 months ago
The correct answer is B vSAN 6.7 U1 and later support guest operating system initiated ATA Trim and SCSI Unmap requests for data included in the VM virtual disks. The ESXi host issues Trim and Unmap requests to the storage devices for VM swap files and directories mapped to vSAN objects on thin- provisioned virtual disks. Performance details about Trim/Unmap can be viewed in the Trim/Unmap throughput or latency Performance graphs for each host belonging to a vSAN cluster. To view these charts, click the Monitor tab for the host and click vSAN > Performance > BACKEND. The Trim/Unmap feature is not enabled by default. You enable Trim/Unmap using the RVC Console. Taken from vSAN 6.7 Deploy and Manage Lecture Manual
upvoted 2 times
...
MIP
4 years, 10 months ago
I would go with B. Even if you "assign a storage policy with thin provisioning" (vSAN default policy) the space won't be reclaimed if the TRIM/UNMAP feature is not enabled for the vSAN cluster (even though it should be initially enabled, but it could be disabled). This feature is enabled initially globally for the cluster: https://blogs.vmware.com/virtualblocks/2018/09/10/vmware-vsan-6-7u1-storage-reclamation-trim-unmap TRIM/UNMAP is enabled per vSAN cluster using the RVC Console: https://storagehub.vmware.com/t/vsan-space-efficiency-technologies/unmap-trim-space-reclamation-on-vsan-1/
upvoted 3 times
...
jasonv
4 years, 11 months ago
B trim / unmap
upvoted 3 times
...
Jackinmany
5 years ago
By default it is thin disk why need to assign storage policy with thin ?
upvoted 2 times
...
adelbelkis2
5 years, 1 month ago
B is correct
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...