I've got an NFS mount with ensure => mounted set.  Puppet properly
adds the mount to fstab and it mounts on boot; however on every
subsequent run I get the following error:

err: //mod-ssf3/Mount[nfs_var_www]/ensure: change from present to
mounted failed: Execution of '/bin/mount -o
vers=3,rsize=32768,wsize=32768,tcp,noatime,nocto,hard,intr,timeo=60,retrans=2,actimeo=30
 /
var/www/' returned 32: mount.nfs: /var/www is already mounted or busy

Manually executing the mount command above returns consistent results:

mount.nfs: /var/www is already mounted or busy

This is accurate -- the fs is properly mounted, and shouldn't be
remounted.  My suspicion is that the 32, being a non-zero return is
tripping up the mount provider, but I'm surprised that I can find
little on this around the web.  I found two associated bugs:

http://projects.reductivelabs.com/issues/761
http://projects.reductivelabs.com/issues/2731

2731 in particular looked promising, except for the fact that I have
SELinux disabled on the host in question -- so it's not that.

Can anyone recommend a solution?  The only thing I've found that
quiets the error is passing "remount" as an option, something I really
don't want to do every time Puppet runs.


Eric Shamow
Manager, Systems Operations Group
Advance Internet

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to