You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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',
}
The text was updated successfully, but these errors were encountered:
traylenator
pushed a commit
to traylenator/puppet-module-nfs
that referenced
this issue
Mar 5, 2015
Mounting a NFSv3 share on Debian Squeeze fails:
The according part of my manifest is
The text was updated successfully, but these errors were encountered: