vSAN datastore consumption increasing rapidly due to "Other improved virtual disks"
search cancel

vSAN datastore consumption increasing rapidly due to "Other improved virtual disks"

book

Article ID: 444560

calendar_today

Updated On:

Products

VMware vSphere Kubernetes Service

Issue/Introduction

  • The vSAN capacity breakdown shows that the "Other improved virtual disks" category is consuming the most space and increasing rapidly.
  • There is a mismatch in the number of Persistent Volumes (PVs) on the Supervisor and the entries in the cns.volume_info table in the vCenter Database (VCDB). 
    • Get the count of PVs on the Supervisor:
      kubectl get pv -A | wc -l
    • Get the count of entries in the VCDB:
      select COUNT(*) from cns.volume_info;

Environment

  • vSphere Kubernetes Service
  • Cloud Native Storage

Cause

Multiple stale/orphaned First Class Disks (FCDs) are present on the backend datastore and registered in the vCenter Database (VCDB), but they lack any corresponding Persistent Volumes (PVs) or Persistent Volume Claims (PVCs) on the Supervisor cluster.

Resolution

To resolve this issue and reclaim space, a backend Cloud Native Storage (CNS) volume cleanup is required.

For assistance with this issue, contact support and reference this KB article to execute the cleanup procedure.