Issue #5487 has been reported by Matt Moran.

----------------------------------------
Bug #5487: Puppet hangs when a file type that is mounted on a device
https://projects.puppetlabs.com/issues/5487

Author: Matt Moran
Status: Unreviewed
Priority: Normal
Assignee: 
Category: file
Target version: 
Affected Puppet version: 0.25.4
Keywords: mount ec2 file type
Branch: 


Running on a CentOS 5 image in AWS EC2.

file { "/mnt2" :
  owner => root,
  group => root,
  ensure  => directory,
  backup  => false,
}
mount { "/mnt2" :
  ensure  => mounted,
  device  => "/dev/sdc",
  fstype  => "ext3",
  options => "defaults", 
  name    => "/mnt2",
  require => File["/mnt2"];
}

Works fine when the disk is empty, but when around 25% full, puppetd hangs at 
different points in each run.

If I comment out the file type, puppetd runs fine.


-- 
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.

Reply via email to