Re: [ovirt-users] ovirt 3.6 centos7.2 all-in-one install: The VDSM host was found in a failed state.

2015-12-29 Thread Matthew Bohnsack
Progress: I managed to get a host setup and then a vm setup on the host,
but the VM won't start.  I'm looking for some help getting the VM to
start.  Details...

I was able to work around the VDSM host in a failed state issue (I think),
by doing a host reinstall from the engine web GUI, after specifying the the
root password for the host.  That is, I changed to password authentication,
instead of what was originally set to SSH PublicKey authentication.   After
the host reinstall completed, I was left with what appears to be an
all-in-one setup with the engine and a host running on the same server.
Maybe this would have worked automatically, without the re-install step, if
I had ovirt SSH keys setup for root as expected?

Question: Any hints on to how to debug this in terms of host install SSH
PublicKey auth not working?  What user is attempting to SSH from the engine
to the host with what private key to complete the setup?  I see an
ovirt-engine public key that was added to /root/.ssh/authorized_keys.  Is
this the public key that's expected to work with the automated all-in-one
host setup?  If so, where's the corresponding private key so I might
attempt to debug further?

After adding a virtual local disk to the new host and setting up a new VM
through the web interface, I tried to attempt to start the VM but got this
permission denied error in engine.log:

2015-12-29 12:01:47,814 ERROR
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
(ForkJoinPool-1-worker-3) [] Correlation ID: null, Call Stack: null, Custom
Event ID: -1, Message: VM nycovirttest1 is down with error. Exit message:
internal error: process exited while connecting to monitor:
2015-12-29T17:01:45.424728Z qemu-kvm: -drive
file=/rhev/data-center/62bbbc20-00c6-46b3-8ac9-2677a4da69e4/954ebee1-521b-454d-b54c-db9516f36cff/images/e87e1633-7afc-4835-931e-c444e1cf72f5/f6dc9f53-b373-4c96-9015-25b316dcbf0a,if=none,id=drive-virtio-disk0,format=raw,serial=e87e1633-7afc-4835-931e-c444e1cf72f5,cache=none,werror=stop,rerror=stop,aio=threads:
Could not open
'/rhev/data-center/62bbbc20-00c6-46b3-8ac9-2677a4da69e4/954ebee1-521b-454d-b54c-db9516f36cff/images/e87e1633-7afc-4835-931e-c444e1cf72f5/f6dc9f53-b373-4c96-9015-25b316dcbf0a':
Permission denied

Question: How can I debug this VM startup permission denied error further?
Is there a command line I can issue that's similar to what ovirt engine is
attempting that can give me more detail?  Something I can strace?

The vdsm user can read the above referenced image just fine, so it's
something more than just simple filesystem permissions I think?:

$ id
uid=36(vdsm) gid=36(kvm) groups=36(kvm),107(qemu),179(sanlock)

$ file
/rhev/data-center/62bbbc20-00c6-46b3-8ac9-2677a4da69e4/954ebee1-521b-454d-b54c-db9516f36cff/images/e87e1633-7afc-4835-931e-c444e1cf72f5/f6dc9f53-b373-4c96-9015-25b316dcbf0a
/rhev/data-center/62bbbc20-00c6-46b3-8ac9-2677a4da69e4/954ebee1-521b-454d-b54c-db9516f36cff/images/e87e1633-7afc-4835-931e-c444e1cf72f5/f6dc9f53-b373-4c96-9015-25b316dcbf0a:
data

Thanks for your help,

-Matthew

On Mon, Dec 28, 2015 at 12:46 PM, Matthew Bohnsack 
wrote:

> Hello,
>
> I am attempting to build a fairly basic proof of concept ovirt 3.6 machine
> with the engine, host and guests all on a single physical CentOS 7.2 box
> with local storage (to start), but am running into issues where
> engine-install produces the following error:
>
> [ ERROR ] The VDSM host was found in a failed state. Please check engine
> and bootstrap installation logs.
>
>
> The engine webconsole seems to be working fine after this - I can login
> and click around - but there's no host CPU/storage resources available, as
> expected.  From the logs shown below, there seems to be an issue with the
> vdsm installation process being unable to contact the engine host during
> installation.  Any ideas what's going wrong and/or what I can do to debug
> things further so I can move beyond this issue?
>
> Thanks,
>
> -Matthew
>
>
> Steps I took to install and diagnose the problem:
>
> 1. Installed system with our configuration management system.
>
> 2. Deleted users using UID=36 (needed by vdsm user) and UID=108 (needed by
> ovirt user).
>
> 3. Ensured that /etc/sudoers contained the line "#includedir
> /etc/sudoers.d" so that /etc/sudoers.d/50_vdsm will take effect.
>
> 4. Made directories for isos and images:
>
> # mkdir /state/partition1/images/; chmod 777 /state/partition1/images/
> # mkdir /state/partition1/iso/; chmod 777 /state/partition1/iso/
>
>
> 5. Ensured selinux was disabled and no firewall rules were installed.
>
> 6. Installed RPMs:
>
> # yum -y install
> http://resources.ovirt.org/pub/yum-repo/ovirt-release36.rpm
>
> # yum -y install ovirt-engine ovirt-engine-setup-plugin-allinone
> # rpm -qa | grep ovirt-release36
> ovirt-release36-002-2.noarch
>
>
> 7. Installed engine with an all-in-one configuration (Configure VDSM on
> this host? Yes):
>
> # cat /root/ovirt-engine.ans
> # action=setup
> 

Re: [ovirt-users] Network instability after upgrade 3.6.0 -> 3.6.1

2015-12-29 Thread Jon Archer
Stefano,

I am currently experiencing the same issue. 2x nic lacp config at switch, mode 
4 bond at server with no connectivity. Interestingly I am able to ping the 
switch itself.

I haven't had time to investigate thoroughly but my first thought is an update 
somewhere.

Did you ever resolve and get back to mode=4?

Jon

On 17 December 2015 17:51:50 GMT+00:00, Stefano Danzi  wrote:
>I partially solve the problem.
>
>My host machine has 2 network interfaces with a bond. The bond was 
>configured with  mode=4 (802.3ad) and switch was configured in the same
>way.
>If I remove one network cable the network become stable. With both 
>cables attached the network is instable.
>
>I removed the link aggregation configuration from switch and change the
>
>bond in mode=2 (balance-xor). Now the network are stable.
>The strange thing is that previous configuration worked fine for one 
>year... since the last upgrade.
>
>Now ha-agent don't reboot the hosted-engine anymore, but I receive two 
>emails from brocker evere 2/5 minutes.
>First a mail with "ovirt-hosted-engine state transition 
>StartState-ReinitializeFSM" and after "ovirt-hosted-engine state 
>transition ReinitializeFSM-EngineStarting"
>
>
>Il 17/12/2015 10.51, Stefano Danzi ha scritto:
>> Hello,
>> I have one testing host (only one host) with self hosted engine and 2
>
>> VM (one linux and one windows).
>>
>> After upgrade ovirt from 3.6.0 to 3.6.1 the network connection works 
>> discontinuously.
>> Every 10 minutes HA agent restart hosted engine VM because result 
>> down. But the machine is UP,
>> only the network stop to work for some minutes.
>> I activate global maintenace mode to prevent engine reboot. If I ssh 
>> to the hosted engine sometimes
>> the connection work and sometimes no.  Using VNC connection to engine
>
>> I see that sometime VM reach external network
>> and sometimes no.
>> If I do a tcpdump on phisical ethernet interface I don't see any 
>> packet when network on vm don't work.
>>
>> Same thing happens fo others two VM.
>>
>> Before the upgrade I never had network problems.
>> ___
>> 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

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] R: Re: Network instability after upgrade 3.6.0 -> 3.6.1

