OST failed during test_003_00_metrics_bootstrap
by Eyal Shenitzky
Hi all,
OST failed to run due to the following error in test_003_00_metrics_bootstrap
-
ost_utils.ansible.module_mappers.AnsibleExecutionError: Error running
ansible: rc=2, stdout=/usr/lib/python3.6/site-packages/requests/__init__.py:91:
RequestsDependencyWarning: urllib3 (1.26.4) or chardet (3.0.4) doesn't
match a supported version!
RequestsDependencyWarning)
lago-basic-suite-master-engine | FAILED | rc=1 >>
This command will collect system configuration and diagnostic
information from this system.
The generated archive may contain data considered sensitive and its
content should be reviewed by the originating organization before
being passed to any third party.
No changes will be made to system configuration.
Use the -h option to see usage.
DEBUG: Configuration:
DEBUG: command: collect
DEBUG: Traceback (most recent call last):
DEBUG: File "/usr/lib/python3.6/site-packages/ovirt_log_collector/__main__.py",
line 2067, in <module>
DEBUG: '%s directory is not empty.' % (conf["local_tmp_dir"])
DEBUG: Exception: /dev/shm/iSX3ZN directory is not empty.ERROR:
/dev/shm/iSX3ZN directory is not empty.non-zero return code
Stacktrace
ansible_engine = <ost_utils.ansible.module_mappers.ModuleMapper object
at 0x7f67b85bb048>
ansible_hosts = <ost_utils.ansible.module_mappers.ModuleMapper object
at 0x7f67b85bbb38>
def test_metrics_and_log_collector(ansible_engine, ansible_hosts):
vt = utils.VectorThread(
[
functools.partial(configure_metrics, ansible_engine,
ansible_hosts),
functools.partial(run_log_collector, ansible_engine),
],
)
vt.start_all()
> vt.join_all()
basic-suite-master/test-scenarios/test_003_00_metrics_bootstrap.py:96:
Logs can be found in -
https://jenkins.ovirt.org/job/ovirt-system-tests_standard-check-patch/161...
Can someone have a look?
--
Regards,
Eyal Shenitzky
3 years, 7 months
lago project locations/home
by Yedidyah Bar David
Hi all,
Can we please somehow have a single location one can check when
searching where its source code is, etc., and update all the others to
point there? We currently have at least:
https://github.com/lago-project/lago
http://lago.readthedocs.io/
https://www.ovirt.org/develop/infra/testing/lago/
https://gerrit.ovirt.org/admin/repos/lago
https://gerrit.ovirt.org/admin/repos/lago-ost
It seems like the last one is the current "source of truth", but I
didn't see this announced anywhere. Also, coming to the next point,
its name is confusing with "lago-ost-plugin".
In addition to above, we also have these, for lago-ost-plugin:
https://github.com/lago-project/lago-ost-plugin
https://lago-ost-plugin.readthedocs.io/
It's not clear if we still need it or not. It would be nice to mention
this in such a home page, even after we do not need it anymore (just
the fact that it's not needed, to clear potential confusion for people
still finding it).
For all of above git repos that are not in use anymore, it would also
be nice to push a patch adding a short note to their README saying
they are not used anymore and linking at a home page.
Last but not least, I do support the new name "lago-ost" - "lago"
itself appears in far too many other unrelated places on the net.
Thanks and best regards,
--
Didi
3 years, 7 months
Error Java SDK Issue??
by Geschwentner, Patrick
Dear Ladies and Gentlemen!
I am currently working with the java-sdk and I encountered a problem.
If I would like to retrieve the disk details, I get the following error:
Disk currDisk = ovirtConnection.followLink(diskAttachment.disk());
The Error is occurring in this line:
[cid:image001.png@01D44537.AF127FD0]
The getResponst looks quiet ok. (I inspected: [cid:image002.png@01D44537.AF127FD0] and it looks ok).
Error:
wrong number of arguments
The code is quiet similar to what you published on github (https://github.com/oVirt/ovirt-engine-sdk-java/blob/master/sdk/src/test/j... ).
Can you confirm the defect?
Best regards
Patrick
3 years, 7 months