Re: [ovirt-users] I wrote an oVirt thing

2016-11-28 Thread Konstantin Shalygin
ovirt-shell will be deprecated and not supported or some functions on 
ovirt-shell (or all package ovirt-engine-cli)?


We use ovirt-shell on client desktops who connected to SPICE consoles 
and work (users provided by LDAP on ovirt-engine), like via RDP. For 
this I wrote very fast-hack patch for ovirt-shell and GUI for enter 
password (https://github.com/k0ste/ovirt-pygtk). Very simple, but via 
Internet people use SPICE without negative about packet loss and 
disconnects, instead RDP.



BTW, the ovirt-shell is something we deprecated. It is working on top of
the v3 api, which we plan to remove in 4.2.
So better not use it.



You can start maintain. For example I maintain packes for Arch Linux: 
ovirt-engine-cli (https://aur.archlinux.org/packages/ovirt-engine-cli) 
and ovirt-engine-sdk-python 
(https://aur.archlinux.org/packages/ovirt-engine-sdk-python).



  My workstation at work is running Ubuntu, and I do not believe that 
ovirt-shell is packaged for it.


--
Best regards,
Konstantin Shalygin


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] I wrote an oVirt thing

2016-11-29 Thread Konstantin Shalygin
Use case - Explain what is Virtual Machine to accountant or stockman - 
beyond my powers. But they understand what is Remote Desktop, and how to 
"Start menu->Programs->Remote Work->password->Enter".



In this talk I like the fact that I learned about deprecation this 
packet and need to start wrote on another library instead call sub-process.


About security reasons: is acceptable for our company. For who don't 
need this patch can easy disable it. This is not package[1], only 
playbook for build this.



[1] https://wiki.archlinux.org/index.php/Arch_User_Repository

On 11/29/2016 07:06 PM, Yaniv Kaul wrote:



On Tue, Nov 29, 2016 at 3:40 AM, Konstantin Shalygin <k0...@k0ste.ru 
<mailto:k0...@k0ste.ru>> wrote:


ovirt-shell will be deprecated and not supported or some functions
on ovirt-shell (or all package ovirt-engine-cli)?

We use ovirt-shell on client desktops who connected to SPICE
consoles and work (users provided by LDAP on ovirt-engine), like
via RDP. For this I wrote very fast-hack patch for ovirt-shell and
GUI for enter password (https://github.com/k0ste/ovirt-pygtk
<https://github.com/k0ste/ovirt-pygtk>). Very simple, but via
Internet people use SPICE without negative about packet loss and
disconnects, instead RDP.


Can you further explain the use case? I assume the user portal is not 
good enough for some reason?




BTW, the ovirt-shell is something we deprecated. It is working
on top of
the v3 api, which we plan to remove in 4.2.
So better not use it.



You can start maintain. For example I maintain packes for Arch
Linux: ovirt-engine-cli
(https://aur.archlinux.org/packages/ovirt-engine-cli
<https://aur.archlinux.org/packages/ovirt-engine-cli>) and
ovirt-engine-sdk-python
(https://aur.archlinux.org/packages/ovirt-engine-sdk-python
<https://aur.archlinux.org/packages/ovirt-engine-sdk-python>).


Hi,

It somehow looks like a fork of the CLI (due to the added patch[1]).
I'm not sure how happy I am about it, considering the patch is adding 
a feature with security issues (there is a reason we do not support 
password passed via the command line - it's somewhat less secure).
Since you are already checking for the CLI rc file[2], just add the 
password to it and launch with it (in a temp file in the temp 
directory with the right permissions, etc...)


BTW, note that the attempt to delete the password from memory[3] may 
or may not work. After all, it's a copy of what you got 
from entry.get_text() few lines before.
And Python GC is not really to be relied upon to delete things ASAP 
anyway. There are some lovely discussions on the Internet about it. 
For example[4].

Y.

[1] 
https://github.com/k0ste/ovirt-pygtk/blob/master/add_password_option.patch

[2] https://github.com/k0ste/ovirt-pygtk/blob/master/ovirt-pygtk.py#L81
[3] https://github.com/k0ste/ovirt-pygtk/blob/master/ovirt-pygtk.py#L71
[4] 
http://stackoverflow.com/questions/728164/securely-erasing-password-in-memory-python




  My workstation at work is running Ubuntu, and I do not
believe that ovirt-shell is packaged for it.


-- 
Best regards,

Konstantin Shalygin



___
Users mailing list
Users@ovirt.org <mailto:Users@ovirt.org>
http://lists.ovirt.org/mailman/listinfo/users
<http://lists.ovirt.org/mailman/listinfo/users>




--
Best regards,
Konstantin Shalygin

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] oVirt, Cinder, Ceph in 2017

2017-03-22 Thread Konstantin Shalygin

Hello.

Try to use this guide Cinder and Glance integration 
 
- this is actually on 2017? I try to use it and get this error on oVirt 
4.1 (CentOS 7.3):


2017-03-22 11:34:19 INFO otopi.plugins.ovirt_engine_setup.dockerc.config 
config._misc_deploy:357 Creating rabbitmq
2017-03-22 11:34:19 INFO otopi.plugins.ovirt_engine_setup.dockerc.config 
config._misc_deploy:397 Starting rabbitmq
2017-03-22 11:34:19 DEBUG 
otopi.plugins.ovirt_engine_setup.dockerc.config config._misc_deploy:402 
Container rabbitmq: 
da8d020b19010f0a7f1f6ce19977791c20b0f2eabd562578be9e06fd4e116172
2017-03-22 11:34:19 DEBUG otopi.context context._executeMethod:142 
method exception

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/otopi/context.py", line 132, 
in _executeMethod

method['method']()
  File 
"/usr/share/ovirt-engine/setup/bin/../plugins/ovirt-engine-setup/dockerc/config.py", 
line 434, in _misc_deploy

raise ex
APIError: 400 Client Error: Bad Request ("{"message":"starting container 
with HostConfig was deprecated since v1.10 and removed in v1.12"}")
2017-03-22 11:34:19 ERROR otopi.context context._executeMethod:151 
Failed to execute stage 'Misc configuration': 400 Client Error: Bad 
Request ("{"message":"starting container with HostConfig was deprecated 
since v1.10 and removed in v1.12"}")
2017-03-22 11:34:19 DEBUG otopi.transaction transaction.abort:119 
aborting 'Yum Transaction'
2017-03-22 11:34:19 INFO otopi.plugins.otopi.packagers.yumpackager 
yumpackager.info:80 Yum Performing yum transaction rollback

Loaded plugins: fastestmirror, versionlock
2017-03-22 11:34:19 DEBUG otopi.transaction transaction.abort:119 
aborting 'DWH Engine database Transaction'
2017-03-22 11:34:19 DEBUG otopi.transaction transaction.abort:119 
aborting 'Database Transaction'
2017-03-22 11:34:19 DEBUG otopi.transaction transaction.abort:119 
aborting 'Version Lock Transaction'
2017-03-22 11:34:19 DEBUG otopi.transaction transaction.abort:119 
aborting 'DWH database Transaction'
2017-03-22 11:34:19 DEBUG otopi.transaction transaction.abort:119 
aborting 'File transaction for '/etc/ovirt-engine/firewalld/ovirt-http.xml''
2017-03-22 11:34:19 DEBUG otopi.transaction transaction.abort:119 
aborting 'File transaction for 
'/etc/ovirt-engine/firewalld/ovirt-https.xml''
2017-03-22 11:34:19 DEBUG otopi.transaction transaction.abort:119 
aborting 'File transaction for 
'/etc/ovirt-engine/firewalld/ovirt-vmconsole-proxy.xml''
2017-03-22 11:34:19 DEBUG otopi.transaction transaction.abort:119 
aborting 'File transaction for 
'/etc/ovirt-engine/firewalld/ovirt-local-cinder.xml''
2017-03-22 11:34:19 DEBUG otopi.transaction transaction.abort:119 
aborting 'File transaction for 
'/etc/ovirt-engine/firewalld/ovirt-local-glance.xml''
2017-03-22 11:34:19 DEBUG otopi.transaction transaction.abort:119 
aborting 'File transaction for 
'/etc/ovirt-engine/firewalld/ovirt-imageio-proxy.xml''
2017-03-22 11:34:19 DEBUG otopi.transaction transaction.abort:119 
aborting 'File transaction for 
'/etc/ovirt-engine/firewalld/ovirt-websocket-proxy.xml''
2017-03-22 11:34:19 DEBUG otopi.transaction transaction.abort:119 
aborting 'File transaction for 
'/etc/ovirt-engine/firewalld/ovirt-fence-kdump-listener.xml''
2017-03-22 11:34:19 DEBUG otopi.transaction transaction.abort:119 
aborting 'File transaction for 
'/etc/ovirt-engine/firewalld/ovirt-postgres.xml''
2017-03-22 11:34:19 DEBUG otopi.transaction transaction.abort:119 
aborting 'File transaction for 
'/etc/ovirt-engine/firewalld/ovirt-postgres.xml''
2017-03-22 11:34:19 DEBUG otopi.transaction transaction.abort:119 
aborting 'File transaction for '/etc/ovirt-engine/iptables.example''
2017-03-22 11:34:19 DEBUG otopi.context context.dumpEnvironment:760 
ENVIRONMENT DUMP - BEGIN
2017-03-22 11:34:19 DEBUG otopi.context context.dumpEnvironment:770 ENV 
BASE/error=bool:'True'
2017-03-22 11:34:19 DEBUG otopi.context context.dumpEnvironment:770 ENV 
BASE/exceptionInfo=list:'[(, 
APIError(HTTPError('400 Client Error: Bad Request',),), object at 0x2923fc8>)]'
2017-03-22 11:34:19 DEBUG otopi.context context.dumpEnvironment:774 
ENVIRONMENT DUMP - END


Okay, back to 2016, make rpm's (and deps):

python-docker-py-1.9.0-1
docker-1.10.3-59

I Installed it, run engine-setup. Now "Deploy Cinder container on this 
host" & "Deploy Glance container on this host" are success. On oVirt 
Engine Web admin I see external provider 
"local-glance-image-repository". But actually I can't use them. Then I 
figure out this is unsupported method?


May be I should going another way for "oVirt with Ceph"? Like VM with 
OpenStack stuff deployed with Ansible or another 
ready_to_go_docker_containers because I need it faster, therefore I want 
to go this way "makes it more easier to be accomplished without the need 
for a manual complex configuration".


Thanks.
___
Users mailing list

Re: [ovirt-users] LACP Bonding issue

2017-04-20 Thread Konstantin Shalygin

You should configure your LAG with this options (custom mode on oVirt):

mode=4 miimon=100 xmit_hash_policy=2 lacp_rate=1

An tell to your network admin configure switch:
"Give me lacp timeout short with channel-group mode active. Also set 
port-channel load-balance src-dst-mac-ip (or src-dst-ip\src-dst-mac)".


You also need to understand that LACP balancing works 'per flow'. You 
can take 2 hosts and run "iperf -c xxx.xxx.xxx.xxx -i 0.1 -d",
and on one phy interface you should see 1Gb RX, and on another phy 
interface 1Gb TX.



Hi,

I discovered an issue with my LACP configuration and i am having trouble
figuring it out.  I am running 2 Dell Powered 610's with 4 broadcomm nics.
I am trying to bond them together, however only one of the nics goes active
no mater how much traffic i push across the links.

I have spoken to my network admin, and says that the switch ports are
configured and can only see one active link on the switch.

Thanks
Bryan


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] massive simultaneous vms migrations ?

2017-04-19 Thread Konstantin Shalygin

We have many issues migration with 1G and 18-25 vms.

Is slow, stuck, failed. Switched to 10G and set migration limit to 
5000Mbps (actually this is don't work, but if don't set this field, 
limit is 1000Mbps!) - 25vms migrate ~ 30seconds in total.



On 04/19/2017 07:41 PM, Nelson Lameiras wrote:

1000 Mbps full duplex


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] massive simultaneous vms migrations ?

2017-04-18 Thread Konstantin Shalygin

Hello.

What is your Migration Network?



We have some hosts that have 60 vms. So this will create a 60 vms migrating 
simultaneously.
Some vms are under so much heavy loads that migration fails often (our guess is that 
massive simultaneous migrations does not help migration convergence) - even with 
"suspend workload if needed" migraton policy.


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] massive simultaneous vms migrations ?

2017-04-19 Thread Konstantin Shalygin

I mean what is your hardware? 1G? 40G?


On 04/19/2017 04:16 PM, Nelson Lameiras wrote:

I'm using ovirtmgmt network for migrations.

I'm guetting the vibe that using a dedicated network for migration is "good 
practice"...

cordialement, regards,


Nelson LAMEIRAS
Ingénieur Systèmes et Réseaux / Systems and Networks engineer
Tel: +33 5 32 09 09 70
nelson.lamei...@lyra-network.com

www.lyra-network.com | www.payzen.eu





Lyra Network, 109 rue de l'innovation, 31670 Labège, FRANCE

- Original Message -----
From: "Konstantin Shalygin" <k0...@k0ste.ru>
To: users@ovirt.org, "Nelson Lameiras" <nelson.lamei...@lyra-network.com>
Sent: Wednesday, April 19, 2017 3:15:29 AM
Subject: Re: Re: [ovirt-users] massive simultaneous vms migrations ?

Hello.

What is your Migration Network?



We have some hosts that have 60 vms. So this will create a 60 vms migrating 
simultaneously.
Some vms are under so much heavy loads that migration fails often (our guess is that 
massive simultaneous migrations does not help migration convergence) - even with 
"suspend workload if needed" migraton policy.


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [kolla] Looking for Docker images for Cinder, Glance etc for oVirt

2017-07-09 Thread Konstantin Shalygin
If you just need Cinder (for example for use Ceph with oVirt), and not a 
docker container then try to use RDO project.
A few month ago I was start from this images, then switched to RDO and 
setup a VM on host with oVirt manager. Still works flawless.

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Best practices for LACP bonds on oVirt

2017-07-03 Thread Konstantin Shalygin
Red Hat Virtualization Host (RHVH) is a minimal operating system based 
on Red Hat Enterprise Linux that is designed to provide a simple 
method for setting up a physical machine to act as a hypervisor in a 
Red Hat Virtualization environment. The minimal operating system 
contains only the packages required for the machine to act as a 
hypervisor, and features a Cockpit user interface for monitoring the 
host and performing administrative tasks.


I as Administrator self-know what packages is required for my hardware 
and I don't need Cockpit. So CentOS minimal is my choice.



On 07/04/2017 11:36 AM, Vinícius Ferrão wrote:

It’s the hypervisor appliance, just like RHVH.


--
Best regards,
Konstantin Shalygin

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Best practices for LACP bonds on oVirt

2017-07-03 Thread Konstantin Shalygin

Not for hosted engine, with ovirt-engine of course.


On 07/04/2017 11:27 AM, Yaniv Kaul wrote:

How are you using Ceph for hosted engine?


--
Best regards,
Konstantin Shalygin

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Best practices for LACP bonds on oVirt

2017-07-03 Thread Konstantin Shalygin

Hello,

I’m deploying oVirt for the first time and a question has emerged: what is the 
good practice to enable LACP on oVirt Node? Should I create 802.3ad bond during 
the oVirt Node installation in Anaconda, or it should be done in a posterior 
moment inside the Hosted Engine manager?

In my deployment we have 4x GbE interfaces. eth0 and eth1 will be a LACP bond 
for management and servers VLAN’s, while eth1 and eth2 are Multipath iSCSI 
disks (MPIO).

Thanks,
V.


Do all your network settings in ovirt-engine webadmin.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Best practices for LACP bonds on oVirt

2017-07-03 Thread Konstantin Shalygin

Yes, I do deployment in four steps:

1. Install CentOS via iDRAC.
2. Attach vlan to 10G physdev via iproute. This is one handwork. May be 
replaced via DHCP management, but for now I only have 2x10G Fiber, 
without any DHCP.

3. Run ovirt_deploy Ansible role.
4. Attach oVirt networks after host activate.

About iSCSI, NFS. I don't know anything about it. I use Ceph.


On 07/04/2017 10:50 AM, Vinícius Ferrão wrote:

Thanks, Konstantin.

Just to be clear enough: the first deployment would be made on classic 
eth interfaces and later after the deployment of Hosted Engine I can 
convert the "ovirtmgmt" network to a LACP Bond, right?


Another question: what about iSCSI Multipath on Self Hosted Engine? 
I've looked through the net and only found this issue: 
https://bugzilla.redhat.com/show_bug.cgi?id=1193961


Appears to be unsupported as today, but there's an workaround on the 
comments. It's safe to deploy this way? Should I use NFS instead?


--
Best regards,
Konstantin Shalygin

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Best practices for LACP bonds on oVirt

2017-07-03 Thread Konstantin Shalygin

I don't know what is oVirt Node :)

And for "generic_linux" I have 95% automation (work in progress).


On 07/04/2017 11:20 AM, Vinícius Ferrão wrote:
Just abusing a little more, why you use CentOS instead of oVirt Node? 
What’s the reason behind this choice?


--
Best regards,
Konstantin Shalygin

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] How to change network card configuration under bridge on host?

2017-10-13 Thread Konstantin Shalygin

Yet I suspect
if I change ifcfg-eno1 and ifcfg-eno2 by hand, they will just get
replaced at the next reboot by ovirt.
Just disable in BIOS your integrated nic, and add udev rules (for new 
nic), so new nic replace old nic 1:1.

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] using oVirt with newer librbd1

2017-10-24 Thread Konstantin Shalygin

we want to use a Ceph cluster as the main storage for our oVirt 4.1.x
datacenter. We successfully tested using librbd1-12.2.1-0.el7 package
from Ceph repos instead of the standard librbd1-0.94.5-2.el7 from CentOS
7 in an oVirt virtualization node. Are there any caveats when doing so?
Will this work in oVirt 4.2?


Hello Matthias. Can I ask separate question?
At this time we atoVirt 4.1.3.5 and Ceph Cluster at 11.2.0 (Kraken).In 
few weeks I planned to expand the cluster and I would like to upgrade to 
Ceph 12 (Luminous), for bluestore support.

So my question is:have you tested oVirt with Ceph 12?


Thanks.

--
Best regards,
Konstantin Shalygin

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] "Enable Discard" for Ceph/Cinder Disks?

2017-11-27 Thread Konstantin Shalygin

according tohttp://docs.ceph.com/docs/luminous/rbd/qemu-rbd/  the use of
Discard/TRIM for Ceph RBD disks is possible. Openstack seems to have
implemented it
(https://www.sebastien-han.fr/blog/2015/02/02/openstack-and-ceph-rbd-discard/).
In oVirt there is no option "Enable Discard" for Cinder Disks (when
choosing IDE or VirtIO-SCSI driver), even when i set
"report_discard_supported = true" in Cinder. Are there plans for
supporting this in the future? Can i use it right now with custom
properties (never tried this before)?

Hello Matthias.
ovirt-engine do not have this option. Earlier I created issue 
https://bugzilla.redhat.com/show_bug.cgi?id=1440230
But you can use unmap with vdsm-hook-diskunmap 
.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Empty cgroup files on centos 7.3 host

2017-12-17 Thread Konstantin Shalygin




I thought, I can get my needed values from there, but all files are empty.

Looking at this 
post:http://lists.ovirt.org/pipermail/users/2017-January/079011.html
this should work.

Is this normal on centos 7.3 with oVirt installed? How can I get those values, 
without monitoring all VMs directly?

oVirt Version we use:
4.1.1.8-1.el7.centos
Hi Florian. You find answer on this? Today released netdata 1.9.0. New 
feature is disk i/o and network metrics per VM - and all of this not 
work with oVirt from bootstrap. I created issue (netdata #3144 
) and network metrics is 
winned. But disk metrics is just empty - as you sayed before (oVirt 
release 4.1.7).



k

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Empty cgroup files on centos 7.3 host

2017-12-17 Thread Konstantin Shalygin

Specifically for IO statistics, VDSM reads the values from libvirt[1].
cgroup limiting is possible if you define it, but is unrelated.
Also note that 7.3 is a bit ancient, I'm not sure how supported it is with
latest 4.1 - which I'm sure will pull new dependencies from 7.4 (for
example, libvirt!).

We use oVirt 4.1.6 on 7.4 of course.

Where I can see IO stat? I never see this on oVirt manager.

How can I enable cgroup blk metric collection?
Perhaps this is an outdated way and metrics should be collected in a 
different way and it should be applied in the netdata project?


Thanks.


k

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Empty cgroup files on centos 7.3 host

2017-12-18 Thread Konstantin Shalygin

On 12/18/2017 09:02 PM, Yaniv Kaul wrote:


We provide the required scripts to install OpenShift with the EFK 
stack, configure it and the hosts with all relevant details to connect 
the two.

Note that the metrics store also processes the engine and VDSM logs.


Good to know. But if I still want to use netdata instead EFK? Some info 
about how to get blk io metrics from libvirt and/or how to enable 
cgroups metrics. Anyone?


Thanks.

k
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Empty cgroup files on centos 7.3 host

2017-12-18 Thread Konstantin Shalygin

On 12/18/2017 07:58 PM, Yaniv Kaul wrote:


Indeed. 4.2 provides a comprehensive solution, with integration via 
Collectd -> fluentd -> Elastic -> Kibana.

Y.


E.g. integrated to oVirt or "admin can send metrics to ELK"?

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] using oVirt with newer librbd1

