Page MenuHomePhabricator

Jessie imaging installs nfs-common needlessly
Closed, ResolvedPublic

Description

logstash100[1-3] has been re-imaged with jessie and nfs-common got installed, which starts rpc.statd. There's nothing in the package dependencies which would explain that (no reverse Recommends or Depends on nfs-common) and puppet only installs nfs-common for labstore and the dataset NFS servers, so this must be caused by something in tasksel or other parts of the d-i.

Related Objects

Event Timeline

MoritzMuehlenhoff raised the priority of this task from to Needs Triage.
MoritzMuehlenhoff updated the task description. (Show Details)
MoritzMuehlenhoff set Security to None.

there's also a puppet class now to explicitly disable nfs client services, base::no_nfs_client added in https://gerrit.wikimedia.org/r/#/c/271274/ though for jessie it should be tracked down the the package(s) that's causing it to be installed

MoritzMuehlenhoff claimed this task.

This got fixed in T106477 already, closing