2015-12-29 Thread Jon Archer

Hi Stefano,

It's definitely not the switch, it seems to be the latest kernel package 
(kernel-3.10.0-327.3.1.el7.x86_64) which stops bonding working 
correctly, reverting back to the previous kernel brings the network up 
in 802.3ad mode (4).


I know, from reading the release notes of 7.2, that there were some 
changes to the bonding bits in the kernel so i'm guessing maybe some 
defaults have changed.


I'll keep digging and post back as soon as i have something.

Jon

On 29/12/15 19:55, Stefano Danzi wrote:
Hi! I didn't solve yet. I'm still using mode 2 on bond interface. 
What's your switch model and firmware version?


 Messaggio originale 
Da: Jon Archer 
Data: 29/12/2015 19:26 (GMT+01:00)
A: users@ovirt.org
Oggetto: Re: [ovirt-users] Network instability after upgrade 3.6.0 -> 
3.6.1


Stefano,

I am currently experiencing the same issue. 2x nic lacp config at 
switch, mode 4 bond at server with no connectivity. Interestingly I am 
able to ping the switch itself.


I haven't had time to investigate thoroughly but my first thought is 
an update somewhere.


Did you ever resolve and get back to mode=4?

Jon

On 17 December 2015 17:51:50 GMT+00:00, Stefano Danzi 
 wrote:


I partially solve the problem.

My host machine has 2 network interfaces with a bond. The bond was
configured with  mode=4 (802.3ad) and switch was configured in the same way.
If I remove one network cable the network become stable. With both
cables attached the network is instable.

I removed the link aggregation configuration from switch and change the
bond in mode=2 (balance-xor). Now the network are stable.
The strange thing is that previous configuration worked fine for one
year... since the last upgrade.

Now ha-agent don't reboot the hosted-engine anymore, but I receive two
emails from brocker evere 2/5 minutes.
First a mail with "ovirt-hosted-engine state transition
StartState-ReinitializeFSM" and after "ovirt-hosted-engine state
transition ReinitializeFSM-EngineStarting"


Il 17/12/2015 10.51, Stefano Danzi ha scritto:

Hello, I have one testing host (only one host) with self
hosted engine and 2 VM (one linux and one windows). After
upgrade ovirt from 3.6.0 to 3.6.1 the network connection works
discontinuously. Every 10 minutes HA agent restart hosted
engine VM because result down. But the machine is UP, only the
network stop to work for some minutes. I activate global
maintenace mode to prevent engine reboot. If I ssh to the
hosted engine sometimes the connection work and sometimes no.
Using VNC connection to engine I see that sometime VM reach
external network and sometimes no. If I do a tcpdump on
phisical ethernet interface I don't see any packet when
network on vm don't work. Same thing happens fo others two VM.
Before the upgrade I never had network problems.

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

-- Sent from my Android device with K-9 Mail. Please excuse my brevity. 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] oVirt 3.6.1 ISO storage domain with all-in-one local disk install not working as expected

2015-12-29 Thread Taste-Of-IT

Hello Matthew,

i got similar problem, but this howto works for me 
:http://taste-of-it.de/ovirt-all-in-one-installation-auf-centos-7/


Hope it works for you too.
Taste

Am 2015-12-29 23:02, schrieb Matthew Bohnsack:

Hello,

I installed an all-in-one oVirt 3.6.1 system on CentOS 7.2 with local
disk configured for images and ISOs.  However, the engine web GUI
doesn't mention the ISO_DOMAIN, and I can't seem to select an uploaded
ISO and attach it to a VM.  Any idea what I'm doing wrong here?

Thanks,

-Matthew

Additional detail...

I did engine setup with this where all paths are on local disk:

OVESETUP_CONFIG/isoDomainName=str:ISO_DOMAIN
OVESETUP_CONFIG/isoDomainACL=str:*(rw)
OVESETUP_CONFIG/isoDomainMountPoint=str:/home/ovirt-localdisk/iso
OVESETUP_AIO/storageDomainDir=str:/home/ovirt-localdisk/images/

With this, I was able to upload an image like so:

[root@host ~]#  engine-iso-uploader upload -i ISO_DOMAIN
./CentOS-7-x86_64-Minimal-1511.iso 
Please provide the REST API password for the admin@internal oVirt
Engine user (CTRL+D to abort): 
Uploading, please wait...
INFO: Start uploading ./CentOS-7-x86_64-Minimal-1511.iso 
Uploading: [] 100%

INFO: ./CentOS-7-x86_64-Minimal-1511.iso uploaded successfully

After this, the local filesystem had my image:

[root@host ~]# find /home/ovirt-localdisk/iso/ -iname *.iso
/home/ovirt-localdisk/iso/d33449b5-f660-4e90-abd4-5d55f9c27b85/images/----/CentOS-7-x86_64-Minimal-1511.iso

But this seems to say something's wrong:

[root@host ~]# engine-iso-uploader list
Please provide the REST API password for the admin@internal oVirt
Engine user (CTRL+D to abort): 
ERROR: There are no ISO storage domains.

Further, the engine web gui has no mention of the ISO storage domain
nor does CentOS-7-x86_64-Minimal-1511.iso show up as an option to
attach as a CDROM to guests.


___
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] Reply: host xxx did no satisfy internal filter Memory because its swap value was illegal.

2015-12-29 Thread pc
Hi Doron,Thank you, I will do things like "swapoff" later. 1) Just a little 
confused about how to caculate the value.###and I quote,And in your case we 
see the value is > 0.This means that swap_total < (swap_free+mem_available) or 
in generalyour host is swapping.###data in my case:[n34]# free -m   
  total   used   free sharedbuffers cachedMem: 
