Issue #4747 has been updated by Markus Roberts. Status changed from Unreviewed to Accepted
---------------------------------------- Feature #4747: confusing error message when disk is full http://projects.puppetlabs.com/issues/4747 Author: Alan Barrett Status: Accepted Priority: Normal Assignee: Category: Target version: Statler Affected version: 0.25.5 Keywords: Branch: When the disk is full, attempting to create a file fails with an error like this: <pre> err: //mymodule/File[/dir/filename]/ensure: change from absent to file failed: Could not rename temporary file /dir/filename.puppettmp_1101 to /dir/filename : File written to disk did not match checksum; discarding changes ({md5}xxx vs {md5}yyy) at /etc/puppet/whatever.pp:66 </pre> It would be nice if the message said something like this instead: <pre> Could not write to temporary file /dir/filename.puppettmp_1101: No space left on device </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.
