module documentation
Block device abstraction - base class and utility functions
| Class | |
Block device abstract class. |
| Function | |
Executes the given function, ignoring BlockDeviceErrors. |
| Function | |
Log an error to the node daemon and the raise an exception. |
Executes the given function, ignoring BlockDeviceErrors.
This is used in order to simplify the execution of cleanup or rollback functions.
| Returns | |
| boolean | True when fn didn't raise an exception, False otherwise |