32057  31713344  0 78  13074-/+ buffers/cache:  
18560  13497Swap:2   5098  24901Physical Memory:
32057 MB total, 18593 MB used, 13464 MB freeSwap Size:  
2 MB total, 5098 MB used, 24901 MB freeMax 
free Memory for scheduling new VMs: 21644.5 MB## formula in my case: 
swap_total - swap_free > mem_available## substituting =>swap_total = 2,  
swap_free = 24901, mem_available = ? (mem_available  is 344 or 13497 ? 
Obviously the former value match the fomula, right?)2) suggestionDisable swap 
on ovirt host should be explicit indicated in the document.(for instance: 
http://www.ovirt.org/OVirt_Administration_Guide)--From:Doron
 Fediuck Time:2015 Dec 29 (Tue) 20:40To:pc 
Cc:users , Golan, Roy 
Subject:Re: [ovirt-users] host xxx did no satisfy internal 
filter Memory because its swap value was illegal.On Tue, Dec 29, 2015 at 5:54 
AM, pc  wrote:[sorry, this is my first time to use mailing 
list, repost again, with content from html to plain text]### Description ###1. 
problem1) migrate vm {name:xyz001, mem(min, max) = (2G,4G)} from ovirt host n33 
to n34, failed.2) shutting down vm {name: test001, mem(min, max) = (1G,1G)} on 
n34, update test001's config: Host->Start Running On: Specific(n34), then start 
test001, while, it's running on n33.2. err messageError while executing action: 
migrate[engine gui]xyz001:Cannot migrate VM. There is no host that satisfies 
current scheduling constraints. See below for details:The host n33 did not 
satisfy internal filter Memory because has availabe 1863 MB memory. 
Insufficient free memory to run the VM.The host n34 did not satisfy internal 
filter Memory because its swap value was illegal.[engine.log]INFO  
[org.ovirt.engine.core.bll.MigrateVmCommand] (default task-23) [5916aa3b] Lock 
Acquired to object 
'EngineLock:{exclusiveLocks='[73351885-9a92-4317-baaf-e4f2bed1171a=]', 
sharedLocks='null'}'INFO  
[org.ovirt.engine.core.bll.scheduling.SchedulingManager] (default task-23) 
[5916aa3b] Candidate host 'n34' ('2ae3a219-ae9a-4347-b1e2-0e100360231e') was 
filtered out by 'VAR__FILTERTYPE__INTERNAL' filter 'Memory' (correlation id: 
null)INFO  [org.ovirt.engine.core.bll.scheduling.SchedulingManager] (default 
task-23) [5916aa3b] Candidate host 'n33' 
('688aec34-5630-478e-ae5e-9d57990804e5') was filtered out by 
'VAR__FILTERTYPE__INTERNAL' filter 'Memory' (correlation id: null)WARN  
[org.ovirt.engine.core.bll.MigrateVmCommand] (default task-23) [5916aa3b] 
CanDoAction of action 'MigrateVm' failed for user admin@internal. Reasons: 
VAR__ACTION__MIGRATE,VAR__TYPE__VM,SCHEDULING_ALL_HOSTS_FILTERED_OUT,VAR__FILTERTYPE__INTERNAL,$hostName
 n33,$filterName Memory,$availableMem 
1863,VAR__DETAIL__NOT_ENOUGH_MEMORY,SCHEDULING_HOST_FILTERED_REASON_WITH_DETAIL,VAR__FILTERTYPE__INTERNAL,$hostName
 n34,$filterName 
Memory,VAR__DETAIL__SWAP_VALUE_ILLEGAL,SCHEDULING_HOST_FILTERED_REASON_WITH_DETAILINFO
  [org.ovirt.engine.core.bll.MigrateVmCommand] (default task-23) [5916aa3b] 
Lock freed to object 
'EngineLock:{exclusiveLocks='[73351885-9a92-4317-baaf-e4f2bed1171a=]', 
sharedLocks='null'}'3. DCCompatibility Version: 3.54. ClusterMemory 
Optimization: For Server Load - Allow scheduling of 150% of physical 
memoryMemory Balloon: Enable Memory Balloon OptimizationEnable KSM: Share 
memory pages across all available memory (best KSM effectivness)5. HOSTname: 
n33, n34mem: 32G6. VM[n33] 11 vms(min, max) = (2G,4G) = 8(min, max) = (2G,8G) = 
1(min, max) = (2G,2G) = 2total: 22G/44G[n34] 7 vms(min, max) = (0.5G,1G) = 
1(min, max) = (1G,2G) = 1(min, max) = (2G,2G) = 1(min, max) = (2G,4G) = 3(min, 
max) = (8G,8G) = 1total: 
17.5G/25G(min, max) = (2G,4G) 
stands for:Memory Size: 4GPhysical Memory Guaranteed: 2GMemory Balloon Device 
Enabled: checked7. rpm 
version[root@n33 ~]# rpm -qa |grep 
vdsmvdsm-yajsonrpc-4.16.27-0.el6.noarchvdsm-jsonrpc-4.16.27-0.el6.noarchvdsm-cli-4.16.27-0.el6.noarchvdsm-python-zombiereaper-4.16.27-0.el6.noarchvdsm-xmlrpc-4.16.27-0.el6.noarchvdsm-python-4.16.27-0.el6.noarchvdsm-4.16.27-0.el6.x86_64[root@engine
 ~]# rpm -qa |grep 

[ovirt-users] oVirt 3.6.1 ISO storage domain with all-in-one local disk install not working as expected

2015-12-29 Thread Matthew Bohnsack
Hello,

I installed an all-in-one oVirt 3.6.1 system on CentOS 7.2 with local disk
configured for images and ISOs.  However, the engine web GUI doesn't
mention the ISO_DOMAIN, and I can't seem to select an uploaded ISO and
attach it to a VM.  Any idea what I'm doing wrong here?

Thanks,

-Matthew

Additional detail...

I did engine setup with this where all paths are on local disk:
OVESETUP_CONFIG/isoDomainName=str:ISO_DOMAIN
OVESETUP_CONFIG/isoDomainACL=str:*(rw)
OVESETUP_CONFIG/isoDomainMountPoint=str:/home/ovirt-localdisk/iso
OVESETUP_AIO/storageDomainDir=str:/home/ovirt-localdisk/images/

With this, I was able to upload an image like so:

[root@host ~]#  engine-iso-uploader upload -i ISO_DOMAIN
./CentOS-7-x86_64-Minimal-1511.iso
Please provide the REST API password for the admin@internal oVirt Engine
user (CTRL+D to abort):
Uploading, please wait...
INFO: Start uploading ./CentOS-7-x86_64-Minimal-1511.iso
Uploading: [] 100%
INFO: ./CentOS-7-x86_64-Minimal-1511.iso uploaded successfully

After this, the local filesystem had my image:

[root@host ~]# find /home/ovirt-localdisk/iso/ -iname \*.iso
/home/ovirt-localdisk/iso/d33449b5-f660-4e90-abd4-5d55f9c27b85/images/----/CentOS-7-x86_64-Minimal-1511.iso

But this seems to say something's wrong:

[root@host ~]# engine-iso-uploader list
Please provide the REST API password for the admin@internal oVirt Engine
user (CTRL+D to abort):
ERROR: There are no ISO storage domains.

Further, the engine web gui has no mention of the ISO storage domain nor
does CentOS-7-x86_64-Minimal-1511.iso show up as an option to attach as a
CDROM to guests.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Self-hosted engine: Host cannot activate - network issues

2015-12-29 Thread Alan Murrell
Everything seems to be good.  The install created the "ovirtmgmt"  
bridge without any issue.  At one point after I did the  
'engine-setup', I thought the host got stuck, as it seemed to stay on  
"[INFO] Connecting to the engine" for quite a bit of time, but my  
"screen" session just got broken.  I reconnected to the screen  
session, and was able to continue/finish the setup.


Logging in to the webadmin indicates all seems to be fine (network  
interfaces are good, no errors, survives a reboot)


Thanks for your insight on this! :-)

Regards,

Alan

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


Re: [ovirt-users] ovirt 3.6 centos7.2 all-in-one install: The VDSM host was found in a failed state.

2015-12-29 Thread Matthew Bohnsack
I temporarily moved beyond both my issues with the VDSM host needing to be
reinstalled from the engine GUI and VMs not starting by doing a fresh
all-in-one install without any of our configuration management stuff.
I.e., it worked fine when I installed on top of a fresh CentOS 7.2 ISO
install.  I'll still need to get things working with our configuration
management system, but for now I'm making progress.  Any help with my
previous questions about how to debug the issues would still be very much
appreciated.

