Skip to content
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

(FACT-3463) Add server to mountpoint device for AIX #2734

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

tvpartytonight
Copy link
Contributor

No description provided.

@tvpartytonight tvpartytonight requested a review from a team as a code owner June 18, 2024 19:42
@tvpartytonight
Copy link
Contributor Author

I have manually checked this change in AIX-7.2 and the mountpoints successfully returns the server name.

device = "#{server}:#{elem[0]}"
else
device = elem[0]
end
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah interesting, there was a previous fix 6c6ef2d to just ignore the server. Could you mention that in your commit message?

@joshcooper joshcooper added the bug Something isn't working label Jun 18, 2024
Previously, in 6c6ef2d, facter omitted the server from the
mountpoint data on AIX; this makes it inconsistent with the
mountpoints that facter reports in various other linux
flavors. This commit adds it back to the `device` key for AIX
mountpoints.
@tvpartytonight tvpartytonight merged commit ccd3d6d into puppetlabs:main Jun 18, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants