Actions
Bug #5787
closedFix SMBIOS output to be more Chef/ohai friendly
Start date:
2015-04-02
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
Joyent discovered that the output changes in smbios(1M) negatively impact Chef's "ohai" plugin.
Swapping the output from this broken output:
(<number>) SMB_TYPE_XXX
to this:
SMB_TYPE_XXX (type <number>)
is more conducive to Chef & ohai.
Updated by Electric Monk over 7 years ago
- Status changed from New to Closed
- % Done changed from 90 to 100
git commit 95ae72860cded354ca12541709a4d511e663d5ef
commit 95ae72860cded354ca12541709a4d511e663d5ef Author: Dan McDonald <danmcd@omniti.com> Date: 2015-04-02T19:57:27.000Z 5787 Fix SMBIOS output to be more Chef/ohai friendly Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Gordon Ross <gwr@nexenta.com>
Actions