Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
AIX
-
Platform OS
-
Platform OS Kanban
-
Bug Fix
-
The os.architecture fact is now determined from the processors.models[0] fact.
Description
This is from the user:
AIX has the ability to dynamically add and remove resources from the LPAR. When you remove CPU, if AIX removes the first processor Puppet produces the following error message:
lsattr: 0514-519 The following device was not found in the customized
device configuration database:
proc0
This message is generated every time Puppet runs until the AIX LPAR is rebooted. Ideally what the Puppet agent should do is read the current configuration and if the configuration of the processors change, allow a restart of the agent to re-read the configuration.