Issue #761 has been updated by Luke Kanies. Status changed from Re-opened to Closed
This got sorted out on the list, right? Please reopen if not. ---------------------------------------- Bug #761: mount tries to mount an already mounted FS http://projects.puppetlabs.com/issues/761 Author: Marcin Owsiany Status: Closed Priority: Normal Assigned to: Luke Kanies Category: Target version: 0.25.5 Patch: Code Affected version: 0.25.4 Keywords: Branch: This is in 0.23.2 (there's a missing value in trac's drop-down menu). This problem surfaced right after upgrading from 0.22.4-ish. <pre> mount { "/home": require => [ File[[home]], Gu_file[[optetcfacts]] ], atboot => yes, blockdevice => "-", device => "netapp03.gudev.gnl:/vol/gu1/common/home", ensure => mounted, fstype => nfs, options => "rw,nosuid,noquota", pass => "-", dump => 0, } </pre> The status is: <pre> # grep home /etc/vfstab netapp03.gudev.gnl:/vol/gu1/common/home - /home nfs - yes rw,nosuid,noquota # mount|grep home /home on netapp03.gudev.gnl:/vol/gu1/common/home remote/read/write/setuid/devices/xattr/dev=4bc0001 on Wed Aug 8 11:07:06 2007 # df|grep home /home (netapp03.gudev.gnl:/vol/gu1/common/home):95074608 blocks 23663420 files # df -k|grep home netapp03.gudev.gnl:/vol/gu1/common/home 1018135840 970598548 47537292 96% /home </pre> Puppetd shows the following errors/warnings on each run, for every single filesystem it controls, which is already mounted: <pre> puppetdr2353: [ID 702911 daemon.error] (//codguweb01/common/nfs_mounted_home_directory/Mount[/home]/ensure) change from present to mounted failed: Execution of '/usr/sbin/mount -o rw,nosuid,noquota /home' returned 8448: nfs mount: mount: /home: Device busy puppetdr2353: [ID 702911 daemon.notice] (//codguweb01/common/nfs_mounted_home_directory/Mount[/home]) Refreshing self </pre> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