-Matthew

On Tue, Dec 29, 2015 at 12:40 PM, Matthew Bohnsack 
wrote:

> Progress: I managed to get a host setup and then a vm setup on the host,
> but the VM won't start.  I'm looking for some help getting the VM to
> start.  Details...
>
> I was able to work around the VDSM host in a failed state issue (I think),
> by doing a host reinstall from the engine web GUI, after specifying the the
> root password for the host.  That is, I changed to password authentication,
> instead of what was originally set to SSH PublicKey authentication.   After
> the host reinstall completed, I was left with what appears to be an
> all-in-one setup with the engine and a host running on the same server.
> Maybe this would have worked automatically, without the re-install step, if
> I had ovirt SSH keys setup for root as expected?
>
> Question: Any hints on to how to debug this in terms of host install SSH
> PublicKey auth not working?  What user is attempting to SSH from the engine
> to the host with what private key to complete the setup?  I see an
> ovirt-engine public key that was added to /root/.ssh/authorized_keys.  Is
> this the public key that's expected to work with the automated all-in-one
> host setup?  If so, where's the corresponding private key so I might
> attempt to debug further?
>
> After adding a virtual local disk to the new host and setting up a new VM
> through the web interface, I tried to attempt to start the VM but got this
> permission denied error in engine.log:
>
> 2015-12-29 12:01:47,814 ERROR
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (ForkJoinPool-1-worker-3) [] Correlation ID: null, Call Stack: null, Custom
> Event ID: -1, Message: VM nycovirttest1 is down with error. Exit message:
> internal error: process exited while connecting to monitor:
> 2015-12-29T17:01:45.424728Z qemu-kvm: -drive
> file=/rhev/data-center/62bbbc20-00c6-46b3-8ac9-2677a4da69e4/954ebee1-521b-454d-b54c-db9516f36cff/images/e87e1633-7afc-4835-931e-c444e1cf72f5/f6dc9f53-b373-4c96-9015-25b316dcbf0a,if=none,id=drive-virtio-disk0,format=raw,serial=e87e1633-7afc-4835-931e-c444e1cf72f5,cache=none,werror=stop,rerror=stop,aio=threads:
> Could not open
> '/rhev/data-center/62bbbc20-00c6-46b3-8ac9-2677a4da69e4/954ebee1-521b-454d-b54c-db9516f36cff/images/e87e1633-7afc-4835-931e-c444e1cf72f5/f6dc9f53-b373-4c96-9015-25b316dcbf0a':
> Permission denied
>
> Question: How can I debug this VM startup permission denied error
> further?  Is there a command line I can issue that's similar to what ovirt
> engine is attempting that can give me more detail?  Something I can strace?
>
> The vdsm user can read the above referenced image just fine, so it's
> something more than just simple filesystem permissions I think?:
>
> $ id
> uid=36(vdsm) gid=36(kvm) groups=36(kvm),107(qemu),179(sanlock)
>
> $ file
> /rhev/data-center/62bbbc20-00c6-46b3-8ac9-2677a4da69e4/954ebee1-521b-454d-b54c-db9516f36cff/images/e87e1633-7afc-4835-931e-c444e1cf72f5/f6dc9f53-b373-4c96-9015-25b316dcbf0a
> /rhev/data-center/62bbbc20-00c6-46b3-8ac9-2677a4da69e4/954ebee1-521b-454d-b54c-db9516f36cff/images/e87e1633-7afc-4835-931e-c444e1cf72f5/f6dc9f53-b373-4c96-9015-25b316dcbf0a:
> data
>
> Thanks for your help,
>
> -Matthew
>
> On Mon, Dec 28, 2015 at 12:46 PM, Matthew Bohnsack 
> wrote:
>
>> Hello,
>>
>> I am attempting to build a fairly basic proof of concept ovirt 3.6
>> machine with the engine, host and guests all on a single physical CentOS
>> 7.2 box with local storage (to start), but am running into issues where
>> engine-install produces the following error:
>>
>> [ ERROR ] The VDSM host was found in a failed state. Please check engine
>> and bootstrap installation logs.
>>
>>
>> The engine webconsole seems to be working fine after this - I can login
>> and click around - but there's no host CPU/storage resources available, as
>> expected.  From the logs shown below, there seems to be an issue with the
>> vdsm installation process being unable to contact the engine host during
>> installation.  Any ideas what's going wrong and/or what I can do to debug
>> things further so I can move beyond this issue?
>>
>> Thanks,
>>
>> -Matthew
>>
>>
>> Steps I took to install and diagnose the problem:
>>
>> 1. Installed system with our configuration management system.
>>
>> 2. Deleted users using UID=36 (needed by vdsm user) and UID=108 (needed
>> by ovirt user).
>>
>> 3. Ensured that /etc/sudoers contained 

Re: [ovirt-users] Self-hosted engine: Host cannot activate - network issues

2015-12-29 Thread Yedidyah Bar David
On Tue, Dec 29, 2015 at 9:19 PM, Alan Murrell  wrote:
> Everything seems to be good.  The install created the "ovirtmgmt" bridge
> without any issue.  At one point after I did the 'engine-setup', I thought
> the host got stuck, as it seemed to stay on "[INFO] Connecting to the
> engine" for quite a bit of time, but my "screen" session just got broken.

:-(

>  I
> reconnected to the screen session, and was able to continue/finish the
> setup.

For even less attended and hopefully quicker deploys, you can try
ovirt-appliance. It's still not published on our repos, but you can use the
last one from jenkins:

http://jenkins.ovirt.org/job/ovirt-appliance_ovirt-3.6_build-artifacts-el7-x86_64/lastSuccessfulBuild/

>
> Logging in to the webadmin indicates all seems to be fine (network
> interfaces are good, no errors, survives a reboot)
>
> Thanks for your insight on this! :-)

Thanks for the report!
-- 
Didi
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Reply: host xxx did no satisfy internal filter Memory because its swap value was illegal.

2015-12-29 Thread pc
Hi Doron,
[repost...I forgot to change html to plain test again when I replied a few 
hours ago...sorry about the format..]

Thank you, I disabled swap on hosts, and migrated 2 vms from n33 to n34 an hour 
ago, everything's fine.
 
1) Just a little confused about how to caculate the value.
###and I quote,

And in your case we see the value is > 0.
This means that swap_total < (swap_free+mem_available) or in general
your host is swapping.

###data in my case:
[n34]
# free -m
 total   used   free sharedbuffers cached
Mem: 32057  31713344  0 78  13074
-/+ buffers/cache:  18560  13497
Swap:2   5098  24901

Physical Memory:32057 MB total, 18593 MB used, 
13464 MB free
Swap Size:  2 MB total, 5098 MB used, 24901 
MB free
Max free Memory for scheduling new VMs: 21644.5 MB

## formula in my case: 
swap_total - swap_free > mem_available
## substituting =>
swap_total = 2,  swap_free = 24901, mem_available = ?
(mem_available  is 344 or 13497 ? Obviously the former value match the fomula, 
right?)


