Feature #4747
confusing error message when disk is full
| Status: | Accepted | Start date: | 09/09/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | 2.7.x | |||
| Affected Puppet version: | 0.25.5 | Branch: | ||
| Keywords: | ||||
| Votes: | 0 |
Description
When the disk is full, attempting to create a file fails with an error like this:
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
It would be nice if the message said something like this instead:
Could not write to temporary file /dir/filename.puppettmp_1101: No space left on device
History
Updated by James Turnbull over 1 year ago
- Target version set to 2.7.x
Updated by Markus Roberts over 1 year ago
- Status changed from Unreviewed to Accepted