Safe to go to 7.8 for CentOS based hypervisors?
by Gianluca Cecchi
Hello,
supposing to be already at 4.3.9 level and to have CentOS 7.7 based hosts,
are there any blocking factors to update them to 7.8, just released some
days ago?
Thanks,
Gianluca
4 years, 6 months
NFS storage domain forced to use /exports/data ?
by kelley bryan
Hello
Should the documentation point out that the /exports/data mount point is hard coded in ovirt-hosted-engine-setup-ansible-create_storage_domain.yaml.
I think some Data Centers will want to use a different mount path
or Did I miss a prompt or entry in the Deployment screen for Hosted-engine-deployment?
Bryan
4 years, 6 months
Unable to import CA certificate list
by Sakari Poussa
Hi,
I am using 4.4 beta4 and not able to add new hosts to the datacenter. Also
"Enroll Certificate" fails.
On nodes, I get the following error message:
libvirtd[20399]: Unable to import CA certificate list
/etc/pki/vdsm/certs/cacert.pem
The root cause is the malformed cert:
$ cat /etc/pki/vdsm/certs/cacert.pem
-----BEGIN CERTIFICATE-----\nMIID XXX
That, is the .pem file is just one long line with \n characters instead of
real newlines. If I convert the \n to real newlines libvirtd starts but
that is not the end solution since other issues surfaces.
The malforming happens when the engine copies (via ansible) the CA cert to
the node(s).
Any ideas what is going on?
Thanks, Sakari
4 years, 6 months
Backup software recommendations
by Colin Coe
Hi all
I'm looking for recommendations for backup software. It needs to handle
physical and virtual Linux and Windows, RHV and Hyper-V.
It doesn't have to be open source and it doesn't have to be free.
The main features we need are:
- disk to disk backups
- inter-site replication with rate limiting
- be able to handle Linux thin volumes (think RHGS)
- support BMR ans granular file / directory restore
- correctly handle Windows VSS
- support RHEL point releases as soon as they are released
I'm as much after "stay away from" as recommendations.
We currently use Arcserve UDP and it is ... well ... sub optimal
Thanks in advance
CC
4 years, 6 months
VM Portal --> Windows SSO
by Andrey Rusakov
Hi,
Resently I configure oVirt, FreeIPA and Windows Guest VM.
I would like to SSO to Windows VM thrue VM portal or Rest API (dowloading spice config) or Admin Port ...
I don't see any login attemps in log file, errors, or ...
I found a lot of docs for SSO setup - it is so simple (Agent, Correct Domain name in login profile ...), But at the end i found that SSO module was deleted from 4.3 agent. Is it true?
The major question - Is it working ?
4 years, 6 months
node down due to gluster storage
by suporte@logicworks.pt
Hello,
I'm running an ovirt 2 nodes and 2 gluster storages.
The second gluster sotrage is down due to an hardware problem
The node 1 is allways trying to connect to the second storage and does not come up.
I'm running 4.3.6 version
Any idea?
thanks
--
Jose Ferradeira
http://www.logicworks.pt
4 years, 6 months
Gluster deployment fails with missing UUID
by Shareef Jalloq
Hi,
I'm running the gluster deployment flow and am trying to use a second drive
as the gluster volume. It's /dev/sdb on each node and I'm using the JBOD
mode.
I'm seeing the following gluster ansible task fail and a google search
doesn't bring up much.
TASK [gluster.infra/roles/backend_setup : Create volume groups]
****************
failed: [ovirt-gluster-01.jalloq.co.uk] (item={u'vgname':
u'gluster_vg_sdb', u'pvname': u'/dev/sdb'}) => {"ansible_loop_var": "item",
"changed": false, "err": " Couldn't find device with uuid
Y8FVs8-LP6w-R6CR-Yosh-c40j-17XP-ttP3Np.\n Couldn't find device with uuid
tA4lpO-hM9f-S8ci-BdPh-lTve-0Rh1-3Bcsfy.\n Couldn't find device with uuid
RG3w6j-yrxn-2iMw-ngd0-HgMS-i5dP-CGjaRk.\n Couldn't find device with uuid
lQV02e-TUZE-PXCd-GWEd-eGqe-c2xC-pauHG7.\n Device /dev/sdb excluded by a
filter.\n", "item": {"pvname": "/dev/sdb", "vgname": "gluster_vg_sdb"},
"msg": "Creating physical volume '/dev/sdb' failed", "rc": 5}
4 years, 6 months
stty: standard tty: inappropriate ioctl for device
by Charles Kozler
I'd like to share this with the list because its something that I changed
for convenience, in .bashrc, but had a not so obvious rippling impact on
the ovirt self hosted installer. I could imagine a few others doing this
too and I'd rather save future them hours of google time
Every install failed no matter what and it was always at the SSO step to
revoke token (here:
https://github.com/machacekondra/ansible/blob/71547905fab67a876450f95c9ca...)
and then reissue new token but the engine log yielded different
information. The SSO failure was a red herring
engine.log:2020-05-04 22:09:17,150-04 ERROR
[org.ovirt.engine.core.bll.hostdeploy.InstallVdsInternalCommand]
(EE-ManagedThreadFactory-engine-Thread-1) [61038b68] Host installation
failed for host '672be551-9259-4d2d-823d-07f586b4e0f1', 'node1': Unexpected
error during execution: stty: standard input: Inappropriate ioctl for device
engine.log:2020-05-04 22:09:17,145-04 ERROR
[org.ovirt.engine.core.uutils.ssh.SSHDialog]
(EE-ManagedThreadFactory-engine-Thread-1) [61038b68] SSH error running
command root@node1:'umask 0077; MYTMP="$(TMPDIR="${OVIRT_TMPDIR}" mktemp -d
-t ovirt-XXXXXXXXXX)"; trap "chmod -R u+rwX \"${MYTMP}\" > /dev/null 2>&1;
rm -fr \"${MYTMP}\" > /dev/null 2>&1" 0; tar --warning=no-timestamp -C
"${MYTMP}" -x && "${MYTMP}"/ovirt-host-deploy DIALOG/dialect=str:machine
DIALOG/customization=bool:True': RuntimeException: Unexpected error during
execution: stty: standard input: Inappropriate ioctl for device
I was on the hunt for this for the better part of 2 days or so, because who
else has anything to do during quarantine, wracking my brain and trying
everything to figure out what was going on
Well, it was my own fault
# cat .bashrc | grep -i stty
stty erase ^?
With this set in the .bashrc of the node I was running the installer via
cockpit from, ovirt installer will fail to install
This was set for convenience to have backspace work in vim since at some
point it stopped working for me
Should I file this as a bug? The message generated is more of a warning
then a failure but I do not know the internals of ovirt like that. Commands
still actually execute fine
ovirt-engine(a)192.168.222.84) # ssh 10.0.16.221 "uptime"
root(a)10.0.16.221's password:
stty: standard input: Inappropriate ioctl for device
22:30:01 up 22:45, 2 users, load average: 0.80, 0.62, 0.80
One thing I think should be called out in the docs, and called out very
loud, is that the entire ovirt installer expects a clean 110% machine that
is done right after install and provided and IP and hostname. Its not that
obvious, but it is now
4 years, 6 months
Sometimes VM fails to power on: device busy in adding vnet port
by Gianluca Cecchi
Hi,
my environment info:
centos-release.x86_64 7-7.1908.0.el7.centos
glusterfs.x86_64 6.8-1.el7
ovirt-engine.noarch 4.3.9.4-1.el7
ovirt-release43.noarch 4.3.9-1.el7
I have an external agent (openstack staging_oviirt) that powers on/off VMs
during bulk install. See also here some other details:
https://lists.ovirt.org/archives/list/users@ovirt.org/thread/B4CDWTAR7YLR...
I repeat many times the installation for test purposes and during these
phases the application powers on (through ostacpm user) about 8 VMs in the
same moment.
Sometimes it happens that one or more of them fail to start and in web
admin gui I see this kind of sequence of events:
VM ostack-ceph2 was started by ostackpm@internal-authz (Host:
ovirt.mydomain).
User <UNKNOWN> got disconnected from VM ostack-ceph2.
VM ostack-ceph2 is down with error. Exit message: Unable to add bridge
vlan23 port vnet21: Device or resource busy.
Failed to run VM ostack-ceph2 on Host ovirt.mydomain
Failed to run VM ostack-ceph2 (User: ostackpm@internal-authz).
Soon I press the start button from web admin gui and the VM powers on
without problems.
I think this kind of problem doesn't depend on the rest api agent.
Could it be a sort of bug or concurrency of power on commands?
If I grep VM UUID and name of the VM for the one above, I get this in
engine.log:
https://drive.google.com/file/d/1QsedDqvlbvVPCifDNted4ipSsJ2GeBJV/view?us...
On ovirt host I see:
2020-05-04 10:16:05,491+0200 ERROR (vm/38f806e7) [virt.vm]
(vmId='38f806e7-5c48-4ffe-90e8-671b1a585256') The vm start process failed
(vm:934)
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/vdsm/virt/vm.py", line 868, in
_startUnderlyingVm
self._run()
File "/usr/lib/python2.7/site-packages/vdsm/virt/vm.py", line 2895, in
_run
dom.createWithFlags(flags)
File "/usr/lib/python2.7/site-packages/vdsm/common/libvirtconnection.py",
line 131, in wrapper
ret = f(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/vdsm/common/function.py", line 94,
in wrapper
return func(inst, *args, **kwargs)
File "/usr/lib64/python2.7/site-packages/libvirt.py", line 1110, in
createWithFlags
if ret == -1: raise libvirtError ('virDomainCreateWithFlags() failed',
dom=self)
libvirtError: Unable to add bridge vlan23 port vnet21: Device or resource
busy
2020-05-04 10:16:05,492+0200 INFO (vm/38f806e7) [virt.vm]
(vmId='38f806e7-5c48-4ffe-90e8-671b1a585256') Changed state to Down: Unable
to add bridge vlan23 port vnet21: Device or resource busy (code=1) (vm:1702)
Let me know if you meed more information
Gianluca
4 years, 6 months