Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing condition for server_nfsv4_servicehelper for ubuntu 24 (noble) distribution #208

Open
bourasom opened this issue Aug 26, 2024 · 0 comments

Comments

@bourasom
Copy link

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: 7.32.1
  • Ruby: 3.2.3
  • Distribution: Ubuntu 24.04.1 LTS
  • Module version: 3.0.0

How to reproduce (e.g Puppet code you use)

nfs::server::export { $backup_directory :
  ensure  => 'mounted',
  clients => "${tenant_internal_ip}(rw,insecure,async,no_root_squash,no_subtree_check)",
  require => File[$backup_directory],
}

What are you seeing

Error: Systemd start for idmapd failed!
journalctl log for idmapd:
-- No entries --

Error: /Stage[main]/Nfs::Server::Service/Service[idmapd]/ensure: change from 'stopped' to 'running' failed: Systemd start for idmapd failed!
journalctl log for idmapd:
-- No entries --

Notice: /Stage[main]/Nfs::Server::Service/Service[nfs-kernel-server]: Dependency Service[idmapd] has failures: true

What behaviour did you expect instead

idmapd is no longer in use for ubuntu , it is replaced by nfs-idmapd

Output log

Any additional information you'd like to impart

entry should be added for noble in https://github.com/voxpupuli/puppet-nfs/blob/v3.0.0/manifests/params.pp#L119 to avoid put idmapd as server_nfsv4_servicehelper

@bourasom bourasom changed the title Missing condition for server_nfsv4_servicehelper Missing condition for server_nfsv4_servicehelper for ubuntu 24 (noble) distribution Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@bourasom and others