2) suggestion
Disable swap on ovirt host should be explicit indicated in the document.(for 
instance: http://www.ovirt.org/OVirt_Administration_Guide)

--
From:Doron Fediuck 
Time:2015 Dec 29 (Tue) 20:40
To:pc 
Cc:users , Golan, Roy 
Subject:Re: [ovirt-users] host xxx did no satisfy internal filter Memory 
because its swap value was illegal.




On Tue, Dec 29, 2015 at 5:54 AM, pc  wrote:
[sorry, this is my first time to use mailing list, repost again, with content 
from html to plain text]

### Description ###
1. problem
1) migrate vm {name:xyz001, mem(min, max) = (2G,4G)} from ovirt host n33 to 
n34, failed.
2) shutting down vm {name: test001, mem(min, max) = (1G,1G)} on n34, update 
test001's config: Host->Start Running On: Specific(n34), then start test001, 
while, it's running on n33.

2. err message
Error while executing action: migrate
[engine gui]
xyz001:
Cannot migrate VM. There is no host that satisfies current scheduling 
constraints. See below for details:
The host n33 did not satisfy internal filter Memory because has availabe 1863 
MB memory. Insufficient free memory to run the VM.
The host n34 did not satisfy internal filter Memory because its swap value was 
illegal.


[engine.log]
INFO  [org.ovirt.engine.core.bll.MigrateVmCommand] (default task-23) [5916aa3b] 
Lock Acquired to object 
'EngineLock:{exclusiveLocks='[73351885-9a92-4317-baaf-e4f2bed1171a=]', sharedLocks='null'}'
INFO  [org.ovirt.engine.core.bll.scheduling.SchedulingManager] (default 
task-23) [5916aa3b] Candidate host 'n34' 
('2ae3a219-ae9a-4347-b1e2-0e100360231e') was filtered out by 
'VAR__FILTERTYPE__INTERNAL' filter 'Memory' (correlation id: null)
INFO  [org.ovirt.engine.core.bll.scheduling.SchedulingManager] (default 
task-23) [5916aa3b] Candidate host 'n33' 
('688aec34-5630-478e-ae5e-9d57990804e5') was filtered out by 
'VAR__FILTERTYPE__INTERNAL' filter 'Memory' (correlation id: null)
WARN  [org.ovirt.engine.core.bll.MigrateVmCommand] (default task-23) [5916aa3b] 
CanDoAction of action 'MigrateVm' failed for user admin@internal. Reasons: 
VAR__ACTION__MIGRATE,VAR__TYPE__VM,SCHEDULING_ALL_HOSTS_FILTERED_OUT,VAR__FILTERTYPE__INTERNAL,$hostName
 n33,$filterName Memory,$availableMem 
1863,VAR__DETAIL__NOT_ENOUGH_MEMORY,SCHEDULING_HOST_FILTERED_REASON_WITH_DETAIL,VAR__FILTERTYPE__INTERNAL,$hostName
 n34,$filterName 
Memory,VAR__DETAIL__SWAP_VALUE_ILLEGAL,SCHEDULING_HOST_FILTERED_REASON_WITH_DETAIL
INFO  [org.ovirt.engine.core.bll.MigrateVmCommand] (default task-23) [5916aa3b] 
Lock freed to object 
'EngineLock:{exclusiveLocks='[73351885-9a92-4317-baaf-e4f2bed1171a=]', sharedLocks='null'}'


3. DC
Compatibility Version: 3.5

4. Cluster
Memory Optimization: For Server Load - Allow scheduling of 150% of physical 
memory
Memory Balloon: Enable Memory Balloon Optimization
Enable KSM: Share memory pages across all available memory (best KSM 
effectivness)

5. HOST
name: n33, n34
mem: 32G

6. VM
[n33] 11 vms
(min, max) = (2G,4G) = 8
(min, max) = (2G,8G) = 1
(min, max) = (2G,2G) = 2
total: 22G/44G

[n34] 7 vms
(min, max) = (0.5G,1G) = 1
(min, max) = (1G,2G) = 1
(min, max) = (2G,2G) = 1
(min, max) = (2G,4G) = 3
(min, max) = (8G,8G) = 1
total: 17.5G/25G

(min, max) = (2G,4G) stands for:
Memory Size: 4G
Physical Memory Guaranteed: 2G
Memory Balloon Device Enabled: checked


7. rpm version
[root@n33 ~]# rpm -qa |grep vdsm
vdsm-yajsonrpc-4.16.27-0.el6.noarch
vdsm-jsonrpc-4.16.27-0.el6.noarch

Re: [ovirt-users] oVirt 3.6: Dummy interfaces

2015-12-29 Thread Dan Kenigsberg
On Mon, Dec 28, 2015 at 03:11:29PM -0800, Alan Murrell wrote:
> Hi Frank,
> 
> Thanks for info!  Does your script automatically load the dummy module as
> well, or do you create a separate file in '/etc/modprobe.d' to load it
> (that's how I currently do my dummy NICs)
> 
> Thanks! :-)
> 
> Quoting "Frank Wall" :
> 
> >Hi Alan,
> >
> >On Thu, Dec 24, 2015 at 10:37:17AM -0800, Alan Murrell wrote:
> >>Are dummy interfaces still supported in 3.6?
> >
> >I'm running ovirt 3.6 AiO and dummy interfaces are working just fine.
> >Instead of modifying oVirt's python source files, I'd recommend you
> >rename the dummy interface(s) to match the required pattern.
> >
> >I've setup a service for this by creating
> >/etc/systemd/system/dummynics.service
> >with the following content:
> >
> >[Unit]
> >Description=Rename dummy network interfaces for oVirt
> >
> >[Service]
> >Type=oneshot
> >ExecStart=/usr/sbin/ip l set dev dummy0 name dummy_0
> >ExecStart=/usr/sbin/ip l set dev dummy1 name dummy_1
> >ExecStart=/usr/sbin/ip l set dev dummy2 name dummy_2
> >ExecStart=/usr/sbin/ip l set dev dummy3 name dummy_3
> >RemainAfterExit=yes
> >
> >[Install]
> >WantedBy=multi-user.target
> >
> >
> >Then enable this service as follows:
> >
> >systemctl daemon-reload
> >systemctl enable dummynics
> >systemctl status dummynics
> >
> >Of course, you need to use the new dummy_* names when configuring the
> >network interfaces. I'd recommend to reboot the host after making these
> >changes.

Modifying fake_nics in vdsm.conf is still supported and should still
work (though it requires restarting both vdsmd and supervdsmd). If it
does not - please file a bug.

However, I would recommend to initially creat the dummy devices with
their proper name

ip link add dummy_1 type dummy

instead of creating them with dummy1 and then renaming them.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] oVirt 3.6.1 USB Host Device passthrough

2015-12-29 Thread ovirt

Hi All,

just to let you know that I have tested the 3.6.2 RC1 and I can confirm 
that both problems are fixed with this version.


1. USB device list get refreshed automatically
2. USB device could be attached to the VM through the frontend

So looking forward for the final release of 3.6.2!

Best regards and great work!
Christoph


Am 23.12.2015 um 14:23 schrieb ov...@timmi.org:

Hi Michal,

thank you for the response.



2. The USB device list never get refreshed while removing or 
inserting different devices.


Check out http://www.ovirt.org/Features/hostdev_passthrough
It's not really talking about usbbut you can pass the whole 
controller as well


Do you know if the bug fix in 3.6.2 will also solve this issue? I 
think the list should be refreshed while removing or inserting USB 
devices. It would be also OK if the list get refreshed if you click on 
"Refresh Capabilities" in the host section.


