mylvmbackup will exit(0) even when commands fail
Bug #298175 reported by
Kjetil Torgrim Homme
on 2008-11-14
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| mylvmbackup |
Medium
|
Lenz Grimmer | ||
Bug Description
Here's a patch (relative to today's trunk) which will make mylvmbackup a lot more paranoid, ie. it will exit as soon as a LOG_ERR is encountered. Better to exit early so that the user isn't mislead :-)
I hope you will accept it. Thank you for mylvmbackup!
Related branches
Kjetil Torgrim Homme (kjetilho) wrote : | #1 |
Lenz Grimmer (lenzgr) wrote : | #2 |
Changed in mylvmbackup: | |
assignee: | nobody → lenzgr |
importance: | Undecided → Medium |
milestone: | none → 0.11 |
status: | New → In Progress |
Lenz Grimmer (lenzgr)
on 2008-11-20
Changed in mylvmbackup: | |
status: | In Progress → Fix Committed |
Lenz Grimmer (lenzgr) wrote : | #3 |
I now commited and pushed your patch with slight modifications to the trunk. It will be part of the upcoming 0.11 release. Thanks for your contribution!
Lenz Grimmer (lenzgr) wrote : | #4 |
This bug was fixed in release 0.11. I had to slightly change the handling of comparing the severety levels.
Changed in mylvmbackup: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Thanks for the patch! Good suggestion, I will look into this.