Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Linux] Mask packagekit service for Suse family OS #602

Merged
merged 4 commits into from
Jul 4, 2024

Conversation

ZouYuhua
Copy link
Collaborator

@ZouYuhua ZouYuhua commented Jul 3, 2024

Issue:
ovt_verify_pkg_install failed due to running /usr/lib/packagekitd on opensuse-15.6-GA-64bit

Test result:

  1. Passed this testcases for 4 times trying

  2. The status of packagekit.service is expected when check VM

  3. Note:
    systemctl disable packagekit.service
    disable makes the unit disabled during boot. But that unit can be started anytime after boot.

systemctl mask packagekit.service
mask disables the unit completely. It can't be started without unmasking. That automatically implies it will fail during boot.

@keirazhang keirazhang changed the title [OpenSUSE] ovt_verify_pkg_install failed due to running /usr/lib/packagekitd on opensuse-15.6-GA-64bit [Linux] Mask packagekit service for Suse family OS Jul 3, 2024
@ZouYuhua
Copy link
Collaborator Author

ZouYuhua commented Jul 4, 2024

@keirazhang

  1. passed the testing for openSUSE
|                           | prettyName='openSUSE Leap 15.6'         |
+---------------------------------------------------------------------+


Test Results (Total: 31, Passed: 25, Skipped: 6, Elapsed Time: 02:46:12)
+-------------------------------------------------------------------------+
| ID | Name                                 |   Status        | Exec Time |
+-------------------------------------------------------------------------+
| 01 | deploy_vm_efi_paravirtual_vmxnet3    |   Passed        | 00:42:46  |
| 02 | check_inbox_driver                   |   Passed        | 00:03:26  |
| 03 | ovt_verify_pkg_install               |   Passed        | 00:07:44  |
| 04 | ovt_verify_status                    |   Passed        | 00:03:17  |
| 05 | vgauth_check_service                 |   Passed        | 00:01:18  |
| 06 | host_verify_saml_token               |   Passed        | 00:02:21  |
| 07 | check_ip_address                     |   Passed        | 00:01:09  |
| 08 | check_os_fullname                    |   Passed        | 00:01:45  |
| 09 | stat_balloon                         |   Passed        | 00:01:01  |
| 10 | stat_hosttime                        |   Passed        | 00:01:04  |
| 11 | device_list                          |   Passed        | 00:03:15  |
| 12 | check_quiesce_snapshot_custom_script |   Passed        | 00:01:24  |
| 13 | memory_hot_add_basic                 |   Passed        | 00:05:34  |
| 14 | cpu_hot_add_basic                    |   Passed        | 00:05:41  |
| 15 | cpu_multicores_per_socket            |   Passed        | 00:08:58  |
| 16 | check_efi_firmware                   |   Passed        | 00:01:06  |
| 17 | secureboot_enable_disable            |   Passed        | 00:04:48  |
| 18 | e1000e_network_device_ops            |   Passed        | 00:04:18  |
| 19 | vmxnet3_network_device_ops           |   Passed        | 00:03:11  |
| 20 | pvrdma_network_device_ops            | * Not Supported | 00:00:58  |
| 21 | gosc_perl_dhcp                       | * Not Supported | 00:00:57  |
| 22 | gosc_perl_staticip                   | * Not Supported | 00:01:00  |
| 23 | gosc_cloudinit_dhcp                  | * Not Supported | 00:00:57  |
| 24 | gosc_cloudinit_staticip              | * Not Supported | 00:01:01  |
| 25 | paravirtual_vhba_device_ops          |   Passed        | 00:07:43  |
| 26 | lsilogic_vhba_device_ops             |   Passed        | 00:19:57  |
| 27 | lsilogicsas_vhba_device_ops          |   Passed        | 00:07:45  |
| 28 | sata_vhba_device_ops                 |   Passed        | 00:07:58  |
| 29 | nvme_vhba_device_ops                 |   Passed        | 00:08:03  |
| 30 | nvdimm_cold_add_remove               | * Not Supported | 00:00:55  |
| 31 | ovt_verify_pkg_uninstall             |   Passed        | 00:03:40  |
+-------------------------------------------------------------------------+
  1. passed for SLED 15
|                           | prettyName='SUSE Linux Enterprise Desktop 15 SP6' |
+-------------------------------------------------------------------------------+