Best regards
Christoph


Am 23.12.2015 um 13:48 schrieb Michal Skrivanek:



On 23 Dec 2015, at 09:28, ov...@timmi.org  wrote:


Hi list,

I'm currently trying to get USB devices into a VM.
My host is running a oVirt 3.6.1.

I'm trying to use the GUI feature to add the device into the VM and 
I'm facing two issues:


1. I receive the following message while starting the VM:
Error while executing action:

:

  * Cannot run VM. There is no host that satisfies current
scheduling constraints. See below for details:
  * The host  did not satisfy internal filter HostDevice
because it does not support host device passthrough..

This will be fixed in 3.6.2. That check only applies to pci 
passthrough (for now you can enable your host for pci passthrough to 
unblock the run)

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

2. The USB device list never get refreshed while removing or 
inserting different devices.


Check out http://www.ovirt.org/Features/hostdev_passthrough
It's not really talking about usbbut you can pass the whole 
controller as well




Does anyone knows what I'm doing wrong or what I need to check?

I found for example the following description for oVirt 3.5.
http://wiki.rosalab.com/en/index.php/Blog:ROSA_Planet/How_to_use_USB_device_inside_VM_under_Rosa_Virtualisation_%28oVirt_3.5%29

But this is not helping me as I will have multiple USB devices with 
the same ID in the host.


Best regards and Merry Christmas
Christoph

___
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] Self-hosted engine: Host cannot activate - network issues

2015-12-29 Thread Yedidyah Bar David
On Tue, Dec 29, 2015 at 9:56 AM, Alan Murrell  wrote:
> On 28/12/2015 11:29 PM, Yedidyah Bar David wrote:
>>
>> Did you principally do exactly the same thing in 3.5 and 3.6?
>
>
> I did.  I basically followed "Up and Running with oVirt 3.5", except I used
> 3.6 packages.
>
>> In both cases just had a simple network interface (no
>> vlan/bonding/whatever)
>> and input it when asked?
>
>
> Well, I pre-created the 'ovirtmgmt' bridge, as I had to do that under 3.5
> otherwise I ran into problems during setup.  I can't recall offhand what the
> bug was (I posted about it a while back), but perhaps whatever it was has
> been fixed in 3.6, and I shouldn't pre-create the 'ovirtmgmt' bridge?

It should have worked also in 3.5 in principle, not sure about your specific
problems.

In principle pre-creating the bridge should work, but is not commonly tested.

Perhaps you also had issues with NetworkManager?

>
> After I sent my earlier e-mail on this issue, I played around with a couple
> things and actually got it up and working (the interfaces turned green,
> etc.).  As a test, I rebooted the host, but now I can't even ping the host.
> it is at the office, so I won't have physical access to it until I go in in
> a few hours.
>
>> What exact versions (OS and ovirt)?
>
>
> CentOS 7 minimal (after 'yum update', I think it it 7.2?).  oVirt is 3.6.1,
> I believe (whatever version is installed form latest repo packages)
>
> Since I have lost access, I suspect something happened to the 'ovirtmgmt'
> interface.  There is nothing on it that matters, so I may just do a fresh
> install, but without pre-creating the 'ovirtmgmt' bridge and see if the
> setup does it (which I understand itis supposed to?)

It is.

Please open bugs if it does not work.

Thanks and best regards,
-- 
Didi
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Self-hosted engine: Host cannot activate - network issues

2015-12-29 Thread Alan Murrell

On 28/12/2015 11:29 PM, Yedidyah Bar David wrote:

Did you principally do exactly the same thing in 3.5 and 3.6?


I did.  I basically followed "Up and Running with oVirt 3.5", except I 
used 3.6 packages.



In both cases just had a simple network interface (no vlan/bonding/whatever)
and input it when asked?


Well, I pre-created the 'ovirtmgmt' bridge, as I had to do that under 
3.5 otherwise I ran into problems during setup.  I can't recall offhand 
what the bug was (I posted about it a while back), but perhaps whatever 
it was has been fixed in 3.6, and I shouldn't pre-create the 'ovirtmgmt' 
bridge?


After I sent my earlier e-mail on this issue, I played around with a 
couple things and actually got it up and working (the interfaces turned 
green, etc.).  As a test, I rebooted the host, but now I can't even ping 
the host.  it is at the office, so I won't have physical access to it 
until I go in in a few hours.



What exact versions (OS and ovirt)?


CentOS 7 minimal (after 'yum update', I think it it 7.2?).  oVirt is 
3.6.1, I believe (whatever version is installed form latest repo packages)


Since I have lost access, I suspect something happened to the 
'ovirtmgmt' interface.  There is nothing on it that matters, so I may 
just do a fresh install, but without pre-creating the 'ovirtmgmt' bridge 
and see if the setup does it (which I understand itis supposed to?)


Regards,

Alan

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


Re: [ovirt-users] Hosted engine vs. hypervisor hosts naming on hyperconverged setup

2015-12-29 Thread Yedidyah Bar David
On Tue, Dec 29, 2015 at 3:44 PM, Will Dennis  wrote:
> Would like to get this issue settled before I move on… Should I expect to see 
> the hosted engine VM showing up in the “VMs” node, or is it a “hidden” VM 
> because of it’s special status?

This is tracked in the following bz:

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

>
> Also, I see that I can change the name of the 1st host if I select it in the 
> “Hosts” node, and choose “Edit”… Would it cause any problem if I rename it 
> there (how would that effect the engine VM, if at all?)

IIUC it should not do anything to the engine vm or the ha daemons.

>
>
> On Dec 28, 2015, at 8:59 AM, Will Dennis 
> > wrote:
>
> The uncompressed engine log for the period in question is 12M... Too large 
> for a pastebin...
>
> However, I grepped for ‘domain’ and that culls it down to 18 lines; the 
> results are at:http://ur1.ca/od26u
>
>
> From: Roy Golan [mailto:rgo...@redhat.com]
> Sent: Monday, December 28, 2015 3:04 AM
> To: Will Dennis
> Cc: users
> Subject: Re: [ovirt-users] Hosted engine vs. hypervisor hosts naming on 
> hyperconverged setup
>
>
>
> On Mon, Dec 28, 2015 at 5:31 AM, Will Dennis 
> > wrote:
> There is still nothing showing up in the “VMs” node…
>
>
> Please share the /var/log/ovirt-engine/engine.log from the engine machine
> If you are running 3.6.1 you should see the domain imported automatically.
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users



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


[ovirt-users] Hosted engine support

2015-12-29 Thread Budur Nagaraju
HI

Installed KVM in the host in which VT is enabled .
installed  one vm centos6.7 64 bit in the KVM server  and tried to
configure Hosted engine ,getting the below error ,

*"Failed to execute stage ‘Environment Customization’: Hardware
virtualization support is not available :please check BIOS settings and
turn on NX support if available"*



Even though VT is enabled facing the issue  any setting needs to be done in
the vm ?

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


Re: [ovirt-users] Hosted engine vs. hypervisor hosts naming on hyperconverged setup

2015-12-29 Thread Will Dennis
Would like to get this issue settled before I move on… Should I expect to see 
the hosted engine VM showing up in the “VMs” node, or is it a “hidden” VM 
because of it’s special status?

