PowerFlex: 14G SO nodes idle settings revert to default after service upgrades
Résumé: By default, 14G SO nodes are configured to go to sleep to save power when idle. In the sleep state, when PowerFlex Manager issues IOs the response time is impacted while it wakes up. It is possible to set a parameter that does not allow the CPU to go to sleep but that setting will revert back to the default after a service upgrade. ...
Cet article concerne
Cet article ne concerne pas
Cet article n’est associé à aucun produit spécifique.
Toutes les versions du produit ne sont pas identifiées dans cet article.
Symptômes
- The default settings put the CPU to sleep when SO nodes are idle to save power. In that state when we issue IOs it takes the CPU time to wake up and it impacts the response time of the IOs. So customers may want to prevent the CPU from going to sleep.
- This can be done by changing the grub settings to processor.max_cstate=1 intel_idle.max_cstate=0 intel_pstate=disable
- This increases the performance by making sure that the CPU does not go to sleep.
- These settings revert back to e default whenever a service upgrade is performed.
Cause
PowerFlex Manager only currently supports the default settings.
Résolution
-
Open the GRUB template for editing:
vim /etc/default/grub
-
Find the GRUB_CMDLINE_LINUX configuration option and append the following to the line:
processor.max_cstate=1 intel_idle.max_cstate=0 intel_pstate=disable
Example:
GRUB_CMDLINE_LINUX="crashkernel=auto rd.lvm.lv=rhel/root rd.lvm.lv=rhel/swap rhgb processor.max_cstate=1 intel_idle.max_cstate=0 intel_pstate=disable"
-
Compile the new GRUB: See OS documentation. You could try to search for grub.cfg to get the location.
IF EFI (replace <os> with Red Hat or centos)
grub2-mkconfig -o /boot/efi/EFI/<os>/grub.cfg
IF BIOS
grub2-mkconfig -o /boot/grub2/grub.cfg
-
Stop and then disable the tuned:
systemctl stop tuned systemctl disable tuned
-
Place the host into PowerFlex Maintenance Mode (IMM or PMM). If this is a Primary MDM, switchover to another MDM
-
Reboot
-
After the Host is up, check if the settings were applied successfully
# cat /proc/cmdline
-
Edit the host out of IMM or PMM
-
Continue the same process for the other Storage only nodes.
Produits concernés
PowerFlex rackProduits
PowerFlex AppliancePropriétés de l’article
Numéro d’article: 000194768
Type d’article: Solution
Dernière modification: 10 Jan 2026
Version: 8
Trouvez des réponses à vos questions auprès d’autres utilisateurs Dell
Services de support
Vérifiez si votre appareil est couvert par les services de support.