Made the suggestion that you made earlier I continued to get the same results.  
Sharing the files/things you requested below:

ovirt-imageio --show-config
{
    "backend_file": {
        "buffer_size": 8388608
    },
    "backend_http": {
        "buffer_size": 8388608,
        "ca_file": "/etc/pki/ovirt-engine/ca.pem"
    },
    "backend_nbd": {
        "buffer_size": 8388608
    },
    "control": {
        "port": 54324,
        "prefer_ipv4": true,
        "remove_timeout": 60,
        "socket": "/run/ovirt-imageio/sock",
        "transport": "unix"
    },
    "daemon": {
        "drop_privileges": true,
        "group_name": "ovirtimg",
        "max_connections": 8,
        "poll_interval": 1.0,
        "run_dir": "/run/ovirt-imageio",
        "user_name": "ovirtimg"
    },
    "formatter_long": {
        "format": "%(asctime)s %(levelname)-7s (%(threadName)s) [%(name)s] 
%(message)s"
    },
    "formatters": {
        "keys": "long"
    },
    "handler_logfile": {
        "args": "(\"/var/log/ovirt-imageio/daemon.log\",)",
        "formatter": "long",
        "class": "logging.handlers.RotatingFileHandler",
        "kwargs": "{\"maxBytes\": 20971520, \"backupCount\": 10}",
        "level": "DEBUG"
    },
    "handler_stderr": {
        "args": "()",
        "formatter": "long",
        "class": "logging.StreamHandler",
        "level": "DEBUG"
    },
    "handlers": {
        "keys": "logfile"
    },
    "local": {
        "enable": true,
        "socket": "\u0000/org/ovirt/imageio"
    },
    "logger_root": {
        "handlers": "logfile",
        "level": "INFO",
        "propagate": 0
    },
    "loggers": {
        "keys": "root"
    },
    "profile": {
        "filename": "/run/ovirt-imageio/profile"
    },
    "remote": {
        "host": "::",
        "port": 54322
    },
    "tls": {
        "ca_file": "/etc/pki/vdsm/certs/cacert.pem",
        "cert_file": "/etc/pki/vdsm/certs/vdsmcert.pem",
        "enable": true,
        "enable_tls1_1": false,
        "key_file": "/etc/pki/vdsm/keys/vdsmkey.pem"
    }
}

ls -lh /etc/pki/ovirt-engine/apache-ca.pem
lrwxrwxrwx. 1 root root 28 May  2 17:57 /etc/pki/ovirt-engine/apache-ca.pem -> 
/etc/pki/ovirt-engine/ca.pem

sudo systemctl status ovirt-imageio
 
● ovirt-imageio.service - oVirt ImageIO Daemon
   Loaded: loaded (/usr/lib/systemd/system/ovirt-imageio.service; enabled; 
vendor preset: disabled)
   Active: active (running) since Tue 2022-05-10 17:45:16 EDT; 12min ago
 Main PID: 1564 (ovirt-imageio)
    Tasks: 4 (limit: 201976)
   Memory: 20.1M
   CGroup: /system.slice/ovirt-imageio.service
           └─1564 /usr/libexec/platform-python -s /usr/bin/ovirt-imageio

May 10 17:45:14 hpdl380gen10.cscd.net systemd[1]: Starting oVirt ImageIO 
Daemon...
May 10 17:45:16 hpdl380gen10.cscd.net systemd[1]: Started oVirt ImageIO Daemon.

Please tell what else I should be looking for or at? 

Thanks
_______________________________________________
Users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/[email protected]/message/44632CDVUBB4ZVLHMXSZJODCFS4U4ZIZ/

Reply via email to