nerdexam
CompTIA

CV0-002 · Question #565

A private cloud administrator realizes a specific VM has grown, and there is a low amount of free space on the disk/datastore. The disk/datastore sizes are standardized, so the cloud administrator can

The correct answer is C. Utilize storage live migration to another datastore/disk.. When a VM's disk or datastore has low free space and cannot be expanded due to standardization, the best solution is to use storage live migration to move the VM to another datastore with sufficient capacity.

Operations

Question

A private cloud administrator realizes a specific VM has grown, and there is a low amount of free space on the disk/datastore. The disk/datastore sizes are standardized, so the cloud administrator cannot expand it. Which of the following is the BEST way to resolve this issue?

Options

  • APerform compression on the VM volume.
  • BRequest the VM owner to delete unnecessary files.
  • CUtilize storage live migration to another datastore/disk.
  • DUse V2P migration to reduce the load on the private cloud.

How the community answered

(59 responses)
  • A
    15% (9)
  • B
    3% (2)
  • C
    73% (43)
  • D
    8% (5)

Why each option

When a VM's disk or datastore has low free space and cannot be expanded due to standardization, the best solution is to use storage live migration to move the VM to another datastore with sufficient capacity.

APerform compression on the VM volume.

Performing compression on the VM volume might free up some space but can negatively impact performance due to increased CPU usage for compression/decompression operations and might not be a long-term solution.

BRequest the VM owner to delete unnecessary files.

Requesting the VM owner to delete unnecessary files is a temporary solution and does not address the underlying issue of the VM's growth or the standardized disk sizes.

CUtilize storage live migration to another datastore/disk.Correct

Storage live migration, such as Storage vMotion in VMware environments, allows moving a VM's disk files from one datastore to another without interrupting the running VM. This capability addresses the problem of low disk space by relocating the VM to a datastore with adequate capacity, while adhering to the standardized disk sizes on the existing datastore.

DUse V2P migration to reduce the load on the private cloud.

V2P (Virtual to Physical) migration would move the VM out of the private cloud entirely, which is a drastic and usually undesired step to solve a disk space problem within the existing cloud.

Concept tested: Private cloud storage live migration

Source: https://docs.vmware.com/en/VMware-vSphere/8.0/vsphere-storage/GUID-DE679901-D36A-4A7B-9E1D-967E08277989.html

Topics

#storage management#VM storage#live migration#datastore

Community Discussion

No community discussion yet for this question.

Full CV0-002 Practice