Actions
Bug #14173
closedVarious smf manifests still contain Solaris references
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
A number of smf manifests still contain references to Solaris, e.g. fmd which leads to output such as this:
svc:/system/fmd:default (Solaris Fault Manager) State: offline since October 18, 2021 at 06:20:03 PM GMT Reason: Start method is running.
we should probably change these (at minimum the user-exposed values) from Solaris to illumos.
From doing a quick search in /lib/svc/manifest, the following look to be candidates for this:
system/dumpadm.xml
system/auditd.xml
system/device/devices-audio.xml
system/device/devices-fc-fabric.xml
system/device/devices-local.xml
system/sysevent.xml
system/fmd.xml
network/smb/server.xml
network/ipfilter.xml
Updated by Jason King over 1 year ago
To test I booted a BE with this change and did some spot checks of /lib/svc/manifest as well as svcs -vl fmd, etc. to verify the updated manifests were as expected.
Updated by Electric Monk over 1 year ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 772eca3305893e0fc7b9c13ec6a1a6df72251dbd
commit 772eca3305893e0fc7b9c13ec6a1a6df72251dbd Author: Jason King <jason.brian.king@gmail.com> Date: 2022-01-24T17:56:29.000Z 14173 Various smf manifests still contain Solaris references Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Garrett D'Amore <garrett@damore.org>
Actions