2017-11-18 Thread Konstantin Shalygin

we're also using cinder from openstack ocata release.

the point is
a) we didn't upgrade, but started from scratch with ceph 12
b) we didn't test all of the new features in ceph 12 (eg. EC pools for
RBD devices) in connection with cinder yet

We are live on librbd1-12.2.1 for a week. All works okay.
I was upgraded ceph from 11.2.0 to 11.2.1. Not Luminous, because seems 
12.2.1 is stable only when cluster started from Luminous 
(http://lists.ceph.com/pipermail/ceph-users-ceph.com/2017-November/022522.html).

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] using oVirt with newer librbd1

2017-10-25 Thread Konstantin Shalygin

On 10/25/2017 03:30 PM, Matthias Leopold wrote:

we're also using cinder from openstack ocata release.

the point is
a) we didn't upgrade, but started from scratch with ceph 12
b) we didn't test all of the new features in ceph 12 (eg. EC pools for 
RBD devices) in connection with cinder yet 


Thanks. We use EC pools with replication pull cache - only one way to 
use EC with rbd, before Ceph 12.
We are half year on Ceph with oVirt in production. The best storage 
experience, the only thing you can find fault this is impossible to move 
images between pools. Only manually migration with qemu-img/rados or 
cp/rsync inside VM.


--
Best regards,
Konstantin Shalygin

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] using oVirt with newer librbd1

2017-10-24 Thread Konstantin Shalygin

On 10/24/2017 07:26 PM, Matthias Leopold wrote:

yes, we have a Ceph 12 Cluster and are using librbd1-12.2.1 on oVirt 
Hypervisor Hosts, which we're installed with CentOS 7 and Ceph 
upstream repos, not oVirt Node (for this exact purpose).

On oVirt Hypervisor hosts we use librbd1-0.94.5-1.el7.x86_64
Since 
/usr/lib64/libvirt/storage-backend/libvirt_storage_backend_rbd.so is 
using /lib64/librbd.so.1 our VMs with disks from Cinder storage domain 
are using Ceph 12 all the way. 
Our OpenStack cinder is openstack-cinder-10.0.0-1.el7.noarch with 
librbd1-10.2.3-0.el7.x86_64
What version of Cinder I should have for work with Ceph 12? Or just 
upgrade python-rbd/librados/librbd1/etc.
Are you also using a newer librbd1? 
Not for now as you can see. I was open "ovirt-users" for my questions 
about Ceph 12 and see your fresh message. I think you first who used 
Ceph 12 with oVirt.


--
Best regards,
Konstantin Shalygin

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] oVirt 4.2 CEPH support

2018-01-09 Thread Konstantin Shalygin

if I can
just have Ceph...I would be a very happy sys admin!


What is stopped you from start use ceph via librbd NOW? All you need is 
a OpenStack Cinder as volume manager wrapper.


You can check librbd version of your hosts via oVirt manager (see 
attached sceenshot).




I read in RHV 4.2 Beta release note that CEPH will be supported using iSCSI.
I have tried to check community documentation regarding CEPH support but
there was no luck. Do we have such document?


This is just usual iSCSI

http://docs.ceph.com/docs/master/rbd/iscsi-overview/



k

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] oVirt 4.2 with cheph

2018-02-19 Thread Konstantin Shalygin

Hello,

does someone have experience with cephfs as a vm-storage domain? I think
about that but without any hints...

Thanks for pointing me...



This is bad idea. Use rbd - this is interface for VM, cephfs is for 
different things.




k

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Ceph Cinder QoS

2018-03-14 Thread Konstantin Shalygin

has someone experienced the same problem?
Is there someone who have a working cinder qos?



How exactly? Storage profiles is not present for external providers - so 
lack of this feature.


For now only way to do that is vdsm hook.


https://bugzilla.redhat.com/show_bug.cgi?id=1550145




k

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] How-to create migration network between 3 hosts without switch?

2019-06-18 Thread Konstantin Shalygin

Hi oVirters,

I have a network topology: host with two NIC's ports - each host 
connected with two another hosts.


    host2

  / \

host1  /     \

   \  /

 \  /

        host3


oVirt can't setup multiple migration networks for cluster. May be 
possible avoid this or setup some virtual device in shell (like vxvlan)

with which oVirt can work?

Why we can't use switch at this time? This is 100G "only for migration 
network" (huge VM's 256GB RAM+) and witch switch price for this setup 
increased from $3500 to $19000.



Thanks,

k

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/NIXUHDYZDGCOPYGRCZVP65TG7ERXKS4J/


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

2019-10-28 Thread Konstantin Shalygin
The oVirt Project is pleased to announce the availability of the oVirt 
4.3.7 First Release Candidate for testing, as of October 18th, 2019.


Sandro, thanks for announce. oVirt 4.3 still have "OpenStack Block 
Storage" provider support?


Because we want upgrade our oVirt 4.2.8 DC's and we use Cinder for Ceph 
storages. But I don't see any "migration from Cinder Provider to 
Cinderlib" docs.




Thanks,

k
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/TM7J5JQLINAOJ27Y2BBQEYWM5EAZMCYV/


[ovirt-users] [urgent] oVirt 4.3 -> 4.4 production upgrade: OpenStack Provider regression

2020-12-05 Thread Konstantin Shalygin

Create ticket for this: https://bugzilla.redhat.com/show_bug.cgi?id=1904669

___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/SRISU7FBUKMC4ELMDU7ORTDO7JZXQKBA/


[ovirt-users] [urgent] oVirt 4.3 -> 4.4 production upgrade: OpenStack Provider regression

2020-12-04 Thread Konstantin Shalygin

Hello.

I was upgrade our ovirt-engine from 4.3 to latest 4.4.3.12. Seems all 
flawless, except our storage domain (Cinder).


Currently our clusters can't start VM, create Disks, resize disks, etc. 
Only migration works.


The root cause: ovirt missing project_id in API call:

ovirt 4.3 call:

17910:2020-12-02 20:43:32.087 1949 INFO eventlet.wsgi.server 
[req-7267b4fd-9659-4380-9297-4582ece3fe23 - - - - -] 192.168.101.10 
"POST 
/v2/07f5bf3f6dc64b85988c3779654e175e/volumes/e3df2f84-2206-4165-9001-bcace8613315/action 
HTTP/1.1" status: 200  len: 777 time: 0.4810839


ovirt 4.4 call:

2020-12-05 14:09:24.155 2031 INFO eventlet.wsgi.server 
[req-71b47b34-8ed7-410a-812f-8f662f9f4037 - - - - -] 192.168.101.10 
"POST /v2/volumes/e3df2f84-2206-4165-9001-bcace8613315/action HTTP/1.1" 
status: 404  len: 333 time: 0.2505009



provider configuration in engine database:

engine=# select * from providers where name='cinder_ceph_backened';
-[ RECORD 1 
]-+-

id    | 9c5800e6-5a88-403a-9c57-a501714fe816
name  | cinder_ceph_backened
description   | OpenStack Cinder with Ceph Backend
url   | http://192.168.101.20:8776
provider_type | OPENSTACK_VOLUME
auth_required | t
auth_username | admin
auth_password | 
OUDZtXsI4eOT69UKYI2DNqTFmN3c08XNAbbi3PQHq2Np319yURcIjhOJ81lKUo+T+pa/e6d5XUbPZmwulCK21fU5UrY2uJBSg8GXaVH23os7BmZzx+7V0V82LLBFYWUAAACeXY0hu9UGgQiMd0L7wPS0hU23iSib/BWnCcxY6h4ooQ0/pfKNZ10so5tKin/mAgMHNmX2YtqiYaQgZTYpDcIf9JnfqsiJKUW3xekPzTJQCIUEDbX/1Jpp5sJCW5aFHDSiy1I9CU/etAcqrzf6JMN8Mfn6X4VZjXqrg4YQ+QD6TiTwOAS7u7oJwCYopdRHvGNspc2YbPykN62NgFWwmg==

_create_date  | 2017-04-05 19:30:57.045699+07
_update_date  | 2020-12-05 13:27:31.320646+07
custom_properties |
tenant_name   | admin
plugin_type   |
auth_url  | http://192.168.101.20:5000/v2.0
additional_properties |
read_only | f
is_unmanaged  | f
auto_sync | f
user_domain_name  |
project_name  |
project_domain_name   |


Now we miss some field or bug in code where project_id (admin = 
07f5bf3f6dc64b85988c3779654e175e) is not concat to uri?




Thanks,

k

___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/COZT6KAJUKZV7YPXGMR2FCE3QO5PN5EF/


[ovirt-users] Re: [ANN] oVirt 4.4.4 is now generally available

2020-12-21 Thread Konstantin Shalygin

On 21.12.2020 16:22, Sandro Bonazzola wrote:


The oVirt project is excited to announce the general availability of 
oVirt 4.4.4 , as of December 21st, 2020.


Sandro, is any plans to fix for OpenStack provider regressions for 4.4 
release?



Thanks,

k

___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/FURWGZFCHWDZTOCJHS6PKXPTOCNEK6SK/


[ovirt-users] Re: [ANN] oVirt 4.4.4 is now generally available

2020-12-22 Thread Konstantin Shalygin
Sandro, FYI we are not against cinderlib integration, more than we are 
upgrade 4.3 to 4.4 due movement to cinderlib.


But (!) current Managed Storage Block realization support only krbd 
(kernel RBD) driver - it's also not a option, because kernel client is 
always lagging behind librbd, and every update\bugfix we should *reboot 
whole host* instead simple migration of all VMs and then migrate it 
back. Also with krbd host will be use kernel page cache, and will not be 
unmounted if VM will crash (qemu with librbd is one userland process).


So for me current situation look like this:

1. We update deprecated OpenStack code? Why, Its for delete?.. 
Nevermind, just update this code...


2. Hmm... auth tests doesn't work, to pass test just disable any 
OpenStack project_id related things... and... Done...


