diff --git a/coriolis/osmorphing/osmount/redhat.py b/coriolis/osmorphing/osmount/redhat.py index a0f8f463..211ec46a 100644 --- a/coriolis/osmorphing/osmount/redhat.py +++ b/coriolis/osmorphing/osmount/redhat.py @@ -22,6 +22,7 @@ def setup(self): super(RedHatOSMountTools, self).setup() self._exec_cmd("sudo -E yum install -y lvm2 psmisc") self._exec_cmd("sudo modprobe dm-mod") + self._exec_cmd("sudo rm -f /etc/lvm/devices/system.devices") def _allow_ssh_env_vars(self): self._exec_cmd('sudo sed -i -e "\$aAcceptEnv *" /etc/ssh/sshd_config')