Merge "Revert "Add error message to failed block device transform""
This commit is contained in:
@@ -204,11 +204,6 @@ class DriverVolumeBlockDevice(DriverBlockDevice):
|
||||
if (not self._bdm_obj.source_type == self._valid_source
|
||||
or not self._bdm_obj.destination_type ==
|
||||
self._valid_destination):
|
||||
LOG.error(_LE("Failed to transform: source_type: %(source)s, "
|
||||
"destination_type: %(dest)s"),
|
||||
{'source': self._bdm_obj.source_type,
|
||||
'dest': self._bdm_obj.destination_type}
|
||||
)
|
||||
raise _InvalidType
|
||||
|
||||
self.update(
|
||||
|
||||
Reference in New Issue
Block a user