Uploaded image for project: 'RHEL'
  1. RHEL
  2. RHEL-50535

[RHEL-10] tests_lvm_percent_size_nvme_generated

    • No
    • None
    • rhel-sst-system-roles
    • None
    • False
    • Hide

      None

      Show
      None
    • None
    • None
    • None
    • None
    • None

      What were you trying to do that didn't work?

      Please provide the package NVR for which bug is seen:

      How reproducible:

      Steps to reproduce

      1.  
      2.  
      3.  

      Expected results

      Actual results

       

      TASK [Verify the current mount state by device] ********************************
      task path: /usr/share/ansible/roles/rhel-system-roles.storage/tests/test-verify-volume-mount.yml:44
      ok: [localhost] => {
          "changed": false,
          "msg": "All assertions passed"
      }
      
      TASK [Verify mount directory user] *********************************************
      task path: /usr/share/ansible/roles/rhel-system-roles.storage/tests/test-verify-volume-mount.yml:53
      skipping: [localhost] => {"changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False"}
      
      TASK [Verify mount directory group] ********************************************
      task path: /usr/share/ansible/roles/rhel-system-roles.storage/tests/test-verify-volume-mount.yml:65
      skipping: [localhost] => {"changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False"}
      
      TASK [Verify mount directory permissions] **************************************
      task path: /usr/share/ansible/roles/rhel-system-roles.storage/tests/test-verify-volume-mount.yml:77
      skipping: [localhost] => {"changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False"}
      
      TASK [Get path of test volume device] ******************************************
      task path: /usr/share/ansible/roles/rhel-system-roles.storage/tests/test-verify-volume-mount.yml:92
      skipping: [localhost] => {"changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False"}
      
      TASK [Gather swap info] ********************************************************
      task path: /usr/share/ansible/roles/rhel-system-roles.storage/tests/test-verify-volume-mount.yml:98
      skipping: [localhost] => {"changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False"}
      
      TASK [Verify swap status] ******************************************************
      task path: /usr/share/ansible/roles/rhel-system-roles.storage/tests/test-verify-volume-mount.yml:104
      skipping: [localhost] => {"changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False"}
      
      TASK [Unset facts] *************************************************************
      task path: /usr/share/ansible/roles/rhel-system-roles.storage/tests/test-verify-volume-mount.yml:116
      ok: [localhost] => {"ansible_facts": {"storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null}, "changed": false}
      
      TASK [Set some variables for fstab checking] ***********************************
      task path: /usr/share/ansible/roles/rhel-system-roles.storage/tests/test-verify-volume-fstab.yml:2
      ok: [localhost] => {"ansible_facts": {"storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": ["UUID=5628c9c9-ce63-43f6-bbf1-305751292abd "], "storage_test_fstab_mount_options_matches": [" /opt/test2 ext4 defaults "], "storage_test_fstab_mount_point_matches": [" /opt/test2 "]}, "changed": false}
      
      TASK [Verify that the device identifier appears in /etc/fstab] *****************
      task path: /usr/share/ansible/roles/rhel-system-roles.storage/tests/test-verify-volume-fstab.yml:40
      ok: [localhost] => {
          "changed": false,
          "msg": "All assertions passed"
      }
      
      TASK [Verify the fstab mount point] ********************************************
      task path: /usr/share/ansible/roles/rhel-system-roles.storage/tests/test-verify-volume-fstab.yml:48
      ok: [localhost] => {
          "changed": false,
          "msg": "All assertions passed"
      }
      
      TASK [Verify mount_options] ****************************************************
      task path: /usr/share/ansible/roles/rhel-system-roles.storage/tests/test-verify-volume-fstab.yml:58
      skipping: [localhost] => {"changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False"}
      
      TASK [Verify fingerprint] ******************************************************
      task path: /usr/share/ansible/roles/rhel-system-roles.storage/tests/test-verify-volume-fstab.yml:71
      ok: [localhost] => {
          "changed": false,
          "msg": "All assertions passed"
      }
      
      TASK [Clean up variables] ******************************************************
      task path: /usr/share/ansible/roles/rhel-system-roles.storage/tests/test-verify-volume-fstab.yml:77
      ok: [localhost] => {"ansible_facts": {"storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null}, "changed": false}
      
      TASK [Verify fs type] **********************************************************
      task path: /usr/share/ansible/roles/rhel-system-roles.storage/tests/test-verify-volume-fs.yml:6
      fatal: [localhost]: FAILED! => {
          "assertion": "storage_test_blkinfo.info[storage_test_volume._device].fstype == storage_test_volume.fs_type or (storage_test_blkinfo.info[storage_test_volume._device].fstype | length == 0 and storage_test_volume.fs_type == \"unformatted\")",
          "changed": false,
          "evaluated_to": false,
          "msg": "Assertion failed"
      }
      
      PLAY RECAP *********************************************************************
      localhost                  : ok=756  changed=7    unreachable=0    failed=1    skipped=784  rescued=2    ignored=0   
      STDERR:
      RETURN:2 

      https://beaker.engineering.redhat.com/recipes/16633554#task181281368

      rhel-system-roles-1.84.1-0.1.el10.noarch

              rmeggins@redhat.com Richard Megginson
              guazhang@redhat.com Guangwu Zhang
              Richard Megginson Richard Megginson
              David Jez David Jez
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated: