-
Notifications
You must be signed in to change notification settings - Fork 0
chore: more AIX host information #54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds additional host information fields to the AIX platform information structure, enhancing the ability to capture system configuration details specific to AIX systems.
Changes:
- Added OS build version tracking
- Added LPAR (Logical Partition) detection and configuration details
- Added memory and vCPU configuration bounds for LPAR systems
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
3fee809 to
b5adb8d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| // Whether this system is running in an LPAR partition | ||
| LparPartition bool `json:"lpar_partition" textlog:"lpar_partition"` | ||
|
|
||
| // LPAR configuration regarding memory / CPUs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should note here what to expect from those values if the system is not virtualized.
No description provided.