[ovirt-users] Re: Unable to connect to postgres database on oVirt engine

2020-10-20 Thread Yedidyah Bar David
On Tue, Oct 20, 2020 at 5:25 PM wrote: > > @Didi thanks for your response, we are trying to pull postgres db metrics > using collectd agent but while trying to get metrics we are getting below > error. We are pulling creds from file > '/etc/ovirt-engine/engine.conf.d/10-setup-database.conf' >

[ovirt-users] Re: How to clean up Storage Domain manually

2020-10-20 Thread miguel . garcia
Resolved the problem by restarting iscsid service on the host that has assigned the storage domain and after that was able to remove disk in illegal status and was able to create new templates, vms and disks. ___ Users mailing list -- users@ovirt.org

[ovirt-users] Re: 20+ Fresh Installs Failing in 20+ days [newbie & frustrated]

2020-10-20 Thread info
Did you try to ssh to the engine VM? ssh is disconnecting within 1 second to 30 seconds, impossible to perform anything. Command line install " hosted-engine --deploy" it gets to this point (see below) and disconnect and thereafter it is disconnecting ssh and http:// FQDN:9090 "[

[ovirt-users] Re: VM has snapshot with disk in illegal status

2020-10-20 Thread Massimo Mad
[image: Ovirt Illegal.png] Il giorno mar 20 ott 2020 alle ore 09:44 Shani Leviim ha scritto: > Hi, > I think we should treat each problem separately: > Can you run that SQL query on your engine and see the output? > SELECT * > FROM images_storage_domain_view images_storage_domain_view >

[ovirt-users] Re: VM has snapshot with disk in illegal status

2020-10-20 Thread Massimo Coloma
Hi, I send you the output of the first query: engine=# SELECT * FROM images_storage_domain_view images_storage_domain_view WHERE image_group_id = '55893adf-1e56-4346-8070-4b3e660dd44d'; image_guid | storage_name | storage_pool_id | storage_type | creation_date | size | it_guid | description |

[ovirt-users] How to clean up Storage Domain manually

2020-10-20 Thread miguel . garcia
We have a problem in our cluster where the storage domain was consumed almost totally so we proceed to do a release space by deleting vms and templates that are not longer needed. Despite of removal we got the following eerror message removing some assets "The Storage Domain may be manually

[ovirt-users] Re: Unable to connect to postgres database on oVirt engine

2020-10-20 Thread kushagra2agarwal
@Didi thanks for your response, we are trying to pull postgres db metrics using collectd agent but while trying to get metrics we are getting below error. We are pulling creds from file '/etc/ovirt-engine/engine.conf.d/10-setup-database.conf' oVirt engine version 4.3.10 Any thoughts on what

[ovirt-users] Re: Unable to connect to postgres database on oVirt engine

2020-10-20 Thread Yedidyah Bar David
Hi, Which version of the engine are you using? On Tue, Oct 20, 2020 at 4:59 PM wrote: > > I am unable to connect to postgres database running on oVirt engine and while > troubleshooting found below possible issue. How do you try to connect? > > semanage fcontext -a -t postgresql_exec_t >

[ovirt-users] Re: [ANN] oVirt 4.4.3 Fifth Release Candidate is now available for testing

2020-10-20 Thread Edward Berger
On the HostedEngineLocal VM [root@testvirt ~]# yum repolist enabled repo id repo name AppStream CentOS-8 - AppStream BaseOS CentOS-8 - Base PowerTools CentOS-8 - PowerTools extras CentOS-8 - Extras ovirt-4.4 Latest oVirt 4.4 Release ovirt-4.4-advanced-virtualization Advanced Virtualization

[ovirt-users] Unable to connect to postgres database on oVirt engine

2020-10-20 Thread kushagra2agarwal
I am unable to connect to postgres database running on oVirt engine and while troubleshooting found below possible issue. semanage fcontext -a -t postgresql_exec_t /opt/rh/rh-postgresql10/root/usr/bin/psql ValueError: File spec /opt/rh/rh-postgresql10/root/usr/bin/psql conflicts with

[ovirt-users] Re: Add direct lun (Fibre Channel) to VM

2020-10-20 Thread Gianluca Cecchi
On Tue, Oct 20, 2020 at 1:22 PM wrote: > Hi > how to add directly to a VM 4 fiber channel luns without losing the data > they have, these luns need to be seen directly on the VM as "raw devices". > > Thks > > Plima > > In general the page to add disks and also direct lun is this one:

[ovirt-users] Add direct lun (Fibre Channel) to VM

2020-10-20 Thread jpedrolima
Hi how to add directly to a VM 4 fiber channel luns without losing the data they have, these luns need to be seen directly on the VM as "raw devices". Thks Plima ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to

[ovirt-users] Hyperconverged Gluster Deployment in cockpit with zfs

2020-10-20 Thread harryo . dk
Hi, When I want to use zfs for software raid on my oVirt nodes instead of a hardware raid controller, I don't know what to type in "Device Name" I don't know if this step should be skipped for zfs raid, I don't know the location of my zfs vdev or if thre is anyhing else i should input. If I

[ovirt-users] Re: Upgrade from ovirt-node-ng 4.4.1 to 4.4.2 fails with "Local storage domains were found on the same filesystem as / ! Please migrate the data to a new LV before upgrading, or you will

2020-10-20 Thread gantonjo-ovirt--- via Users
Thanks for your answer. Yesterday we removed all content from /rhev/data-center/mnt/blockSD/* on our nodes (in Local Maintenance mode) and manually updated the nodes with "dnf update". After a reboot and a night's sleep, all 12 nodes are reporting up to date status. That is, we are now on

[ovirt-users] Re: [ANN] oVirt 4.4.3 Fifth Release Candidate is now available for testing

2020-10-20 Thread Sandro Bonazzola
Il giorno lun 19 ott 2020 alle ore 19:03 Edward Berger ha scritto: > with those packages installed I was able to run the single node > hyperconverged wizard, > but it fails during deploy "Hosted Engine Deployment" with > [ INFO ] TASK [ovirt.ovirt.engine_setup : Update setup packages] > [ INFO ]

[ovirt-users] Re: VM has snapshot with disk in illegal status

2020-10-20 Thread Shani Leviim
Hi, I think we should treat each problem separately: Can you run that SQL query on your engine and see the output? SELECT * FROM images_storage_domain_view images_storage_domain_view WHERE image_group_id = '55893adf-1e56-4346-8070-4b3e660dd44d'; and same for

[ovirt-users] Re: 20+ Fresh Installs Failing in 20+ days [newbie & frustrated]

2020-10-20 Thread Yedidyah Bar David
On Mon, Oct 19, 2020 at 6:00 PM wrote: > > I used Cockpit web interface to do the install and I crashed again. I think > it did not do the final part of the install. There are no other files such as > "engine-side logs" Did you try to ssh to the engine VM? Do you see it running on the host?