Skip to content

Commit db3d353

Browse files
authored
[pmon]: add psmisc to bring fuser that dentifies processes that are using files or sockets (#7509)
fuser support is required since new cisco hardware watchdog plugin uses them to check anyone else use's /dev/watchdogX resource. The actual validation happens in the platform code, but the package is required for pmon container. Currently the /dev/watchdogX is being used by cisco platform-monitor service. Cisco chassis level watchdog plugin uses "fuser" to claim the watchdog release from platform-monitor service.
1 parent 43995ab commit db3d353

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dockers/docker-platform-monitor/Dockerfile.j2

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ RUN apt-get update && \
2323
python-smbus \
2424
python3-smbus \
2525
dmidecode \
26-
i2c-tools
26+
i2c-tools \
27+
psmisc
2728

2829
# TODO: Remove these lines once we no longer need Python 2
2930
RUN apt-get install -f -y python-dev python-pip

0 commit comments

Comments
 (0)