diff --git a/cinder/brick/local_dev/lvm.py b/cinder/brick/local_dev/lvm.py index 11d89e07d53..8772d1c1c66 100644 --- a/cinder/brick/local_dev/lvm.py +++ b/cinder/brick/local_dev/lvm.py @@ -574,9 +574,9 @@ class LVM(executor.Executor): mesg = (_('Error reported running lvremove: CMD: %(command)s, ' 'RESPONSE: %(response)s') % {'command': err.cmd, 'response': err.stderr}) - LOG.error(mesg) + LOG.debug(mesg) - LOG.warning(_('Attempting udev settle and retry of lvremove...')) + LOG.debug(_('Attempting udev settle and retry of lvremove...')) self._execute('udevadm', 'settle', root_helper=self._root_helper, run_as_root=True)