但是,我在 VM 部署期间遇到以下错误
[ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Enforce firewalld status]
[ ERROR ] fatal: [localhost]: FAILED! => {"msg": "The conditional check 'firewalld_s.status.SubState != 'running' or firewalld_s.status.LoadState == 'masked'' failed. The error was: error while evaluating conditional (firewalld_s.status.SubState != 'running' or firewalld_s.status.LoadState == 'masked'): 'dict object' has no attribute 'SubState'\n\nThe error appears to be in '/usr/share/ansible/collections/ansible_collections/ovirt/ovirt/roles/hosted_engine_setup/tasks/pre_checks/validate_firewalld.yml': line 8, column 5, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n register: firewalld_s\n - name: Enforce firewalld status\n ^ here\n"}
Firewalld 在主机 Centos 上启动并运行:
public zone
Interfaces eno1
Service TCP UDP
ssh
22
dhcpv6-client
546
cockpit
9090
nfs
2049
nfs3
2049
2049
rpc-bind
111
111
mountd
20048
20048
ovirt-imageio
54322
ovirt-storageconsole
55863, 39543
ovirt-vmconsole
2223
Additional ports 2049, 80, 443, 54323, 6442, 9696, 6100, 2222, 16514, 111, 5900-6923, 49152-49215, 6081, 53, 35357 2049, 7410, 161, 53, 123
和
libvirt zone
Interfaces virbr0
Service TCP UDP
dhcp
67
dhcpv6
547
dns
53
53
ssh
22
tftp
69
oVirt
7777
ovirt-imageio
54322
ovirt-storageconsole
55863, 39543
ovirt-vmconsole
2223
请帮助我找到解决此问题的方向