Jelajahi Sumber

Add support for Rocky linux worker machines

Daniel Vincze 11 bulan lalu
induk
melakukan
314b774d09
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      coriolis/osmorphing/osmount/redhat.py

+ 1 - 1
coriolis/osmorphing/osmount/redhat.py

@@ -15,7 +15,7 @@ class RedHatOSMountTools(base.BaseLinuxOSMountTools):
         os_info = utils.get_linux_os_info(self._ssh)
         if os_info and os_info[0] in [
                 'RedHatEnterpriseServer', 'CentOS', 'OracleServer',
-                'rhel', 'centos', 'ol']:
+                'rhel', 'centos', 'ol', 'rocky']:
             return True
 
     def setup(self):