[ovirt-users] oVirt Metrics Store Installation - Error during SSO authentication

2019-10-15 Thread Markus Schaufler
Hi,

oVirt 4.3.5
changed certificate to one from an official CA
configured active directory auth
no kerberos / no ldapS

as per: 
https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.3/html-single/metrics_store_installation_guide/index#Installing_metrics_store

ANSIBLE_JINJA2_EXTENSIONS="jinja2.ext.do" 
./configure_ovirt_machines_for_metrics.sh 
--playbook=ovirt-metrics-store-installation.yml --ask-vault-pass -


During installation of the metrics store following error appears:

TASK [oVirt.image-template : Login to oVirt] 
*
task path: 
/usr/share/ansible/roles/ovirt.image-template/tasks/qcow2_image.yml:41
 ESTABLISH LOCAL CONNECTION FOR USER: root
 EXEC /bin/sh -c 'echo ~root && sleep 0'
 EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo 
/root/.ansible/tmp/ansible-tmp-1571121133.7-63276692983944 `" && echo 
ansible-tmp-1571121133.7-63276692983944="` echo 
/root/.ansible/tmp/ansible-tmp-1571121133.7-63276692983944 `" ) && sleep 0'
Using module file 
/usr/lib/python2.7/site-packages/ansible/modules/cloud/ovirt/ovirt_auth.py
 PUT /root/.ansible/tmp/ansible-local-32046wbKds4/tmpyM5Ro2 TO 
/root/.ansible/tmp/ansible-tmp-1571121133.7-63276692983944/AnsiballZ_ovirt_auth.py
 EXEC /bin/sh -c 'chmod u+x 
/root/.ansible/tmp/ansible-tmp-1571121133.7-63276692983944/ 
/root/.ansible/tmp/ansible-tmp-1571121133.7-63276692983944/AnsiballZ_ovirt_auth.py
 && sleep 0'
 EXEC /bin/sh -c '/usr/bin/python 
/root/.ansible/tmp/ansible-tmp-1571121133.7-63276692983944/AnsiballZ_ovirt_auth.py
 && sleep 0'
 EXEC /bin/sh -c 'rm -f -r 
/root/.ansible/tmp/ansible-tmp-1571121133.7-63276692983944/ > /dev/null 2>&1 && 
sleep 0'
The full traceback is:
Traceback (most recent call last):
  File "/tmp/ansible_ovirt_auth_payload_2cmBY9/__main__.py", line 276, in main
token = connection.authenticate()
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line 382, in 
authenticate
self._sso_token = self._get_access_token()
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line 628, in 
_get_access_token
sso_error[1]
AuthError: Error during SSO authentication access_denied : Cannot authenticate 
user 'xxx@.LOCAL': No valid profile found in credentials..

fatal: [localhost]: FAILED! => {
"changed": false,
"invocation": {
"module_args": {
"ca_file": "/etc/pki/ovirt-engine/apache-ca.pem",
"compress": true,
"headers": null,
"hostname": "ovirt-poc..at",
"insecure": false,
"kerberos": false,
"ovirt_auth": null,
"password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
"state": "present",
"timeout": 0,
"token": null,
"url": "https://ovirt-poc..at/ovirt-engine/api;,
"username": "xxx@xxx.LOCAL"
}
},
"msg": "Error during SSO authentication access_denied : Cannot authenticate 
user 'xxx@xxx.LOCAL': No valid profile found in credentials.."
}

TASK [oVirt.image-template : Remove downloaded image] 

task path: 
/usr/share/ansible/roles/ovirt.image-template/tasks/qcow2_image.yml:210
skipping: [localhost] => {
"changed": false,
"skip_reason": "Conditional result was False"
}

TASK [oVirt.image-template : Remove vm] 
**
task path: 
/usr/share/ansible/roles/ovirt.image-template/tasks/qcow2_image.yml:216
fatal: [localhost]: FAILED! => {
"msg": "The conditional check 'ovirt_templates | length == 0' failed. The 
error was: error while evaluating conditional (ovirt_templates | length == 0): 
'ovirt_templates' is undefined\n\nThe error appears to be in 
'/usr/share/ansible/roles/ovirt.image-template/tasks/qcow2_image.yml': line 
216, column 7, but may\nbe elsewhere in the file depending on the exact syntax 
problem.\n\nThe offending line appears to be:\n\n\n- name: Remove vm\n  
^ here\n"
}

###


Double-checked the credentials in "metrics-store-config.yml" and 
"secure_vars.yaml" and tried with admin@internal with same error. 

Any hints on this?
___
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/TN72E7YVV3EGO2UKYAIU35KSA6QEA5QO/


[ovirt-users] ovirt metrics - vm dashboard not working

2019-06-03 Thread Jayme
I finally managed to get oVirt metrics store running.  I loaded sample
dashboards, searches and visualizations in to Kibana from
/etc/ovirt-engine-metrics/dashboards-examples.  When importing searches and
visualizations there are warnings about missing index patterns.

It appears that the "VM" dashboard is completely broken, no stats are
showing on it at all including simple stats such as running VM count.

The other two dashboards Hosts and System are working and showing all stats
(sans VM count on the host dashboard).

I believe I have a cash here of either missing indexes or potentially an
issue with the example dashboards?  I can see that collectd is running on
all hosts and has the virt plugin loaded.

What part of the config is responsible for suppling the VM
information/indexes?
___
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/2B2W2PG6OHIRB2K45FOVEYBDR5GWAEFG/


[ovirt-users] ovirt metrics ansible error

2019-05-26 Thread Jayme
I'm running in to this ansible error during oVirt metrics installation
(following procedures at:
https://ovirt.org/documentation/metrics-install-guide/Installing_Metrics_Store.html
 )

This is happening late in the process, after successfully deploying the
installation VM and then running second step from the metrics VM.

CHECK [memory_availability : master0.xx.com]
*
fatal: [master0.xxx.com]: FAILED! => {"changed": true, "checks":
{"disk_availability": {}, "docker_image_availability": {"changed": true},
"docker_storage": {"failed": true, "failures": [["OpenShiftCheckException",
"Could not find imported module support code for docker_info.  Looked for
either AnsibleDockerClient.py or docker_common.py\nTraceback (most recent
call last):\n  File
\"/usr/share/ansible/openshift-ansible/roles/openshift_health_checker/action_plugins/openshift_health_check.py\",
line 225, in run_check\nresult = check.run()\n  File
\"/usr/share/ansible/openshift-ansible/roles/openshift_health_checker/openshift_checks/docker_storage.py\",
line 53, in run\ndocker_info = self.execute_module(\"docker_info\",
{})\n  File
\"/usr/share/ansible/openshift-ansible/roles/openshift_health_checker/openshift_checks/__init__.py\",
line 211, in execute_module\nresult = self._execute_module(module_name,
module_args, self.tmp, self.task_vars)\n  File
\"/usr/lib/python2.7/site-packages/ansible/plugins/action/__init__.py\",
line 809, in _execute_module\n(module_style, shebang, module_data,
module_path) = self._configure_module(module_name=module_name,
module_args=module_args, task_vars=task_vars)\n  File
\"/usr/lib/python2.7/site-packages/ansible/plugins/action/__init__.py\",
line 203, in _configure_module\nenvironment=final_environment)\n  File
\"/usr/lib/python2.7/site-packages/ansible/executor/module_common.py\",
line 1023, in modify_module\nenvironment=environment)\n  File
\"/usr/lib/python2.7/site-packages/ansible/executor/module_common.py\",
line 859, in _find_module_utils\nrecursive_finder(module_name,
b_module_data, py_module_names, py_module_cache, zf)\n  File
\"/usr/lib/python2.7/site-packages/ansible/executor/module_common.py\",
line 621, in recursive_finder\nraise AnsibleError('
'.join(msg))\nAnsibleError: Could not find imported module support code for
docker_info.  Looked for either AnsibleDockerClient.py or
docker_common.py\n"]], "msg": "Could not find imported module support code
for docker_info.  Looked for either AnsibleDockerClient.py or
docker_common.py\nTraceback (most recent call last):\n  File
\"/usr/share/ansible/openshift-ansible/roles/openshift_health_checker/action_plugins/openshift_health_check.py\",
line 225, in run_check\nresult = check.run()\n  File
\"/usr/share/ansible/openshift-ansible/roles/openshift_health_checker/openshift_checks/docker_storage.py\",
line 53, in run\ndocker_info = self.execute_module(\"docker_info\",
{})\n  File
\"/usr/share/ansible/openshift-ansible/roles/openshift_health_checker/openshift_checks/__init__.py\",
line 211, in execute_module\nresult = self._execute_module(module_name,
module_args, self.tmp, self.task_vars)\n  File
\"/usr/lib/python2.7/site-packages/ansible/plugins/action/__init__.py\",
line 809, in _execute_module\n(module_style, shebang, module_data,
module_path) = self._configure_module(module_name=module_name,
module_args=module_args, task_vars=task_vars)\n  File
\"/usr/lib/python2.7/site-packages/ansible/plugins/action/__init__.py\",
line 203, in _configure_module\nenvironment=final_environment)\n  File
\"/usr/lib/python2.7/site-packages/ansible/executor/module_common.py\",
line 1023, in modify_module\nenvironment=environment)\n  File
\"/usr/lib/python2.7/site-packages/ansible/executor/module_common.py\",
line 859, in _find_module_utils\nrecursive_finder(module_name,
b_module_data, py_module_names, py_module_cache, zf)\n  File
\"/usr/lib/python2.7/site-packages/ansible/executor/module_common.py\",
line 621, in recursive_finder\nraise AnsibleError('
'.join(msg))\nAnsibleError: Could not find imported module support code for
docker_info.  Looked for either AnsibleDockerClient.py or
docker_common.py\n"}, "memory_availability": {}, "package_availability":
{"changed": false, "invocation": {"module_args": {"packages": ["PyYAML",
"bash-completion", "bind", "ceph-common", "dnsmasq", "docker", "firewalld",
"flannel", "glusterfs-fuse", "httpd-tools", "iptables",
"iptables-services", "iscsi-initiator-utils", "libselinux-python",
"nfs-utils", "ntp", "openssl", "origin", "origin-clients",
"origin-hyperkube", "origin-node", "pyparted", "python-httplib2",
"yum-utils"]}}}, "package_version": {"changed": false, "invocation":
{"module_args": {"package_list": [{"check_multi": false, "name": "origin",
"version": ""}, {"check_multi": false, "name": "origin-master", "version":
""}, {"check_multi": false, "name": "origin-node", 

[ovirt-users] oVirt Metrics Store installation

2018-09-30 Thread Markus Schaufler
Hi!

I'm having trouble installing the oVirt Metrics Store following this 
https://www.ovirt.org/develop/release-management/features/metrics/metrics-store-installation/
 respectively this guide 
https://www.ovirt.org/develop/release-management/features/metrics/setting-up-viaq-logging/

When executing the test script
ANSIBLE_LOG_PATH=/tmp/ansible-prereq.log ansible-playbook -vvv -e 
@/root/vars.yaml -i /root/ansible-inventory-origin-39-aio 
playbooks/prerequisites.yml

following error occurs:


Using module file 
/usr/lib/python2.7/site-packages/ansible/modules/packaging/os/yum.py
 EXEC /bin/sh -c '/usr/bin/python && sleep 0'
fatal: [localhost]: FAILED! => {
"attempts": 3,
"changed": false,
"invocation": {
"module_args": {
"allow_downgrade": false,
"bugfix": false,
"conf_file": null,
"disable_gpg_check": false,
"disable_plugin": [],
"disablerepo": null,
"enable_plugin": [],
"enablerepo": null,
"exclude": null,
"install_repoquery": true,
"installroot": "/",
"list": null,
"name": [
"docker",
"atomic",
"skopeo"
],
"security": false,
"skip_broken": false,
"state": "present",
"update_cache": false,
"update_only": false,
"validate_certs": true
}
},
"msg": "Error: Package: 1:atomic-1.22.1-22.git5a342e3.el7.x86_64 
(centosplus)\n   Requires: python-docker-py >= 1.7.2-1\n   
Available: docker-python-1.4.0-115.el7.x86_64 (centosplus)\n   
python-docker-py = 1.4.0-115.el7\n   Available: 
python-docker-py-1.10.6-3.el7.noarch (centosplus)\n   
python-docker-py = 1.10.6-3.el7\n   Available: 
python-docker-py-1.10.6-4.el7.noarch (centosplus)\n   
python-docker-py = 1.10.6-4.el7\n   Available: 
python2-docker-2.4.2-1.2.el7.noarch (centos-openshift-origin-testing-cbs)\n 
  python-docker-py = 2.4.2-1.2.el7\n   Installed: 
python2-docker-3.3.0-1.el7.noarch (@centos-openshift-origin-testing)\n  
 Not found\n",
"rc": 1,
"results": [
"2:docker-1.13.1-74.git6e3bb8e.el7.centos.x86_64 providing docker is 
already installed",
"Loaded plugins: fastestmirror\nLoading mirror speeds from cached 
hostfile\nResolving Dependencies\n--> Running transaction check\n---> Package 
atomic.x86_64 1:1.22.1-22.git5a342e3.el7 will be installed\n--> Processing 
Dependency: python-docker-py >= 1.7.2-1 for package: 
1:atomic-1.22.1-22.git5a342e3.el7.x86_64\nPackage 
python-docker-py-1.10.6-4.el7.noarch is obsoleted by 
python2-docker-3.3.0-1.el7.noarch which is already installed\n--> Processing 
Dependency: runc for package: 1:atomic-1.22.1-22.git5a342e3.el7.x86_64\n--> 
Processing Dependency: python-dateutil for package: 
1:atomic-1.22.1-22.git5a342e3.el7.x86_64\n--> Processing Dependency: ostree for 
package: 1:atomic-1.22.1-22.git5a342e3.el7.x86_64\n--> Processing Dependency: 
gomtree for package: 1:atomic-1.22.1-22.git5a342e3.el7.x86_64\n---> Package 
skopeo.x86_64 1:0.1.31-1.dev.gitae64ff7.el7.centos will be installed\n--> 
Running transaction check\n---> Package atomic.x86_64 
1:1.22.1-22.git5a342e3.el7 will be installed\n--
 > Processing Dependency: python-docker-py >= 1.7.2-1 for package: 
 > 1:atomic-1.22.1-22.git5a342e3.el7.x86_64\nPackage 
 > python-docker-py-1.10.6-4.el7.noarch is obsoleted by 
 > python2-docker-3.3.0-1.el7.noarch which is already installed\n---> Package 
 > gomtree.x86_64 0:0.5.0-0.2.git16da0f8.el7 will be installed\n---> Package 
 > ostree.x86_64 0:2018.5-1.el7 will be installed\n--> Processing Dependency: 
 > libarchive.so.13()(64bit) for package: ostree-2018.5-1.el7.x86_64\n---> 
 > Package python-dateutil.noarch 0:1.5-7.el7 will be installed\n---> Package 
 > runc.x86_64 0:1.0.0-37.rc5.dev.gitad0f525.el7 will be installed\n--> 
 > Processing Dependency: criu for package: 
 > runc-1.0.0-37.rc5.dev.gitad0f525.el7.x86_64\n--> Running transaction 
 > check\n---> Package atomic.x86_64 1:1.22.1-22.git5a342e3.el7 will be 
 > installed\n--> Processing Dependency: python-docker-py >= 1.7.2-1 for 
 > package: 1:atomic-1.22.1-22.git5a342e3.el7.x86_64\nPackage 
 > python-docker-py-1.10.6-4.el7.noarch is obsoleted by 
 > python2-docker-3.3.0-1.el7.
 noarch which is already installed\n---> Package criu.x86_64 0:3.5-4.el7 will 
be installed\n--> Processing Dependency: 
libprotobuf-c.so.1(LIBPROTOBUF_C_1.0.0)(64bit) for package: 
criu-3.5-4.el7.x86_64\n--> Processing Dependency: libprotobuf-c.so.1()(64bit) 
for package: criu-3.5-4.el7.x86_64\n--> Processing Dependency: 
libnet.so.1()(64bit) for package: criu-3.5-4.el7.x86_64\n---> Package 
libarchive.x86_64 0:3.1.2-10.el7_2 will be installed\n--> Running transaction 
check\n---> Package atomic.x86_64 1:1.22.1-22.git5a342e3.el7 will be 

[ovirt-users] oVirt Metrics

2018-06-11 Thread Shirly Radco
Dear users,

I would love to get some feedback if someone has tried to install and use
the oVirt metrics store, released in 4.2, for collecting metrics and logs,
based on Elasticsearch, Kibana, Collectd and Fluentd on top of OpenShift.
https://www.ovirt.org/develop/release-management/features/metrics/metrics-store/

How did the installation go? Are you actively using it?
And any other feedback would be much appreciated.

Best regards,

--

SHIRLY RADCO

BI SeNIOR SOFTWARE ENGINEER

Red Hat Israel 

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/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/3G2M3Q35UQZLOHDRAEBMX2INPDAQCOHO/


Re: [ovirt-users] oVirt Metrics

2017-07-14 Thread Ravi Shankar Nori
On Tue, Jul 11, 2017 at 6:27 AM, Yedidyah Bar David  wrote:

> On Tue, Jul 11, 2017 at 1:13 PM, Arsène Gschwind
>  wrote:
> > Hi all,
> >
> > I'm trying to setup oVirt metrics as described at
> > https://www.ovirt.org/develop/release-management/features/
> engine/metrics-store/
> > using SSO.
> > My oVirt installation is based on Version: 4.1.3.5-1.el7.centos.
> >
> > I'm missing the SSO tool called ovirt-register-sso-client as written in
> the
> > doc to register new SSO client. I couldn't figure out which package
> contains
> > that tool, is it included in the latest distribution ?
>
> I do not think it's included in 4.1. I can only see it in the master
> branch, see [1]. Adding Ravi. Ravi - is it planned to be in 4.1? If not,
> perhaps the blog post should mention this.
>


This is available only in master and is not in 4.1, I will update the blog
post



>
> You can try this by using the nightly snapshot [2]. Obviously do not do
> this on a production setup.
>
> Or you can use the version without sso.
>
> [1] https://bugzilla.redhat.com/show_bug.cgi?id=1425935
> [2] http://www.ovirt.org/develop/dev-process/install-nightly-snapshot/
>
> >
> > Thanks for any help.
> >
> > rgds,
> > Arsène
> >
> > --
> >
> > Arsène Gschwind
> > Fa. Sapify AG im Auftrag der Universität Basel
> > IT Services
> > Klingelbergstr. 70 |  CH-4056 Basel  |  Switzerland
> > Tel. +41 79 449 25 63  |  http://its.unibas.ch
> > ITS-ServiceDesk: support-...@unibas.ch | +41 61 267 14 11
> >
> >
> > ___
> > Users mailing list
> > Users@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/users
> >
>
>
>
> --
> Didi
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] oVirt Metrics

2017-07-11 Thread Yedidyah Bar David
On Tue, Jul 11, 2017 at 1:13 PM, Arsène Gschwind
 wrote:
> Hi all,
>
> I'm trying to setup oVirt metrics as described at
> https://www.ovirt.org/develop/release-management/features/engine/metrics-store/
> using SSO.
> My oVirt installation is based on Version: 4.1.3.5-1.el7.centos.
>
> I'm missing the SSO tool called ovirt-register-sso-client as written in the
> doc to register new SSO client. I couldn't figure out which package contains
> that tool, is it included in the latest distribution ?

I do not think it's included in 4.1. I can only see it in the master
branch, see [1]. Adding Ravi. Ravi - is it planned to be in 4.1? If not,
perhaps the blog post should mention this.

You can try this by using the nightly snapshot [2]. Obviously do not do
this on a production setup.

Or you can use the version without sso.

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1425935
[2] http://www.ovirt.org/develop/dev-process/install-nightly-snapshot/

>
> Thanks for any help.
>
> rgds,
> Arsène
>
> --
>
> Arsène Gschwind
> Fa. Sapify AG im Auftrag der Universität Basel
> IT Services
> Klingelbergstr. 70 |  CH-4056 Basel  |  Switzerland
> Tel. +41 79 449 25 63  |  http://its.unibas.ch
> ITS-ServiceDesk: support-...@unibas.ch | +41 61 267 14 11
>
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>



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


[ovirt-users] oVirt Metrics

2017-07-11 Thread Arsène Gschwind

Hi all,

I'm trying to setup oVirt metrics as described at 
https://www.ovirt.org/develop/release-management/features/engine/metrics-store/ 
using SSO.

My oVirt installation is based on Version: 4.1.3.5-1.el7.centos.

I'm missing the SSO tool called ovirt-register-sso-client as written in 
the doc to register new SSO client. I couldn't figure out which package 
contains that tool, is it included in the latest distribution ?


Thanks for any help.

rgds,
Arsène

--

*Arsène Gschwind*
Fa. Sapify AG im Auftrag der Universität Basel
IT Services
Klingelbergstr. 70 |  CH-4056 Basel  |  Switzerland
Tel. +41 79 449 25 63  | http://its.unibas.ch 
ITS-ServiceDesk: support-...@unibas.ch | +41 61 267 14 11

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


Re: [ovirt-users] oVirt metrics

2016-07-14 Thread Yaniv Dary
We are aiming to add IOPS per VM per Disk in oVirt 4.1.

Yaniv Dary
Technical Product Manager
Red Hat Israel Ltd.
34 Jerusalem Road
Building A, 4th floor
Ra'anana, Israel 4350109

Tel : +972 (9) 7692306
8272306
Email: yd...@redhat.com
IRC : ydary


On Wed, Jul 13, 2016 at 2:44 PM, Dominique Taffin  wrote:

> Hello!
>
> very nice implementation - and very good blog entry.
>
> IMHO a very important metric should be made available: IOPS.
>
> IOPS are a very important factor when using shared storage among a
> cluster. It is a key indicator for identifying issues and performance
> bottlenecks and also having a base for scaling proper storage devices.
> Beeing able to display IOPS per VM would be a great benefit for large
> scale enterprises.
>
> best,
>  Dominique
>
>
> On Wed, 2016-07-13 at 13:36 +0300, Yaniv Bronheim wrote:
> > Hi,
> >
> > In oVirt-4.0 we introduced integration with metrics collectors, In
> > [1] you will find a guide for utilizing your environment to retrieve
> > visualized reports about hosts and vms statistics.
> >
> > I encourage to try that out and send us requests for additional
> > valuable metrics that you think vdsm should publish.
> > This area is still work in progress and we plan to support more
> > technologies and different architectures for metrics collections as
> > describes in the post. This will follow by additional links in the
> > post ([1]) that describe how to do so.. stay tuned.
> >
> > [1] https://bronhaim.wordpress.com/2016/06/26/ovirt-metrics
> >
> > --
> > Yaniv Bronhaim.
> > ___
> > Users mailing list
> > Users@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/users
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] oVirt metrics

2016-07-13 Thread Dominique Taffin
Hello!

very nice implementation - and very good blog entry.

IMHO a very important metric should be made available: IOPS.

IOPS are a very important factor when using shared storage among a
cluster. It is a key indicator for identifying issues and performance
bottlenecks and also having a base for scaling proper storage devices.
Beeing able to display IOPS per VM would be a great benefit for large
scale enterprises.

best,
 Dominique


On Wed, 2016-07-13 at 13:36 +0300, Yaniv Bronheim wrote:
> Hi,
> 
> In oVirt-4.0 we introduced integration with metrics collectors, In
> [1] you will find a guide for utilizing your environment to retrieve
> visualized reports about hosts and vms statistics.
> 
> I encourage to try that out and send us requests for additional
> valuable metrics that you think vdsm should publish.
> This area is still work in progress and we plan to support more
> technologies and different architectures for metrics collections as
> describes in the post. This will follow by additional links in the
> post ([1]) that describe how to do so.. stay tuned.
> 
> [1] https://bronhaim.wordpress.com/2016/06/26/ovirt-metrics
> 
> -- 
> Yaniv Bronhaim.
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] oVirt metrics

2016-07-13 Thread Yaniv Bronheim
Hi,

In oVirt-4.0 we introduced integration with metrics collectors, In [1] you
will find a guide for utilizing your environment to retrieve visualized
reports about hosts and vms statistics.

I encourage to try that out and send us requests for additional valuable
metrics that you think vdsm should publish.
This area is still work in progress and we plan to support more
technologies and different architectures for metrics collections as
describes in the post. This will follow by additional links in the post
([1]) that describe how to do so.. stay tuned.

[1] https://bronhaim.wordpress.com/2016/06/26/ovirt-metrics

--
*Yaniv Bronhaim.*
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users