[ovirt-users] Version 4.5. How should I properly replace a failed host?

2023-09-12 Thread ziyi Liu
gluster uses 2+1 arbitration mode My host is damaged and I need to reinstall the system. The host fqdn still uses the old fqdn. What should I do? I found some historical information. Is it still usable for the new version? Found gluster-ansible in GitHub

[ovirt-users] Re: How to use Python to manage each node in batches, because I want to send some scripts to nodes in batches

2023-08-21 Thread ziyi Liu
import ovirtsdk4 as sdk import paramiko import subprocess # create connection connection = sdk.Connection( url='https://xxx/ovirt-engine/api', username='xxx', password='xxx', ca_file= 'cacert.pem', ) This above is using the api format # Get all hosts hosts_service =

[ovirt-users] Re: How to use Python to manage each node in batches, because I want to send some scripts to nodes in batches

2023-08-17 Thread ziyi Liu
I have found a solution to log in to each host without password ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct:

[ovirt-users] How to use Python to manage each node in batches, because I want to send some scripts to nodes in batches

2023-08-16 Thread ZiYi Liu
By default, find the management in engine-web and use ssh management to restart and stop the node node. Can I get the host's secret key or other login information to log in through Python, and then send some commands or scripts? ___ Users mailing list --

[ovirt-users] Adding a new cluster is in doubt

2022-08-18 Thread ziyi Liu
ovirt version 4.5.1 I didn't see the tutorial on the ovirt official website, but I found the tutorial of Red Hat Hyperconverged Infrastructure for Virtualization. Should I follow this tutorial to execute, or through Cockpit, first pass the three machines of the second cluster through glusterfs

[ovirt-users] There is no glusterfs management dashboard in the Cockpit background

2022-10-13 Thread ziyi Liu
I have many data centers, the first data center contains the engine, the glusterfs management dashboard can be seen in the Cockpit background, but the glusterfs management dashboard cannot be seen in the second data center, Create the second data center step: I create a data center in the

[ovirt-users] Re: Expand the disk space of the hosting engine

2023-01-12 Thread ziyi Liu
Thank you very much, I am testing in the test environment now, and I will go to the official environment after success ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement:

[ovirt-users] Re: Expand the disk space of the hosting engine

2023-01-01 Thread ziyi Liu
Thank you very much, I know the operation steps, but there is still one point that I don’t quite understand, fdisk -l only shows 50G, the actual disk allocation has 100G, how can I display the remaining 50G. The second question is that if the allocated 100G is also full, how should I expand it?

[ovirt-users] Expand the disk space of the hosting engine

2022-12-29 Thread ziyi Liu
Now my hosting engine /var directory is full, and the 15G free space is fully occupied. When creating the hosting engine, I use 100G, but actually only use 50G. What can I do to make /var bigger? disk expansion ___ Users mailing list -- users@ovirt.org

[ovirt-users] Re: glusterfs Host is not in 'Peer in Cluster' state"

2022-11-11 Thread ziyi Liu
I already know why peering fails. GlusterFS needs to use fqdn, through DNS or hosts file to achieve When I deployed the first few machines, I used the IP without reporting an error, and I continued to deploy other machines and reported an error. ___

[ovirt-users] glusterfs Host is not in 'Peer in Cluster' state"

2022-11-08 Thread ziyi Liu
Version: 4.5.1 Configure the HCI mode on the cockpit web interface, and the message "glusterfs Host is not in 'Peer in Cluster' state" is displayed. node1 gluster peer status normally shows three storage nodes #gluster peer status Number of Peers: 2 Hostname: 10.10.1.6 Uuid:

[ovirt-users] HostedEngine restarts from time to time

2023-03-21 Thread ziyi Liu
Version 4.5.3.2-1.el8 There are two red warnings in the /var/log/messages file kernel shpchp :01:00.0: Slot initialization failed kernel shpchp :01:00.0: pci_hp_register failed with error -16 ___ Users mailing list -- users@ovirt.org To

[ovirt-users] HostedEngine restarts from time to time

2023-02-22 Thread ziyi Liu
Version 4.5.3.2-1.el8 There are two red warnings in the /var/log/messages file kernel shpchp :01:00.0: Slot initialization failed kernel shpchp :01:00.0: pci_hp_register failed with error -16 ___ Users mailing list -- users@ovirt.org To

[ovirt-users] How to enable the storage pool correctly

2023-03-28 Thread ziyi Liu
The /var/ folder is full, I can't enter the web ui to set it, I can only use the command line mode vdsm-client StorageDomain activate vdsm-client StorageDomain attach vdsm-client StoragePool connect vdsm-client StoragePool connectStorageServer I have tried these commands and they all prompt

[ovirt-users] HostedEngine: Unable to add virtual disk

2023-03-28 Thread ziyi Liu
I want to add a disk to HostedEngine, and the following error occurs when adding a disk in the web ui HostedEngine: Unable to add virtual disk. The engine is not managing this virtual machine. Does HostedEngine need to use vdms to add disks? Is it the following operation 1. Set managed engine

[ovirt-users] label settings

2023-04-13 Thread ziyi Liu
I have many users and each user manages different devices, I made a label for the corresponding device and distributed the label to the corresponding user. The user needs to manually activate the label every time he logs in. How to activate the label by default?

[ovirt-users] How to assign user rights more precisely

2023-02-06 Thread ziyi Liu
I have configured ldap and can use ldap users to log in to the web engine There are many data center clusters and virtual machines in my environment. I should have more precise control over users The general manager can see several data centers he manages and can manage them There are three

[ovirt-users] HostEngine added alternate fqdn cannot be accessed

2023-06-28 Thread ziyi Liu
I modified the parameter of SSO_ALTERNATE_ENGINE_FQDNS to the new fqdn in /etc/ovirt-engine/engine.conf.d/11-setup-sso.conf. After modifying the hosts, I can use the new fqdn to open the web but cannot enter the portal management, prompting 500 Internal Server Error

[ovirt-users] Re: [External] : The table in the database is too large

2024-03-19 Thread ziyi Liu
Is the DB vacuum cleaning thorough? I tried that a long time ago and it didn't seem to clear much space. Is the data recorded in DB cyclic or automatically cleared periodically? Is it necessary to enable global maintenance for DB vacuum? ___ Users

[ovirt-users] The table in the database is too large

2024-03-13 Thread ziyi Liu
numa_node 6.39GB vds_interface_statistics 3.08GB vm_statistics 2.64GB vds_statistics 1.72GB vm_interface_statistics 1.54GB audit_log 1.44GB disk_image_dynamic 1.22GB vm_dynamic 1GB These tables basically have more than 200 rows, how should I reduce the data? I have 111 hosts and 175 virtual