diff --git a/avocado/utils/multipath.py b/avocado/utils/multipath.py index 785b5408936796156b46bfa0362a1decef97a4a9..896f82e9f088284cbf1158b0087ca4682fc78435 100755 --- a/avocado/utils/multipath.py +++ b/avocado/utils/multipath.py @@ -30,8 +30,7 @@ def get_svc_name(): """ if distro.detect().name == 'Ubuntu': return "multipath-tools" - else: - return "multipathd" + return "multipathd" def form_conf_mpath_file(blacklist="", defaults_extra=""):