PowerFlex: Memory Insufficiency on KVM‑Hosts affecting MVM status and UI

摘要: PFMP UI shows a connection error, nodes are "NotReady," API calls time-out and health alerts disappear. The problem is insufficient 32 GB RAM on KVM‑hosted Morpheus Virtual Machine (MVM), leading to full memory usage. ...

本文章適用於 本文章不適用於 本文無關於任何特定產品。 本文未識別所有產品版本。

症狀

  • The symptoms may not be visible on a newly deployed system, but evens like the etcd certificate expiry can trigger them.
  • The PFMP UI no longer loads; the browser shows a generic connection error.
  • kubectl get nodes shows the local node Ready, while one or two other nodes are "NotReady":
NAME                STATUS     ROLES                       AGE    VERSION 
mvm01               Ready      control-plane,etcd,master   102d   v1.33.2+rke2r1 
mvm02               Ready      control-plane,etcd,master   102d   v1.33.2+rke2r1 
mvm03               NotReady   control-plane,etcd,master   102d   v1.33.2+rke2r1
  • Hypervisor metrics (KVM console) display ~100 % memory usage on all three MVMs (32 GB each):

memory usage  

VM memory usage

  • Attempts to run API calls may time out

Impact

  • Slow responsiveness or complete loss of PFMP UI.
  • Cluster health alerts are nonexistent or unreliable.
  • PFMP API is not accessible.

原因

The MVMs are provisioned by default with 32 GB of RAM each. This is insufficient in a KVM environment, where MVM memory usage can reach 45GB. Insufficient memory causes low responsiveness, UI unavailability, and resource congestion.

解析度

Increase the allocated Memory from 32GB to 64GB, this can be done from the UI and from the command line, below are the command-line steps.  

Before Starting:
Run the command kubectl get nodes on any MVM to check MVM names and status.
 

Note: virsh Commands should run from KVM Console (Physical host not MVM VM), while Kubectl command to be run from MVM itself.
 
  1. From virsh, verify memory allocation on each MVM using the KVM console or monitoring tool (This command is to run from the KVM host not MVM):
virsh dommemstat <MVM Name>
Example Output:
  1. From inside the MVM, if the total memory of a given MVM is 32 GB, put it in maintenance and drain it (This command to run from the intended MVM):
kubectl label node <MVM Name> cmo.maintenance.mode=true 
kubectl drain <MVM Name> --ignore-daemonsets --delete-emptydir-data
  1. From virsh, shut down the node (This command to run from KVM host not MVM):
virsh shutdown <MVM Name>
  1. From virsh, once shut down, increase the memory to 64 GB by adjusting the VM definition, and start it (This command to run from KVM host not MVM):
virsh setmaxmem <MVM Name> 64G --config 
virsh setmem <MVM Name> 64G --live 
virsh start <MVM Name>
  1. From inside the MVM, uncordon the MVM and allow K8s pods to start with the new resources (This command to run from the intended MVM):
kubectl uncordon <MVM Name> 
kubectl label node <MVM Name> cmo.maintenance.mode-
  1. Once all pods are in Running state, go to the next MVM (Repeat Steps 1 to 5 for the next MVM) (This command to run from any MVM):
kubectl get pods –n powerflex
  1. Once done, verify that all nodes are displayed as Ready (This command to run from any MVM):
kubectl get nodes
  1. Validate UI is accessible.
 

Impacted Versions
PFMP 4.x

Fixed In Version
PFMP 4.8

受影響的產品

PowerFlex rack, ScaleIO
文章屬性
文章編號: 000413045
文章類型: Solution
上次修改時間: 26 5月 2026
版本:  5
向其他 Dell 使用者尋求您問題的答案
支援服務
檢查您的裝置是否在支援服務的涵蓋範圍內。