Test Results (Total: 31, Passed: 27, Skipped: 4, Elapsed Time: 02:44:10)
+-------------------------------------------------------------------------+
| ID | Name                                 |   Status        | Exec Time |
+-------------------------------------------------------------------------+
| 01 | deploy_vm_efi_paravirtual_vmxnet3    |   Passed        | 00:32:56  |
| 02 | check_inbox_driver                   |   Passed        | 00:03:06  |
| 03 | ovt_verify_pkg_install               |   Passed        | 00:08:11  |
| 04 | ovt_verify_status                    |   Passed        | 00:02:55  |
| 05 | vgauth_check_service                 |   Passed        | 00:00:50  |
| 06 | host_verify_saml_token               |   Passed        | 00:01:59  |
| 07 | check_ip_address                     |   Passed        | 00:00:39  |
| 08 | check_os_fullname                    |   Passed        | 00:01:19  |
| 09 | stat_balloon                         |   Passed        | 00:00:39  |
| 10 | stat_hosttime                        |   Passed        | 00:00:43  |
| 11 | device_list                          |   Passed        | 00:02:27  |
| 12 | check_quiesce_snapshot_custom_script |   Passed        | 00:01:05  |
| 13 | memory_hot_add_basic                 |   Passed        | 00:05:25  |
| 14 | cpu_hot_add_basic                    |   Passed        | 00:05:14  |
| 15 | cpu_multicores_per_socket            |   Passed        | 00:07:48  |
| 16 | check_efi_firmware                   |   Passed        | 00:00:45  |
| 17 | secureboot_enable_disable            |   Passed        | 00:03:55  |
| 18 | e1000e_network_device_ops            |   Passed        | 00:03:56  |
| 19 | vmxnet3_network_device_ops           |   Passed        | 00:02:50  |
| 20 | pvrdma_network_device_ops            |   Passed        | 00:14:15  |
| 21 | gosc_perl_dhcp                       | * Not Supported | 00:00:41  |
| 22 | gosc_perl_staticip                   | * Not Supported | 00:00:37  |
| 23 | gosc_cloudinit_dhcp                  | * Not Supported | 00:00:39  |
| 24 | gosc_cloudinit_staticip              | * Not Supported | 00:00:40  |
| 25 | paravirtual_vhba_device_ops          |   Passed        | 00:06:45  |
| 26 | lsilogic_vhba_device_ops             |   Passed        | 00:18:42  |
| 27 | lsilogicsas_vhba_device_ops          |   Passed        | 00:07:04  |
| 28 | sata_vhba_device_ops                 |   Passed        | 00:07:17  |
| 29 | nvme_vhba_device_ops                 |   Passed        | 00:07:01  |
| 30 | nvdimm_cold_add_remove               |   Passed        | 00:09:34  |
| 31 | ovt_verify_pkg_uninstall             |   Passed        | 00:03:00  |
+-------------------------------------------------------------------------+
  1. passed for SLES 15
|                           | prettyName='SUSE Linux Enterprise Server 15 SP6' |
+------------------------------------------------------------------------------+


Test Results (Total: 31, Passed: 31, Elapsed Time: 03:06:03)
+----------------------------------------------------------------+
| ID | Name                                 | Status | Exec Time |
+----------------------------------------------------------------+
| 01 | deploy_vm_efi_paravirtual_vmxnet3    | Passed | 00:34:19  |
| 02 | check_inbox_driver                   | Passed | 00:03:17  |
| 03 | ovt_verify_pkg_install               | Passed | 00:08:28  |
| 04 | ovt_verify_status                    | Passed | 00:02:45  |
| 05 | vgauth_check_service                 | Passed | 00:00:51  |
| 06 | host_verify_saml_token               | Passed | 00:01:57  |
| 07 | check_ip_address                     | Passed | 00:00:41  |
| 08 | check_os_fullname                    | Passed | 00:01:15  |
| 09 | stat_balloon                         | Passed | 00:00:42  |
| 10 | stat_hosttime                        | Passed | 00:00:45  |
| 11 | device_list                          | Passed | 00:02:52  |
| 12 | check_quiesce_snapshot_custom_script | Passed | 00:01:08  |
| 13 | memory_hot_add_basic                 | Passed | 00:05:36  |
| 14 | cpu_hot_add_basic                    | Passed | 00:05:26  |
| 15 | cpu_multicores_per_socket            | Passed | 00:08:18  |
| 16 | check_efi_firmware                   | Passed | 00:00:47  |
| 17 | secureboot_enable_disable            | Passed | 00:04:40  |
| 18 | e1000e_network_device_ops            | Passed | 00:04:32  |
| 19 | vmxnet3_network_device_ops           | Passed | 00:03:34  |
| 20 | pvrdma_network_device_ops            | Passed | 00:07:59  |
| 21 | gosc_perl_dhcp                       | Passed | 00:05:58  |
| 22 | gosc_perl_staticip                   | Passed | 00:05:43  |
| 23 | gosc_cloudinit_dhcp                  | Passed | 00:06:47  |
| 24 | gosc_cloudinit_staticip              | Passed | 00:06:20  |
| 25 | paravirtual_vhba_device_ops          | Passed | 00:07:27  |
| 26 | lsilogic_vhba_device_ops             | Passed | 00:19:21  |
| 27 | lsilogicsas_vhba_device_ops          | Passed | 00:07:25  |
| 28 | sata_vhba_device_ops                 | Passed | 00:07:37  |
| 29 | nvme_vhba_device_ops                 | Passed | 00:07:43  |
| 30 | nvdimm_cold_add_remove               | Passed | 00:07:28  |
| 31 | ovt_verify_pkg_uninstall             | Passed | 00:03:12  |
+----------------------------------------------------------------+

@ZouYuhua ZouYuhua force-pushed the zouy_fix_packagekitd_issue branch from 58692c6 to d68bc2a Compare July 4, 2024 02:31
Copy link
Contributor

@keirazhang keirazhang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@ZouYuhua ZouYuhua merged commit 370ba9f into vmware:main Jul 4, 2024
@ZouYuhua ZouYuhua deleted the zouy_fix_packagekitd_issue branch July 4, 2024 03:02
@Tomorrow9 Tomorrow9 added this to the 3.2 milestone Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants