[ovirt-users] Deleting old export backups in oVirt

2017-08-03 Thread Wesley Stewart
I am using a script to make weekly backups of my VMs, but I really dont
need more than 1-2 weeks per VM.  I pulled open my NFS share where the
export domain points to, but all the VM's have a long guid and I cannot see
which folder corresponds to which backup.

For example, when I click "Import" and then "load" one of the backup VMs
listed is:
Ubuntu_Server_BACKUP_20170731_012832

All I see are folders that look like:
"f42fd734-e5e6-964e-87D1-8dbc554f0e19"

Going into the folder there is a "META" file, which I can open, but there
is no reference to the actual VM name.  Is there an easy way to tell which
folder goes to which VM?

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


Re: [ovirt-users] ovirt 4.1 : Can't install guest tools for Zentyal 5.0 (based on ubuntu 16.04 xenial)

2017-08-04 Thread Wesley Stewart
Just wanted to add my input.  I just recently noticed the same thing.
Luckily i was just testing Zentyal, but when I installed python-apt after
reading the error message, apt seemed to completely break.  I would be
curious on a workaround/fix for this as well.


On Fri, Aug 4, 2017 at 9:28 AM, yayo (j)  wrote:

> Hi all,
>
> I have this problem: I'm tring to install the guest tools following this
> guide: https://www.ovirt.org/documentation/how-to/guest-
> agent/install-the-guest-agent-in-ubuntu/#for-ubuntu-1604
>
> This is the sources:
>
> deb http://it.archive.ubuntu.com/ubuntu/ xenial main restricted
> deb http://it.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
> deb http://it.archive.ubuntu.com/ubuntu/ xenial universe
> deb http://it.archive.ubuntu.com/ubuntu/ xenial-updates universe
> deb http://it.archive.ubuntu.com/ubuntu/ xenial multiverse
> deb http://it.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
> deb http://it.archive.ubuntu.com/ubuntu/ xenial-backports main restricted
> universe multiverse
>
> deb http://archive.zentyal.org/zentyal 5.0 main extra
>
> deb http://security.ubuntu.com/ubuntu xenial-security main restricted
> deb http://security.ubuntu.com/ubuntu xenial-security universe
> deb http://security.ubuntu.com/ubuntu xenial-security multiverse
>
>
> But when I try to install, I have this error:
>
>
> root@vmdczen01:~# apt-get install ovirt-guest-agent
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
>
> The following packages have unmet dependencies:
>  ovirt-guest-agent : Depends: python-apt but it is not going to be
> installed
> E: Unable to correct problems, you have held broken packages.
>
>
> I've found that python-apt is in "main" repo:
>
>
> https://packages.ubuntu.com/xenial/amd64/python-apt/download
>
>
> So, what's the problem?
>
>
> Can you help me?
> Thank you
>
>
> ___
> 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] Issues getting agent working on Ubuntu 17.04

2017-08-08 Thread Wesley Stewart
I am having trouble getting the ovirt agent working on Ubuntu 17.04
(perhaps it just isnt there yet)

Currently I have two test machines a 16.04 and a 17.04 ubuntu servers.


*On the 17.04 server*:
Currently isntalled:
ovirt-guest-agent (1.0.12.2.dfsg-2), and service --status-all reveals a few
virtualization agents:
 [ - ]  open-vm-tools
 [ - ]  ovirt-guest-agent
 [ + ]  qemu-guest-agent

I can't seem to start ovirt-guest-agent
sudo service ovirt-guest-agent start/restart does nothing

Running  *sudo systemctl status ovirt-guest-agent.service*
Aug 08 15:31:50 ubuntu-template systemd[1]: Starting oVirt Guest Agent...
Aug 08 15:31:50 ubuntu-template systemd[1]: Started oVirt Guest Agent.
Aug 08 15:31:51 ubuntu-template python[1219]: *** stack smashing detected
***: /usr/bin/python terminated
Aug 08 15:31:51 ubuntu-template systemd[1]: ovirt-guest-agent.service: Main
process exited, code=killed, status=6/ABRT
Aug 08 15:31:51 ubuntu-template systemd[1]: ovirt-guest-agent.service: Unit
entered failed state.
Aug 08 15:31:51 ubuntu-template systemd[1]: ovirt-guest-agent.service:
Failed with result 'signal'.

*sudo systemctl enable ovirt-guest-agent.service*
Also does not seem to do antyhing.

Doing more research, I found:
http://lists.ovirt.org/pipermail/users/2017-July/083071.html
So perhaps the ovirt-guest-agent is broken for Ubuntu 17.04?


*On the 16.04 Server I have:*
Took some fiddling, but I eventually got it working
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Issues getting agent working on Ubuntu 17.04

2017-08-08 Thread Wesley Stewart
Actually just got it working.

17.04 seems to have version .12-1 of python-ethtool.
I simply removed it and the ovirt agent

sudo apt-get remove python-ethtool

And then I found the same version of python-ethtool on my 16.04 ubuntu
server (0.11-3) and found a deb file for it:

wget http://ftp.ubuntu.com/ubuntu/ubuntu/pool/universe/p/python-
ethtool/python-ethtool_0.11-3_amd64.deb
dpkg -i python-ethtool_0.11-3_amd64.deb

and the reinstalled ovirt
sudo apt-get install ovirt-guest-agent

The GUI is now giving me memory and CPU and indicating that everything is
up to date!

On Tue, Aug 8, 2017 at 4:04 PM, Johan Bernhardsson  wrote:

> It is a bug that is also present in 16.04.  The log directory in
> /var/log/ovirt-guest-agent  has the wrong user (or permission) It should
> have ovirtagent   as user and group.
>
> /Johan
>
> On Tue, 2017-08-08 at 15:59 -0400, Wesley Stewart wrote:
>
> I am having trouble getting the ovirt agent working on Ubuntu 17.04
> (perhaps it just isnt there yet)
>
> Currently I have two test machines a 16.04 and a 17.04 ubuntu servers.
>
>
> *On the 17.04 server*:
> Currently isntalled:
> ovirt-guest-agent (1.0.12.2.dfsg-2), and service --status-all reveals a
> few virtualization agents:
>  [ - ]  open-vm-tools
>  [ - ]  ovirt-guest-agent
>  [ + ]  qemu-guest-agent
>
> I can't seem to start ovirt-guest-agent
> sudo service ovirt-guest-agent start/restart does nothing
>
> Running  *sudo systemctl status ovirt-guest-agent.service*
> Aug 08 15:31:50 ubuntu-template systemd[1]: Starting oVirt Guest Agent...
> Aug 08 15:31:50 ubuntu-template systemd[1]: Started oVirt Guest Agent.
> Aug 08 15:31:51 ubuntu-template python[1219]: *** stack smashing detected
> ***: /usr/bin/python terminated
> Aug 08 15:31:51 ubuntu-template systemd[1]: ovirt-guest-agent.service:
> Main process exited, code=killed, status=6/ABRT
> Aug 08 15:31:51 ubuntu-template systemd[1]: ovirt-guest-agent.service:
> Unit entered failed state.
> Aug 08 15:31:51 ubuntu-template systemd[1]: ovirt-guest-agent.service:
> Failed with result 'signal'.
>
> *sudo systemctl enable ovirt-guest-agent.service*
> Also does not seem to do antyhing.
>
> Doing more research, I found:
> http://lists.ovirt.org/pipermail/users/2017-July/083071.html
> So perhaps the ovirt-guest-agent is broken for Ubuntu 17.04?
>
>
> *On the 16.04 Server I have:*
> Took some fiddling, but I eventually got it working
>
>
>
> ___
> Users mailing listUsers@ovirt.orghttp://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] Issues getting agent working on Ubuntu 17.04

2017-08-08 Thread Wesley Stewart
Oddly enough, on Ubuntu 16.04 I had similar issues, but different outputs.
The "fix" for me was pretty much the same.  The oddest part was that apt
reported that python-ethtool was on version 0.11-3.  I removed it and
installed via a deb file anyways.

sudo apt-get remove python-ethool  *(even though reporting 0.11-3, this
also remove ovirt-guest-agent*)
wget http://ftp.ubuntu.com/ubuntu/ubuntu/pool/universe/p/
python-ethtool/python-ethtool_0.11-3_amd64.deb
sudo dpkg -i python-ethtool_0.11-3_amd64.deb
sudo apt-get install ovirt-guest-agent
sudo systemctl enable ovirt-guest-agent.service
sudo systemctl status ovirt-guest-agent.service (now reports as active
(running)!)

On Tue, Aug 8, 2017 at 4:14 PM, Wesley Stewart  wrote:

> Actually just got it working.
>
> 17.04 seems to have version .12-1 of python-ethtool.
> I simply removed it and the ovirt agent
>
> sudo apt-get remove python-ethtool
>
> And then I found the same version of python-ethtool on my 16.04 ubuntu
> server (0.11-3) and found a deb file for it:
>
> wget http://ftp.ubuntu.com/ubuntu/ubuntu/pool/universe/p/python-e
> thtool/python-ethtool_0.11-3_amd64.deb
> dpkg -i python-ethtool_0.11-3_amd64.deb
>
> and the reinstalled ovirt
> sudo apt-get install ovirt-guest-agent
>
> The GUI is now giving me memory and CPU and indicating that everything is
> up to date!
>
> On Tue, Aug 8, 2017 at 4:04 PM, Johan Bernhardsson  wrote:
>
>> It is a bug that is also present in 16.04.  The log directory in
>> /var/log/ovirt-guest-agent  has the wrong user (or permission) It should
>> have ovirtagent   as user and group.
>>
>> /Johan
>>
>> On Tue, 2017-08-08 at 15:59 -0400, Wesley Stewart wrote:
>>
>> I am having trouble getting the ovirt agent working on Ubuntu 17.04
>> (perhaps it just isnt there yet)
>>
>> Currently I have two test machines a 16.04 and a 17.04 ubuntu servers.
>>
>>
>> *On the 17.04 server*:
>> Currently isntalled:
>> ovirt-guest-agent (1.0.12.2.dfsg-2), and service --status-all reveals a
>> few virtualization agents:
>>  [ - ]  open-vm-tools
>>  [ - ]  ovirt-guest-agent
>>  [ + ]  qemu-guest-agent
>>
>> I can't seem to start ovirt-guest-agent
>> sudo service ovirt-guest-agent start/restart does nothing
>>
>> Running  *sudo systemctl status ovirt-guest-agent.service*
>> Aug 08 15:31:50 ubuntu-template systemd[1]: Starting oVirt Guest Agent...
>> Aug 08 15:31:50 ubuntu-template systemd[1]: Started oVirt Guest Agent.
>> Aug 08 15:31:51 ubuntu-template python[1219]: *** stack smashing detected
>> ***: /usr/bin/python terminated
>> Aug 08 15:31:51 ubuntu-template systemd[1]: ovirt-guest-agent.service:
>> Main process exited, code=killed, status=6/ABRT
>> Aug 08 15:31:51 ubuntu-template systemd[1]: ovirt-guest-agent.service:
>> Unit entered failed state.
>> Aug 08 15:31:51 ubuntu-template systemd[1]: ovirt-guest-agent.service:
>> Failed with result 'signal'.
>>
>> *sudo systemctl enable ovirt-guest-agent.service*
>> Also does not seem to do antyhing.
>>
>> Doing more research, I found:
>> http://lists.ovirt.org/pipermail/users/2017-July/083071.html
>> So perhaps the ovirt-guest-agent is broken for Ubuntu 17.04?
>>
>>
>> *On the 16.04 Server I have:*
>> Took some fiddling, but I eventually got it working
>>
>>
>>
>> ___
>> Users mailing 
>> listUsers@ovirt.orghttp://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


[ovirt-users] Need some help understanding memory allocation

2017-08-10 Thread Wesley Stewart
I am a little confused on why my CentOS box is using so much RAM.  I
currently have a small test setup which only has *12GB* of ram total.

When I log into the administrative interface it tells me:

*Memory*
4.3
Available
of 15.5 GiB
Over commit: 39% (allocated 45%)

11.1 GB Used

Currently I am only running 3 VMs with memory allocations as follows:

Defined Memory:
1024 MB
Physical Memory Guaranteed:
1024 MB

Defined Memory:
3072 MB
Physical Memory Guaranteed:
3072 MB

Defined Memory:
2048 MB
Physical Memory Guaranteed:
2048 MB
*Or 6144MB used by VM*

If I SSH into my ovirt host, and run TOP and sort by memory, the top usage
items are:
31896 qemu  *21.5%* 727:21.44 qemu-kvm
 6008 qemu*14.6%* 190:33.70 qemu-kvm
 3019 ovirt*13.6%*  35:47.64 java
 5800 qemu *8.5%* 784:26.88 qemu-kvm
 2565 ovirt*3.9%*  62:58.00 java

Everything else is pretty small compared, but for the OVIRT/QEMU we roughly
get


*Total: 62% = 7.45GB*
So I am a bit confused as to the Ram being reported to me by the system
(15.5GGB, but the system only has 12GB), and assuming OVIRT is using around
7-8GB, does a bare minimal install of CentOS really need 4-5GB of Ram to
run?

This is a bare minimal install of CentOS7 running only Webmin and oVirt.  I
think there are several things I don't understand here, and I am quite new
to oVirt and would like to learn, so please excuse my inexperience if this
is a silly question!

Thanks either way, I am really happy I ditched my ESXi box :D
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Issues importing VM from Export Domain

2017-08-13 Thread Wesley Stewart
I was doing some testing and recently rebuilt my homelab using a Xeon-D
based board.  I did not have anything too important, so I thought this
would be a good chance to test re-importing my backups and seeing how well
it works.

I created a new export domain and copied all of my old VM's into this new
export domain.  But the problem is, the images are in a "Locked" state.
The console tells me:

Aug 13, 2017 11:59:38 PM
Failed to import Vm Clonezilla_Server_BACKUP_20170807_010018 to Data Center
OVIRT-Datacenter, Cluster OVIRT-Cluster
Aug 13, 2017 11:59:38 PM
VDSM command DeleteImageGroupVDS failed: Image does not exist in domain:
u'image=a5c8780e-3166-4801-b71a-1ef7d9b21783,
domain=35cd8fab-4347-4201-bf4e-4dcbde19fb0f'
Aug 13, 2017 11:59:37 PM
VDSM OVIRT-Host command HSMGetAllTasksStatusesVDS failed: low level Image
copy failed

This happens for all the VMs shown in the Export-Domain.

I also tried the unlock_entity.sh script, but I am having some postgres
access issues:

unlock_entity.sh -r -t vm -i Clonezilla_Server -s localhost
psql: FATAL:  no PostgreSQL user name specified in startup packet
FATAL: Cannot execute sql command: --file=./unlock_entity.sql

I thought I could just poke around the database by running:

psql -d engine -U postgres

But this also fails
psql: FATAL:  Peer authentication failed for user "postgres"

Was just hoping someone had some suggestions.  I can't event delete
this VM!  Thanks!
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Issues importing VM from Export Domain

2017-08-14 Thread Wesley Stewart
I figured out part of it!

After I figured out how to access the DB, I was able to update to correct
entry in the "vm_dynamic" status  to 0.  I did this by:

sudo su postgres

psql engine -c "SELECT vm_guid, vm_name from vm_static WHERE vm_name =
'Clonezilla_Server';"

Returns:0eb29824-f1ca-4d27-bf57-a3ed36c40c18

psql engine -c "update vm_dynamic SET status=0 where
vm_guid='0eb29824-f1ca-4d27-bf57-a3ed36c40c18';"

After this I was able to delete the entry from ovirt. I am not sure why a
disk would not import, but at least I dont have a locked image in the queue
anymore!


On Mon, Aug 14, 2017 at 12:24 AM, Wesley Stewart 
wrote:

> I was doing some testing and recently rebuilt my homelab using a Xeon-D
> based board.  I did not have anything too important, so I thought this
> would be a good chance to test re-importing my backups and seeing how well
> it works.
>
> I created a new export domain and copied all of my old VM's into this new
> export domain.  But the problem is, the images are in a "Locked" state.
> The console tells me:
>
> Aug 13, 2017 11:59:38 PM
> Failed to import Vm Clonezilla_Server_BACKUP_20170807_010018 to Data
> Center OVIRT-Datacenter, Cluster OVIRT-Cluster
> Aug 13, 2017 11:59:38 PM
> VDSM command DeleteImageGroupVDS failed: Image does not exist in domain:
> u'image=a5c8780e-3166-4801-b71a-1ef7d9b21783, domain=35cd8fab-4347-4201-
> bf4e-4dcbde19fb0f'
> Aug 13, 2017 11:59:37 PM
> VDSM OVIRT-Host command HSMGetAllTasksStatusesVDS failed: low level Image
> copy failed
>
> This happens for all the VMs shown in the Export-Domain.
>
> I also tried the unlock_entity.sh script, but I am having some postgres
> access issues:
>
> unlock_entity.sh -r -t vm -i Clonezilla_Server -s localhost
> psql: FATAL:  no PostgreSQL user name specified in startup packet
> FATAL: Cannot execute sql command: --file=./unlock_entity.sql
>
> I thought I could just poke around the database by running:
>
> psql -d engine -U postgres
>
> But this also fails
> psql: FATAL:  Peer authentication failed for user "postgres"
>
> Was just hoping someone had some suggestions.  I can't event delete this VM!  
> Thanks!
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Import task stuck in 'Tasks'

2017-08-20 Thread Wesley Stewart
I had an issue importing VMs from an export domain I was trying out.  The
template would fail to copy over, and be stuck in a "paused" state where I
could not delete or modify the VM.  I was able to fix this by dropping into
the SQL database and running:

*psql engine -c "SELECT vm_guid, vm_name from vm_static WHERE vm_name =
'VM_Name_Here';"*


*psql engine -c "update vm_dynamic SET status=0 where
vm_guid='LongStringFromFirstCommand;"*


This was able to set the status to a state where I could delete the VM, but
now I still see the "import" task in the task log.


I did some more database diving and found that if i ran:

*SELECT * FROM audit_log WHERE vm_name = 'VM_Template_Name_Here';*


These entries seem to correspond with the audit entries. Can I simply
delete these entries from "audit_log"? Or would this cause problems?


Or perhaps, to be safe, I should just see if I can set them to "Completed"


As always, thanks!
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Host non-responsive - All VMs shutdown

2017-08-24 Thread Wesley Stewart
I have noticed this a couple times now.  digging through the logs, it looks
like the host decided to become unresponsive:

2017-08-24 12:09:05,365-04 INFO
 [org.ovirt.engine.core.bll.VdsEventListener]
(org.ovirt.thread.pool-6-thread-5) [56defee2]
ResourceManager::vdsNotResponding entered for Host
'a1bf54c1-2890-4aae-a23d-c83ea2c664d2', 'Host IP'

Caused by: java.net.ConnectException: Connection refused

There is a lot more, but I thought dropping it into a pastebin would be
better:
https://pastebin.com/drPNnsGB

It looks like the host stopped responding somehow but I can't quite tell
how.  Any advice or input would be greatly appreciated!
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Host non-responsive - All VMs shutdown

2017-08-24 Thread Wesley Stewart
I saw that, but my entire environment is running on a single host (Even the
data domain is on the same host).  How would it be possible for the host to
basically stop talking with itself?  Isn't that a little peculiar?

On Thu, Aug 24, 2017 at 4:09 PM, Douglas Landgraf 
wrote:

> On Thu, Aug 24, 2017 at 3:32 PM, Wesley Stewart 
> wrote:
> > I have noticed this a couple times now.  digging through the logs, it
> looks
> > like the host decided to become unresponsive:
> >
> > 2017-08-24 12:09:05,365-04 INFO
> > [org.ovirt.engine.core.bll.VdsEventListener]
> > (org.ovirt.thread.pool-6-thread-5) [56defee2]
> > ResourceManager::vdsNotResponding entered for Host
> > 'a1bf54c1-2890-4aae-a23d-c83ea2c664d2', 'Host IP'
>
>
> Looks like the network is down in the host:
>
> Failed to refresh VDS, network error, continuing,
> vds='OVIRT-Host'(a1bf54c1-2890-4aae-a23d-c83ea2c664d2):
> java.net.SocketException: Network is unreachable
>
>
>
> >
> > Caused by: java.net.ConnectException: Connection refused
> >
> > There is a lot more, but I thought dropping it into a pastebin would be
> > better:
> > https://pastebin.com/drPNnsGB
> >
> > It looks like the host stopped responding somehow but I can't quite tell
> > how.  Any advice or input would be greatly appreciated!
> >
>
>
> Few questions:
>
> Are you able ping/communicate from host to engine and vice-versa?
> In the node, do you have the ovirtmgmt interface up?
> what's the output of systemctl status vdsmd -l  ?
> Did you change the firewall settings?
> Which version are you running? Did you upgrade?
>
> In the hypervisor, the log /var/log/vdsm/vdsm.log might help us too.
>
> Finally, check in the hypervisor if your vms are really down, ps aux |
> grep qemu-kvm  should return your vms process
>
>
> --
> Cheers
> Douglas
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Task stuck at "Finalizing"

2017-09-22 Thread Wesley Stewart
Back when I first installed ovirt a couple months ago, I tried importing
VMs through my export domain and one of the VM's got "stuck" in the process.


Importing VM Server_BACKUP_20170807_010018 to Cluster OVIRT-Cluster Aug 13,
2017 11:59:29 PM N/A 751cb290-7cb8-4ed7-a4e7-e8b9743cf2dc
[image: Inline image 4] Validating Aug 13, 2017 11:59:29 PM until Aug 13,
2017 11:59:29 PM
[image: Inline image 5] Executing Aug 13, 2017 11:59:29 PM until Aug 13,
2017 11:59:37 PM
[image: Inline image 6] Finalizing

I tried running taskcleaner.sh:

sudo su postgres
./taskcleaner.sh -R -u postgres -d engine -s /tmp
(Found in /usr/share/ovirt-engine/setup/dbutils, oddly it would ONLY run
with the -s /tmp, so I am not sure if this is actually running on the
correct server).

Anyone know of what I can do to clear that task?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Help - Host unresponsive!

2017-10-07 Thread Wesley Stewart
I have a single server that is running ovirt as a host and a storage
domain.  I ran an update when the GUI told me that there was one.

I shutdown all of the VM's, placed the host in maintenance mode and did the
update.  Upon rebooting the server, I was able to pull my VM's online
without any issue, but then, all of a sudden, vm's stopped responding as
well as the host.

The host is showing as "Down" and I cannot "Activate" it.  Also
"Maintenance Mode" is greyed out.

Storage pools are "down" but eventually come back online, but the host
still will not come online.

Every few minutes, the host goes to "UP" right before failing and going
back "Down".  To make it more confusing, like I mentioned before, this is
all in one box, so it isn't like their is a network issue between the
storage and the host boxes or anything.

Currently trying to reinstall the host and see if that helps, but I would
very much appreciate any sort of guidance, support or ideas!


Fencing failed on Storage Pool Manager OVIRT-Host for Data Center
OVIRT-Datacenter. Setting status to Non-Operational.
Host OVIRT-Host failed to recover.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Help - Host unresponsive!

2017-10-07 Thread Wesley Stewart
Thanks for the quick response Charles!  Only had a second so I have not
taken a look at the logs yet...

But after reinstalling the host, it looks like everything came back up at
first.  I have discovered what is causing the entire host to fail, crash
and reboot is when I mess with my windows 10 vm through the graphics card.

I have an old Radeon HD 6870 that I have been using in my windows 10 vm
without issue (I even did some light gaming with no issues).  It seems that
the last update I did has caused not only my windows VM to crash, but also
my entire OVIRT host.

Really not sure why Ovirt has an issue with my graphics card on my windows
host all of a sudden.  Will check the logs soon.

The main login page shows:
Version 4.1.4.2-1.el7.centos

Isn't 4.1.5 out?  My centos7 box wont seem to find the 4.1.4

On Oct 7, 2017 5:20 PM, "Charles Kozler"  wrote:

> Most answers reside in the agent.log under /var/log/hosted-engine-ha/.
> Tail that for a bit and see what pops up. You can also review vdsm log
> under /var/log
>
> I've found that looking at these two logs and just trying a few things
> yields results
>
> On Sat, Oct 7, 2017 at 5:18 PM, Wesley Stewart 
> wrote:
>
>> I have a single server that is running ovirt as a host and a storage
>> domain.  I ran an update when the GUI told me that there was one.
>>
>> I shutdown all of the VM's, placed the host in maintenance mode and did
>> the update.  Upon rebooting the server, I was able to pull my VM's online
>> without any issue, but then, all of a sudden, vm's stopped responding as
>> well as the host.
>>
>> The host is showing as "Down" and I cannot "Activate" it.  Also
>> "Maintenance Mode" is greyed out.
>>
>> Storage pools are "down" but eventually come back online, but the host
>> still will not come online.
>>
>> Every few minutes, the host goes to "UP" right before failing and going
>> back "Down".  To make it more confusing, like I mentioned before, this is
>> all in one box, so it isn't like their is a network issue between the
>> storage and the host boxes or anything.
>>
>> Currently trying to reinstall the host and see if that helps, but I would
>> very much appreciate any sort of guidance, support or ideas!
>>
>>
>> Fencing failed on Storage Pool Manager OVIRT-Host for Data Center
>> OVIRT-Datacenter. Setting status to Non-Operational.
>> Host OVIRT-Host failed to recover.
>>
>>
>> ___
>> 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] Help - Host unresponsive!

2017-10-07 Thread Wesley Stewart
I checked under:
/var/log/hosted-engine-ha/

I do not have this directory in my /var/log file.

Also I did some more experiments.  I removed the graphics card and left
only a keyboard and mouse (USB inputs) added to the VM.  Same as before,
everything works fine, but once I try to use the keyboard or mouse

BOOM everything crashes (including the host, which reboots after).   Next
step, I suppose it to try a different keyboard and mouse, but my guess is
that any USB added device will cause the VM and host to crash upon
interaction.  Everything loads fine, and the VM even continues to continue
working normally, until one of these device is activated or used.

Any ideas?

On Sat, Oct 7, 2017 at 8:09 PM, Wesley Stewart  wrote:

> Thanks for the quick response Charles!  Only had a second so I have not
> taken a look at the logs yet...
>
> But after reinstalling the host, it looks like everything came back up at
> first.  I have discovered what is causing the entire host to fail, crash
> and reboot is when I mess with my windows 10 vm through the graphics card.
>
> I have an old Radeon HD 6870 that I have been using in my windows 10 vm
> without issue (I even did some light gaming with no issues).  It seems that
> the last update I did has caused not only my windows VM to crash, but also
> my entire OVIRT host.
>
> Really not sure why Ovirt has an issue with my graphics card on my windows
> host all of a sudden.  Will check the logs soon.
>
> The main login page shows:
> Version 4.1.4.2-1.el7.centos
>
> Isn't 4.1.5 out?  My centos7 box wont seem to find the 4.1.4
>
> On Oct 7, 2017 5:20 PM, "Charles Kozler"  wrote:
>
>> Most answers reside in the agent.log under /var/log/hosted-engine-ha/.
>> Tail that for a bit and see what pops up. You can also review vdsm log
>> under /var/log
>>
>> I've found that looking at these two logs and just trying a few things
>> yields results
>>
>> On Sat, Oct 7, 2017 at 5:18 PM, Wesley Stewart 
>> wrote:
>>
>>> I have a single server that is running ovirt as a host and a storage
>>> domain.  I ran an update when the GUI told me that there was one.
>>>
>>> I shutdown all of the VM's, placed the host in maintenance mode and did
>>> the update.  Upon rebooting the server, I was able to pull my VM's online
>>> without any issue, but then, all of a sudden, vm's stopped responding as
>>> well as the host.
>>>
>>> The host is showing as "Down" and I cannot "Activate" it.  Also
>>> "Maintenance Mode" is greyed out.
>>>
>>> Storage pools are "down" but eventually come back online, but the host
>>> still will not come online.
>>>
>>> Every few minutes, the host goes to "UP" right before failing and going
>>> back "Down".  To make it more confusing, like I mentioned before, this is
>>> all in one box, so it isn't like their is a network issue between the
>>> storage and the host boxes or anything.
>>>
>>> Currently trying to reinstall the host and see if that helps, but I
>>> would very much appreciate any sort of guidance, support or ideas!
>>>
>>>
>>> Fencing failed on Storage Pool Manager OVIRT-Host for Data Center
>>> OVIRT-Datacenter. Setting status to Non-Operational.
>>> Host OVIRT-Host failed to recover.
>>>
>>>
>>> ___
>>> 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] Help - Host unresponsive!

2017-10-07 Thread Wesley Stewart
So it appears that things being passed through VIA USB passthrough are
broken.

My mouse does not seem to register in my Windows 10 VM, and the two
keyboards I have tried have caused the VM and the host to crash.

I am not trying to update my host to 4.1.5 by running "sudo engine-setup"
on my host.  It seems to detect the updates, but then fails saying "[ ERROR
] Failed to execute stage 'Setup validation': Cannot upgrade the Engine
database schema due to wrong ownership of some database entities."

Any ideas?  I am tempted just to blow everything away and start over, but I
dont know how difficult it is to use an old data domain in a new install.
Would it be as simple as copying the files over into the new domain?

On Sat, Oct 7, 2017 at 8:35 PM, Wesley Stewart  wrote:

> I checked under:
> /var/log/hosted-engine-ha/
>
> I do not have this directory in my /var/log file.
>
> Also I did some more experiments.  I removed the graphics card and left
> only a keyboard and mouse (USB inputs) added to the VM.  Same as before,
> everything works fine, but once I try to use the keyboard or mouse
>
> BOOM everything crashes (including the host, which reboots after).   Next
> step, I suppose it to try a different keyboard and mouse, but my guess is
> that any USB added device will cause the VM and host to crash upon
> interaction.  Everything loads fine, and the VM even continues to continue
> working normally, until one of these device is activated or used.
>
> Any ideas?
>
> On Sat, Oct 7, 2017 at 8:09 PM, Wesley Stewart 
> wrote:
>
>> Thanks for the quick response Charles!  Only had a second so I have not
>> taken a look at the logs yet...
>>
>> But after reinstalling the host, it looks like everything came back up at
>> first.  I have discovered what is causing the entire host to fail, crash
>> and reboot is when I mess with my windows 10 vm through the graphics card.
>>
>> I have an old Radeon HD 6870 that I have been using in my windows 10 vm
>> without issue (I even did some light gaming with no issues).  It seems that
>> the last update I did has caused not only my windows VM to crash, but also
>> my entire OVIRT host.
>>
>> Really not sure why Ovirt has an issue with my graphics card on my
>> windows host all of a sudden.  Will check the logs soon.
>>
>> The main login page shows:
>> Version 4.1.4.2-1.el7.centos
>>
>> Isn't 4.1.5 out?  My centos7 box wont seem to find the 4.1.4
>>
>> On Oct 7, 2017 5:20 PM, "Charles Kozler"  wrote:
>>
>>> Most answers reside in the agent.log under /var/log/hosted-engine-ha/.
>>> Tail that for a bit and see what pops up. You can also review vdsm log
>>> under /var/log
>>>
>>> I've found that looking at these two logs and just trying a few things
>>> yields results
>>>
>>> On Sat, Oct 7, 2017 at 5:18 PM, Wesley Stewart 
>>> wrote:
>>>
>>>> I have a single server that is running ovirt as a host and a storage
>>>> domain.  I ran an update when the GUI told me that there was one.
>>>>
>>>> I shutdown all of the VM's, placed the host in maintenance mode and did
>>>> the update.  Upon rebooting the server, I was able to pull my VM's online
>>>> without any issue, but then, all of a sudden, vm's stopped responding as
>>>> well as the host.
>>>>
>>>> The host is showing as "Down" and I cannot "Activate" it.  Also
>>>> "Maintenance Mode" is greyed out.
>>>>
>>>> Storage pools are "down" but eventually come back online, but the host
>>>> still will not come online.
>>>>
>>>> Every few minutes, the host goes to "UP" right before failing and going
>>>> back "Down".  To make it more confusing, like I mentioned before, this is
>>>> all in one box, so it isn't like their is a network issue between the
>>>> storage and the host boxes or anything.
>>>>
>>>> Currently trying to reinstall the host and see if that helps, but I
>>>> would very much appreciate any sort of guidance, support or ideas!
>>>>
>>>>
>>>> Fencing failed on Storage Pool Manager OVIRT-Host for Data Center
>>>> OVIRT-Datacenter. Setting status to Non-Operational.
>>>> Host OVIRT-Host failed to recover.
>>>>
>>>>
>>>> ___
>>>> 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] Help - Host unresponsive!

2017-10-08 Thread Wesley Stewart
Since I was having issues with updating I decided to just blow away my
ovirt-engine install.

This possessed some challenges, but I basically just ran the script here:
https://www.ovirt.org/documentation/how-to/hosted-engine/

to remove everything.  I also made sure my postgres database was removed.
I also had to run the "ip link del" commands on the ovirtmgmt interface to
make sure it was removed.

After detaching, and re-importing my data domain everything seems to be
working so far.  Keyboard is at least working with no crashes!

On Sat, Oct 7, 2017 at 11:01 PM, Wesley Stewart  wrote:

> So it appears that things being passed through VIA USB passthrough are
> broken.
>
> My mouse does not seem to register in my Windows 10 VM, and the two
> keyboards I have tried have caused the VM and the host to crash.
>
> I am not trying to update my host to 4.1.5 by running "sudo engine-setup"
> on my host.  It seems to detect the updates, but then fails saying "[ ERROR
> ] Failed to execute stage 'Setup validation': Cannot upgrade the Engine
> database schema due to wrong ownership of some database entities."
>
> Any ideas?  I am tempted just to blow everything away and start over, but
> I dont know how difficult it is to use an old data domain in a new
> install.  Would it be as simple as copying the files over into the new
> domain?
>
> On Sat, Oct 7, 2017 at 8:35 PM, Wesley Stewart 
> wrote:
>
>> I checked under:
>> /var/log/hosted-engine-ha/
>>
>> I do not have this directory in my /var/log file.
>>
>> Also I did some more experiments.  I removed the graphics card and left
>> only a keyboard and mouse (USB inputs) added to the VM.  Same as before,
>> everything works fine, but once I try to use the keyboard or mouse
>>
>> BOOM everything crashes (including the host, which reboots after).   Next
>> step, I suppose it to try a different keyboard and mouse, but my guess is
>> that any USB added device will cause the VM and host to crash upon
>> interaction.  Everything loads fine, and the VM even continues to continue
>> working normally, until one of these device is activated or used.
>>
>> Any ideas?
>>
>> On Sat, Oct 7, 2017 at 8:09 PM, Wesley Stewart 
>> wrote:
>>
>>> Thanks for the quick response Charles!  Only had a second so I have not
>>> taken a look at the logs yet...
>>>
>>> But after reinstalling the host, it looks like everything came back up
>>> at first.  I have discovered what is causing the entire host to fail, crash
>>> and reboot is when I mess with my windows 10 vm through the graphics card.
>>>
>>> I have an old Radeon HD 6870 that I have been using in my windows 10 vm
>>> without issue (I even did some light gaming with no issues).  It seems that
>>> the last update I did has caused not only my windows VM to crash, but also
>>> my entire OVIRT host.
>>>
>>> Really not sure why Ovirt has an issue with my graphics card on my
>>> windows host all of a sudden.  Will check the logs soon.
>>>
>>> The main login page shows:
>>> Version 4.1.4.2-1.el7.centos
>>>
>>> Isn't 4.1.5 out?  My centos7 box wont seem to find the 4.1.4
>>>
>>> On Oct 7, 2017 5:20 PM, "Charles Kozler"  wrote:
>>>
>>>> Most answers reside in the agent.log under /var/log/hosted-engine-ha/.
>>>> Tail that for a bit and see what pops up. You can also review vdsm log
>>>> under /var/log
>>>>
>>>> I've found that looking at these two logs and just trying a few things
>>>> yields results
>>>>
>>>> On Sat, Oct 7, 2017 at 5:18 PM, Wesley Stewart 
>>>> wrote:
>>>>
>>>>> I have a single server that is running ovirt as a host and a storage
>>>>> domain.  I ran an update when the GUI told me that there was one.
>>>>>
>>>>> I shutdown all of the VM's, placed the host in maintenance mode and
>>>>> did the update.  Upon rebooting the server, I was able to pull my VM's
>>>>> online without any issue, but then, all of a sudden, vm's stopped
>>>>> responding as well as the host.
>>>>>
>>>>> The host is showing as "Down" and I cannot "Activate" it.  Also
>>>>> "Maintenance Mode" is greyed out.
>>>>>
>>>>> Storage pools are "down" but eventually come back online, but the host
>>>>> still will

[ovirt-users] Mouse USB passthrough not working

2017-10-09 Thread Wesley Stewart
I have a windows guest that I use to use without issue, but since upgrading
from 4.1.4 to 4.1.6 I cannot get a mouse to pass through to the VM using
USB Passthrough.

Keyboard using USB passthrough and my GPU works without an issue.  I have
tried multiple mice with the same issue, they just wont work.

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


Re: [ovirt-users] Mouse USB passthrough not working

2017-10-09 Thread Wesley Stewart
I did some more testing.  Is it possible ovirt is assigning the incorrect
devices?

I found out that if I don't assign the keyboard to my VM, but still hit
ctrl + alt + delete, everything still crashes! (Host and VM).

I checked the VMs devices:
[image: Inline image 1]

and I also ran lsusb on my host

[image: Inline image 3]

Shouldnt the host have *3_2* & *3_3*, not *3_1 *& *3_2*? even though this
is what the gui has listed for the keyboard and mouse?

On Mon, Oct 9, 2017 at 12:45 PM, Wesley Stewart  wrote:

> I have a windows guest that I use to use without issue, but since
> upgrading from 4.1.4 to 4.1.6 I cannot get a mouse to pass through to the
> VM using USB Passthrough.
>
> Keyboard using USB passthrough and my GPU works without an issue.  I have
> tried multiple mice with the same issue, they just wont work.
>
> Any ideas?
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Mouse USB passthrough not working

2017-10-11 Thread Wesley Stewart
Further testing...

Something is definitely odd, after adding everything in the USB Bus 3
things are working fine; Mouse, keyboard, no crashes.  VM has a couple
extra things in the device manager, but since none of my other VM's require
anything USB it is fine for now.  Just found it all odd.

On Mon, Oct 9, 2017 at 1:19 PM, Wesley Stewart  wrote:

> I did some more testing.  Is it possible ovirt is assigning the incorrect
> devices?
>
> I found out that if I don't assign the keyboard to my VM, but still hit
> ctrl + alt + delete, everything still crashes! (Host and VM).
>
> I checked the VMs devices:
> [image: Inline image 1]
>
> and I also ran lsusb on my host
>
> [image: Inline image 3]
>
> Shouldnt the host have *3_2* & *3_3*, not *3_1 *& *3_2*? even though this
> is what the gui has listed for the keyboard and mouse?
>
> On Mon, Oct 9, 2017 at 12:45 PM, Wesley Stewart 
> wrote:
>
>> I have a windows guest that I use to use without issue, but since
>> upgrading from 4.1.4 to 4.1.6 I cannot get a mouse to pass through to the
>> VM using USB Passthrough.
>>
>> Keyboard using USB passthrough and my GPU works without an issue.  I have
>> tried multiple mice with the same issue, they just wont work.
>>
>> Any ideas?
>>
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] How is everyone performing backups?

2017-10-27 Thread Wesley Stewart
Originally, I used a script I found on github, but since updating I can't
seem to get that to work again.

I was just curious if there were any other more elegant type solutions?  I
am currently running a single host and local storage, but I would love to
backup VM's automatically once a week or so to an NFS share.

Just curious if anyone had tackled this issue.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Access via IP instead of FQDN, as well as login issues (cannot authenticate root)

2017-10-27 Thread Wesley Stewart
Just change your host file on said machine.  If you are on windows, for
example edit
C:\Windows\System32\drivers\etc\*hosts*

and simply add:
IP_ADdress ovirt.domain.com
Now ovirt.domain.com will resolve to the IP address.

Not sure about #2.  I hope I understood correctly.

On Fri, Oct 27, 2017 at 1:13 PM, Mark Bettles 
wrote:

> Hello,
>
> I am moving away from PVE, as it does not allow the use of virt-manager
> from my Linux desktop to control it.
>
> So after some searching around, I came across oVirt and I installed CentOS.
>
> Now I have two problems.
>
> 1, I cannot port forward a hostname or an FQDN. So my ability to remotely
> control it has gone. I wish to be able to access the webui by IP alone. How
> do I do this?
>
> 2. I cannot login. I get unable to verify login on the machine itself (I
> installed the Mate desktop for testing purposes) otherwise I get an FQDN
> warning from any other machine. In the logs I get
> this, [org.ovirt.engine.core.sso.servlets.InteractiveAuthServlet]
> (default task-23) [] Cannot authenticate user 'root@internal': Unable to
> log in. Verify your login information or contact the system administrator.
>
>
>
> ___
> 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] How is everyone performing backups?

2017-10-29 Thread Wesley Stewart
Bacchus looks really interesting.  I can't quite tell does that run on top
of OVIRT, or can I install bacchus in a separate VM and point to the ovirt
server?  I might give this a try next weekend and see how well it works.

Thanks for all the responses, it is interesting to see all the different
ways people are making this happen.

On Fri, Oct 27, 2017 at 12:16 PM, Christopher Cox 
wrote:

> On 10/27/2017 10:27 AM, Wesley Stewart wrote:
>
>> Originally, I used a script I found on github, but since updating I can't
>> seem to get that to work again.
>>
>> I was just curious if there were any other more elegant type solutions?
>> I am currently running a single host and local storage, but I would love to
>> backup VM's automatically once a week or so to an NFS share.
>>
>> Just curious if anyone had tackled this issue.
>>
>>
> We use our normal backup process for VMs.  Why?  Because it's pretty
> simple to put up templated VM and then copy data over the top of it from
> the backups.
>
> Just an idea (we've been doing this for years now)
>
> At some point I need to push our system out to the world.
>
> ___
> 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] Cannot clone a snapshot

2017-10-30 Thread Wesley Stewart
Whenever I try to clone a snapshot, I get a UI popup that says:


2
Uncaught exception occurred. Please try reloading the page. Details:
(TypeError) __gwt$exception: : Cannot read property 'R' of null
Please have your administrator check the UI logs

Where do these UI logs live?

Build:
Self Hosted oVirt 4.1.6
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] How is everyone performing backups?

2017-10-30 Thread Wesley Stewart
I used the "wefixit" in the past, but I had trouble getting this to work
since I upgraded to 4.1.6

I also just realized that I am getting a weird error when I try to clone a
snapshot (Just sent a separate email about it which some of you guys might
have seen already).  I think that might be what was causing it to fail.

On a side note, I also went ahead and install Bacchus.  I love the UI and
the interface.  I got my ovirt manager added to Bacchus and it is seeing my
VM's, but when I try to do a manual backup, the site just becomes stuck and
is "spinning".  I think my error on cloning snapshots might also be at play
here.

On Mon, Oct 30, 2017 at 3:09 PM, Yaniv Kaul  wrote:

>
>
> On Mon, Oct 30, 2017 at 6:24 PM, Bernardo Juanicó 
> wrote:
>
>> Torsten:
>> That tool (oVirtBackup <https://github.com/wefixit-AT/oVirtBackup>) is
>> based on the old SDK (Version 3) which is deprecated and will be removed
>> (correct me if im wrong) on the 4.2 version.
>>
>
> v3 API will still be supported in 4.2.
> Y.
>
>
>> Take this into account if you plan on updating.
>>
>>
>> Regards,
>>
>> Bernardo
>>
>> PGP Key <http://pgp.mit.edu/pks/lookup?op=get&search=0x695E5BCE34263F5B>
>> Skype: mattraken
>>
>> 2017-10-30 13:01 GMT-03:00 Torsten Stolpmann 
>> :
>>
>>> We are using https://github.com/wefixit-AT/oVirtBackup for backups.
>>>
>>> This works ok for us for nightly scheduled online backups of our vms
>>> managed by an oVirt 4.0.2.7 engine.
>>>
>>> Is this the script you have been using?
>>>
>>> Torsten
>>>
>>>
>>> On 27.10.2017 17:27, Wesley Stewart wrote:
>>>
>>>> Originally, I used a script I found on github, but since updating I
>>>> can't seem to get that to work again.
>>>>
>>>> I was just curious if there were any other more elegant type
>>>> solutions?  I am currently running a single host and local storage, but I
>>>> would love to backup VM's automatically once a week or so to an NFS share.
>>>>
>>>> Just curious if anyone had tackled this issue.
>>>>
>>>>
>>>> ___
>>>> 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
>>
>>
>
> ___
> 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] How is everyone performing backups?

2017-10-30 Thread Wesley Stewart
Sorry yavin, hit reply on my last email instead of reply all.  You probably
just got a couple emails from me!

I used the "wefixit" in the past, but I had trouble getting this to work
since I upgraded to 4.1.6

I also just realized that I am getting a weird error when I try to clone a
snapshot (Just sent a separate email about it which some of you guys might
have seen already).  I think that might be what was causing it to fail.

On a side note, I also went ahead and install Bacchus.  I love the UI and
the interface.  I got my ovirt manager added to Bacchus and it is seeing my
VM's, but when I try to do a manual backup, the site just becomes stuck and
is "spinning".  I think my error on cloning snapshots might also be at play
here.

On Mon, Oct 30, 2017 at 3:09 PM, Yaniv Kaul  wrote:

>
>
> On Mon, Oct 30, 2017 at 6:24 PM, Bernardo Juanicó 
> wrote:
>
>> Torsten:
>> That tool (oVirtBackup <https://github.com/wefixit-AT/oVirtBackup>) is
>> based on the old SDK (Version 3) which is deprecated and will be removed
>> (correct me if im wrong) on the 4.2 version.
>>
>
> v3 API will still be supported in 4.2.
> Y.
>
>
>> Take this into account if you plan on updating.
>>
>>
>> Regards,
>>
>> Bernardo
>>
>> PGP Key <http://pgp.mit.edu/pks/lookup?op=get&search=0x695E5BCE34263F5B>
>> Skype: mattraken
>>
>> 2017-10-30 13:01 GMT-03:00 Torsten Stolpmann 
>> :
>>
>>> We are using https://github.com/wefixit-AT/oVirtBackup for backups.
>>>
>>> This works ok for us for nightly scheduled online backups of our vms
>>> managed by an oVirt 4.0.2.7 engine.
>>>
>>> Is this the script you have been using?
>>>
>>> Torsten
>>>
>>>
>>> On 27.10.2017 17:27, Wesley Stewart wrote:
>>>
>>>> Originally, I used a script I found on github, but since updating I
>>>> can't seem to get that to work again.
>>>>
>>>> I was just curious if there were any other more elegant type
>>>> solutions?  I am currently running a single host and local storage, but I
>>>> would love to backup VM's automatically once a week or so to an NFS share.
>>>>
>>>> Just curious if anyone had tackled this issue.
>>>>
>>>>
>>>> ___
>>>> 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
>>
>>
>
> ___
> 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] Cannot clone a snapshot

2017-10-30 Thread Wesley Stewart
Yep, should have just assumed /var/log

Looks like a javascript issue.  Anyone else having trouble cloning a
snapshot on 4.1.6?

2017-10-30 11:03:27,502-04 ERROR
[org.ovirt.engine.ui.frontend.server.gwt.OvirtRemoteLoggingService]
(default task-23) [] Uncaught exception:
com.google.gwt.core.client.JavaScriptException: (TypeError)
 __gwt$exception: : Cannot read property 'R' of null
at
org.ovirt.engine.ui.uicommonweb.models.vms.UnitVmModel.$isHostedEngine(UnitVmModel.java:1888)
at
org.ovirt.engine.ui.common.widget.uicommon.popup.AbstractVmPopupWidget.$edit(AbstractVmPopupWidget.java:1515)
at
org.ovirt.engine.ui.common.widget.uicommon.popup.AbstractVmPopupWidget.edit(AbstractVmPopupWidget.java:1515)
at
org.ovirt.engine.ui.common.widget.uicommon.popup.AbstractVmPopupWidget.edit(AbstractVmPopupWidget.java:1515)
at
org.ovirt.engine.ui.common.widget.uicommon.popup.AbstractModeSwitchingPopupWidget.edit(AbstractModeSwitchingPopupWidget.java:78)
at
org.ovirt.engine.ui.common.view.popup.AbstractModelBoundWidgetPopupView.$edit(AbstractModelBoundWidgetPopupView.java:36)
at
org.ovirt.engine.ui.common.view.popup.AbstractModelBoundWidgetPopupView.edit(AbstractModelBoundWidgetPopupView.java:36)
at
org.ovirt.engine.ui.common.presenter.AbstractModelBoundPopupPresenterWidget.$init(AbstractModelBoundPopupPresenterWidget.java:143)
at
org.ovirt.engine.ui.common.widget.popup.AbstractVmBasedPopupPresenterWidget.$init(AbstractVmBasedPopupPresenterWidget.java:68)
at
org.ovirt.engine.ui.common.widget.popup.AbstractVmBasedPopupPresenterWidget.init(AbstractVmBasedPopupPresenterWidget.java:68)
at
org.ovirt.engine.ui.common.widget.popup.AbstractVmBasedPopupPresenterWidget.init(AbstractVmBasedPopupPresenterWidget.java:68)
at
org.ovirt.engine.ui.common.uicommon.model.ModelBoundPopupHandler.$handleWindowModelChange(ModelBoundPopupHandler.java:96)
at
org.ovirt.engine.ui.common.uicommon.model.ModelBoundPopupHandler$1.$eventRaised(ModelBoundPopupHandler.java:77)
at
org.ovirt.engine.ui.common.uicommon.model.ModelBoundPopupHandler$1.eventRaised(ModelBoundPopupHandler.java:77)
at org.ovirt.engine.ui.uicompat.Event.$raise(Event.java:99)
at
org.ovirt.engine.ui.uicommonweb.models.Model.$onPropertyChanged(Model.java:471)
at
org.ovirt.engine.ui.uicommonweb.models.Model.onPropertyChanged(Model.java:471)
at
org.ovirt.engine.ui.uicommonweb.models.Model.$setWindow(Model.java:93)
at
org.ovirt.engine.ui.uicommonweb.models.vms.VmSnapshotListModel.$cloneVM(VmSnapshotListModel.java:703)
at
org.ovirt.engine.ui.uicommonweb.models.vms.VmSnapshotListModel.executeCommand(VmSnapshotListModel.java:912)
at
org.ovirt.engine.ui.uicommonweb.UICommand.$execute(UICommand.java:163)
at
org.ovirt.engine.ui.common.widget.action.UiCommandButtonDefinition.$onClick(UiCommandButtonDefinition.java:130)
at
org.ovirt.engine.ui.common.widget.action.UiCommandButtonDefinition.onClick(UiCommandButtonDefinition.java:130)
at
org.ovirt.engine.ui.common.widget.action.AbstractActionPanel$11.execute(AbstractActionPanel.java:575)
at
com.google.gwt.user.client.ui.MenuBar$1.execute(MenuBar.java:893)
[gwt-servlet.jar:]
at
com.google.gwt.core.client.impl.SchedulerImpl.runScheduledTasks(SchedulerImpl.java:164)
[gwt-servlet.jar:]
at
com.google.gwt.core.client.impl.SchedulerImpl.$flushFinallyCommands(SchedulerImpl.java:270)
[gwt-servlet.jar:]
at com.google.gwt.core.client.impl.Impl.exit(Impl.java:378)
[gwt-servlet.jar:]
at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:335)
[gwt-servlet.jar:]
at Unknown.eval(webadmin-0.js@54)

On Mon, Oct 30, 2017 at 2:16 PM, Alexander Wels  wrote:

> On Monday, October 30, 2017 1:58:36 PM EDT Wesley Stewart wrote:
> > Whenever I try to clone a snapshot, I get a UI popup that says:
> >
> >
> > 2
> > Uncaught exception occurred. Please try reloading the page. Details:
> > (TypeError) __gwt$exception: : Cannot read property 'R' of null
> > Please have your administrator check the UI logs
> >
> > Where do these UI logs live?
> >
> > Build:
> > Self Hosted oVirt 4.1.6
>
> They should be in /var/log/ovirt-engine/UI.log
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Cannot clone a snapshot

2017-10-30 Thread Wesley Stewart
Woo! I am not crazy.

I always have a hell of a time re-adding my USB passthrough for my keyboard
and mouse (CentOS seems to bluescreen if I press ctrl + alt + del, unless I
add the correct usb devices on the same bus).  So I always try to not
update once I get things stable, but this looks like I will need to.

Thanks for the quick response

On Mon, Oct 30, 2017 at 5:38 PM, Yaniv Kaul  wrote:

>
>
> On Mon, Oct 30, 2017 at 10:40 PM, Wesley Stewart 
> wrote:
>
>> Yep, should have just assumed /var/log
>>
>> Looks like a javascript issue.  Anyone else having trouble cloning a
>> snapshot on 4.1.6?
>>
>> 2017-10-30 11:03:27,502-04 ERROR [org.ovirt.engine.ui.frontend.
>> server.gwt.OvirtRemoteLoggingService] (default task-23) [] Uncaught
>> exception: com.google.gwt.core.client.JavaScriptException: (TypeError)
>>  __gwt$exception: : Cannot read property 'R' of null
>> at org.ovirt.engine.ui.uicommonweb.models.vms.UnitVmModel.$
>> isHostedEngine(UnitVmModel.java:1888)
>>
>
>
> Looks like https://bugzilla.redhat.com/show_bug.cgi?id=1498478, fixed in
> 4.1.7.
>
> Y.
>
>
>> at org.ovirt.engine.ui.common.widget.uicommon.popup.AbstractVmP
>> opupWidget.$edit(AbstractVmPopupWidget.java:1515)
>> at org.ovirt.engine.ui.common.widget.uicommon.popup.AbstractVmP
>> opupWidget.edit(AbstractVmPopupWidget.java:1515)
>> at org.ovirt.engine.ui.common.widget.uicommon.popup.AbstractVmP
>> opupWidget.edit(AbstractVmPopupWidget.java:1515)
>> at org.ovirt.engine.ui.common.widget.uicommon.popup.AbstractMod
>> eSwitchingPopupWidget.edit(AbstractModeSwitchingPopupWidget.java:78)
>> at org.ovirt.engine.ui.common.view.popup.AbstractModelBoundWidg
>> etPopupView.$edit(AbstractModelBoundWidgetPopupView.java:36)
>> at org.ovirt.engine.ui.common.view.popup.AbstractModelBoundWidg
>> etPopupView.edit(AbstractModelBoundWidgetPopupView.java:36)
>> at org.ovirt.engine.ui.common.presenter.AbstractModelBoundPopup
>> PresenterWidget.$init(AbstractModelBoundPopupPresenterWidget.java:143)
>> at org.ovirt.engine.ui.common.widget.popup.AbstractVmBasedPopup
>> PresenterWidget.$init(AbstractVmBasedPopupPresenterWidget.java:68)
>> at org.ovirt.engine.ui.common.widget.popup.AbstractVmBasedPopup
>> PresenterWidget.init(AbstractVmBasedPopupPresenterWidget.java:68)
>> at org.ovirt.engine.ui.common.widget.popup.AbstractVmBasedPopup
>> PresenterWidget.init(AbstractVmBasedPopupPresenterWidget.java:68)
>> at org.ovirt.engine.ui.common.uicommon.model.ModelBoundPopupHan
>> dler.$handleWindowModelChange(ModelBoundPopupHandler.java:96)
>> at org.ovirt.engine.ui.common.uicommon.model.ModelBoundPopupHan
>> dler$1.$eventRaised(ModelBoundPopupHandler.java:77)
>> at org.ovirt.engine.ui.common.uicommon.model.ModelBoundPopupHan
>> dler$1.eventRaised(ModelBoundPopupHandler.java:77)
>> at org.ovirt.engine.ui.uicompat.Event.$raise(Event.java:99)
>> at org.ovirt.engine.ui.uicommonweb.models.Model.$onPropertyChan
>> ged(Model.java:471)
>> at org.ovirt.engine.ui.uicommonweb.models.Model.onPropertyChang
>> ed(Model.java:471)
>> at org.ovirt.engine.ui.uicommonweb.models.Model.$setWindow(
>> Model.java:93)
>> at org.ovirt.engine.ui.uicommonweb.models.vms.VmSnapshotListMod
>> el.$cloneVM(VmSnapshotListModel.java:703)
>> at org.ovirt.engine.ui.uicommonweb.models.vms.VmSnapshotListMod
>> el.executeCommand(VmSnapshotListModel.java:912)
>> at org.ovirt.engine.ui.uicommonweb.UICommand.$execute(
>> UICommand.java:163)
>> at org.ovirt.engine.ui.common.widget.action.UiCommandButtonDefi
>> nition.$onClick(UiCommandButtonDefinition.java:130)
>> at org.ovirt.engine.ui.common.widget.action.UiCommandButtonDefi
>> nition.onClick(UiCommandButtonDefinition.java:130)
>> at org.ovirt.engine.ui.common.widget.action.AbstractActionPanel
>> $11.execute(AbstractActionPanel.java:575)
>> at com.google.gwt.user.client.ui.MenuBar$1.execute(MenuBar.java:893)
>> [gwt-servlet.jar:]
>> at 
>> com.google.gwt.core.client.impl.SchedulerImpl.runScheduledTasks(SchedulerImpl.java:164)
>> [gwt-servlet.jar:]
>> at com.google.gwt.core.client.impl.SchedulerImpl.$flushFinallyC
>> ommands(SchedulerImpl.java:270) [gwt-servlet.jar:]
>> at com.google.gwt.core.client.impl.Impl.exit(Impl.java:378)
>> [gwt-servlet.jar:]
>> at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:335)
>> [gwt-servlet.jar:]
>> at Unknown.eval(webadmin-0.j

Re: [ovirt-users] Cannot clone a snapshot

2017-10-30 Thread Wesley Stewart
I have a Radeon HD 6870 that I have passed through to a Windows 10 host.  I
decided to build 2 servers using Xeon-D 1528 processors (Super Micro
x10sdv-6c+) in a very small Node 304 mITX form factor. I didnt want a third
box as a desktop, so I have a "desktop" that is actually a Windows 10 guest.



On Mon, Oct 30, 2017 at 6:09 PM, Yaniv Kaul  wrote:

>
>
> On Oct 31, 2017 12:05 AM, "Wesley Stewart"  wrote:
>
> Woo! I am not crazy.
>
> I always have a hell of a time re-adding my USB passthrough for my
> keyboard and mouse (CentOS seems to bluescreen if I press ctrl + alt + del,
> unless I add the correct usb devices on the same bus).  So I always try to
> not update once I get things stable, but this looks like I will need to.
>
>
> Out of curiosity, why are you passing through a keyboard and a mouse?
> Anything special about them?
> Y.
>
>
> Thanks for the quick response
>
> On Mon, Oct 30, 2017 at 5:38 PM, Yaniv Kaul  wrote:
>
>>
>>
>> On Mon, Oct 30, 2017 at 10:40 PM, Wesley Stewart 
>> wrote:
>>
>>> Yep, should have just assumed /var/log
>>>
>>> Looks like a javascript issue.  Anyone else having trouble cloning a
>>> snapshot on 4.1.6?
>>>
>>> 2017-10-30 11:03:27,502-04 ERROR [org.ovirt.engine.ui.frontend.
>>> server.gwt.OvirtRemoteLoggingService] (default task-23) [] Uncaught
>>> exception: com.google.gwt.core.client.JavaScriptException: (TypeError)
>>>  __gwt$exception: : Cannot read property 'R' of null
>>> at org.ovirt.engine.ui.uicommonweb.models.vms.UnitVmModel.$isHo
>>> stedEngine(UnitVmModel.java:1888)
>>>
>>
>>
>> Looks like https://bugzilla.redhat.com/show_bug.cgi?id=1498478, fixed in
>> 4.1.7.
>>
>> Y.
>>
>>
>>> at org.ovirt.engine.ui.common.widget.uicommon.popup.AbstractVmP
>>> opupWidget.$edit(AbstractVmPopupWidget.java:1515)
>>> at org.ovirt.engine.ui.common.widget.uicommon.popup.AbstractVmP
>>> opupWidget.edit(AbstractVmPopupWidget.java:1515)
>>> at org.ovirt.engine.ui.common.widget.uicommon.popup.AbstractVmP
>>> opupWidget.edit(AbstractVmPopupWidget.java:1515)
>>> at org.ovirt.engine.ui.common.widget.uicommon.popup.AbstractMod
>>> eSwitchingPopupWidget.edit(AbstractModeSwitchingPopupWidget.java:78)
>>> at org.ovirt.engine.ui.common.view.popup.AbstractModelBoundWidg
>>> etPopupView.$edit(AbstractModelBoundWidgetPopupView.java:36)
>>> at org.ovirt.engine.ui.common.view.popup.AbstractModelBoundWidg
>>> etPopupView.edit(AbstractModelBoundWidgetPopupView.java:36)
>>> at org.ovirt.engine.ui.common.presenter.AbstractModelBoundPopup
>>> PresenterWidget.$init(AbstractModelBoundPopupPresenterWidget.java:143)
>>> at org.ovirt.engine.ui.common.widget.popup.AbstractVmBasedPopup
>>> PresenterWidget.$init(AbstractVmBasedPopupPresenterWidget.java:68)
>>> at org.ovirt.engine.ui.common.widget.popup.AbstractVmBasedPopup
>>> PresenterWidget.init(AbstractVmBasedPopupPresenterWidget.java:68)
>>> at org.ovirt.engine.ui.common.widget.popup.AbstractVmBasedPopup
>>> PresenterWidget.init(AbstractVmBasedPopupPresenterWidget.java:68)
>>> at org.ovirt.engine.ui.common.uicommon.model.ModelBoundPopupHan
>>> dler.$handleWindowModelChange(ModelBoundPopupHandler.java:96)
>>> at org.ovirt.engine.ui.common.uicommon.model.ModelBoundPopupHan
>>> dler$1.$eventRaised(ModelBoundPopupHandler.java:77)
>>> at org.ovirt.engine.ui.common.uicommon.model.ModelBoundPopupHan
>>> dler$1.eventRaised(ModelBoundPopupHandler.java:77)
>>> at org.ovirt.engine.ui.uicompat.Event.$raise(Event.java:99)
>>> at org.ovirt.engine.ui.uicommonweb.models.Model.$onPropertyChan
>>> ged(Model.java:471)
>>> at org.ovirt.engine.ui.uicommonweb.models.Model.onPropertyChang
>>> ed(Model.java:471)
>>> at org.ovirt.engine.ui.uicommonweb.models.Model.$setWindow(Mode
>>> l.java:93)
>>> at org.ovirt.engine.ui.uicommonweb.models.vms.VmSnapshotListMod
>>> el.$cloneVM(VmSnapshotListModel.java:703)
>>> at org.ovirt.engine.ui.uicommonweb.models.vms.VmSnapshotListMod
>>> el.executeCommand(VmSnapshotListModel.java:912)
>>> at org.ovirt.engine.ui.uicommonweb.UICommand.$execute(UICommand
>>> .java:163)
>>> at org.ovirt.engine.ui.common.widget.action.UiCommandButtonDefi
>>> nition.$onClick(UiCommandButtonDefinition.java:130)
>>> at org.ovirt.engine.

Re: [ovirt-users] Cannot clone a snapshot

2017-10-31 Thread Wesley Stewart
For a desktop experience?  Well I have an actual monitor, keyboard and
mouse setup.  So I actually go to my desk and log onto my VM like it was a
desktop setup with a monitor mouse and keyboard.

Spice generally works fine for editing the VM or doing basic tasks, but if
I need to do actual work (Office, R, and even some light gaming :D ) the
"desktop" setup works quite well with an oVirt guest with a GPU passed
through.

On Tue, Oct 31, 2017 at 1:37 AM, Yaniv Kaul  wrote:

>
>
> On Oct 31, 2017 12:18 AM, "Wesley Stewart"  wrote:
>
> I have a Radeon HD 6870 that I have passed through to a Windows 10 host.
> I decided to build 2 servers using Xeon-D 1528 processors (Super Micro
> x10sdv-6c+) in a very small Node 304 mITX form factor. I didnt want a third
> box as a desktop, so I have a "desktop" that is actually a Windows 10 guest.
>
>
>
> And Spice cannot be used?
> Y.
>
>
>
>
> On Mon, Oct 30, 2017 at 6:09 PM, Yaniv Kaul  wrote:
>
>>
>>
>> On Oct 31, 2017 12:05 AM, "Wesley Stewart"  wrote:
>>
>> Woo! I am not crazy.
>>
>> I always have a hell of a time re-adding my USB passthrough for my
>> keyboard and mouse (CentOS seems to bluescreen if I press ctrl + alt + del,
>> unless I add the correct usb devices on the same bus).  So I always try to
>> not update once I get things stable, but this looks like I will need to.
>>
>>
>> Out of curiosity, why are you passing through a keyboard and a mouse?
>> Anything special about them?
>> Y.
>>
>>
>> Thanks for the quick response
>>
>> On Mon, Oct 30, 2017 at 5:38 PM, Yaniv Kaul  wrote:
>>
>>>
>>>
>>> On Mon, Oct 30, 2017 at 10:40 PM, Wesley Stewart 
>>> wrote:
>>>
>>>> Yep, should have just assumed /var/log
>>>>
>>>> Looks like a javascript issue.  Anyone else having trouble cloning a
>>>> snapshot on 4.1.6?
>>>>
>>>> 2017-10-30 11:03:27,502-04 ERROR [org.ovirt.engine.ui.frontend.
>>>> server.gwt.OvirtRemoteLoggingService] (default task-23) [] Uncaught
>>>> exception: com.google.gwt.core.client.JavaScriptException: (TypeError)
>>>>  __gwt$exception: : Cannot read property 'R' of null
>>>> at org.ovirt.engine.ui.uicommonweb.models.vms.UnitVmModel.$isHo
>>>> stedEngine(UnitVmModel.java:1888)
>>>>
>>>
>>>
>>> Looks like https://bugzilla.redhat.com/show_bug.cgi?id=1498478, fixed
>>> in 4.1.7.
>>>
>>> Y.
>>>
>>>
>>>> at org.ovirt.engine.ui.common.widget.uicommon.popup.AbstractVmP
>>>> opupWidget.$edit(AbstractVmPopupWidget.java:1515)
>>>> at org.ovirt.engine.ui.common.widget.uicommon.popup.AbstractVmP
>>>> opupWidget.edit(AbstractVmPopupWidget.java:1515)
>>>> at org.ovirt.engine.ui.common.widget.uicommon.popup.AbstractVmP
>>>> opupWidget.edit(AbstractVmPopupWidget.java:1515)
>>>> at org.ovirt.engine.ui.common.widget.uicommon.popup.AbstractMod
>>>> eSwitchingPopupWidget.edit(AbstractModeSwitchingPopupWidget.java:78)
>>>> at org.ovirt.engine.ui.common.view.popup.AbstractModelBoundWidg
>>>> etPopupView.$edit(AbstractModelBoundWidgetPopupView.java:36)
>>>> at org.ovirt.engine.ui.common.view.popup.AbstractModelBoundWidg
>>>> etPopupView.edit(AbstractModelBoundWidgetPopupView.java:36)
>>>> at org.ovirt.engine.ui.common.presenter.AbstractModelBoundPopup
>>>> PresenterWidget.$init(AbstractModelBoundPopupPresenterWidget.java:143)
>>>> at org.ovirt.engine.ui.common.widget.popup.AbstractVmBasedPopup
>>>> PresenterWidget.$init(AbstractVmBasedPopupPresenterWidget.java:68)
>>>> at org.ovirt.engine.ui.common.widget.popup.AbstractVmBasedPopup
>>>> PresenterWidget.init(AbstractVmBasedPopupPresenterWidget.java:68)
>>>> at org.ovirt.engine.ui.common.widget.popup.AbstractVmBasedPopup
>>>> PresenterWidget.init(AbstractVmBasedPopupPresenterWidget.java:68)
>>>> at org.ovirt.engine.ui.common.uicommon.model.ModelBoundPopupHan
>>>> dler.$handleWindowModelChange(ModelBoundPopupHandler.java:96)
>>>> at org.ovirt.engine.ui.common.uicommon.model.ModelBoundPopupHan
>>>> dler$1.$eventRaised(ModelBoundPopupHandler.java:77)
>>>> at org.ovirt.engine.ui.common.uicommon.model.ModelBoundPopupHan
>>>> dler$1.eventRaised(ModelBoundPopupHandler.java:77)
>>>> at org.ovirt.engi

Re: [ovirt-users] Import VM's from a dead ovirt domain

2017-11-04 Thread Wesley Stewart
I am quite new to oVirt and only use it at home for the moment.  So I wont
be of much help.

But I was able to add a new export domain, and then copy the original
contents of my old domain into this export domain, which seemed to work
fine.  I just had to hit the "load" button while in the import section of
the web gui (but I am assuming you have done this already).

I have struggled understanding why you cannot simply just point to an oVirt
VM file and import this way, or "import" an export domain that already
exists.

On Sat, Nov 4, 2017 at 3:07 PM, ~Stack~  wrote:

> Greetings,
>
> Per my earlier adventures this week, my old domain is kaput. However,
> all of the VM's were stored on a remote NFS server. I've been trying and
> trying to import the VM's by copying them into the new data/export
> domains, but it's not seeing them and I'm not getting much out of my
> Internet searches.
>
> Thoughts on how I can import the old VM's into the new domain?
>
> Thanks!
> ~Stack~
>
>
>
> ___
> 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 viewer mouse not working

2017-11-09 Thread Wesley Stewart
You could try passing through a USB Keyboard and mouse if you have spare
USB ports and see if those repond.

You should be able to view the VNC/Spice Viewer and use the USB
Keyboard/mouse to control it.

On Nov 9, 2017 7:10 PM, "Foo, Steven"  wrote:

> Hi,
>
>
>
> Yes, I install the guest tools and USB as well.
>
>
>
> spice-guest-tools-latest
>
> UsbDk_1.0.19_x64
>
>
>
> I also tried to change the following
>
>
>
> Graphics Protocol: VNC
>
> Video Type: QXL
>
>
>
> I only open the console from the ovirt administrative portal (console.vv)
> and the window open up.
>
> *Best Regards*
>
>
> *Steven Foo *
>
>
>
> *From:* Michal Skrivanek [mailto:michal.skriva...@redhat.com]
> *Sent:* Thursday, 9 November, 2017 9:46 PM
> *To:* Foo, Steven 
> *Cc:* users@ovirt.org
> *Subject:* Re: [ovirt-users] ovirt viewer mouse not working
>
>
>
> On 9 Nov 2017, at 09:45, Foo, Steven  wrote:
>
>
>
> Hi,
>
>
>
> We are testing the KVM for first time.
>
>
>
> RHEV-M Host: Version 4.1.6.2-1.el7.centos
>
> RHEV-H Node: ovirt-node-ng-installer-ovirt-4.1-2017102306
> <(201)%20710-2306>
>
>
>
> Noteboook
>
> OS: Windows 10
>
> Broswer: Chrome / Firefox
>
> Viewer: virt-viewer-x64-6.0
>
>
>
> After installing the above and setup DC, Domain Storage/ISO, Host and
> install a test linux centos 7 VM.
>
>
>
> Installation goes find. It was able to boot up after install.
>
>
>
> We face the issue where by the console screen mouse just get hang and
> keyboard is not responding.
>
>
>
> Our setting for console is as below:
>
> Graphics Protocol: SPICE
>
> Video Type: QXL
>
>
>
> We tried other setting as well, however the console mouse and keyboard is
> not working.
>
>
>
> and did you install guest tools?
>
> does it work differently when you use VNC? Or different client (Linux), or
> different version of virt-viewer
>
>
>
>
>
> Any idea?
>
>
>
> *Best Regards*
>
>
>
> *Steven Foo *
>
>
>
> ___
> 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] how to clean stuck task

2017-11-10 Thread Wesley Stewart
You could also go database diving.  I had an issue where I tried to import
a VM from my export domain and it just got hung.  I tried running the
unlock_entity script but it just kept failing.  It sat there for months
stuck, and found
http://lists.ovirt.org/pipermail/users/2015-April/032346.html

Of course deleting something from your database is quite permanent. I would
wait and upgrade to 4.1.7, but something like the below should work. But
probably not recommended

Drop into postgres
psql -d engine -U postgres

List your tasks and grab the job_id
select * from job order by start_time desc;

select DeleteJob('8424f7a9-2a4c-4567-b528-45bbc1c2534f');
Where the string here is the job ID

On Fri, Nov 10, 2017 at 9:48 AM,  wrote:

> El 2017-11-10 14:41, Gianluca Cecchi escribió:
>
>> On Fri, Nov 10, 2017 at 3:34 PM,  wrote:
>>
>> oVirt upgrade to 4.1.7 will probably cleanup this stale task.
>>> However, if you want to do it before upgrading, run this command:
>>>
>>>PGPASSWORD=...
>>> /usr/share/ovirt-engine/setup/dbutils/unlock_entity.sh -t all -u
>>> engine
>>>
>>> Note that unlock_entity.sh has many flags and this is just an
>>> example (should clean all stale tasks).
>>>
>>> You can find the PGPASSWORD value in the
>>> /etc/ovirt-engine/engine.conf.d/10-setup-database.conf file. As of
>>> 4.2 you won't need to supply credentials anymore [1].
>>>
>>> Regards,
>>>
>>> Nicolás
>>>
>>
>> It seems it didn't work as expected.
>> I got this at command line output
>>
>> "
>>
>> select fn_db_unlock_all();
>>
>>
>> INSERT 0 1
>> unlock all  completed successfully.
>> "
>>
>>
> This is expected.
>
> But the task remains in webadmin gui and I got an alert message in
>> alert section, of this type
>> "
>> /usr/share/ovirt-engine/setup/dbutils/unlock_entity.sh : System user
>> root run manually unlock_entity script on entity [type,id] [all,] with
>> db user engine
>> "
>>
>>
> I've seen this behavior too. IIRC the stale cleaning was not instant, it
> took some time to be applied.
>
> Regards.
>
> Gianluca
>>
> ___
> 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] how to clean stuck task

2017-11-13 Thread Wesley Stewart
Is the VM showing as locked?  You could try to manually unlocking it.  I
did this in a test environment a while back with some success after a vm
was stuck in a "locked" state.  Of course the gui and engine should handle
most of this for you, manually mucking around the internal DB can cause
some pretty serious issues if you are not careful...

sudo su postgres

psql -d engine -U postgres

SELECT vm_guid, vm_name FROM vm_static WHERE vm_name='*VM_Name_Here*';
This should return a string such as: "0ec20854-e1ca-4e49-be87-a6cd36d40c18"

Reset the lock:
update vm_dynamic SET status=0 where vm_guid='
0ec20854-e1ca-4e49-be87-a6cd36d40c18';



On Mon, Nov 13, 2017 at 11:01 AM, Gianluca Cecchi  wrote:

> Hello,
>
> it seems the same lock (with the same date) has come again in the list of
> tasks.
> Now I have two things in "supposed running" tasks:
> - the "Restoring VM Snapshot Active VM before the preview of VM snaptest"
> of 8/11
> - the "Creating VM Snapshot 13-11-2017-16-30-Danilo for VM apex"  (now
> running since half an hour for a vm that has only one 90Gb disk on SAN FC
> storage domain)
>
> It was not me to run the "create snapshot" command today, so I'm not sure
> if it was the snapshot creation job responsible of letting come out again
> the former hung task... or if it was already there before...
> Any further hint?
> How can I manually verify the status of the snapshot creation task?
>
> Gianluca
>
>
> On Fri, Nov 10, 2017 at 5:01 PM, Gianluca Cecchi <
> gianluca.cec...@gmail.com> wrote:
>
>> On Fri, Nov 10, 2017 at 3:48 PM,  wrote:
>>
>>>

>>> I've seen this behavior too. IIRC the stale cleaning was not instant, it
>>> took some time to be applied.
>>>
>>> Regards.
>>>
>>> Gianluca

>>>
>> Confirmed.
>> Quite soon after the command I saw that the status of the "Current"
>> snapshot line changed from Locked (it was so since 8/11) to OK, but the
>> task remained at least for half an hour.
>> Now, after about one hour and a half I connected again to the web admin
>> gui and I see 0 Tasks, so the problem has been resolved.
>>
>> Thanks again,
>> Gianluca
>>
>>
>
> ___
> 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] Strange drive performance over 10Gb

2017-11-30 Thread Wesley Stewart
I was curious if anyone else has seen this or had any suggestions.

I have recently began playing around with my two servers (Freenas Box and
oVirt box) and their 10Gb Ethernet ports.

I can access the Freenas SMB share over the 10Gb port without issue and I
have been playing around with the capabilities.  After finding out that my
Linux Raid (MDADM) mirror is having horrible write performance, I decided
to plug in an NVMe drive that I had lying around and check out its
performance.

*For my first test*,I added the NVMe drive as a passthrough device to a
Windows guest and was able to transfer to and from Freenas box without
issue.  Speeds were typically ~350-400 MB/s but could drop down to 250 MB/s
or so, and would top out around 525 MB/s, pretty slick!

*For my second test*, I decided to mount the NVMe drive on the CentOS ovirt
host and make it a local datastore.  I migrated my Windows Guest to it, and
decided to test and see what sort of transfer speeds I got and saw some
weird results...

Writing TOO the NAS worked about the same.  Perhaps a little slower but at
least had a steady 250-300 MB/s.

Writing to the Windows Guest had a very "Fast and then slow, fast and then
slow" type of throughput.  I took a few screenshots:

(Writing TO the NAS was fairly consistent)

[image: Inline image 1]
https://i.imgur.com/jWNNvfp.png


(Writing TO the Windows Guest on NVMe storage)
Sometimes these hit the *low 10-20 MB/s* during the transfer.
[image: Inline image 2]
https://i.imgur.com/aizG6n0.png

[image: Inline image 3]
https://i.imgur.com/AjRpR0K.png
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Strange drive performance over 10Gb

2017-12-01 Thread Wesley Stewart
I have been fiddling with the drive settings in the windows guest and have
been able to fix a lot of the issue.  I went into Device manager -> Disk
Drives -> (right click) QEMU QEMU HARDDISK -> Policies and checked "*Turn
off Windows Write-Cache buffer flushing on the device*"

I am not sure how safe this is to do in a virtual machine, but my 10Gb
transfer speed is now much more stable.  Occasionally it dips to the low
100 MB/s or so, but generally stays at 200-300 MB/s.

On Thu, Nov 30, 2017 at 10:39 PM, Wesley Stewart 
wrote:

> I was curious if anyone else has seen this or had any suggestions.
>
> I have recently began playing around with my two servers (Freenas Box and
> oVirt box) and their 10Gb Ethernet ports.
>
> I can access the Freenas SMB share over the 10Gb port without issue and I
> have been playing around with the capabilities.  After finding out that my
> Linux Raid (MDADM) mirror is having horrible write performance, I decided
> to plug in an NVMe drive that I had lying around and check out its
> performance.
>
> *For my first test*,I added the NVMe drive as a passthrough device to a
> Windows guest and was able to transfer to and from Freenas box without
> issue.  Speeds were typically ~350-400 MB/s but could drop down to 250 MB/s
> or so, and would top out around 525 MB/s, pretty slick!
>
> *For my second test*, I decided to mount the NVMe drive on the CentOS
> ovirt host and make it a local datastore.  I migrated my Windows Guest to
> it, and decided to test and see what sort of transfer speeds I got and saw
> some weird results...
>
> Writing TOO the NAS worked about the same.  Perhaps a little slower but at
> least had a steady 250-300 MB/s.
>
> Writing to the Windows Guest had a very "Fast and then slow, fast and then
> slow" type of throughput.  I took a few screenshots:
>
> (Writing TO the NAS was fairly consistent)
>
> [image: Inline image 1]
> https://i.imgur.com/jWNNvfp.png
>
>
> (Writing TO the Windows Guest on NVMe storage)
> Sometimes these hit the *low 10-20 MB/s* during the transfer.
> [image: Inline image 2]
> https://i.imgur.com/aizG6n0.png
>
> [image: Inline image 3]
> https://i.imgur.com/AjRpR0K.png
>
>
>
>
>
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] How do I connect to my VM from another PC?

2017-12-06 Thread Wesley Stewart
Did you add the NIC after you did the OS install?  Most installers are
pretty good about detecting and activating NICs when you do the install.
But if you add a NIC afterwards sometimes you have to activate it manually.

What OS is your guest? Version?

If you run "sudo nmtui" does that get you to the text based network manager?

On Dec 6, 2017 12:08 AM, "José Manuel Noguerol"  wrote:

> Hi all.
>
> After a month, I have installed my first VM. And it works almost perfect…
>
>
> I added a vnic but there is no ethernet interface in the VM…
>
>
> I got one more question… Supposing that my VM is completely installed… How
> do I access to it from a different PC. I mean, a PC apart from the one
> which has the ovirt engine. I got another host in the hosts list but I
> can’t access to the portal.
>
> Thanks for your time!
>
> Regards.
> ___
> 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] Some questions

2017-12-31 Thread Wesley Stewart
In addition to the previous post, oVirt requires you to use a DNS entry,
not an IP address to access the web interface.  If you don't run your own
DNS server, you can simply edit the host files on the client PCs.  This is
quite easy to do.  For example, just Google "edit host file on Windows".

Did you add the vnic after the installation?  The Linux distros are pretty
good when doing the install of detecting the NICs, but if you add them
later you may have to enable them afterwards.  Try running "sudo nmtui" and
see if you can enable it that way.  Otherwise you will Need to activate it
manually.

Lastly, windows was tricky for me at first.  Have you downloaded the oVirt
driver ISO?  Make sure that you have downloaded this and have it available
for oVirt vms to use.  During the windows install, you will have to use the
"change disk" or "change CD" button in the console once you get to the
point where you can choose your driver's, load the correct drivers, and
then switch back to the windows iso and continue the install.

https://www.ovirt.org/documentation/how-to/virtual-machines/create-a-windows-7-virtual-machine/

I hope this helps!  Once I am next to a computer I can answer more fully if
necessary

On Dec 29, 2017 1:03 PM, "Pepe Pepe"  wrote:

Hello!

I got some questions for you.

1. How can I acces to the User Portal from a different PC of my subnetwork
(appart from the one which has the engine)? IP/UserPortal doesn't work.

2. I have Ubuntu and CentOS in a VM. I added a NIC to each one but they
don't appear as a interface.

3. Why when I try to install W10, it doesn't detect any Hard Drive ? I
added the floppy disk as it's explained on the web guides.


Thanks in advance,

Regards and have a nice day!

Jose.


___
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 4.0

2018-01-08 Thread Wesley Stewart
I believe you most upgrade to 4.1 first, and then to 4.2.



On Jan 8, 2018 6:00 AM, "Marktvk"  wrote:

Hello,


We have now running ovirt 4.0 for a specif reason we can not upgrade to
the new version.

If possible for 1 time to upgrade qemu-kvm to the new version for the
fix with processors today ?


I hope so.


___
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] Shutdown all VM's command line

2018-01-09 Thread Wesley Stewart
Is there an easy way to do this?

I have a UPS connected to my freenas box, and using NUT and UPSC I can
monitor the battery level on my centos 7 host.

In the case of an emergency, and my UPS goes below, lets say 40% battery, I
would like to make a script to shutdown all running VMs, and then reboot
the host.

Otherwise I am afraid of sending a straight reboot command to the host
without taking care of the virtual machines first.

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


Re: [ovirt-users] Shutdown all VM's command line

2018-01-10 Thread Wesley Stewart
Marcelo,

I would greatly appreciate seeing a script!  It would be an excellent
chance for me to learn a bit about using ovirt from the command line as
well!



On Tue, Jan 9, 2018 at 6:55 PM, Marcelo Leandro 
wrote:

> Do you can do this with python sdk, do you can build a list and shutdown
> all vms. If you want I can make a script to you tomorrow.
>
>
> Marcelo Leandro
>
> Em 09/01/2018 8:30 PM, "Wesley Stewart"  escreveu:
>
>> Is there an easy way to do this?
>>
>> I have a UPS connected to my freenas box, and using NUT and UPSC I can
>> monitor the battery level on my centos 7 host.
>>
>> In the case of an emergency, and my UPS goes below, lets say 40% battery,
>> I would like to make a script to shutdown all running VMs, and then reboot
>> the host.
>>
>> Otherwise I am afraid of sending a straight reboot command to the host
>> without taking care of the virtual machines first.
>>
>> Thanks!
>>
>> ___
>> 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] Shutdown all VM's command line

2018-01-15 Thread Wesley Stewart
Hey,  thanks for sending this to me.  Works like a charm.  I have this tied
in with a UPS script that monitors the UPS on another system, and fires off
your script before a shutdown command.  Works pretty well so far!

I am using the default certificates.   Took me a second to find out where
they are stored, but after pointing directly to it, everything is working
like a champ.

Thanks!


On Thu, Jan 11, 2018 at 6:47 AM, Giorgio Biacchi 
wrote:

> On 01/11/2018 11:44 AM, Kapetanakis Giannis wrote:
>
>> On 10/01/18 22:11, Wesley Stewart wrote:
>>
>>> Marcelo,
>>>
>>> I would greatly appreciate seeing a script!  It would be an excellent
>>> chance for me to learn a bit about using ovirt from the command line as
>>> well!
>>>
>>
>> I'm using something like this with ovirt-shell
>>
>> vm_shutdown:
>> #!/bin/sh
>> LOG=/root/ovirt/vm_shutdown_log
>> echo `date` >> $LOG
>> /usr/bin/ovirt-shell -f /root/ovirt/vm_shutdown_script >> $LOG
>> echo "" >> $LOG
>>
>> vm_shutdown_script:
>> list vms --kwargs status-state=up|grep name | sed s/'name
>>  :'/'action vm'/ | sed -e 's/$/ shutdown/' > /root/ovirt/new_vm_shutdown_sc
>> ript
>> file /root/ovirt/new_vm_shutdown_script
>>
>> new_vm_shutdown_script now lists entries like this:
>> action vm vm1 shutdown
>> action vm vm2 shutdown
>> etc.
>>
>> G
>>
>>
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>>
>>
> You can use python SDK.
>
> Somthing like this should work
>
> #!/usr/bin/env python
>
> import ovirtsdk4 as sdk
>
> ovaddress = ""
> username="admin@internal"
> password="*"
>
> connection = sdk.Connection(
>   url=ovaddress,
>   username=username,
>   password=password,
>   ca_file='ca.crt',
>   insecure=True
> )
>
> system_service = connection.system_service()
> vms_service = system_service.vms_service()
> vms = vms_service.list()
>
> for vm in vms:
> vm_service = vms_service.vm_service(vm.id)
> vm_service.shutdown()
>
> connection.close()
>
> --
> gb
>
> PGP Key: http://pgp.mit.edu/
> Primary key fingerprint: C510 0765 943E EBED A4F2 69D3 16CC DC90 B9CB 0F34
>
> ___
> 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] Using network assigned to VM on CentOS host?

2018-02-10 Thread Wesley Stewart
This might be a stupid question.  But I am testing out a 10Gb network
directly connected to my Freenas box using a Cat6 crossover cable.

I setup the connection (on device eno4) and called the network "Crossover"
in oVirt.

I dont have DHCP on this, but I can easy assign VMs a NIC on the
"Crossover" network, assign them an ip address (10.10.10.x) and everything
works fine.  But I was curious about doing this for the CentOS host as
well.  I want to test out hosting VM's on the NFS share over the 10Gb
network but I wasn't quite sure how to do this without breaking other
connections and I did not want to do anything incorrectly.

I appreciate your feedback!  I apologize if this  is a stupid question.

Running oVirt 4.1.8 on CentOS 7.4
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Re: LDAP

2020-03-20 Thread Wesley Stewart
https://www.ovirt.org/documentation/admin-guide/chap-Users_and_Roles.html

Specifically:
ovirt-engine-extension-aaa-ldap

This will help you log into the console.  The
Guest will need to bind or setup ldap normally.  Ovirt auth would not pass
through to the guest.

On Fri, Mar 20, 2020, 1:58 PM Nicholas Emmerling 
wrote:

> Would you please provide any documentation you have regarding configuring
> oVirt to work with LDAP. Preferably the guest VMs as well as the
> Hosts/Nodes themselves. Thank you.
>
> nicholas.emmerl...@me.com
>
>
> 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/CV7IAUQHUC2YIAHITQKDN5YIYSR533AE/
>
___
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/27OJDWNVI5EOTHZ6M4EKRSG2H2SY73I6/


[ovirt-users] Custom ignition in cloud-init?

2020-04-26 Thread Wesley Stewart
Before anyone tells me this is now included in 4.4.0, I saw this, but I
don't think I'm willing to update my centos7 host to centos8 yet. (But
perhaps that will be the answer).  Currently on 4.3.9/Centos 7

I am trying to run fedora core is to test it out, and the ISO installer
hangs on:
"failed to isolate default target freezing"

So I tried the QCOW2 image, but I'm looking at ways of running the ignition
file.  I see in the "run once" section i can deploy a custom unit script,
and I was wondering is this filetype agnostic?  If I generate a JSON
ignition script and put it in there will it get passed through correctly ?
Or will I need to update to 4.4.0?

I also found:
https://gerrit.ovirt.org/#/c/18/
This was abondoned for a "better solution" last September.  Was this
referring to the changes in 4.4.0?

Lastly has anyone who was running 4.3.9 upgrade their centos host to
centos8 and then upgrade ovirt without any issues?  I usually try and wait
at least a couple of minor version changes before switching to a new major
version.

Thanks guys!
___
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/LJ7MZMWXFHBG2Q5SJVWXFLH6M25E4VV7/


[ovirt-users] Re: RDP

2020-07-12 Thread Wesley Stewart
Are you asking for troubleshooting on getting windows RDP working in a
windows 10 guest?

Shouldn't have anything to do with ovirt.  Do you have a local admin
account with the same credentials?  That would explain why it works.

To test, make a test user, make it an administrator and try instead of an
RDP user group.  Sounds like a permission issue.


On Sun, Jul 12, 2020, 10:16 AM  wrote:

> I am using Ovirt 4.3. I followed the instructions for get RDP to work for
> a user, but admin@internal is the only user the RDP will launch for. The
> other test users I created and are added to the Remote Desktop Users group
> which is the permission I assigned to the VM's as well as the user name. I
> added users first, then the group to see if it would help.
> So far, admin@internal, the Ovirt admin user, is the only user RDP will
> work for.
> I know I am missing something, I'm just not sure what.
> Any help would be appreciated.
> Eric.
> ___
> 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/BFGTKML43R6PY27FTFVDM2PNROHMLPQI/
>
___
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/L2IT2VBEF6UGSXB4QKACNOSEYI75NOA6/


[ovirt-users] Host has no default route

2020-08-26 Thread Wesley Stewart
I am trying to add a host to a single host cluster.  Everything has gone
pretty well so far, except when the host gets to the end of the
installation process, I see an exclamation mark indicating "Host has no
default route".

The installation "finishes" and the host goes into a non-responsive state.
I am not really sure where to check.  I get a:
host *name* installation has failed. Network error during communication
with host.

Running 4.3.6

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/IGCI4HBOFF53DK3BQVPDCULWXSIGEK7Y/


[ovirt-users] Re: Using remote viewer outside lan

2018-05-22 Thread Wesley Stewart
I would recommend setting up an openvpn server or something over opening
that up to the outside.

Just my two cents.

On Tue, May 22, 2018, 8:06 PM Aziz  wrote:

> Hi all,
>
> I am able to access my VMs from LAN using remote Viewer, however this is
> not working from outside LAN, my setup is as follow:
>
> 1. Controller in a separate HW machine
> 2. Host in a server
>
> When checking the console.vv file, I see that it includes the local IP
> address of the host + port 5900. Is there a way to force ovirt to generate
> a console.vv file with public IP port when the user tries to connect from
> Internet and another file with lan IP when the user tries to connect from
> LAN.
>
> Any hint on how to set this feature up ?
>
>
> Best regards
>
>
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org


[ovirt-users] Re: Upgrading ovirt 4.1 -> ovirt 4.2

2018-06-09 Thread Wesley Stewart
Are you on 4.1.9?  I didn't have any issues getting up to date on 4.1.9,
but I did have to add the updated gluster repos.

On Sat, Jun 9, 2018, 6:47 AM Alex K  wrote:

> Hi all,
>
> If one cannot perform a minor upgrade of ovirt 4.1 (due to surprisingly
> missing repos...) is it ok to ignore this and proceed directly to major
> upgrade to ovirt 4.2?
> I don't like very much the idea as I don't know to what surprises I will
> have considering that this is production. What is your
> experience/suggestions?
>
> Alex
> ___
> 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/2325BU46NKYU5CMWNNI5MC2F5RLUL43D/
>
___
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/BWAM5LHDQO4S4IKHG3DC2YYWROWXB5D7/


[ovirt-users] Ovirt system crash when starting VM with Quadro GPU

2018-07-16 Thread Wesley Stewart
I have recently been using an old Radeon R9 270X lying around without
issue, until this card seemed to have kicked the bucket.

I had an Nvidia Quadro P2000 lying around I thought I would try.  After
installing it into my system, it showed up in the PCI device as
anticipated.  I based both devices to my Windows 10 guest.

It shows up a a GP106GL and a separate audio component.  The same thing
that happened with the AMD Radeon Card.  The events just shows the VM's
being terminated without giving a reason, and I am hoping for some
guidance.

Currently using a single node setup, running ovirt 4.2.3.  Any ideas or
places to check would be much appreciated!
___
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/RFXU5YFSJ5WDJIKS4L2UKLTUJDD5TFD5/


[ovirt-users] Re: Docker best practices

2018-07-18 Thread Wesley Stewart
I'm currently using CoreOS as a VM and I like it.  RancherOS performs
similarly, but appears to have a smaller footprint.

I doubt you will see a big different in performance.  I'm sure ovirt can
handle them both fine.

You can also spin up a RH or CentOS vm and install docker just fine.  But
the smaller footprints are nice.

CoreOS was recently aquired by redhat if I'm not mistaken, so I went with
CoreOS personally.

On Mon, Jul 16, 2018, 11:45 AM Николаев Алексей <
alexeynikolaev.p...@yandex.ru> wrote:

> Hi, community!
>
> What are best practices to run docker images into oVirt infra: core os or
> something else?
> ___
> 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/UB4H3Y7VYQ6R2AOISLLVIBM6WQ425GEP/
>
___
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/3YXYZF474MNLNJ6LI26YHTUC4Z3RDRDM/


[ovirt-users] Re: Ovirt system crash when starting VM with Quadro GPU

2018-07-18 Thread Wesley Stewart
Ended up fixing this by following the ovirt docs (go figure)

https://ovirt.org/develop/release-management/features/virt/hostdev-passthrough/

After following this I also had to reinstall my host as well as reboot.
The OS was not letting go of the device.

Strangely I have done this with two AMD graphics cards and they worked
without this.  Perhaps the drivers weren't installed by default or
something and the OS didn't have trouble passing it along.

Anyways, working happily now with my new quadro p2000 passed to a windows
10 guest. Makes a nice "desktop" at home.

On Mon, Jul 16, 2018, 1:24 PM Wesley Stewart  wrote:

> I have recently been using an old Radeon R9 270X lying around without
> issue, until this card seemed to have kicked the bucket.
>
> I had an Nvidia Quadro P2000 lying around I thought I would try.  After
> installing it into my system, it showed up in the PCI device as
> anticipated.  I based both devices to my Windows 10 guest.
>
> It shows up a a GP106GL and a separate audio component.  The same thing
> that happened with the AMD Radeon Card.  The events just shows the VM's
> being terminated without giving a reason, and I am hoping for some
> guidance.
>
> Currently using a single node setup, running ovirt 4.2.3.  Any ideas or
> places to check would be much appreciated!
>
___
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/WYCTVIDAOJW46SKJDH3D3KYEKIVA56CL/


[ovirt-users] NFS Storage Advice?

2018-07-27 Thread Wesley Stewart
I currently have a NFS server with decent speeds.  I get about 200MB/s
write and 400+ MB/s read.

My single node oVirt host has a mirrored SSD store for my Windows 10 VM,
and I have about 3-5 VMs running on the NFS data store.

However, VM/s on the NFS datastore are SLOW.  They can write to their own
disk around 10-50 MB/s.  However a VM on the mirrored SSD drives can get
150-250 MB/s transfer speed from the same NFS storage (Through NFS mounts).

Does anyone have any suggestions on what I could try to speed up the NFS
storage for the VMs?  My single node ovirt box has a 1ft Cat6 crossover
cable plugged directly into my NFS servers 10GB port.

Thanks!
___
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/OFTRL5QWQS5SVL23YFZ5KBFBN3F6THQ3/


[ovirt-users] Re: NFS Storage Advice?

2018-07-28 Thread Wesley Stewart
I have added the "async" option to the "additional mount options" section.

Transferring from my raided SSD mirrors is QUITE fast now.

However, this might be confusing, but if I read/write to the nfs share at
the same time performance plummits.

So if I grab something from the SMB share over 10gb network and write this
to my VM being hosted on the NFS share.  Bad performance.

Or If I copy and paste ISO from the VM to itself, horrible performance.

If I grab a file from a VM on my raised SSD storage and copy it to my VM on
the NFS Share, it has great performance (400+ MB/s)

Not quite sure what's going on!  However if I grab something from the 1gbps
network everything seems okay.  Or if I change the NFS Mount to the 1 gbps
everything is okay.

Any ideas?

On Sat, Jul 28, 2018 at 3:02 AM Karli Sjöberg  wrote:

>
>
> On Jul 28, 2018 01:01, Wesley Stewart  wrote:
>
> I currently have a NFS server with decent speeds.  I get about 200MB/s
> write and 400+ MB/s read.
>
> My single node oVirt host has a mirrored SSD store for my Windows 10 VM,
> and I have about 3-5 VMs running on the NFS data store.
>
> However, VM/s on the NFS datastore are SLOW.  They can write to their own
> disk around 10-50 MB/s.  However a VM on the mirrored SSD drives can get
> 150-250 MB/s transfer speed from the same NFS storage (Through NFS mounts).
>
> Does anyone have any suggestions on what I could try to speed up the NFS
> storage for the VMs?  My single node ovirt box has a 1ft Cat6 crossover
> cable plugged directly into my NFS servers 10GB port.
>
> Thanks!
> ___
> 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/OFTRL5QWQS5SVL23YFZ5KBFBN3F6THQ3/
>
>
> It may be because of how oVirt mounts them, much more carefully, than
> Linux does by default. If I am not mistaken, oVirt mounts the NFS shares
> with 'sync', whereas a standard 'mount' with no options gets you 'async'.
> The difference in performance is huge, but for a reason; it's unsafe in
> case of a power failure. That may explain things.
>
> /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/AMPMK4ITWTHUPL2N4SZCVR6A4672SCWB/


[ovirt-users] Re: NFS Storage Advice?

2018-07-28 Thread Wesley Stewart
Windows reportes about 500-600 MB/s over a 4GB file.

However I believe I found the issue.  My NFS backend is ZFS which is
apparently notorious for horrible sync writes.

https://forums.freenas.org/index.php?threads/sync-writes-or-why-is-my-esxi-nfs-so-slow-and-why-is-iscsi-faster.12506/

I will try an iSCSI target and see how that goes.

On Sat, Jul 28, 2018, 1:49 PM Karli Sjöberg  wrote:

>
>
> On Jul 28, 2018 19:30, Wesley Stewart  wrote:
>
> I have added the "async" option to the "additional mount options" section.
>
> Transferring from my raided SSD mirrors is QUITE fast now.
>
> However, this might be confusing, but if I read/write to the nfs share at
> the same time performance plummits.
>
> So if I grab something from the SMB share over 10gb network and write this
> to my VM being hosted on the NFS share.  Bad performance.
>
> Or If I copy and paste ISO from the VM to itself, horrible performance.
>
> If I grab a file from a VM on my raised SSD storage and copy it to my VM
> on the NFS Share, it has great performance (400+ MB/s)
>
> Not quite sure what's going on!  However if I grab something from the
> 1gbps network everything seems okay.  Or if I change the NFS Mount to the 1
> gbps everything is okay.
>
> Any ideas?
>
>
> Let's start with expectations, shall we? 10Gb ~ 1 GB/s. So you read a file
> over SMB and write that to a VM hosted on NFS, so remote to remote. The
> absolute max for that transfer would be ~ 500 MB/s. What do you get?
>
> /K
>
>
> On Sat, Jul 28, 2018 at 3:02 AM Karli Sjöberg  wrote:
>
>
>
> On Jul 28, 2018 01:01, Wesley Stewart  wrote:
>
> I currently have a NFS server with decent speeds.  I get about 200MB/s
> write and 400+ MB/s read.
>
> My single node oVirt host has a mirrored SSD store for my Windows 10 VM,
> and I have about 3-5 VMs running on the NFS data store.
>
> However, VM/s on the NFS datastore are SLOW.  They can write to their own
> disk around 10-50 MB/s.  However a VM on the mirrored SSD drives can get
> 150-250 MB/s transfer speed from the same NFS storage (Through NFS mounts).
>
> Does anyone have any suggestions on what I could try to speed up the NFS
> storage for the VMs?  My single node ovirt box has a 1ft Cat6 crossover
> cable plugged directly into my NFS servers 10GB port.
>
> Thanks!
> ___
> 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/OFTRL5QWQS5SVL23YFZ5KBFBN3F6THQ3/
>
>
> It may be because of how oVirt mounts them, much more carefully, than
> Linux does by default. If I am not mistaken, oVirt mounts the NFS shares
> with 'sync', whereas a standard 'mount' with no options gets you 'async'.
> The difference in performance is huge, but for a reason; it's unsafe in
> case of a power failure. That may explain things.
>
> /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/VEZTV4SVQMWOTTYFUU3EGPE6EUD5G4F4/


[ovirt-users] Re: Reading an ISO image to identify the Image version and type

2018-08-10 Thread Wesley Stewart
Maybe I am missing something, but can't you just name your ISO files
appropriately?

Windows can read the ESD file in the ISO using DISM, however I do not know
if there is a program in Linux that can parse that info.

I would suspect you are looking for a third party tool somewhere.

On Fri, Aug 10, 2018, 12:42 AM Hari Prasanth Loganathan <
hariprasant...@msystechnologies.com> wrote:

> Hi Nir,
>
> Did you get a chance to look at this?
>
> Thanks,
> Hari
>
> On Wed, Aug 8, 2018 at 5:22 AM, Hari Prasanth Loganathan <
> hariprasant...@msystechnologies.com> wrote:
>
>> Hi Nir,
>>
>> Thanks for your response.
>>
>> I tried for linux iso files and I am able to get the OS with version like
>> below,
>>
>> [root@ovirtadmin iso]# iso-info ubuntu-18.04-desktop-amd64.iso
>> iso-info version 0.92 x86_64-redhat-linux-gnu
>> Copyright (c) 2003-2005, 2007-2008, 2011-2013 R. Bernstein
>> This is free software; see the source for copying conditions.
>> There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
>> PARTICULAR PURPOSE.
>> __
>> ISO 9660 image: ubuntu-18.04-desktop-amd64.iso
>> Preparer: XORRISO-1.2.4 2012.07.20.130001, LIBISOBURN-1.2.4,
>> LIBISOFS-1.2.4, LIBBURN-1.2.4
>> Volume  : Ubuntu 18.04 LTS amd64
>> Joliet Level: 3
>>
>>
>>
>>
>> But when I try for windows, I didn't get the OS and version,
>>
>> iso-info -d -i windows.iso
>> iso-info version 0.92 x86_64-redhat-linux-gnu
>> Copyright (c) 2003-2005, 2007-2008, 2011-2013 R. Bernstein
>> This is free software; see the source for copying conditions.
>> There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
>> PARTICULAR PURPOSE.
>> __
>> ISO 9660 image: windows.iso
>> Application : CDIMAGE 2.54 (01/01/2005 TM)
>> Preparer: MICROSOFT CORPORATION, ONE MICROSOFT WAY, REDMOND WA 98052,
>> (425) 882-8080
>> Publisher   : MICROSOFT CORPORATION
>> Volume  : GSP1RMCPRXFRER_EN_DVD
>> Volume Set  : GSP1RMCPRXFRER_EN_DVD
>> No Joliet extensions
>>
>>
>> Is there a tool which tells us like 'windows 7', 'windows 10' like that?
>>
>>
>> On Wed, Aug 8, 2018 at 3:32 AM, Nir Soffer  wrote:
>>
>>> On Tue, Aug 7, 2018 at 1:59 PM Hari Prasanth Loganathan <
>>> hariprasant...@msystechnologies.com> wrote:
>>>
 Hi Team,

 I have few ISO images, Is there a utility in oVirt which tells us which
 image version it is (like windows / linux version)?

>>>
>>> What do you mean by "image version"?
>>>
>>> I think we keep only the image name - either the file name on ISO
>>> domain, or the
>>> disk alias/description when you upload ISO to data domain.
>>>
>>> There are standard tools for ISO files, maybe one of them can help?
>>>
>>> Here is for example isoinfo (provided by genisoimage package)
>>>
>>> $ isoinfo -d -i Fedora-Server-dvd-x86_64-28-1.1.iso
>>> CD-ROM is in ISO 9660 format
>>> System id: LINUX
>>> Volume id: Fedora-S-dvd-x86_64-28
>>> Volume set id:
>>> Publisher id:
>>> Data preparer id:
>>> Application id: GENISOIMAGE ISO 9660/HFS FILESYSTEM CREATOR (C) 1993
>>> E.YOUNGDALE (C) 1997-2006 J.PEARSON/J.SCHILLING (C) 2006-2007 CDRKIT TEAM
>>> Copyright File id:
>>> Abstract File id:
>>> Bibliographic File id:
>>> Volume set size is: 1
>>> Volume set sequence number is: 1
>>> Logical block size is: 2048
>>> Volume size is: 1417496
>>> El Torito VD version 1 found, boot catalog is in sector 499
>>> Joliet with UCS level 3 found
>>> Rock Ridge signatures version 1 found
>>> Eltorito validation header:
>>> Hid 1
>>> Arch 0 (x86)
>>> ID ''
>>> Key 55 AA
>>> Eltorito defaultboot header:
>>> Bootid 88 (bootable)
>>> Boot media 0 (No Emulation Boot)
>>> Load segment 0
>>> Sys type 0
>>> Nsect 4
>>> Bootoff 48C5B 298075
>>>
>>> If you think oVirt should provide such info in the UI or via the SDK,
>>> please open
>>> bug describing the use case.
>>>
>>> Nir
>>>
>>
>>
>
> DISCLAIMER - *MSysTechnologies LLC*
>
> This email message, contents and its attachments may contain confidential,
> proprietary or legally privileged information and is intended solely for
> the use of the individual or entity to whom it is actually intended. If you
> have erroneously received this message, please permanently delete it
> immediately and notify the sender. If you are not the intended recipient of
> the email message,you are notified strictly not to disseminate,distribute
> or copy this e-mail.E-mail transmission cannot be guaranteed to be secure
> or error-free as Information could be intercepted, corrupted, lost,
> destroyed, incomplete or contain viruses and MSysTechnologies LLC accepts
> no liability for the contents and integrity of this mail or for any damage
> caused by the limitations of the e-mail transmission.
>
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/priv

[ovirt-users] Passing through Quadro cards to guest

2018-08-13 Thread Wesley Stewart
Has anyone experimented with this?

I have had really good success with AMD cards, but consumer end graphics
cards fail to load due to NVIDIA blocking them.

I happened to have an NVIDIA Quadro P2000 lying around and I thought I
would give it a shot.  I really like these cards as they only require the
75W provided PCI power.

I can pass the Quadro through just fine, however after a couple minutes of
playing a video, the audio gets really "buzzy" and the video drops to about
3-5 FPS.  This is while doing pretty minimal stuff.  Currently testing with
720/1080 youtube videos.  Card is pulling about 6-10W total.  And otherwise
working fine on my Windows 10 guest.

I have also tried enabling/disabling MSI interrupts which the card supports
without making a difference.

I am running a single host setup:
X10SDV-6c+ (Xeon D - 1528)
running oVirt 4.2.3
___
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/CSLRQKREQOU4B3V5G6LQMI2BLIXX4R66/


[ovirt-users] Anyone have any luck with Bacchus?

2018-08-22 Thread Wesley Stewart
I am trying to get Bacchus installed:
https://github.com/openbacchus/bacchus

It seems he has upgraded to installing via an ansible playbook.  I can get
this to run all the way through, hopefully NGINX either ends up responding
with a "Gateway error" or it will give me the default nginx landing page.

I have tried with a RHEL7 and CentOS7 VM, as well as in a CentOS\systemd
docker container, all of which having about the same amount of luck.  I was
just curious if anyone else has gotten this to work recently.
___
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/WM3WCEFIBD2FYEXPSYG26VMNQ7P3MTKM/


[ovirt-users] Re: Anyone have any luck with Bacchus?

2018-08-22 Thread Wesley Stewart
I'm an idiot, it was selinux

setsebool -P httpd_can_network_connect true

On Wed, Aug 22, 2018, 10:19 PM Wesley Stewart  wrote:

> I am trying to get Bacchus installed:
> https://github.com/openbacchus/bacchus
>
> It seems he has upgraded to installing via an ansible playbook.  I can get
> this to run all the way through, hopefully NGINX either ends up responding
> with a "Gateway error" or it will give me the default nginx landing page.
>
> I have tried with a RHEL7 and CentOS7 VM, as well as in a CentOS\systemd
> docker container, all of which having about the same amount of luck.  I was
> just curious if anyone else has gotten this to work recently.
>
___
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/STC6P3SXM6SQ4EYTWJJSEHY5WRPUWMOQ/


[ovirt-users] Re: One Windows VM is not responding

2018-08-26 Thread Wesley Stewart
Possibly a dumb question, but are you running the last oVirt agent guest
tools?

On Sun, Aug 26, 2018, 12:47 PM Jonathan Baecker  wrote:

> Hello Everybody!
>
> We have here 13 VMs running under ovirt 4.2.4. Two of them are Windows
> Server 2016. On one runs a AD, DNS and one application.
>
> On the second one runs an SQL Server and also an application. This second
> one have the problem, that periodical it goes in a state where I get in
> ovirt the message:
> *not responding *
>
> Beside this the VM is running normal. I can connect it over Remote
> Desktop. But I can not connect it with ovirt/noVNC, the button is gray out.
>
> In a weekly cycle it runs a backup script, maybe this brings some
> problems, but I really don't know how to debug this. It can be that the VM
> runs for 3 weeks normal, and then it goes in this state, so I can not
> really say when this is happen. Also the fact that the other Windows Server
> VM runs normal, wonders me.
>
> Do you have experienced this problem, or do you know how I found out the
> issue?
>
> Best Regards!
>
>
> Jonathan
> ___
> 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/VPW4CMJADWSO3ADR35IR3NFJ4JRAYIK3/
>
___
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/T6CPEVY5LPYOEZG56DTUTLQ6QYNVUXRJ/


[ovirt-users] VM Disk Performance metrics?

2019-06-11 Thread Wesley Stewart
Is there any way to get ovirt disk performance metrics into the web
interface?  It would be nice to see some type of IOPs data, so we can see
which VMs are hitting our data stores the most.

It seems you can run virt-top on a host to get some of these metrics, but
it would be nice to get some sort of data in the gui.

Thanks!
___
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/LMOOJ6JVZYAM74PWYPBCQ4FCNYTCY5KQ/


[ovirt-users] Re: VM Lock state location

2019-11-24 Thread Wesley Stewart
Definitely don't recommend messing with the DB.

However I have some old notes I took on trying to change the lock
status This was probably on 4.1 or early 4.2, so YMMV.

Use at your own risk.  No official documentation will ever tell you to go
DB diving, and for good reason.

==

Image locked issue

==

sudo su postgres

psql -d engine -U postgres

psql engine -c "SELECT vm_guid, vm_name from vm_static WHERE vm_name =
'Server_Name_Here';"


Returns:0eb29824-f1ca-4d27-bf57-a3ed36c40c18

psql engine -c "update vm_dynamic SET status=0 where
vm_guid='0eb29824-f1ca-4d27-bf57-a3ed36c40c18';"

On Sun, Nov 24, 2019, 6:35 PM Joseph Goldman  wrote:

> I'm going to answer my own question here - as I figured it out about 2
> minutes after sending the email, and hopefully for other users to find
> in case they have a similar issue.
>
> The last thing I tried was clearing the command_entities table with a
> DELETE statement - a bit risky but I was getting desperate. It didn't
> work at first but after restarting the ovirt-engine service on the
> hosted engine, it suddenly started working - so it appears that this
> information is not a fresh DB lookup each time and is perhaps stored in
> memory until a new LockState is taken or removed (and not even re-looked
> at when a lock state fails).
>
> I wish I knew more about how the issue came about to post a proper bug
> for the devs but ultimately I just think there needs to be an extra
> check for 'orphaned' command_entities entries.
>
>  >have you tried to first to restart your HostedEngine ?
>
> I did at first, both the ovirt-engine service and the HostedEngine VM -
> but the problem persisted between both until I actually cleared the
> command_entities table and restarted again. Thanks for replying though
> im just glad I got it figured out and know about it for future.
>
> Thanks,
> Joe
>
> On 2019-11-25 9:56 AM, Joseph Goldman wrote:
> > Hi *,
> >
> >  Trying to figure out where a VM's lockstate is stored.
> >
> >  I have a few VM's that seem to be stuck in lock state.
> >  I have done an ./unlock_entity.sh -t all, and a -q gives me nothing
> > in a lock state.
> >
> >  I have jumped on psql DB direct and looked through as many tables as
> > I can looking for a locked status, everything seems fine.
> >
> >  In the engine, on these VM's if I try to do any actions I get a
> > message similar to:
> >
> >  'Failed to Acquire Lock to object
> > 'EngineLock:{exclusiveLocks='[6c2fc524-2f13-4cad-9108-347be2e88d1a=VM]',
> > sharedLocks=''}''
> >
> >  When this issue first started, I was trying to do backups with
> > snapshots, I got a lot of messages similar to this:
> >
> >  /var/log/ovirt-engine/engine.log-20191121.gz:2019-11-20
> > 11:44:30,441+10 WARN
> > [org.ovirt.engine.core.bll.lock.InMemoryLockManager]
> > (EE-ManagedThreadFactory-engineScheduled-Thread-41) [6cafc1ef] Trying
> > to release a shared lock for key: '6
> > c2fc524-2f13-4cad-9108-347be2e88d1aVM' , but lock does not exist
> > /var/log/ovirt-engine/engine.log-20191121.gz:2019-11-20
> > 11:44:30,441+10 INFO
> >
> [org.ovirt.engine.core.bll.storage.disk.image.TransferImageStatusCommand]
> > (EE-ManagedThreadFactory-engineScheduled-Thread-41) [6cafc1ef] Lock
> > freed to object '
> > EngineLock:{exclusiveLocks='',
> > sharedLocks='[6c2fc524-2f13-4cad-9108-347be2e88d1a=VM,
> > ab5d4e18-f0c6-4472-8d2e-8c3bd1ff1a6a=DISK]'}'
> >
> >  I have made sure there is nothing in async_tasks, commands and the
> > _entities tables for both. There was some command_entities, but I took
> > a backup of the engine and decided to run a delete on that table
> > (There was about 5 stuck records there) but that hasn't helped
> >
> >  The affected VMs, cant delete snapshots, cant delete their disks,
> > cant delete the VM, cant boot the VMs - they are just stuck in the
> > engine.
> >
> >  My ultimate question is, where is the engine looking up that
> > lockstate as I believe it is stuck locked in error, so I can go there
> > and manually force a removal of the lock state and at least delete
> > these VM's - as ultimately I have cloned them to get the VM's back up
> > and running.
> >
> >  Can anyone point me in the right direction? Willing to pay consulting
> > fee if you believe you have the answer for this one.
> >
> > Thanks,
> > Joe
> > ___
> > 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/G2ME6XMVQRYD4PYWMU76RXPDDCMGJ5NY/
> ___
> 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.ovi

[ovirt-users] Migrated disk from NFS to iSCSI - Unable to Boot

2020-10-27 Thread Wesley Stewart
This is a new one.

I migrated from an NFS share to an iSCSI share on a small single node oVirt
system (Currently running 4.3.10).

After migrating a disk (Virtual Machine -> Disk -> Move), I was unable to
boot to it.  The console tells me "No bootable device".  This is a Centos7
guest.

I booted into a CentOS7 ISO and tried a few things...

fdisk -l shows me a 40GB disk (/dev/sda).
fsck -f tells me "bad magic number in superblock"

lvdisplay and pvdisplay show nothing.  Even if I can't boot to the drive I
would love to recover a couple of documents from here if possible.  Does
anyone have any suggestions?  I am running out of ideas.
___
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/53HYTD32FP62FVALY6E5NNEDYG2XYOS5/


[ovirt-users] Re: Migrated disk from NFS to iSCSI - Unable to Boot

2020-10-27 Thread Wesley Stewart
I think I figured this one out.  Looks like the disk format changed when
moving to block storage.  The VM template could not cope with this change.
I deleted the VM, and attached the disk to a new VM, and everything worked
fine.


On Tue, Oct 27, 2020 at 8:41 AM Wesley Stewart  wrote:

> This is a new one.
>
> I migrated from an NFS share to an iSCSI share on a small single node
> oVirt system (Currently running 4.3.10).
>
> After migrating a disk (Virtual Machine -> Disk -> Move), I was unable to
> boot to it.  The console tells me "No bootable device".  This is a Centos7
> guest.
>
> I booted into a CentOS7 ISO and tried a few things...
>
> fdisk -l shows me a 40GB disk (/dev/sda).
> fsck -f tells me "bad magic number in superblock"
>
> lvdisplay and pvdisplay show nothing.  Even if I can't boot to the drive I
> would love to recover a couple of documents from here if possible.  Does
> anyone have any suggestions?  I am running out of ideas.
>
___
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/PW26DIBGKOJZM7PWACLBTF37TQLNJFBG/


[ovirt-users] Re: oVirt 4.3.10 RHEL 7.9 support

2020-10-30 Thread Wesley Stewart
In pretty sure all of 4.3 is compatible with RHEL7 and Centos7.

I haven't tried the specific versions myself though.

On Thu, Oct 29, 2020, 7:37 AM KSNull Zero  wrote:

> 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/YPLSVYRVGHHEBD2OZG6VGT5ES2ZQNDQ4/
>
___
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/O5JCLAONOFGYCZVF6EQU5JCVQPVAXH24/


[ovirt-users] Re: CentOS 8 is dead

2020-12-08 Thread Wesley Stewart
This is a little concerning.

But it seems pretty easy to convert:
https://www.centos.org/centos-stream/

However I would be curious to see if someone tests this with having an
active ovirt node!

On Tue, Dec 8, 2020 at 2:39 PM Strahil Nikolov via Users 
wrote:

> Hello All,
>
> I'm really worried about the following news:
> https://blog.centos.org/2020/12/future-is-centos-stream/
>
> Did anyone tried to port oVirt to SLES/openSUSE or any Debian-based
> distro ?
>
> Best Regards,
> Strahil Nikolov
> ___
> 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/HZC4D4OSYL64DX5VYXDJCHDNRZDRGIT6/
>
___
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/W2AUQ3UFT6SHPDTRXPVHQUL2VKKCAUSR/


[ovirt-users] Single Node 4.3 to 4.4 help

2021-02-03 Thread Wesley Stewart
I have read through many posts and I think this process seems fairly simple.

https://www.ovirt.org/documentation/upgrade_guide/#SHE_Upgrading_from_4-3

But I just wanted to see if anyone had any gotchas.  I am thinking of
either using

   - RHEL8 (Using developer program, probably best best atm)
   - Ovirt Node (Is ovirt node being deprecated since it is based on
   centos?)
   - Rocky Linux/AlmaLinux/Clear Linux

>From my understanding I should:

   - Enter global maintenance
   - Make a full engine backup
   - Reinstall to a supported OS
   - Deploy ovirt engine using backup.

Looking forward to trying out Ovirt 4.4!
___
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/FFDZPAJRBQ5B336JGPBPX2S2HASOT5PI/


[ovirt-users] Re: Ovirt VNC Server

2018-11-15 Thread Wesley Stewart
So your VM has IP address 172.1.1.1 and it is running a VNC server?  I do
not believe this is an oVirt issue, it sounds like a VNC issue.

On the VM hosting the VNC server, try checking Netstat to make sure that
VNC is listening.

netstat -tulpn


Once you get the port number, make sure your firewall is allowing the port
as well.

You can also setup the VNC configuration in Guacamole's web interface.  I
run CoreOS as a guest and I have a guacamole instance setup in docker that
I use.


On Thu, Nov 15, 2018 at 2:05 PM Hari Prasanth Loganathan <
hariprasant...@msystechnologies.com> wrote:

> Hi Team,
>
> I have a VM for which I applied the console configuration as VNC.
> Now I have installed a tool Guacamole to connect to this VM from outside.
> As per Guacamole, It expects the following parameter to connect to the VM
> using VNC,
>
> 
> vnc
> 172.1.1.1
> *5901*
> 
>
> I understand that the IP Address is VM's IP address but what is the port I 
> need to use for connecting to the VM? What is the  VNC server port in ovirt?
>
> Anyhelp is appreciated.
>
>
> Thanks,
>
> Hari
>
>
> DISCLAIMER - *MSysTechnologies LLC*
>
> This email message, contents and its attachments may contain confidential,
> proprietary or legally privileged information and is intended solely for
> the use of the individual or entity to whom it is actually intended. If you
> have erroneously received this message, please permanently delete it
> immediately and notify the sender. If you are not the intended recipient of
> the email message,you are notified strictly not to disseminate,distribute
> or copy this e-mail.E-mail transmission cannot be guaranteed to be secure
> or error-free as Information could be intercepted, corrupted, lost,
> destroyed, incomplete or contain viruses and MSysTechnologies LLC accepts
> no liability for the contents and integrity of this mail or for any damage
> caused by the limitations of the e-mail transmission.
>
> ___
> 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/FAZ2GBSMJFW7DUKS5V6QVLFO6DA4LQR6/
>
___
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/HPLX65XPZ2IEGHWIZHAZXM52Y3IYIEHW/


[ovirt-users] Re: Ovirt VNC Server

2018-11-15 Thread Wesley Stewart
Whoops, I realize now that you are trying to connect to the oVirt VNC
server to see the guest?

Maybe it would be easier to just run VNC on the server you want?
https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-vnc-on-ubuntu-18-04


On Thu, Nov 15, 2018 at 2:13 PM Wesley Stewart  wrote:

> So your VM has IP address 172.1.1.1 and it is running a VNC server?  I do
> not believe this is an oVirt issue, it sounds like a VNC issue.
>
> On the VM hosting the VNC server, try checking Netstat to make sure that
> VNC is listening.
>
> netstat -tulpn
>
>
> Once you get the port number, make sure your firewall is allowing the port
> as well.
>
> You can also setup the VNC configuration in Guacamole's web interface.  I
> run CoreOS as a guest and I have a guacamole instance setup in docker that
> I use.
>
>
> On Thu, Nov 15, 2018 at 2:05 PM Hari Prasanth Loganathan <
> hariprasant...@msystechnologies.com> wrote:
>
>> Hi Team,
>>
>> I have a VM for which I applied the console configuration as VNC.
>> Now I have installed a tool Guacamole to connect to this VM from outside.
>> As per Guacamole, It expects the following parameter to connect to the VM
>> using VNC,
>>
>> 
>> vnc
>> 172.1.1.1
>> *5901*
>> 
>>
>> I understand that the IP Address is VM's IP address but what is the port I 
>> need to use for connecting to the VM? What is the  VNC server port in ovirt?
>>
>> Anyhelp is appreciated.
>>
>>
>> Thanks,
>>
>> Hari
>>
>>
>> DISCLAIMER - *MSysTechnologies LLC*
>>
>> This email message, contents and its attachments may contain
>> confidential, proprietary or legally privileged information and is intended
>> solely for the use of the individual or entity to whom it is actually
>> intended. If you have erroneously received this message, please permanently
>> delete it immediately and notify the sender. If you are not the intended
>> recipient of the email message,you are notified strictly not to
>> disseminate,distribute or copy this e-mail.E-mail transmission cannot be
>> guaranteed to be secure or error-free as Information could be intercepted,
>> corrupted, lost, destroyed, incomplete or contain viruses and
>> MSysTechnologies LLC accepts no liability for the contents and integrity of
>> this mail or for any damage caused by the limitations of the e-mail
>> transmission.
>>
>> ___
>> 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/FAZ2GBSMJFW7DUKS5V6QVLFO6DA4LQR6/
>>
>
___
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/YQ7C2GOX6D3UHPX6CMSIGYODL5CZQNTR/


[ovirt-users] Re: Can't install windows guest

2018-11-18 Thread Wesley Stewart
Couple things...

1.). You created a drive correct?  Just wanted to make sure you did add a
drive.

2.) Once you get to that window in the windows setup to choose your install
drive you need to go to your oVirt console and select "Change Disk" and
change it to the virtio iso that contains drivers.

Once you do this you need to "browse" and find the correct driver. The
drive won't show until you load the correct driver.  After you do this the
drive shows.  Select the drive and go back into the oVirt console and hit
"Change Disk" and choose the windows iso again and continue

https://youtu.be/Pasz-lv3gTY
Check out about 26:00 minutes.

On Sun, Nov 18, 2018, 11:35 AM  Dear Vincent,
>
> Thank you for the quick support. Yes, i have connected the driver cd,
> installed the drivers, but the disk is still not visible for windows.
> Really strange is, that it doesn't matter, if I use scsi, or IDE (which
> should work natively), nothing is visible in windows... :(
> So i have no clue what is the problem. I have many virtual windows
> guests in my other virtual platform (kvm) and there is everything
> working fine.
>
>
> > you have to mount the CD drive with the virtuio drivers during the
> > setup process.
> >
> > get to the screen to select disks. do a "change cd" and mount the
> > virtio ISO.  then you have to go "have disk" in setup and add the
> > drivers.  Once the drivers are installed, you have to refresh the list
> > before it will show the disks. once the disk is showing up then you do
> > a change CD again back to the installation .iso.
> >
> > On Sat, Nov 17, 2018 at 3:28 PM  wrote:
> >
> >> Dear list,
> >>
> >> I am new in ovirt, and I have a problem, which I can’t solve with
> >> google.  I am not able to install windows guests, because they
> >> can’t find they disk. I have already many linux guests running, so
> >> generally everything is working fine. I try with virtio-scsi disks.
> >> What I already tried:
> >> - While the installation process I changed the disk to the virtio
> >> driver disk (downloaded from fedora project), I try to load scsi
> >> drivers, and windows still can’t find the disk
> >> - I tried with virtio floppy (run once) but the floppy is not
> >> visible in windows select menu
> >> - I added the drivers to windows installer wim, but disks still not
> >> visible
> >> - I tried to add ide drive, but it is not visible either (I have
> >> disabled virtio scsi under resource allocation too, without luck)
> >> - tried windows 7 and 2016
> >>
> >> My nodes are: oVirt Node 4.2.1.1
> >> I use local disks but via nfs, so i share the local disk via nfs.
> >>
> >> Do you have any idea what could I try. Any clue are welcome, because
> >> I’m stuck…
> >>
> >> Thank you in advance!
> >>
> >> Regards!
> >> ___
> >> 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/727QXGFHKFAODNL3Z3I2H2R55JPUAG5N/
> ___
> 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/6KQUX6TLEVNDSMLBZR7QZSMQYV2W2V5E/
>
___
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/S5D55SCPC4T7MWLGKJS54KQOMPYCYRCL/


[ovirt-users] Re: oVirt node LDAP auth

2018-12-05 Thread Wesley Stewart
Yeah, I run an AD environment and oVirt at home (Because why not?)

Run ovirt-engine-extension-aaa-ldap-setup  from the terminal.  Pretty
straightforward!

On Wed, Dec 5, 2018 at 9:33 AM Николаев Алексей <
alexeynikolaev.p...@yandex.ru> wrote:

> Hi, community!
>
> What is best way for LDAP auth on oVirt Node?
>
> Is it possible to use realmd to integarate with domain?
> ___
> 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/RHMSCULZUUXMBTQYCQI7Z6A5F2RPWNI3/
>
___
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/UMCBBH22G427DLRBY2OWZCXN5SPBQJH5/


[ovirt-users] Re: GPU passthrough

2019-03-16 Thread Wesley Stewart
I actually use an oVirt VM as my desktop at home.  Why?  Because I can and
I didn't want to have to buy another box for my desktop.  However there are
a few caveats to this and some lessons I learned.

The consumer grade GTX cards are going to have issues being passed
through.  NVIDIA blocks this in their drivers and RedHat honors NVIDIA's
requirements for this.  You can enter an agreement with NVIDIA, which I am
sure costs some money somewhere, to get special drivers.  Or you can use
their enterprise Quadro cards, however I tested a P2000 and could not get
it to work on oVIrt.  But I did not try very hard.

At home, I am using an AMD Radeon RX 480/580.  AMD doesn't care if you pass
it through and it works almost right out of the box.  You just want to make
sure to blacklist the AMD drivers for the host, and put them in the
PCI-Stubs group.  It's really easy with some basic bash/terminal knowledge:
https://ovirt.org/develop/release-management/features/virt/hostdev-passthrough.html
Check the physical GPU portion.

You can, HOWEVER, trick the VM into not thinking it's a VM in KVM and
QEMU.  To prove this, I built a proxmox box at work to test it and I was
able to successfully pass through a GTX 1060 without too much trouble.  I
Have some notes here:
https://docs.google.com/document/d/1vlOIbJ4iXE7ypdSJ0OWQZfgcG9dEx2_PxXh6oRjl878/edit?usp=sharing
However these are pretty rough notes.  I just wanted to prove it could be
done.

For oVirt a lot of the QEMU/KVM settings and commands are going to be
stored in databases and files.  and I had trouble getting these to pick up
on the oVirt side.  I even tried creating a VDSM hook, as mentioned in this
thread:
https://lists.ovirt.org/pipermail/users/2017-March/080905.html
But I never got it working.

I am definitely no expert, but I have done a lot of tinkering with this.
But you will get pushback from oVirt/Redhat as this is not officially
supported.  If you want it to work with consumer grade cards, use AMD.  If
you want to do it "right" you will have to buy the enterprise quadro
cards.  But these get quite pricey.

On Sat, Mar 16, 2019 at 12:15 PM Darin Schmidt 
wrote:

> If I'm reading through the documents correctly, you can't use consumer
> grade gpus such as gtx 1080's and assign them to a VM?
>
> I'm trying to do something similar to how Linus used untaid to build
> several gaming machines from one.
>
> Any help would be appreciated.
>
> Thanks.
> ___
> 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/DJBX3NMFJRP3L5DRFMJAD7FWA3WAX4PM/
>
___
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/KMNT3TEDMNXUIJ5UKK74KCSRNPCY4HEQ/


[ovirt-users] Changing from thin provisioned to preallocated?

2019-04-15 Thread Wesley Stewart
I am currently running a ZFS server (Running RaidZ2) and I have been
experimenting with NFS and shares to host my guests.  I am currently
running oVirt 4.2.8 and using a RaidZ2 NFS mount for the guests.

ZFS definitely is definitely pretty awful (At least in my experience so
far) for hosting VMs.  I believe this is due to the synchronous writes
being performed.  However, I think running an iSCSI target with
Synchronization disabled over a 10Gb connection might do the trick. (I have
a couple of mirroed SSD drives for performance if I need it, but the RaidZ2
crawls for disk speed).

When I tried to migrate a thin provisioned guest to iSCSI, I keep getting
an "Out of disk space error" which I am pretty sure is due to the block
style storage on the iSCSI target.  Is there a way to switch from Thin to
Preallocated?  Or is my best bet to try and take a snapshot and clone this
into a pre-allocated disk?
___
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/SZDBAGS6Y66SJATBCVDNSLWYTOYIXHJR/


[ovirt-users] Re: Changing from thin provisioned to preallocated?

2019-04-17 Thread Wesley Stewart
 Appreciate the response!

But there is plenty of space available.  About 250 free GBs. My test VM is
about 40gb.

On Tue, Apr 16, 2019, 1:12 AM Eyal Shenitzky  wrote:

> Hi Wesley,
>
> Currently, there is no direct way to change disks allocation policy
> (thin-provision <-> preallocation).
>
> In your case, it sounds like your ISCSI storage is running out of space,
> changing disk from thin-provisioned to preallocation will consume *more* space
> on the storage, thin-provision is more space effective but impact the
> performance.
>
> On Mon, Apr 15, 2019 at 8:35 PM Wesley Stewart 
> wrote:
>
>> I am currently running a ZFS server (Running RaidZ2) and I have been
>> experimenting with NFS and shares to host my guests.  I am currently
>> running oVirt 4.2.8 and using a RaidZ2 NFS mount for the guests.
>>
>> ZFS definitely is definitely pretty awful (At least in my experience so
>> far) for hosting VMs.  I believe this is due to the synchronous writes
>> being performed.  However, I think running an iSCSI target with
>> Synchronization disabled over a 10Gb connection might do the trick. (I have
>> a couple of mirroed SSD drives for performance if I need it, but the RaidZ2
>> crawls for disk speed).
>>
>> When I tried to migrate a thin provisioned guest to iSCSI, I keep getting
>> an "Out of disk space error" which I am pretty sure is due to the block
>> style storage on the iSCSI target.  Is there a way to switch from Thin to
>> Preallocated?  Or is my best bet to try and take a snapshot and clone this
>> into a pre-allocated disk?
>> ___
>> 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/SZDBAGS6Y66SJATBCVDNSLWYTOYIXHJR/
>>
>
>
> --
> Regards,
> Eyal Shenitzky
>
> On Mon, Apr 15, 2019 at 8:35 PM Wesley Stewart 
> wrote:
>
>> I am currently running a ZFS server (Running RaidZ2) and I have been
>> experimenting with NFS and shares to host my guests.  I am currently
>> running oVirt 4.2.8 and using a RaidZ2 NFS mount for the guests.
>>
>> ZFS definitely is definitely pretty awful (At least in my experience so
>> far) for hosting VMs.  I believe this is due to the synchronous writes
>> being performed.  However, I think running an iSCSI target with
>> Synchronization disabled over a 10Gb connection might do the trick. (I have
>> a couple of mirroed SSD drives for performance if I need it, but the RaidZ2
>> crawls for disk speed).
>>
>> When I tried to migrate a thin provisioned guest to iSCSI, I keep getting
>> an "Out of disk space error" which I am pretty sure is due to the block
>> style storage on the iSCSI target.  Is there a way to switch from Thin to
>> Preallocated?  Or is my best bet to try and take a snapshot and clone this
>> into a pre-allocated disk?
>> ___
>> 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/SZDBAGS6Y66SJATBCVDNSLWYTOYIXHJR/
>>
>
>
> --
> Regards,
> Eyal Shenitzky
>
___
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/NQCOAS5NJKZ3XRIHGKDD75BVMTI5RCNG/


[ovirt-users] I'm in trouble....

2021-09-18 Thread Wesley Stewart
Luckily this is for a home lab and nothing critical is lost.  However I was
trying to change the subnet my host was on.  And I found out that you
cant do that.  So I reverted back but my hosted engine wasnt happy about my
NFS mounts.

so I did a engine-cleanup and an engine-setup.  Went through the prompts
and thought nothing of it.  I logged back into ovirt, and everything looks
like it was a brand new install.  No VMs or anything.  I believe I have a
fairly recent backup somewhere... trying to track that down, but it's not
looking good.

Currently running 4.3.10.  I have been planning out my 4.4 upgrade
anyways.  I would prefer to not start from scratch... but if I do it is not
the end of the world, will just take a lot more time.

Looking for some guidance! Thank you.
___
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/BKJLN25CGI2U4LIO7HOEJQJVRE7CA3JN/


[ovirt-users] Re: I'm in trouble....

2021-09-18 Thread Wesley Stewart
I believe I should have the dump from the initial engine-setup.  Can that
be used?

Also, I'm only running about 8 vms and need to start over for 4.4.  Would
it be easier to just reinstall and import the disks?



On Sat, Sep 18, 2021, 5:11 PM Jayme  wrote:

> Do you have a backup of the hosted engine that you can restore? If your
> vms are on nfs mounts you should be able to readd the storage domain and
> import the vms
>
> On Sat, Sep 18, 2021 at 4:26 PM Wesley Stewart 
> wrote:
>
>> Luckily this is for a home lab and nothing critical is lost.  However I
>> was trying to change the subnet my host was on.  And I found out that you
>> cant do that.  So I reverted back but my hosted engine wasnt happy about my
>> NFS mounts.
>>
>> so I did a engine-cleanup and an engine-setup.  Went through the prompts
>> and thought nothing of it.  I logged back into ovirt, and everything looks
>> like it was a brand new install.  No VMs or anything.  I believe I have a
>> fairly recent backup somewhere... trying to track that down, but it's not
>> looking good.
>>
>> Currently running 4.3.10.  I have been planning out my 4.4 upgrade
>> anyways.  I would prefer to not start from scratch... but if I do it is not
>> the end of the world, will just take a lot more time.
>>
>> Looking for some guidance! Thank you.
>> ___
>> 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/BKJLN25CGI2U4LIO7HOEJQJVRE7CA3JN/
>>
>
___
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/6XMRWXLBYQDHORTL7APQZ2CR4CXL333C/


[ovirt-users] Re: I'm in trouble....

2021-09-18 Thread Wesley Stewart
I appreciate the quick replies.  Yes very basic.  Single host/node with NFS
and local storage.

I will try to reinstall the host and import.  I haven't had to do this yet!

On Sat, Sep 18, 2021, 5:26 PM Jayme  wrote:

> It sounds like your setup is fairly basic. For quickness I’d personally
> just reinstall engine and import storage domains from nfs sever then import
> the vms. you can restore the hosted engine if you have a backup of it made
> by the proper hosted engine backup tool.
>
> On Sat, Sep 18, 2021 at 6:21 PM Wesley Stewart 
> wrote:
>
>> I believe I should have the dump from the initial engine-setup.  Can that
>> be used?
>>
>> Also, I'm only running about 8 vms and need to start over for 4.4.  Would
>> it be easier to just reinstall and import the disks?
>>
>>
>>
>> On Sat, Sep 18, 2021, 5:11 PM Jayme  wrote:
>>
>>> Do you have a backup of the hosted engine that you can restore? If your
>>> vms are on nfs mounts you should be able to readd the storage domain and
>>> import the vms
>>>
>>> On Sat, Sep 18, 2021 at 4:26 PM Wesley Stewart 
>>> wrote:
>>>
>>>> Luckily this is for a home lab and nothing critical is lost.  However I
>>>> was trying to change the subnet my host was on.  And I found out that you
>>>> cant do that.  So I reverted back but my hosted engine wasnt happy about my
>>>> NFS mounts.
>>>>
>>>> so I did a engine-cleanup and an engine-setup.  Went through the
>>>> prompts and thought nothing of it.  I logged back into ovirt, and
>>>> everything looks like it was a brand new install.  No VMs or anything.  I
>>>> believe I have a fairly recent backup somewhere... trying to track that
>>>> down, but it's not looking good.
>>>>
>>>> Currently running 4.3.10.  I have been planning out my 4.4 upgrade
>>>> anyways.  I would prefer to not start from scratch... but if I do it is not
>>>> the end of the world, will just take a lot more time.
>>>>
>>>> Looking for some guidance! Thank you.
>>>> ___
>>>> 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/BKJLN25CGI2U4LIO7HOEJQJVRE7CA3JN/
>>>>
>>>
___
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/WZD3EEHZLBNVDSUD46J6CLOS4JSCTKMP/


[ovirt-users] Re: oVirt alternatives

2022-02-06 Thread Wesley Stewart
Has anyone tried the open shift upstream old?  Looks like they support
virtualization now.  Which I'm guessing is the upstream for openshift
virtualization?

https://docs.okd.io/latest/virt/about-virt.html



On Sat, Feb 5, 2022, 10:34 PM Alex McWhirter  wrote:

> Oh i have spent years looking.
>
> ProxMox is probably the closest option, but has no multi-clustering
> support. The clusters are more or less isolated from each other, and
> would need another layer if you needed the ability to migrate between
> them.
>
> XCP-ng, cool. No spice support. No UI for managing clustered storage
> that is open source.
>
> Harvester, probably the closest / newest contender. Needs a lot more
> attention / work.
>
> OpenNebula, more like a DIY AWS than anything else, but was functional
> last i played with it.
>
>
>
> Has anyone actually played with OpenShift virtualization (replaces RHV)?
> Wonder if OKD supports it with a similar model?
>
> On 2022-02-05 07:40, Thomas Hoberg wrote:
> > There is unfortunately no formal announcement on the fate of oVirt,
> > but with RHGS and RHV having a known end-of-life, oVirt may well shut
> > down in Q2.
> >
> > So it's time to hunt for an alternative for those of us to came to
> > oVirt because they had already rejected vSAN or Nutanix.
> >
> > Let's post what we find here in this thread.
> > ___
> > 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/R4YFNNCTW5VVVRKSV2OORQ2UWZ2MTUDD/
> ___
> 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/EYPC6QXF55UCQPMQL5LDU6XMAF2CZOEG/
>
___
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/Z6JTGNYABYPZHHZ3F5Y75KF3KYDWV5OC/


[ovirt-users] Re: oVirt alternatives

2022-02-06 Thread Wesley Stewart
Sorry autocorrect on a cellphone.

Has anyone tried the openshift upstream okd?*

On Sun, Feb 6, 2022, 8:04 AM Wesley Stewart  wrote:

> Has anyone tried the open shift upstream old?  Looks like they support
> virtualization now.  Which I'm guessing is the upstream for openshift
> virtualization?
>
> https://docs.okd.io/latest/virt/about-virt.html
>
>
>
> On Sat, Feb 5, 2022, 10:34 PM Alex McWhirter  wrote:
>
>> Oh i have spent years looking.
>>
>> ProxMox is probably the closest option, but has no multi-clustering
>> support. The clusters are more or less isolated from each other, and
>> would need another layer if you needed the ability to migrate between
>> them.
>>
>> XCP-ng, cool. No spice support. No UI for managing clustered storage
>> that is open source.
>>
>> Harvester, probably the closest / newest contender. Needs a lot more
>> attention / work.
>>
>> OpenNebula, more like a DIY AWS than anything else, but was functional
>> last i played with it.
>>
>>
>>
>> Has anyone actually played with OpenShift virtualization (replaces RHV)?
>> Wonder if OKD supports it with a similar model?
>>
>> On 2022-02-05 07:40, Thomas Hoberg wrote:
>> > There is unfortunately no formal announcement on the fate of oVirt,
>> > but with RHGS and RHV having a known end-of-life, oVirt may well shut
>> > down in Q2.
>> >
>> > So it's time to hunt for an alternative for those of us to came to
>> > oVirt because they had already rejected vSAN or Nutanix.
>> >
>> > Let's post what we find here in this thread.
>> > ___
>> > 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/R4YFNNCTW5VVVRKSV2OORQ2UWZ2MTUDD/
>> ___
>> 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/EYPC6QXF55UCQPMQL5LDU6XMAF2CZOEG/
>>
>
___
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/GD3MQT6L6G5XO3JRVRKBUTUSCMWJ4HUO/


[ovirt-users] Re: oVirt alternatives

2022-02-06 Thread Wesley Stewart
Good insight.

I use containers a lot, but the virtualization sections are surely
separate?  I might have to try out a node and see how it goes.

On Sun, Feb 6, 2022, 12:25 PM Strahil Nikolov  wrote:

> I've setup a test cluster with Kadalu (which is actually conternerized
> GlusterFS) for storage.
>
> To be honest, it is far more complex. I remember my first day with oVirt
> -> the UI doesn't need any explanation, while working with OKD requires at
> least some knowledge in the terminology of the k8s World.
>
> Best Regards,
> Strahil Nikolov
>
> On Sun, Feb 6, 2022 at 16:46, Wesley Stewart
>  wrote:
> ___
> 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/GD3MQT6L6G5XO3JRVRKBUTUSCMWJ4HUO/
>
>
___
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/RZHTSOE636IIRPWRVO7WKNWP4QLPU4AG/


[ovirt-users] Re: oVirt alternatives

2022-02-20 Thread Wesley Stewart
Thanks, I'll check them out.

On Mon, Feb 7, 2022, 3:56 AM Sandro Bonazzola  wrote:

>
>
> Il giorno dom 6 feb 2022 alle ore 14:06 Wesley Stewart <
> wstewa...@gmail.com> ha scritto:
>
>> Has anyone tried the open shift upstream old?  Looks like they support
>> virtualization now.  Which I'm guessing is the upstream for openshift
>> virtualization?
>>
>> https://docs.okd.io/latest/virt/about-virt.html
>>
>
> I gave a presentation about it 2 days ago at FOSDEM:
> https://fosdem.org/2022/schedule/event/vai_intro_okd/
> but looks like recordings are not yet available at
> https://video.fosdem.org/2022/
> Slides are here:
> https://fosdem.org/2022/schedule/event/vai_intro_okd/attachments/slides/4843/export/events/attachments/vai_intro_okd/slides/4843/OKD_Virtualization_Community.pdf
>
>
>
>
>>
>>
>>
>> On Sat, Feb 5, 2022, 10:34 PM Alex McWhirter  wrote:
>>
>>> Oh i have spent years looking.
>>>
>>> ProxMox is probably the closest option, but has no multi-clustering
>>> support. The clusters are more or less isolated from each other, and
>>> would need another layer if you needed the ability to migrate between
>>> them.
>>>
>>> XCP-ng, cool. No spice support. No UI for managing clustered storage
>>> that is open source.
>>>
>>> Harvester, probably the closest / newest contender. Needs a lot more
>>> attention / work.
>>>
>>> OpenNebula, more like a DIY AWS than anything else, but was functional
>>> last i played with it.
>>>
>>>
>>>
>>> Has anyone actually played with OpenShift virtualization (replaces RHV)?
>>> Wonder if OKD supports it with a similar model?
>>>
>>> On 2022-02-05 07:40, Thomas Hoberg wrote:
>>> > There is unfortunately no formal announcement on the fate of oVirt,
>>> > but with RHGS and RHV having a known end-of-life, oVirt may well shut
>>> > down in Q2.
>>> >
>>> > So it's time to hunt for an alternative for those of us to came to
>>> > oVirt because they had already rejected vSAN or Nutanix.
>>> >
>>> > Let's post what we find here in this thread.
>>> > ___
>>> > 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/R4YFNNCTW5VVVRKSV2OORQ2UWZ2MTUDD/
>>> ___
>>> 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/EYPC6QXF55UCQPMQL5LDU6XMAF2CZOEG/
>>>
>> ___
>> 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/Z6JTGNYABYPZHHZ3F5Y75KF3KYDWV5OC/
>>
>
>
> --
>
> Sandro Bonazzola
>
> MANAGER, SOFTWARE ENGINEERING, EMEA R&D RHV
>
> Red Hat EMEA <https://www.redhat.com/>
>
> sbona...@redhat.com
> <https://www.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/KAJFH5BOH6PZ3JMZI7UE2VSLQPMROTFQ/


[ovirt-users] Trouble with Ovirt mirrors

2022-11-23 Thread Wesley Stewart
Trying to upgrade from 4.4 to 4.5 and following the directions.

ovirt mirrors arent working for me... Is this just me?  Or is anyone else
seeing this?

[root@ovirt ~]# dnf install -y centos-release-ovirt45
Updating Subscription Management repositories.
oVirt upstream for CentOS Stream 8 - oVirt 4.5

Errors during downloading metadata for repository 'ovirt-45-upstream':
  - Status code: 503 for
https://mirrorlist.ovirt.org/mirrorlist-ovirt-4.5-el8 (IP: 8.43.85.224)
Error: Failed to download metadata for repo 'ovirt-45-upstream': Cannot
prepare internal mirrorlist: Status code: 503 for
https://mirrorlist.ovirt.org/mirrorlist-ovirt-4.5-el8 (IP: 8.43.85.224)
___
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/QBPES2T6A5L7ZSX4XJDJNNFICURK7TS4/


[ovirt-users] Re: How to use Python to manage each node in batches, because I want to send some scripts to nodes in batches

2023-08-17 Thread Wesley Stewart
Not sure what you did.  But this seems more like normal server management.
Not sure what you are trying to do, but it seems like ansible might fit the
bill here.

On Thu, Aug 17, 2023, 11:14 PM ziyi Liu  wrote:

> I have found a solution to log in to each host without password
> ___
> 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/TU3SDAR2RBDYSFHZQFKVWQH3EFWNEVKE/
>
___
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/YMZLJ5H5PLDD7GXXBZMIMHILZMVZKLIV/