PowerFlex Manager: 14G SO nodes idle settings revert to default after service upgrades
Summary: 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. ...
This article applies to
This article does not apply to
This article is not tied to any specific product.
Not all product versions are identified in this article.
Symptoms
- 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.
Resolution
-
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 redhat 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.
Affected Products
PowerFlex rackProducts
PowerFlex ApplianceArticle Properties
Article Number: 000194768
Article Type: Solution
Last Modified: 07 Jul 2025
Version: 7
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.