3. I don't care how current cinder + qemu code works, just write new one 
for linux kernel, it's optimal to use userland apps, just add wrappers 
(no, it's not);


4. Current Cinder integration require zero configuration on oVirt hosts. 
It's lazy, why oVirt administrator do nothing? just write manual how-to 
install packages - oVirt administrators love anything except "reinstall" 
from engine (no, it's not);


5. We broke old code. New features is "Cinderlib is a Technology Preview 
feature only. Technology Preview features are not supported with Red Hat 
production service level agreements (SLAs), might not be functionally 
complete, and Red Hat does not recommend to use them for production".


6. Oh, we broke old code. Let's deprecate them and close PRODUCTION 
issues (we didn't see anything).



And again, we are not hate new cinderlib integration. We just want that 
new technology don't break all PRODUCTION clustes. Almost two years ago 
I write on this issue 
https://bugzilla.redhat.com/show_bug.cgi?id=1539837#c6 about "before 
deprecate, let's help to migrate". For now I see that oVirt totally will 
disable QEMU RBD support and want to use kernel RBD module + python 
os-brick + userland mappers + shell wrappers.



Thanks, I hope I am writing this for a reason and it will help build 
bridges between the community and the developers. We have been with 
oVirt for almost 10 years and now it is a crossroads towards a different 
virtualization manager.


k


So I see only regressions for now, hope we'll found some code owner who 
can catch this oVirt 4.4 only bugs.


On 22.12.2020 12:01, Sandro Bonazzola wrote:



Il giorno lun 21 dic 2020 alle ore 18:33 Konstantin Shalygin 
mailto:k0...@k0ste.ru>> ha scritto:


Sandro, after my mention my two bugs was closed as deprecated
feature of "old Cinder integration". But actually no one oVirt 4.4
doc mentioned about deprecations/cautions/warnings.


Indeed, documentation is not aligned with +Eyal Shenitzky 
<mailto:eshen...@redhat.com> 's comments on the bugs.
A proper deprecation bug should have been opened and documentation 
should have been properly updated to clearly mark the feature as 
deprecated.
Also the new implementation of cinderlib is not properly documented in 
oVirt Install Guide, I'll try to get it updated today.


How do you think, as manager of project, it's okay to just broke
working code due loose tests and then deprecate it just by wave a
hand?路‍♂️


I'll let storage team lead to reply to this specific question. I can 
only agree this has not been properly handled.


___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/ULTVTH5CLQPGFABXKXF2ZBXKKLGMC42T/


[ovirt-users] Re: [ANN] oVirt 4.4.4 is now generally available

2020-12-21 Thread Konstantin Shalygin
Sandro, after my mention my two bugs was closed as deprecated feature of "old 
Cinder integration". But actually no one oVirt 4.4 doc mentioned about 
deprecations/cautions/warnings. How do you think, as manager of project, it's 
okay to just broke working code due loose tests and then deprecate it just by 
wave a hand?路‍♂️

Thanks,
k


Sent from my iPhone

> On 21 Dec 2020, at 18:09, Sandro Bonazzola  wrote:
> 
> 
> 
> 
>> Il giorno lun 21 dic 2020 alle ore 15:57 Konstantin Shalygin 
>>  ha scritto:
>> On 21.12.2020 16:22, Sandro Bonazzola wrote:
>>>  The oVirt project is excited to announce the general availability of oVirt 
>>> 4.4.4 , as of December 21st, 2020.
>> Sandro, is any plans to fix for OpenStack provider regressions for 4.4 
>> release?
>> 
>> 
>> 
> 
> I see you opened two bugs about it:
> Bug 1905113 - OpenStack Block Storage Provider (Cinder) regression: oVirt 4.4 
> Disk resize broken
> Bug 1904669 - oVirt 4.3 -> 4.4 production upgrade: OpenStack Block Storage 
> Provider (Cinder) regression
> 
> Please consider most of the developers are going to be on vacation due to the 
> upcoming holidays.
> I think storage team is looking into this but I see above bugs have not been 
> targeted yet so a deeper investigation may be needed.
> 
>  
>> Thanks,
>> 
>> k
>> 
> 
> 
> -- 
> Sandro Bonazzola
> MANAGER, SOFTWARE ENGINEERING, EMEA R RHV
> Red Hat EMEA
> sbona...@redhat.com   
>   
> Red Hat respects your work life balance. Therefore there is no need to answer 
> this email out of your office hours.
> 
> 
> ___
> 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: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/GYAVGLTXHRGK27LWCGDAVFQGAIZMY2FC/
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/JVWZRHP65MY7WLZSWXBQFTAZCMEXWG3P/


[ovirt-users] Re: [ANN] oVirt 4.4.4 is now generally available

2020-12-28 Thread Konstantin Shalygin
Currently integration don't need nbd or krbd. Just qemu process.


k

Sent from my iPhone

> On 28 Dec 2020, at 15:28, Benny Zlotnik  wrote:
> 
> On Tue, Dec 22, 2020 at 6:33 PM Konstantin Shalygin  wrote:
>> 
>> Sandro, FYI we are not against cinderlib integration, more than we are 
>> upgrade 4.3 to 4.4 due movement to cinderlib.
>> 
>> But (!) current Managed Storage Block realization support only krbd (kernel 
>> RBD) driver - it's also not a option, because kernel client is always 
>> lagging behind librbd, and every update\bugfix we should reboot whole host 
>> instead simple migration of all VMs and then migrate it back. Also with krbd 
>> host will be use kernel page cache, and will not be unmounted if VM will 
>> crash (qemu with librbd is one userland process).
>> 
> 
> There was rbd-nbd support at some point in cinderlib[1] which
> addresses your concerns, but it was removed because of some issues
> 
> +Gorka, are there any plans to pick it up again?
> 
> [1] 
> https://github.com/Akrog/cinderlib/commit/a09a7e12fe685d747ed390a59cd42d0acd1399e4
> 
> 
> 
>> So for me current situation look like this:
>> 
>> 1. We update deprecated OpenStack code? Why, Its for delete?.. Nevermind, 
>> just update this code...
>> 
>> 2. Hmm... auth tests doesn't work, to pass test just disable any OpenStack 
>> project_id related things... and... Done...
>> 
>> 3. I don't care how current cinder + qemu code works, just write new one for 
>> linux kernel, it's optimal to use userland apps, just add wrappers (no, it's 
>> not);
>> 
>> 4. Current Cinder integration require zero configuration on oVirt hosts. 
>> It's lazy, why oVirt administrator do nothing? just write manual how-to 
>> install packages - oVirt administrators love anything except "reinstall" 
>> from engine (no, it's not);
>> 
>> 5. We broke old code. New features is "Cinderlib is a Technology Preview 
>> feature only. Technology Preview features are not supported with Red Hat 
>> production service level agreements (SLAs), might not be functionally 
>> complete, and Red Hat does not recommend to use them for production".
>> 
>> 6. Oh, we broke old code. Let's deprecate them and close PRODUCTION issues 
>> (we didn't see anything).
>> 
>> 
>> And again, we are not hate new cinderlib integration. We just want that new 
>> technology don't break all PRODUCTION clustes. Almost two years ago I write 
>> on this issue https://bugzilla.redhat.com/show_bug.cgi?id=1539837#c6 about 
>> "before deprecate, let's help to migrate". For now I see that oVirt totally 
>> will disable QEMU RBD support and want to use kernel RBD module + python 
>> os-brick + userland mappers + shell wrappers.
>> 
>> 
>> Thanks, I hope I am writing this for a reason and it will help build bridges 
>> between the community and the developers. We have been with oVirt for almost 
>> 10 years and now it is a crossroads towards a different virtualization 
>> manager.
>> 
>> k
>> 
>> 
>> So I see only regressions for now, hope we'll found some code owner who can 
>> catch this oVirt 4.4 only bugs.
>> 
> 
> I looked at the bugs and I see you've already identified the problem
> and have patches attached, if you can submit the patches and verify
> them perhaps we can merge the fixes
> ___
> 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: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/E7QTTECXLUD6LIEE36FBRJ3JSOQO27DP/
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/XMFRPECJQP325MBR3VSBUABWDU7Z2TIQ/


[ovirt-users] Re: [ANN] oVirt 4.4.4 is now generally available

2021-01-20 Thread Konstantin Shalygin
I understood, more than the code that works with qemu already exists for 
openstack integration


k

Sent from my iPhone

> On 14 Jan 2021, at 09:43, Gorka Eguileor  wrote:
> 
> If using QEMU to directly connect RBD volumes is the preferred option,
> then that code would have to be added to oVirt and can be done now
> without any cinderlib changes.
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/4GRZYEOZGTIR5FNAQZIIXCFOPJEGKWSR/


[ovirt-users] Re: [ANN] oVirt 4.4.4 is now generally available

2021-01-21 Thread Konstantin Shalygin
All connection data should be comes from cinderlib, as for current cinder 
integration. Gorka says the same


Thanks,
k

Sent from my iPhone

> On 21 Jan 2021, at 16:54, Nir Soffer  wrote:
> 
> To make this work, engine needs to configure the ceph authentication
> secrets on all hosts in the DC. We have code to do this for old cinder storage
> doman, but it is not used for new cinderlib setup. I'm not sure how easy is to
> use the same mechanism for cinderlib.
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/FZNC5EDJAQUQDDKBAEEW22QZCGKF6UQF/


[ovirt-users] Re: Managed Block Storage and more

2021-01-22 Thread Konstantin Shalygin
Shantur, this is oVirt. You always should make master domain. It’s enough some 
1GB NFS on manager side.


k

> On 22 Jan 2021, at 12:02, Shantur Rathore  wrote:
> 
> Just a bump. Any ideas anyone?

___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/5BNHSC23IQJYFPQ6NOKIEXKCXGIPXJMC/


[ovirt-users] Re: Managed Block Storage and more

2021-01-18 Thread Konstantin Shalygin
Beware about Ceph and oVirt Managed Block Storage, current integration is only 
possible with kernel, not with qemu-rbd.


k

Sent from my iPhone

> On 18 Jan 2021, at 13:00, Shantur Rathore  wrote:
> 
> 
> Thanks Strahil for your reply.
> 
> Sorry just to confirm,
> 
> 1. Are you saying Ceph on oVirt Node NG isn't possible?
> 2. Would you know which devs would be best to ask about the recent Ceph 
> changes?
> 
> Thanks,
> Shantur
> 
>> On Sun, Jan 17, 2021 at 4:46 PM Strahil Nikolov via Users  
>> wrote:
>> В 15:51 + на 17.01.2021 (нд), Shantur Rathore написа:
>>> Hi Strahil,
>>> 
>>> Thanks for your reply, I have 16 nodes for now but more on the way.
>>> 
>>> The reason why Ceph appeals me over Gluster because of the following 
>>> reasons.
>>> 
>>> 1. I have more experience with Ceph than Gluster.
>> That is a good reason to pick CEPH.
>>> 2. I heard in Managed Block Storage presentation that it leverages storage 
>>> software to offload storage related tasks. 
>>> 3. Adding Gluster storage limits to 3 hosts at a time.
>> Only if you wish the nodes to be both Storage and Compute. Yet, you can add 
>> as many as you wish as a compute node (won't be part of Gluster) and later 
>> you can add them to the Gluster TSP (this requires 3 nodes at a time).
>>> 4. I read that there is a limit of maximum 12 hosts in Gluster setup. No 
>>> such limitation if I go via Ceph.
>> Actually , it's about Red Hat support for RHHI and not for Gluster + oVirt. 
>> As both oVirt and Gluster ,that are used, are upstream projects, support is 
>> on best effort from the community.
>>> In my initial testing I was able to enable Centos repositories in Node Ng 
>>> but if I remember correctly, there were some librbd versions present in 
>>> Node Ng which clashed with the version I was trying to install.
>>> Does Ceph hyperconverge still make sense?
>> Yes it is. You got the knowledge to run the CEPH part, yet consider talking 
>> with some of the devs on the list - as there were some changes recently in 
>> oVirt's support for CEPH.
>> 
>>> Regards
>>> Shantur
>>> 
 On Sun, Jan 17, 2021, 9:58 AM Strahil Nikolov via Users  
 wrote:
 Hi Shantur,
 
 the main question is how many nodes you have.
 Ceph integration is still in development/experimental and it should be 
 wise to consider Gluster also. It has a great integration and it's quite 
 easy to work with).
 
 
 There are users reporting using CEPH with their oVirt , but I can't tell 
 how good it is.
 I doubt that oVirt nodes come with CEPH components , so you most probably 
 will need to use a full-blown distro. In general, using extra software on 
 oVirt nodes is quite hard .
 
 With such setup, you will need much more nodes than a Gluster setup due to 
 CEPH's requirements.
 
 Best Regards,
 Strahil Nikolov
 
 
 
 
 
 
 В неделя, 17 януари 2021 г., 10:37:57 Гринуич+2, Shantur Rathore 
  написа: 
 
 
 
 
 
 Hi all,
 
 I am planning my new oVirt cluster on Apple hosts. These hosts can only 
 have one disk which I plan to partition and use for hyper converged setup. 
 As this is my first oVirt cluster I need help in understanding few bits.
 
 1. Is Hyper converged setup possible with Ceph using cinderlib?
 2. Can this hyper converged setup be on oVirt Node Next hosts or only 
 Centos?
 3. Can I install cinderlib on oVirt Node Next hosts?
 4. Are there any pit falls in such a setup?
 
 
 Thanks for your help
 
 Regards,
 Shantur
 
 ___
 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: 
 https://www.ovirt.org/community/about/community-guidelines/
 List Archives: 
 https://lists.ovirt.org/archives/list/users@ovirt.org/message/TPQCJSJ3MQOEKWQBF5LF4B7HCVQXKWLX/
 ___
 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: 
 https://www.ovirt.org/community/about/community-guidelines/
 List Archives: 
 https://lists.ovirt.org/archives/list/users@ovirt.org/message/RVKIBASSQW7C66OBZ6OHQALFVRAEPMU7/
>> ___
>> 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: 
>> https://www.ovirt.org/community/about/community-guidelines/
>> List Archives: 
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/4IBXGXZVXAIUDS2O675QAXZRTSULPD2S/
> ___
> Users mailing list 

[ovirt-users] Re: Managed Block Storage and more

2021-01-19 Thread Konstantin Shalygin
Yep, BZ is 

https://bugzilla.redhat.com/show_bug.cgi?id=1539837 

https://bugzilla.redhat.com/show_bug.cgi?id=1904669 

https://bugzilla.redhat.com/show_bug.cgi?id=1905113 


Thanks,
k

> On 19 Jan 2021, at 11:05, Gianluca Cecchi  wrote:
> 
> perhaps a copy paste error about the bugzilla entries? They are the same 
> number...

___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/QCYCKFFM2LSZSZZIQX4Q5GEOYDO2I5GU/


[ovirt-users] Re: Managed Block Storage and more

2021-01-18 Thread Konstantin Shalygin
Faster than fuse-rbd, not qemu.
Main issue is kernel pagecache and client upgrades, for example cluster with 
700 osd and 1000 clients we need update client version for new features. With 
current oVirt realization we need update kernel then reboot host. With librbd 
we just need update package and activate host.


k

Sent from my iPhone

> On 18 Jan 2021, at 19:13, Shantur Rathore  wrote:
> 
> Thanks for pointing that out to me Konstantin.
> 
> I understand that it would use a kernel client instead of userland rbd lib.
> Isn't it better as I have seen kernel clients 20x faster than userland??
> 
> I am probably missing something important here, would you mind detailing that.
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/TL32D27O5GDQZHMUX57IV5FUYFPKWAKZ/


[ovirt-users] Re: Managed Block Storage and more

2021-01-19 Thread Konstantin Shalygin
Shantur, I recommend to look to OpenStack or some OpenNebula/Proxmox if you 
wan’t use Ceph Storage.
Current storage team support in oVirt just can break something and do not work 
with this anymore, take a look what I talking about: in [1], [2], [3]


k

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1899453 

[2] https://bugzilla.redhat.com/show_bug.cgi?id=1899453 

[3] https://bugzilla.redhat.com/show_bug.cgi?id=1899453 




> On 19 Jan 2021, at 10:40, Benny Zlotnik  wrote:
> 
> Ceph support is available via Managed Block Storage (tech preview), it
> cannot be used instead of gluster for hyperconverged setups.
> 
> Moreover, it is not possible to use a pure Managed Block Storage setup
> at all, there has to be at least one regular storage domain in a
> datacenter

___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/NQG6XHDYZT7WGCHDIUCY55IS7F5G5OVC/


[ovirt-users] Re: Managed Block Storage and more

2021-01-19 Thread Konstantin Shalygin


> On 19 Jan 2021, at 13:39, Shantur Rathore  wrote:
> 
> I have tested all options but oVirt seems to tick most required boxes.
> 
> OpenStack : Too complex for use case
> Proxmox : Love Ceph support but very basic clustering support
> OpenNebula : Weird VM state machine.
> 
> Not sure if you know that rbd-nbd support is going to be implemented to 
> Cinderlib. I could understand why oVirt wants to support CinderLib and 
> deprecate Cinder support.

Yes, we love oVirt for “that should work like this”, before oVirt 4.4...
Now imagine: you current cluster runned with qemu-rbd and Cinder, now you 
upgrade oVirt and can’t do anything - can’t migrate, your images in another 
oVirt pool, engine-setup can’t migrate current images to MBS - all in “feature 
preview”, older integration broken, then abandoned.


Thanks,
k___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/XZGDUICDWAPGMVQM6V5K4IRZE46PJ3O6/


[ovirt-users] Re: Migration from deprecated OpenStack provider to cinderlib

2021-05-07 Thread Konstantin Shalygin
Thanks Sandro, wait for Eyal


k

Sent from my iPhone

> On 30 Apr 2021, at 10:03, Sandro Bonazzola  wrote:
> 
> 
> 
>> Il giorno ven 30 apr 2021 alle ore 08:48 Konstantin Shalygin 
>>  ha scritto:
>> Hi Sandro,
>> 
>> The question is - will ovirt plan to provide database migration scripts from 
>> deprecated OpenStack provider to cinderlib? I mean put in survey actual 
>> users and quantity of images in domain
> 
> 
> Moving this question to its own thread.
> +Eyal Shenitzky can you please reply
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/PDZ7IQEHHDR77E5AOQHIHP2HN7UGRNP2/


[ovirt-users] Re: Updates failing

2021-07-08 Thread Konstantin Shalygin
You should put your host to maintaince mode before install updates


Cheers,
k

Sent from my iPhone

> On 6 Jul 2021, at 23:42, Gary Pedretty  wrote:
> 
> Getting errors trying to run dnf/yum update due to a vdsm issue.
> 
> 
> yum update
> Last metadata expiration check: 0:17:33 ago on Tue 06 Jul 2021 11:17:05 AM 
> AKDT.
> Error: Running QEMU processes found, cannot upgrade Vdsm.
> 
> Current running version of vdsm is
> 
> 
> vdsm-4.40.60.7-1.el8
> 
> 
> CentOS Stream
> RHEL - 8.5 - 3.el8
> 
> kernel
> 4.18.0 - 310.el8.x86_64
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/S5IWT7Z67YPXLE6P6IGER6F4RFGQTCHS/


[ovirt-users] Re: [ceph-users] osd nearfull is not detected

2021-04-27 Thread Konstantin Shalygin
Create tracker for this issue [1]



[1] https://tracker.ceph.com/issues/50533 

k

> On 21 Apr 2021, at 21:21, Dan van der Ster  > wrote:
> 
> Are you currently doing IO on the relevant pool? Maybe nearfull isn't
> reported until some pgstats are reported.
> 
> Otherwise sorry I haven't seen this.


___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/BHL4NQ3XD5L73BTIAHVYJO6NE5TIP43Z/


[ovirt-users] Re: oVirt 2021 Spring survey questions

2021-04-30 Thread Konstantin Shalygin
Hi Sandro,

The question is - will ovirt plan to provide database migration scripts from 
deprecated OpenStack provider to cinderlib? I mean put in survey actual users 
and quantity of images in domain


Thanks,
k

Sent from my iPhone
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/JCNNQPHTJDW6NAO22A5VNW7LAHHT6ZKJ/


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

2021-02-11 Thread Konstantin Shalygin
Is there any plans to fix [1] and [2] in 4.4? After no feedback (from dec 2020) 
from oVirt team I decide to drop oVirt 4.4 engine, and revert to 4.3.
Current cinder integration broken broken in 4.4, but marked for deprecation 
only in 4.5 [3]


Thanks,
k

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1904669 

[2] https://bugzilla.redhat.com/show_bug.cgi?id=1905113 

[3] https://bugzilla.redhat.com/show_bug.cgi?id=1899453 



> On 11 Feb 2021, at 18:24, Lev Veyde  wrote:
> 
> oVirt 4.4.5 Fifth Release Candidate is now available for testing
> 
> The oVirt Project is pleased to announce the availability of oVirt 4.4.5 
> Fifth Release Candidate for testing, as of February 11th, 2021.
> 
> This update is the fifth in a series of stabilization updates to the 4.4 
> series.
> How to prevent hosts entering emergency mode after upgrade from oVirt 4.4.1
> Note: Upgrading from 4.4.2 GA or later should not require re-doing these 
> steps, if already performed while upgrading from 4.4.1 to 4.4.2 GA. These are 
> only required to be done once.
> 
> Due to Bug 1837864  - 
> Host enter emergency mode after upgrading to latest build 
> If you have your root file system on a multipath device on your hosts you 
> should be aware that after upgrading from 4.4.1 to 4.4.5 you may get your 
> host entering emergency mode.
> In order to prevent this be sure to upgrade oVirt Engine first, then on your 
> hosts:
> Remove the current lvm filter while still on 4.4.1, or in emergency mode (if 
> rebooted).
> Reboot.
> Upgrade to 4.4.5 (redeploy in case of already being on 4.4.5).
> Run vdsm-tool config-lvm-filter to confirm there is a new filter in place.
> Only if not using oVirt Node:
> - run "dracut --force --add multipath” to rebuild initramfs with the correct 
> filter configuration
> Reboot.
> Documentation
> If you want to try oVirt as quickly as possible, follow the instructions on 
> the Download  page.
> For complete installation, administration, and usage instructions, see the 
> oVirt Documentation .
> For upgrading from a previous version, see the oVirt Upgrade Guide 
> .
> For a general overview of oVirt, see About oVirt 
> .
> Important notes before you try it
> Please note this is a pre-release build.
> The oVirt Project makes no guarantees as to its suitability or usefulness.
> This pre-release must not be used in production.
> Installation instructions
> 
> For installation instructions and additional information please refer to:
> https://ovirt.org/documentation/ 
> This release is available now on x86_64 architecture for:
> * Red Hat Enterprise Linux 8.3 or newer
> * CentOS Linux (or similar) 8.3 or newer
> 
> This release supports Hypervisor Hosts on x86_64 and ppc64le architectures 
> for:
> * Red Hat Enterprise Linux 8.3 or newer
> * CentOS Linux (or similar) 8.3 or newer
> * oVirt Node 4.4 based on CentOS Linux 8.3 (available for x86_64 only)
> 
> See the release notes [1] for installation instructions and a list of new 
> features and bugs fixed.
> 
> Notes:
> - oVirt Appliance is already available for CentOS Linux 8
> - oVirt Node NG is already available for CentOS Linux 8
> - We found a few issues while testing on CentOS Stream so we are still basing 
> oVirt 4.4.5 Node and Appliance on CentOS Linux.
> 
> Additional Resources:
> * Read more about the oVirt 4.4.5 release highlights: 
> http://www.ovirt.org/release/4.4.5/  
> * Get more oVirt project updates on Twitter: https://twitter.com/ovirt 
> 
> * Check out the latest project news on the oVirt blog: 
> http://www.ovirt.org/blog/ 
> 
> [1] http://www.ovirt.org/release/4.4.5/  
> [2] http://resources.ovirt.org/pub/ovirt-4.4-pre/iso/ 
> 
> 
> -- 
> 
> LEV VEYDE
> SENIOR SOFTWARE ENGINEER, RHCE | RHCVA | MCITP
> Red Hat Israel
> 
>  
> l...@redhat.com  | lve...@redhat.com 
>   
> TRIED. TESTED. TRUSTED. 
> ___
> 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: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/OE7TLG7ZF2J7LD7NSNPUAPG3SNFKG3D7/

___
Users 

[ovirt-users] Re: Cannot delete pvc attached to pod using ovirt-csi in kubernetes

2021-08-24 Thread Konstantin Shalygin
And also you can't migrate your pvc between pools. I was create ticket for that 
[1]


[1] https://bugzilla.redhat.com/show_bug.cgi?id=1997241


k

> On 24 Aug 2021, at 04:13, ssarang...@gmail.com wrote:
> 
> With csi, a pvc is created and a pod is also created by attaching the pvc.
> 
> And if I delete the pod, /dev/rbd0 connected to the ovirt vm is not released 
> and connection information remains in the DB.
> So I cannot delete the pvc and cannot attach the pvc again.

___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/AY5SBCN5C2H6I67DVGZ4JO6TO46QR3IO/


[ovirt-users] Re: posix storage mount path error when creating volumes

2021-09-03 Thread Konstantin Shalygin
We are use CephFS domains without issues from 4.3, currently on 4.4

[root@ovirt-host1 /]# ls -la /rhev/data-center/mnt/*ovirt*
'/rhev/data-center/mnt/172.16.16.2:3300,172.16.16.3:3300,172.16.16.4:3300:_ovirt__iso':
total 0
drwxrwxrwx. 3 root root   1 Sep  3 15:43 .
drwxr-xr-x. 5 vdsm kvm  182 Aug 19 14:35 ..
drwxr-xr-x. 4 vdsm kvm2 Aug 19 14:35 def09ff0-e986-44c4-ac1c-470668ec2822


[root@ovirt-host1 /]# mount | grep iso
172.16.16.2:3300,172.16.16.3:3300,172.16.16.4:3300:/ovirt_iso on 
/rhev/data-center/mnt/172.16.16.2:3300,172.16.16.3:3300,172.16.16.4:3300:_ovirt__iso
 type ceph 
(rw,relatime,seclabel,name=mds_ovirt_iso,secret=,ms_mode=prefer-crc,dirstat,acl)


k


> On 1 Sep 2021, at 23:52, Nir Soffer  wrote:
> 
> This was never supported.
> 
> We had this old fix that was rejected:
> https://gerrit.ovirt.org/c/vdsm/+/94027 
> 
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/5WCJTIBY5GHNAJLCETP3RJOX2ITFOHD4/


[ovirt-users] Re: about the power management of the hosts

2021-09-18 Thread Konstantin Shalygin
Hi,

For example, in situation where host:

* laggy
* network laggy

or another manager <-> host connectivity issues - ovirt-engine can't determine 
what with host actually:

* host stuck
* host unreachable
* me (engine) unreachable
* other lossy, lags, etc

another chances for enginte to determine host is powered up or not is IPMI - 
engine tells to another (reachable) host to execute IPMI call for target host 
(problem host):

here some engine logic, when host is actually powered up - we can wait when 
management network return, or can reboot (via IPMI) host, mark host as failed, 
evacuate VM's, etc...


k

> On 18 Sep 2021, at 08:59, Tommy Sway  wrote:
> 
> Can somebody explain in detail when and Under what circumstances  power 
> management will works?
> 

___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/PBYCV3YRYINIUGWHQENVEKN4757UTLSL/


[ovirt-users] Re: Blog post - Using Ceph only storage for oVirt datacenter

2021-07-14 Thread Konstantin Shalygin
Hi Sandro,

- How this image is mounted on oVirt host?
- How to change image features?
- How to add upmap option to libvirt domain?
- How libvirt domain looks like?
- How snapshots works?
- How clones works?
- How to migrate images from one domain to another?


Thanks,
k

Sent from my iPhone

> On 14 Jul 2021, at 09:31, Sandro Bonazzola  wrote:
> 
> 
> Hi, I just published the result of the testing of oVirt 4.4.7 with Ceph 
> Pacific and RDO Victoria for deploying an oVirt datacenter using Ceph as 
> storage with a blog post at 
> https://blogs.ovirt.org/2021/07/using-ceph-only-storage-for-ovirt-datacenter/
> Comments and suggestions are welcome.
> 
> Thanks,
> -- 
> Sandro Bonazzola
> MANAGER, SOFTWARE ENGINEERING, EMEA R RHV
> Red Hat EMEA
> sbona...@redhat.com   
>   
> Red Hat respects your work life balance. Therefore there is no need to answer 
> this email out of your office hours.
> 
> 
> ___
> 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: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/5QAON3RURXAYWYV3XDE7FYF3VDV2U7NA/
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/TJMG7UJKSXU2U7KUMSA2Z3DLB5DCTCIV/


[ovirt-users] Re: New User not Showing in the web GUI

2021-07-29 Thread Konstantin Shalygin
Hi,

User should login to ovirt-engine. You should try it


k
Sent from my iPhone

> On 29 Jul 2021, at 03:48, lou...@ameritech.net wrote:
> 
> I've added a new user using the CLI ovirt-aaa-jdbc-tool.  I've also been able 
> to modify the attributes of the new user and list all the modifications.  
> However the new user does ot show up in the web GUI,  a password has been 
> assigned and the user is assigned to the '*' Name Space.  
> 
> What must be done to have the user show up in the web gui?
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/HIJZ2ALL5NXZK4WNV75PUNIZNWC4AO3B/


[ovirt-users] Re: Can't join new mon - lossy channel, failing

2021-10-04 Thread Konstantin Shalygin
Hi,

> On 4 Oct 2021, at 16:37, Vladimir Bashkirtsev  
> wrote:
> 
> And just for clarity: you do not attempt to join mixed 32/64 bit cluster? 
> There's a known bug in src/msg/async/frames_v2.h causing frame size mismatch 
> on mixed clusters leading to the same error messages.

All hardware is x86_64



k___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/KY7YE6TZT7ZNVIR6OIX7OYAX7LQCVH7M/


[ovirt-users] Re: Change Cluster CPU type

2021-08-30 Thread Konstantin Shalygin
Hi,
Firstly, you need to change your last old CPU in this aggregate. Then you will 
can change aggregate CPU type


k

Sent from my iPhone

> On 28 Aug 2021, at 18:04, Andrey Rusakov  wrote:
> 
> We are using oVirt for several years.
> And we start with Xeon v2 CPUs.
> At this moment of time we got all v3 aтв we will chnage them to v4 in a month.
> 
> So i would like to change Cluster default CPU to Haswell, But got error with 
> custom cpu on HostedEngine.
> HostedEngine config is locked.
> Is there a solution to chnage HostedEngine cpu type?
> 
> P.S. some problem with Cluster compability version (4.5 4.6)
> ___
> 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: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/QKYPJOYRFVCQLJBZFDNTLP3JVQSTL7WL/
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/MN4HTFUQBWVVHIVARSER3TRNPVSA3F4F/


[ovirt-users] Re: Using file storage(NFS, cephfs) directly in oVirt vm

2021-10-22 Thread Konstantin Shalygin
If host where NFS server was running is DOWN, you can't use your NFS service


k

> On 22 Oct 2021, at 05:08, ssarang...@gmail.com wrote:
> 
> Hi, I want to use NFS directly in oVirt vm. NFS server is installed on the 
> oVirt host.
> How can I use it if the oVirt vm and oVirt host cannot communicate?

___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/IEVEVLHHAIGZZSV5Q2CN4J7HLFIOMZ7Z/


[ovirt-users] Re: no QXL ?

2021-12-07 Thread Konstantin Shalygin
Agree with that, SPICE is always very nice


Thanks,
k

Sent from my iPhone

> On 7 Dec 2021, at 17:54, Rik Theys  wrote:
> 
> Will the functionality only be dropped for RHEL9/CentOS Stream 9 guests or 
> for all VM types? Will it only be removed in "RHV", or also in oVirt? It 
> would be nice to keep it in oVirt even if there's no official support for it.
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/RDB4NS5ZP3SPPJBISEYNQ5TOU3YG4M52/


[ovirt-users] Re: Blog post - Using Ceph only storage for oVirt datacenter

2021-07-14 Thread Konstantin Shalygin
It's possible to use librbd instead kernel mount like in OpenStack?

Sent from my iPhone

> On 14 Jul 2021, at 10:41, Sandro Bonazzola  wrote:
> 
> They are mounted as block storage
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/NIBVZ5ONYWHT5Z6IJMETBVDK36U7ONQR/


[ovirt-users] Re: Blog post - Using Ceph only storage for oVirt datacenter

2021-07-14 Thread Konstantin Shalygin
I'm mean not this. BLL.Storage currently remove 'standard' Ceph integration for 
libvirt and use kernel mounts instead this. Again: removed, because in legacy 
cinder integration works in qemu process without any mounts.
Any plans to add libvirt librbd variant to oVirt back?

Thanks,
k

Sent from my iPhone

> On 14 Jul 2021, at 11:40, Benny Zlotnik  wrote:
> 
> Not currently, we do want to support this using rbd-nbd
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/KWIXTNR5GAZHJEOMVTZFUNEPMAQW7W67/


[ovirt-users] Re: LACP across multiple switches

2021-07-27 Thread Konstantin Shalygin
Yes, why not?


k

Sent from my iPhone

> On 27 Jul 2021, at 18:01, Jorge Visentini  wrote:
> 
> 
> Hi all.
> 
> Is it possible to configure oVirt for work with two NICs in bond/LACP across 
> two switches, according to the image below?
> 
> 
> 
> 
> Thank you all.
> You guys do a wonderful job.
> -- 
> Att,
> Jorge Visentini
> +55 55 98432-9868
> ___
> 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: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/ARRD5B7M6RHOV2DR7UOMGQVZ7AWBTFOU/
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/7TBENDAXNLK4KI5SEIC3O2X4QW4T6MNR/


[ovirt-users] Re: Direct Linux kernel/initrd boot

2021-07-27 Thread Konstantin Shalygin
Hi,

> On 27 Jul 2021, at 21:24, Chris Adams  wrote:
> 
> From a pure user perspective (never looked at the oVirt code for this)...
> 
> Right now, it looks like the way to reference the ISO domain is
> iso://.  Nothing specifies the domain name (I guess there can
> be only one ISO domain).
> 
> Maybe an alternative (to get it out being of strictly tied to the one
> and only ISO domain) would be something like domain:///,
> so which storage domain could be specified (and then it doesn't matter
> if it's an ISO domain or regular storage domain).
> 
> Anyway, for my short term, it looks like I just need to build ISOs on
> the fly and upload them to the regular storage domain (since I don't
> have an ISO domain).

I think you can use httpisoboot vdsm hook [1] for this


[1] https://github.com/oVirt/vdsm/tree/master/vdsm_hooks/httpsisoboot 

k___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/JMXTRZ5A4R7LNH5WACNWWQGCPLLYRHQP/


[ovirt-users] Re: How-to get oVirt host certificated date

2022-01-13 Thread Konstantin Shalygin
> It's possible to get, may be from Postgres, the host certificate date?
> Engine run this check sometimes, but trigger this check seems impossible

Anybody?
@Sandro please help

engine make check once per day and print to logs
How can we run a manual check or see info in PostgreSQL database? This is 
required because the days until the end of the certificate's life expire, 
waiting for the next day in order to understand the result of deploying a new 
certificate is a strange situation


Thanks,
k
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/3WK5CJYL3PXXCJJQKLEQCQJG5X2YA3XV/


[ovirt-users] Re: How-to get oVirt host certificated date

2022-01-14 Thread Konstantin Shalygin
Thanks Martin!!!

> On 14 Jan 2022, at 11:45, Martin Perina  wrote:
> 
> Hi,
> 
> host certificates are not saved anywhere in the engine database, you need to 
> go to the host itself to find out the expiration date. There are 2 options: 
> 
> 1. Directly on the host after connecting via SSH you can run below
> # openssl x509 -text -noout -in /etc/pki/vdsm/certs/vdsmcert.pem | grep 
> -A2 Validity
> 
> 2. Remotely using openssl you can run below
> # openssl s_client -showcerts -connect :54321 | openssl x509 
> -text -noout | grep -A2 Validity
> 
> 
> ovirt-engine performs certificate checks every day (can be configured using 
> engine-config option CertificationValidityCheckTimeInHours) and it checks not 
> only hosts certificates, but also the engine certificate and the engine CA 
> certificate. This check produces following records in ovirt-engine audit log:
> 
> 1. If the certificate has already expired then below audit log ALERT is 
> created depending on the type of certificate
> - Host ${VdsName} certification has expired at ${ExpirationDate}. Please 
> renew the host's certification.
> - Engine's certification has expired at ${ExpirationDate}. Please renew 
> the engine's certification.
> - Engine's CA certification has expired at ${ExpirationDate}.
> 
> 2. If the certificate is going to expire in less than 7 days, then below 
> audit log ALERT is created depending on the type of certificate
> - Host ${VdsName} certification is about to expire at ${ExpirationDate}. 
> Please renew the host's certification.
> - Engine's certification is about to expire at ${ExpirationDate}. Please 
> renew the engine's certification.
> - Engine's CA certification is about to expire at ${ExpirationDate}.
> 
> 3. If the certificate is going to expire in less than 30 days, then below 
> audit log WARNING is created depending on the type of certificate
> - Host ${VdsName} certification is about to expire at ${ExpirationDate}. 
> Please renew the host's certification.
> - Engine's certification is about to expire at ${ExpirationDate}. Please 
> renew the engine's certification.
> - Engine's CA certification is about to expire at ${ExpirationDate}.
> 


___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/GJETF6RUBHZEZWVTX6DZWHXN6BCFDRSQ/


[ovirt-users] Re: How-to get oVirt host certificated date

2022-01-14 Thread Konstantin Shalygin
Sandro, the main is - "admin enroll new cert, but engine spam to log that cert 
will be expire"

Check host cert via Martin snippet, the cert is deployed at Jan 10 2022

[root@control1 ovirt-engine]# openssl s_client -showcerts -connect 
192.168.101.16:54321 | openssl x509 -text -noout | grep -A2 Validity
Can't use SSL_get_servername
depth=1 C = US, O = opentech.local, CN = control1.opentech.local.54279
verify error:num=19:self signed certificate in certificate chain
verify return:1
depth=1 C = US, O = opentech.local, CN = control1.opentech.local.54279
verify return:1
depth=0 O = opentech.local, CN = 192.168.101.16
verify return:1
140358921414464:error:1409445C:SSL routines:ssl3_read_bytes:tlsv13 alert 
certificate required:ssl/record/rec_layer_s3.c:1543:SSL alert number 116
Validity
Not Before: Jan 10 16:57:10 2022 GMT
Not After : Feb 13 16:57:10 2023 GMT


But engine "don't see this changes" at 12 Jan, 13 Jan

[root@control1 ovirt-engine]# gunzip -c *\.gz | ack 'certification is about to 
expire' | grep ovirt-host6 | awk '{print $1 " " $2 " "  $10}'
2022-01-11 20:57:33,890+07 ovirt-host6.opentech.local
2022-01-12 20:57:33,925+07 ovirt-host6.opentech.local
2022-01-13 20:57:33,958+07 ovirt-host6.opentech.local


Yesterday I was restarted ovirt-engine, now this alerts are gone
The certificate enrolling routine should be documented

Thanks,
k

> On 14 Jan 2022, at 11:48, Sandro Bonazzola  wrote:
> 
> Martin, is this something which can fit in oVirt administration documentation?
> Konstantin, what's the purpose of getting the certificate's dates?

___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/TWKYIZK3VHKHZKAVG4PL7KVGHNV47AHN/


[ovirt-users] How-to get oVirt host certificated date

2022-01-11 Thread Konstantin Shalygin
Hi,

It's possible to get, may be from Postgres, the host certificate date?
Engine run this check sometimes, but trigger this check seems impossible


Thanks
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/Z3KLPGDRZMPCYASFSVI4DL6WEYFJGRFR/


[ovirt-users] Re: Impossibile to install a new system

2023-09-19 Thread Konstantin Shalygin
Hi,

> On 19 Sep 2023, at 18:03, Andrea Chierici  
> wrote:
> 
> this gives me a clear idea of the status of the project unfortunately.
> But please let me explain my use case and maybe you can suggest me the 
> correct solution.
> In my organization we have several ovirt installations, some with hosted 
> engine, some with a separate VM running on "something else".
> Personally I have 2 instances that I care most and they are still running 
> 4.5.4.
> You suggested several months ago that we should switch to nightlies, but 
> since I need to be sure they work correctly, I want to test them on a 
> separate tesbed. Hence I wanted to install a brand new mini cluster to test 
> the nightlies before running them in production (I think this is the correct 
> approach in general).
> Anyway since nightlies change quite often and are not versioned, it's not 
> simple, I think, to test them on a testbed and then bring them in production, 
> since some packages may have already been updated.
> So, what do yuo suggest me to do, to be sure I run in production only tested 
> software?
> THanks a lot for your support.

I think you should send this e-mail to your employer, with a subject "we need 
staging environment & employees to work on it". Not to Sandro

The time, when your employer could use written & tested cloud solutions "on 
premise for free", mostly is over


Cheers,
k___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/I2PJ3XKTQCYUCBGP6HNYWZUBSFI5USBJ/


[ovirt-users] Re: Initramfs and vmlinuz corrupted, how to recover?

2022-06-14 Thread Konstantin Shalygin
Hi,

You can try 'dracut -f' command

k
Sent from my iPhone

> On 14 Jun 2022, at 08:09, douglasd...@gmail.com wrote:
> 
> I have a Dell server with a BIOS bug, it corrupted the files during a UEFI 
> boot.
> I noticed that the initramfs and vmlinuz files are zero-sized
> How can I retrieve or generate new ones?
> ___
> 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: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/RIRR4M632QHNMGQLUINB34NJX6SQXQ2B/
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/OBLCCHMJ35JUIZDQ3YYGZTTT7JKHZGUZ/


[ovirt-users] Re: How i can shutdown the virtual servers on a note when the ovirt network is down

2022-09-19 Thread Konstantin Shalygin
Hi,

For a network maintenance, when you can't/don't want to put your ovirt host to 
maintenance mode on oVirt engine, you can turn off the API completely

systemctl stop ovirt-engine


After works over, just start service back

k
Sent from my iPhone

> On 18 Sep 2022, at 22:00, manfred.bohen...@bohensky-it.gmbh wrote:
> 
> Hello,
> 
> i have a question.
> When on an ovirt note the ovirt network down how i can shutdown the virtual 
> server local on the ovirt note in the local cli?
> 
> Thanks
> ___
> 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: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/KYBNETDUKNNOR6EJ3WS5IIQ7CQLSZYIH/
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/URC6WRDLVHESFBNHLG232B6434OX6WAB/


[ovirt-users] Re: How i can shutdown the virtual servers on a note when the ovirt network is down

2022-09-19 Thread Konstantin Shalygin

> On 19 Sep 2022, at 11:18, Manfred Bohensky | Bohensky IT GmbH 
>  wrote:
> 
> My question is if e.g. the network card or port from the ovirt network on the 
> ovirt note is broken. How can I shut down the virtual machines locally on the 
> ovirt note?
> 

oVirt will reboot your host via IPMI power cycle, then this host will be marked 
as Non Operational. In this case your VM instances will be dead already
By hand you can kill VM instances via `virsh` command


k

___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/XOA5KXM6FIZLYOPCTHK6MMDP4FRUNS33/


[ovirt-users] Re: How are statistics collected for disk and network?

2022-11-27 Thread Konstantin Shalygin
Hi,

You can use libvirt-exporter for this [1]

[1] https://github.com/AlexZzz/libvirt-exporter

k
Sent from my iPhone

> On 25 Nov 2022, at 20:59, Murilo Morais  wrote:
> 
> 
> Good afternoon everyone.
> 
> Is there any way to collect disk and network statistics from VMs without 
> needing to install qemu-guest-agent? From what I noticed, this data only 
> appears in Grafana after installing this package on each VM, is that really 
> the case? Is there no way to collect this data without the need for the 
> package? At least for the network interface I can see the traffic of the VM 
> interface, but this data is not shown in Grafana.
> 
> Thanks in advance!
> ___
> 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: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/5MQD5A4EZO5NSWPP6SAJDJDGKPMBEIO5/
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/YE4F7CRTVXLAZVM4CKZHIKSSGQNF7EJK/


[ovirt-users] Re: 4.5.4 with Ceph only storage

2023-01-25 Thread Konstantin Shalygin
Hi,

Why not use rbd? This is interface for virtual machines


k
Sent from my iPhone

> On 20 Jan 2023, at 12:25, Maurice Burrows  wrote:
> 
> Hey ... A long story short ... I have an existing Red Hat Virt / Gluster 
> hyperconverged solution that I am moving away from.
> 
> I have an existing Ceph cluster that I primarily use for OpenStack and a 
> small requirement for S3 via RGW. 
> 
> I'm planning to build a new oVirt 4.5.4 cluster on RHEL9 using Ceph for all 
> storage requirements. I've read many online articles on oVirt and Ceph, and 
> they all seem to use the Ceph iSCSI gateway, which is now in maintenance, so 
> I'm not real keen to commit to iSCSI. 
> 
> So my question is, IS there any reason I cannot use CephFS for both 
> hosted-engine and as a data storage domain?
> 
> I'm currently running Ceph Pacific FWIW.
> 
> Cheers
> ___
> 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: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/4VG4AWPQ2FBYEUTYOBIJLF23ORGCFZEX/
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/37NK2NR44S2RQKASZOZN6LVGXLCRWEZV/


[ovirt-users] Re: RBD Mirror support

2023-03-14 Thread Konstantin Shalygin
The Cinderlib is a Cinder. Cinder always have native RBD driver, but seems 
oVirt developers don't know about it
Yes, you can add write the vdsm hook and modify the xmldom, but take a look - 
it's just another hack of hack of hack. May be better stop hack oVirt and 
choose OpenStack or Proxmox with normal RBD support? 


Cheers,
k


> On 14 Mar 2023, at 19:17, Murilo Morais  wrote:
> 
> I understand. Is there no setting in Cinder to make this possible?
> 
> I'm thinking of writing a hook specifically for this, I don't see any other 
> alternative.
> 
> Em ter., 14 de mar. de 2023 às 03:37, Konstantin Shalygin  <mailto:k0...@k0ste.ru>> escreveu:
>> Hi,
>> 
>> Recently I was created BZ for librbd [1], closed as won't fix. So, still 
>> impossible even upgrade RBD driver without reboot. Typical misunderstanding 
>> between developers and operations
>> 
>> [1] https://bugzilla.redhat.com/show_bug.cgi?id=1997241
>> k
>> 
>> 
>>> On 14 Mar 2023, at 08:43, Murilo Morais >> <mailto:mur...@evocorp.com.br>> wrote:
>>> 
>>> Good evening everyone!
>>> 
>>> Guys, I managed to raise the RBD through Cinder without problem. Everything 
>>> works, including removing the Storage Domain (through postgres).
>>> 
>>> The initial objective was to go up with RBD Mirror but I'm not succeeding, 
>>> because Cinder is connecting the volume through KRBD, it doesn't support 
>>> Journaling which ends up breaking the Mirror...
>>> 
>>> Is there any way/configuration for Cinder to start the machine using librbd 
>>> instead of KRBD? Because in my scenario we have to use Mirror.
>>> 
>>> Thanks in advance.
>>> ___
>>> Users mailing list -- users@ovirt.org <mailto:users@ovirt.org>
>>> To unsubscribe send an email to users-le...@ovirt.org 
>>> <mailto:users-le...@ovirt.org>
>>> 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/users@ovirt.org/message/XT6MX3XX73AEB6TKGUOZNNVIZMW6KMZ2/
>> 
> ___
> 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: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/ZV5IV674P2JFBBOM5RRF6FLQI3Z7ZCDC/

___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/J3IY5ORG2EW6JG4IUA2GQC4445ARP3EF/


[ovirt-users] Re: RBD Mirror support

2023-03-14 Thread Konstantin Shalygin
Hi,

Recently I was created BZ for librbd [1], closed as won't fix. So, still 
impossible even upgrade RBD driver without reboot. Typical misunderstanding 
between developers and operations

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1997241
k


> On 14 Mar 2023, at 08:43, Murilo Morais  wrote:
> 
> Good evening everyone!
> 
> Guys, I managed to raise the RBD through Cinder without problem. Everything 
> works, including removing the Storage Domain (through postgres).
> 
> The initial objective was to go up with RBD Mirror but I'm not succeeding, 
> because Cinder is connecting the volume through KRBD, it doesn't support 
> Journaling which ends up breaking the Mirror...
> 
> Is there any way/configuration for Cinder to start the machine using librbd 
> instead of KRBD? Because in my scenario we have to use Mirror.
> 
> Thanks in advance.
> ___
> 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: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/XT6MX3XX73AEB6TKGUOZNNVIZMW6KMZ2/

___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/UPZO64TPHC2HOUEFDIDL3QEL6LX2LQ4D/


[ovirt-users] Re: How to delete/detach a disk from online VM ?

2023-03-22 Thread Konstantin Shalygin
Hi,

> On 22 Mar 2023, at 18:00, morgan cox  wrote:
> 
> I tried via the UI and I get 'Error while executing action: Cannot remove 
> Virtual Disk. At least one of the VMs is not down.'
> 
> I know you can with standard KVM/Libvirt/virt-manager - is there any way I 
> can remove a disk from a VM whilst it is online in Ovirt ? 

Disk should be deactivated (unplugged from VM), then detached (unplugged from 
object VM), then can be removed
Impossible to remove disk from computer without cable unplug


k___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/PJ5TIOQFRYWQ3EXYNWLLX77YM4UPNJPF/


[ovirt-users] Re: Repo for mirrorlist.ovirt.org not working

2024-02-14 Thread Konstantin Shalygin
The same

Latest oVirt 4.4 Release
15  B/s | 299  B 00:19
Errors during downloading metadata for repository 'ovirt-4.4':
  - Curl error (28): Timeout was reached for 
https://mirrorlist.ovirt.org/mirrorlist-ovirt-4.4-el8 [Operation too slow. Less 
than 1000 bytes/sec transferred the last 10 seconds]
  - Status code: 503 for https://mirrorlist.ovirt.org/mirrorlist-ovirt-4.4-el8 
(IP: 8.43.85.224)
Error: Failed to download metadata for repo 'ovirt-4.4': Cannot prepare 
internal mirrorlist: Status code: 503 for 
https://mirrorlist.ovirt.org/mirrorlist-ovirt-4.4-el8 (IP: 8.43.85.224)

> On Feb 14, 2024, at 15:08, nico...@devels.es wrote:
> 
> We recently noticed that 
> https://mirrorlist.ovirt.org/mirrorlist-ovirt-4.5-el8is returning a 503 error:
> 
> $ LANG=C wget https://mirrorlist.ovirt.org/mirrorlist-ovirt-4.5-el8
> --2024-02-14 12:01:10--  https://mirrorlist.ovirt.org/mirrorlist-ovirt-4.5-el8
> Resolving mirrorlist.ovirt.org  
> (mirrorlist.ovirt.org )... 8.43.85.224, 
> 2620:52:3:1:5054:ff:fef7:14a9
> Connecting to mirrorlist.ovirt.org  
> (mirrorlist.ovirt.org )|8.43.85.224|:443... 
> connected.
> HTTP request sent, awaiting response... 503 Service Unavailable
> 2024-02-14 12:02:10 ERROR 503: Service Unavailable.
> 
> Is this some scheduled downtime or is it an error?

___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/PPT5E5224LGNAOVGCHR4KPDKJVPRNNG3/


[ovirt-users] Re: Urgent: Assistance Needed - oVirt Host Unresponsive

2024-02-16 Thread Konstantin Shalygin
Hi,

> On Feb 16, 2024, at 21:17, Sachendra Shukla  
> wrote:
> 
> The "Installation Enroll Certificates" option is disabled, which is 
> preventing us from renewing through the web UI. Kindly suggest an alternative 
> solution.
> 
> This is crucial for me, so please assist me if you have any solutions.

The cert enrollment feature is available, when you put host in maintenance mode 
[1]



[1] 
https://www.ovirt.org/documentation/administration_guide/index.html#chap-Renewing_certificates_RHV_backup_restore
k

___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/V3IWRFBEITUEQBCP2W6RG7GBS4FCECZS/


[ovirt-users] Re: 4.5.4 with Ceph only storage

2024-02-24 Thread Konstantin Shalygin
Hi,

You can use Cinderlib to achieve this [1]



[1] 
https://www.ovirt.org/develop/release-management/features/storage/cinderlib-integration.html

k
Sent from my iPhone

> On Feb 23, 2024, at 15:16, ankit--- via Users  wrote:
> 
> Hi,
> 
> I have installed a ceph-cluster on Debian 12 and ovirt cluster on centos 
> stream 9.
> 
> I want to use ceph storage cluster with ovirt cluster but how? Its a test 
> environment and i want to use it in production (running ovirt with 
> traditional iscsi SAN so i want to replace it by ceph storage) after 
> successful integration in testing environment?
> 
> But How?
> 
> Many Thanks.
> Ankit
> ___
> 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: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/HZMNU6NMCJ2WYNVBR5PVAKGVQ4BEZ2RT/
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/QESELB6WTLATHIOKCHNFMN2CH7E2Z5YQ/


[ovirt-users] Re: 4.5.4 with Ceph only storage

2024-02-27 Thread Konstantin Shalygin
Hi,

> On Feb 27, 2024, at 13:25, ankit--- via Users  wrote:
> 
> Hi  Konstantin Shalygin,
> 
> Thanks for your reply, really appreciated. but i dont know how to do it? Can 
> you guide me some documentation or anything else?

AFAIK, only this blog post is a documentation [1]


Cheers,
k

[1] 
https://blogs.ovirt.org/2021/07/using-ceph-only-storage-for-ovirt-datacenter/___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/B6OWU5PVXKJ65HTQFRBO5RW74WEO4IDP/