Also, I see that I can change the name of the 1st host if I select it in the 
“Hosts” node, and choose “Edit”… Would it cause any problem if I rename it 
there (how would that effect the engine VM, if at all?)


On Dec 28, 2015, at 8:59 AM, Will Dennis 
> wrote:

The uncompressed engine log for the period in question is 12M... Too large for 
a pastebin...

However, I grepped for ‘domain’ and that culls it down to 18 lines; the results 
are at:http://ur1.ca/od26u


From: Roy Golan [mailto:rgo...@redhat.com]
Sent: Monday, December 28, 2015 3:04 AM
To: Will Dennis
Cc: users
Subject: Re: [ovirt-users] Hosted engine vs. hypervisor hosts naming on 
hyperconverged setup



On Mon, Dec 28, 2015 at 5:31 AM, Will Dennis 
> wrote:
There is still nothing showing up in the “VMs” node…


Please share the /var/log/ovirt-engine/engine.log from the engine machine
If you are running 3.6.1 you should see the domain imported automatically.

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


Re: [ovirt-users] Change "ovirt-engine" virtual directory

2015-12-29 Thread Alon Bar-Lev


- Original Message -
> From: "Hamid Mazrae Mollaie" 
> To: "Alon Bar-Lev" 
> Cc: users@ovirt.org
> Sent: Tuesday, December 29, 2015 11:54:58 AM
> Subject: Re: [ovirt-users] Change "ovirt-engine" virtual directory
> 
> tank you for reply
> but unfortunately  branding does not change "ovirt-engine" in webadmin url
> path

I already responded how it may be achieved, and specified that this will not be 
supported as indeed the branding interface does not support this kind of change.

> 
> On Mon, Dec 28, 2015 at 2:18 PM, Alon Bar-Lev  wrote:
> 
> >
> >
> > - Original Message -
> > > From: "Hamid Mazrae Mollaie" 
> > > To: users@ovirt.org
> > > Sent: Monday, December 28, 2015 12:42:18 PM
> > > Subject: [ovirt-users] Change "ovirt-engine" virtual directory
> > >
> > > hi all
> > > i want to change "ovirt-engine" in url's web admin portal for branding.
> > > how can i do?
> > > tanx
> > >
> >
> > You can probably add a reverse proxy or teak apache ajp proxy, however,
> > this configuration will probably not be supported.
> >
> > Supported branding modifications are outlined here[1].
> >
> > [1]
> > https://gerrit.ovirt.org/gitweb?p=ovirt-engine.git;a=blob;f=README.branding;hb=HEAD
> >
> 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Self-hosted engine: Host cannot activate - network issues

2015-12-29 Thread Alan Murrell

On 29/12/2015 12:17 AM, Yedidyah Bar David wrote:

In principle pre-creating the bridge should work, but is not commonly tested.

Perhaps you also had issues with NetworkManager?


After I do the minimal install I always stop and disable NetworkManager 
(and firewalld), anfd in the ifcfg-* files I set 'NM_CONTROLLED=no'. 
For good measure, I usually reboot also.



Please open bugs if it does not work.


Alright, I will do a fresh OS install on my server, not pre-create 
ovirtmgmt bridge, and run through the same steps as "Up and running with 
oVirt 3.5", except use 3.6 packages.  If it gets stuck and does not 
create the ovirtmgmt bridge, I will file a bug.


I file a bug with any other issues I encounter as well, if necessary.

I will report back on on results.

Regards,

Alan


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


Re: [ovirt-users] Change "ovirt-engine" virtual directory

2015-12-29 Thread Hamid Mazrae Mollaie
tank you for reply
but unfortunately  branding does not change "ovirt-engine" in webadmin url
path

On Mon, Dec 28, 2015 at 2:18 PM, Alon Bar-Lev  wrote:

>
>
> - Original Message -
> > From: "Hamid Mazrae Mollaie" 
> > To: users@ovirt.org
> > Sent: Monday, December 28, 2015 12:42:18 PM
> > Subject: [ovirt-users] Change "ovirt-engine" virtual directory
> >
> > hi all
> > i want to change "ovirt-engine" in url's web admin portal for branding.
> > how can i do?
> > tanx
> >
>
> You can probably add a reverse proxy or teak apache ajp proxy, however,
> this configuration will probably not be supported.
>
> Supported branding modifications are outlined here[1].
>
> [1]
> https://gerrit.ovirt.org/gitweb?p=ovirt-engine.git;a=blob;f=README.branding;hb=HEAD
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Hosted engine vs. hypervisor hosts naming on hyperconverged setup

2015-12-29 Thread Will Dennis
Also, just noticed that I’m getting the message “The Hosted Engine Storage 
Domain isn’t Active” in the Events pane, but I do not see that domain anywhere 
now in the Storage node in the Datacenter… What must I do to activate this?

On Dec 29, 2015, at 8:44 AM, Will Dennis 
> wrote:

Would like to get this issue settled before I move on… Should I expect to see 
the hosted engine VM showing up in the “VMs” node, or is it a “hidden” VM 
because of it’s special status?

Also, I see that I can change the name of the 1st host if I select it in the 
“Hosts” node, and choose “Edit”… Would it cause any problem if I rename it 
there (how would that effect the engine VM, if at all?)


On Dec 28, 2015, at 8:59 AM, Will Dennis 
> wrote:

The uncompressed engine log for the period in question is 12M... Too large for 
a pastebin...

However, I grepped for ‘domain’ and that culls it down to 18 lines; the results 
are at:http://ur1.ca/od26u


From: Roy Golan [mailto:rgo...@redhat.com]
Sent: Monday, December 28, 2015 3:04 AM
To: Will Dennis
Cc: users
Subject: Re: [ovirt-users] Hosted engine vs. hypervisor hosts naming on 
hyperconverged setup



On Mon, Dec 28, 2015 at 5:31 AM, Will Dennis 
> wrote:
There is still nothing showing up in the “VMs” node…


Please share the /var/log/ovirt-engine/engine.log from the engine machine
If you are running 3.6.1 you should see the domain imported automatically.

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


Re: [ovirt-users] virt-viewer error

2015-12-29 Thread Yaniv Dary
1.  Which component "Can not find the specified file" (in other words,
where does this error is shown) ?
2.  What's the client's OS ?
3.  Did they run virt-viewer from command-line/user-portal/other ?

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

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


On Tue, Dec 29, 2015 at 9:12 AM, 靳占冰  wrote:

> virt-viewer-x64-3.0.msi version can not connect a virtual machine.
> Error: Can not find the specified file
>
>
>
> ___
> 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] host xxx did no satisfy internal filter Memory because its swap value was illegal.

2015-12-29 Thread Doron Fediuck
On Tue, Dec 29, 2015 at 5:54 AM, pc  wrote:

> [sorry, this is my first time to use mailing list, repost again, with
> content from html to plain text]
>
> ### Description ###
> 1. problem
> 1) migrate vm {name:xyz001, mem(min, max) = (2G,4G)} from ovirt host n33
> to n34, failed.
> 2) shutting down vm {name: test001, mem(min, max) = (1G,1G)} on n34,
> update test001's config: Host->Start Running On: Specific(n34), then start
> test001, while, it's running on n33.
>
> 2. err message
> Error while executing action: migrate
> [engine gui]
> xyz001:
> Cannot migrate VM. There is no host that satisfies current scheduling
> constraints. See below for details:
> The host n33.ovirt did not satisfy internal filter Memory because has
> availabe 1863 MB memory. Insufficient free memory to run the VM.
> The host n34.ovirt did not satisfy internal filter Memory because its swap
> value was illegal.
>
>
> [engine.log]
> INFO  [org.ovirt.engine.core.bll.MigrateVmCommand] (default task-23)
> [5916aa3b] Lock Acquired to object
> 'EngineLock:{exclusiveLocks='[73351885-9a92-4317-baaf-e4f2bed1171a= ACTION_TYPE_FAILED_VM_IS_BEING_MIGRATED$VmName test11>]',
> sharedLocks='null'}'
> INFO  [org.ovirt.engine.core.bll.scheduling.SchedulingManager] (default
> task-23) [5916aa3b] Candidate host 'n34'
> ('2ae3a219-ae9a-4347-b1e2-0e100360231e') was filtered out by
> 'VAR__FILTERTYPE__INTERNAL' filter 'Memory' (correlation id: null)
> INFO  [org.ovirt.engine.core.bll.scheduling.SchedulingManager] (default
> task-23) [5916aa3b] Candidate host 'n33'
> ('688aec34-5630-478e-ae5e-9d57990804e5') was filtered out by
> 'VAR__FILTERTYPE__INTERNAL' filter 'Memory' (correlation id: null)
> WARN  [org.ovirt.engine.core.bll.MigrateVmCommand] (default task-23)
> [5916aa3b] CanDoAction of action 'MigrateVm' failed for user admin@internal.
> Reasons:
> VAR__ACTION__MIGRATE,VAR__TYPE__VM,SCHEDULING_ALL_HOSTS_FILTERED_OUT,VAR__FILTERTYPE__INTERNAL,$hostName
> n33,$filterName Memory,$availableMem
> 1863,VAR__DETAIL__NOT_ENOUGH_MEMORY,SCHEDULING_HOST_FILTERED_REASON_WITH_DETAIL,VAR__FILTERTYPE__INTERNAL,$hostName
> n34,$filterName
> Memory,VAR__DETAIL__SWAP_VALUE_ILLEGAL,SCHEDULING_HOST_FILTERED_REASON_WITH_DETAIL
> INFO  [org.ovirt.engine.core.bll.MigrateVmCommand] (default task-23)
> [5916aa3b] Lock freed to object
> 'EngineLock:{exclusiveLocks='[73351885-9a92-4317-baaf-e4f2bed1171a= ACTION_TYPE_FAILED_VM_IS_BEING_MIGRATED$VmName test11>]',
> sharedLocks='null'}'
>
>
> 3. DC
> Compatibility Version: 3.5
>
> 4. Cluster
> Memory Optimization: For Server Load - Allow scheduling of 150% of
> physical memory
> Memory Balloon: Enable Memory Balloon Optimization
> Enable KSM: Share memory pages across all available memory (best KSM
> effectivness)
>
> 5. HOST
> name: n33, n34
> mem: 32G
>
> 6. VM
> [n33] 11 vms
> (min, max) = (2G,4G) = 8
> (min, max) = (2G,8G) = 1
> (min, max) = (2G,2G) = 2
> total: 22G/44G
>
> [n34] 7 vms
> (min, max) = (0.5G,1G) = 1
> (min, max) = (1G,2G) = 1
> (min, max) = (2G,2G) = 1
> (min, max) = (2G,4G) = 3
> (min, max) = (8G,8G) = 1
> total: 17.5G/25G
> 
> (min, max) = (2G,4G) stands for:
> Memory Size: 4G
> Physical Memory Guaranteed: 2G
> Memory Balloon Device Enabled: checked
> 
>
> 7. rpm version
> [root@n33 ~]# rpm -qa |grep vdsm
> vdsm-yajsonrpc-4.16.27-0.el6.noarch
> vdsm-jsonrpc-4.16.27-0.el6.noarch
> vdsm-cli-4.16.27-0.el6.noarch
> vdsm-python-zombiereaper-4.16.27-0.el6.noarch
> vdsm-xmlrpc-4.16.27-0.el6.noarch
> vdsm-python-4.16.27-0.el6.noarch
> vdsm-4.16.27-0.el6.x86_64
>
> [root@engine ~]# rpm -qa |grep ovirt
> ovirt-release36-001-2.noarch
> ovirt-engine-setup-base-3.6.0.3-1.el6.noarch
> ovirt-engine-setup-3.6.0.3-1.el6.noarch
> ovirt-image-uploader-3.6.0-1.el6.noarch
> ovirt-engine-wildfly-8.2.0-1.el6.x86_64
> ovirt-engine-setup-plugin-vmconsole-proxy-helper-3.6.0.3-1.el6.noarch
> ovirt-host-deploy-1.4.0-1.el6.noarch
> ovirt-engine-backend-3.6.0.3-1.el6.noarch
> ovirt-engine-webadmin-portal-3.6.0.3-1.el6.noarch
> ovirt-engine-jboss-as-7.1.1-1.el6.x86_64
> ovirt-engine-lib-3.6.0.3-1.el6.noarch
> ovirt-engine-setup-plugin-ovirt-engine-common-3.6.0.3-1.el6.noarch
> ovirt-engine-setup-plugin-ovirt-engine-3.6.0.3-1.el6.noarch
> ovirt-engine-setup-plugin-websocket-proxy-3.6.0.3-1.el6.noarch
> ovirt-engine-sdk-python-3.6.0.3-1.el6.noarch
> ovirt-iso-uploader-3.6.0-1.el6.noarch
> ovirt-vmconsole-proxy-1.0.0-1.el6.noarch
> ovirt-engine-extensions-api-impl-3.6.0.3-1.el6.noarch
> ovirt-engine-websocket-proxy-3.6.0.3-1.el6.noarch
> ovirt-engine-vmconsole-proxy-helper-3.6.0.3-1.el6.noarch
> ebay-cors-filter-1.0.1-0.1.ovirt.el6.noarch
> ovirt-host-deploy-java-1.4.0-1.el6.noarch
> ovirt-engine-tools-3.6.0.3-1.el6.noarch
> ovirt-engine-restapi-3.6.0.3-1.el6.noarch
> ovirt-engine-3.6.0.3-1.el6.noarch
> ovirt-engine-extension-aaa-jdbc-1.0.1-1.el6.noarch
> ovirt-engine-cli-3.6.0.1-1.el6.noarch
> 

Re: [ovirt-users] Hosted engine support

2015-12-29 Thread Yedidyah Bar David
On Tue, Dec 29, 2015 at 1:04 PM, Budur Nagaraju  wrote:
> HI
>
> Installed KVM in the host in which VT is enabled .
> installed  one vm centos6.7 64 bit in the KVM server  and tried to configure
> Hosted engine ,getting the below error ,
>
> "Failed to execute stage ‘Environment Customization’: Hardware
> virtualization support is not available :please check BIOS settings and turn
> on NX support if available"

Not sure what you are trying to do - deploy hosted-engine inside this vm?

Did you enable nested kvm?

Note that you need el (rhel or centos) 7 for the host, if using 3.6.

>
>
>
> Even though VT is enabled facing the issue  any setting needs to be done in
> the vm ?
>
> Thanks,
> Nagaraju
>
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>



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