QuestionQ25

Analyze and Optimize Storage Performance

An administrator removes a large quantity of data from a Volume Group presented to a Linux VM. The administrator observes that the removed data has not been reclaimed as available storage.

Which action should be taken to reclaim the storage capacity?

  • A Shrink the Volume Group that is associated with the Linux VM
  • B Unmount the Volume Group and then Remount the Volume Group
  • C Enable the unman operation on the Linux VMD. Run Defrag on the Linux VM
Explanation

Deleted filesystem data is reclaimed by the underlying storage only after the guest communicates released blocks through SCSI UNMAP/discard (TRIM). This allows the virtual disk and storage platform to mark those blocks reusable; remounting or shrinking the volume group does not perform that notification.

Community Discussion

No comments yet. Be the first to start the discussion!