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

Mountinf NFS3 share on Debian fails #4

Open
andreas-h opened this issue Jan 3, 2013 · 0 comments
Open

Mountinf NFS3 share on Debian fails #4

andreas-h opened this issue Jan 3, 2013 · 0 comments

Comments

@andreas-h
Copy link

Mounting a NFSv3 share on Debian Squeeze fails:

Jan  3 16:48:28 test123 puppet-agent[15638]:
(/Stage[main]/Atmosfair/Nfs::Client::Mount[homes]/Mount[shared /data/homes by test123.atmosfair.net])
Could not evaluate: Execution of '/bin/mount -o _netdev /home' returned 32:
mount.nfs: rpc.statd is not running but is required for remote locking.
#012mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
#012mount.nfs: an incorrect mount option was specified

The according part of my manifest is

if $::role != 'fileserver' {
  class { 'nfs::client':
    nfs_v4 => false,
    nfs_v4_idmap_domain => undef,
  }
}
nfs::client::mount { "homes":
  share  => '/data/homes',
  mount  => '/home',
  ensure => 'mounted',
  server => 'files',
}
traylenator pushed a commit to traylenator/puppet-module-nfs that referenced this issue Mar 5, 2015
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

1 participant