Skip to content

Commit

Permalink
[pmon]: add psmisc to bring fuser that dentifies processes that are u…
Browse files Browse the repository at this point in the history
…sing 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.
  • Loading branch information
VenkatCisco authored May 7, 2021
1 parent 43995ab commit db3d353
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dockers/docker-platform-monitor/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ RUN apt-get update && \
python-smbus \
python3-smbus \
dmidecode \
i2c-tools
i2c-tools \
psmisc

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

0 comments on commit db3d353

Please sign in to comment.