Re: [ovirt-users] Windows Networking Issues -

2015-11-25 Thread Yaniv Kaul
On Tue, Nov 24, 2015 at 11:17 PM, Matt Wells 
wrote:

> Hi all, I have a question about Windows VMs and a networking issue I'm
> having.
>
> Here's the setup -
> * oVirt - 3.5.1.1-1
> * Hypervisors are CentOS 6.7 box with 2 NICs in bond0 'mode=4 miimon=100
> lacp_rate=1'
> * On bond0 I have a few networks using vlan tagging.
> * Networks are 5,10,15,20 - All on an external switch
>
> Network 15 has a Windows 2012 R2 server and a CentOS 6.7 server on it.
> The rest of the networks have a few linux.
>
> Every linux box on every network is happy.  However any and all Windows
> boxes I bring online are incapable of patching or hitting the web.  I
> pointed the Windows box to the linux box next to it as a proxy (after
> installing squid on it)  When I do that the Windows box has no issues at
> all; it's only when he's attempting to leave on his own.
>
> On my firewall I put in a 'permit any any' on the M$ box IP however all I
> see is tcp resets in PCAPs,
>

Can you verify basic IP networking is working correctly for those VMs?
For example, we've established that they can get to the Linux VMs - how?
Are they on the same subnet? Or do they go through their default gateway?
Without knowing the IP topology, if the Linux machines were on the same
subnet as the Windows one, and the Windows machine fail to get to their
default gateway for some reason, this may perfectly explain the issue.
Y.


>
> I've been playing with for some time but can't seem to find the issue.  It
> would be one thing if everything on the 15 was bad but the linux box on the
> network is fine. Here's the rub, I'm 99.999% sure this used to work.
>  gggrrr...
>
> Any assistance anyone can offer would be amazingly appreciated.
>
> Thank you for taking the time to read this.
>
>
> ___
> 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] Problem with Adding Pre-Configured Domain

2015-11-25 Thread Roger Meier
Hi Ivan,

The problem is their is no warning in the webUI. I can press the button
and nothing happens (i only see the error message in the logfile) no
error, i stuck in the config UI.

I tried now another approach based on your idea. I turned the master
storage domain into maintenance mode and changed the nfs path and
activated it again with the new share path. After this ovirt used the
slave storage and i can start the VM's of the snapshot and read/write on
it. After the test i switched back with modify the nfs path and started
the VM on the master storage without problem. This works if master 
storage is completly lost and i must switch complete to the slave storage.

The only problem now is for the use case if only one VM had a problem
and I only need the snapshot data which is on the slave storage. I read
your link, and this can perhaps be that what i need, but at the moment
it looks like
a feature that is on status implementation since october last year.
Perhaps it works when i add a new VM on the data storage which create's
empty disk images (or use the existing broken VM) and after that i copy
the disk images from the slave storage over the empty disk images. But
this woul'd be in the console and fault-prone.  An way to import
snaps/replicated storage domains would be realy cool.

Greetings
Roger

On 24.11.2015 20:32, Ivan Bulatovic wrote:
> Hi Roger,
>
> you can not import the snapshot because you already have an active
> storage domain that contains the same (meta)data. Try detaching the
> storage domain that you take snapshots from, and remove it (do not
> select to wipe the data), and then try to import the snapshot. You
> will see a warning that the domain is already registered within ovirt
> engine and you can force the import to continue. After that, you
> should see the domain registered in ovirt webadmin. Before detaching
> the domain, make sure you have another domain active so it can become
> a master domain, and create exports of the VM's that are part of that
> domain just in case.
>
> I had the same problem while trying to import a replicated storage
> domain, you can see that oVirt tries to import the domain, but it just
> returns to import domain dialog. It actually mounts the domain for a
> few seconds, then disconnects and removes the mount point under
> /rhev/data-center/ and then it tries to unmount it and fails because
> mount point doesn't exist anymore.
>
> Mentioned it here recently:
> http://lists.ovirt.org/pipermail/users/2015-November/036027.html
>
> Maybe there is a workaround for importing the clone/snap of the domain
> while the source is still active (messing with the metadata), but I
> haven't tried it so far (there are several implications that needs to
> be taken into the account). However, I'm also interested if there is a
> way to do such a thing, especially when you have two separate
> datacenters registered within the same engine, and it would be great
> for us to be able to import snaps/replicated storage domains and/or
> VM's that reside on it while still having the original VM's active and
> running.
>
> Something similar to the third RFE here (this is only for VM's):
> http://www.ovirt.org/Features/ImportUnregisteredEntities#RFEs
>
> In any case, I'll try this ASAP, always an interesting topic. Any
> insights on this is highly appreciated.
>
> Ivan
>
> On 11/24/2015 12:40 PM, Roger Meier wrote:
>> Hi All,
>>
>> I don't know if this is a Bug or an error on my side.
>>
>> At the moment,  i have a oVirt 3.6 installation with two Nodes and
>> Two Storage Server, which
>> are configured themselfs als master/slave (solaris zfs snapshot copy
>> from master to slave all 2 hours)
>>
>> Now i try to do some tests for some failure use cases like, master
>> storage isn't available anymore or
>> one of the virtual machines must be restored from the snapshot.
>>
>> Because the data n the slave is a snapshot copy, all data which are
>> on the Data Domain NFS Storage,
>> are also on the slave NFS Storage.
>>
>> I tried it to add over WebUI over the option "Import Domain" (Import
>> Pre-Configured Domain) with both
>> Domain Functions (Data and Export) but nothing happens, expect some
>> errors in the vdsm.log Logfile.
>>
>> Something like this
>>
>> Thread-253746::ERROR::2015-11-24
>> 11:44:41,758::hsm::2549::Storage.HSM::(disconnectStorageServer) Could
>> not disconnect from storageServer
>> Traceback (most recent call last):
>>   File "/usr/share/vdsm/storage/hsm.py", line 2545, in
>> disconnectStorageServer
>> conObj.disconnect()
>>   File "/usr/share/vdsm/storage/storageServer.py", line 425, in
>> disconnect
>> return self._mountCon.disconnect()
>>   File "/usr/share/vdsm/storage/storageServer.py", line 254, in
>> disconnect
>> self._mount.umount(True, True)
>>   File "/usr/share/vdsm/storage/mount.py", line 256, in umount
>> return self._runcmd(cmd, timeout)
>>   File "/usr/share/vdsm/storage/mount.py", line 241, in _runcmd
>> raise MountError(rc, "

Re: [ovirt-users] Error when trying to retrieve cluster, hosts via ovirt API

2015-11-25 Thread Jean-Pierre Ribeauville
H,

Thanks for infos.

BTW,  as I need to retrieve cluster and datacenter to which my host belongs   
within a software running on the host , I use a Python script 
interacting with the ovirt-engine ; is there another way to get these  infos 
"locally" on the host itself ?

Thx

J.P.

-Message d'origine-
De : Juan Hernández [mailto:jhern...@redhat.com] 
Envoyé : mercredi 18 novembre 2015 19:10
À : Jean-Pierre Ribeauville; Karli Sjöberg
Cc : users@ovirt.org
Objet : Re: [ovirt-users] Error when trying to retrieve cluster, hosts via 
ovirt API

On 11/18/2015 12:22 PM, Jean-Pierre Ribeauville wrote:
> Hi,
> 
> You were right .
> 
> By setting correct URL and correct certificate file location , it's working.
> 
> If I well understand , as this certificate file has to be on the 
> client side , isn't a point if failure ?
> 

The certificate is needed to secure the SSL communication. You can do without 
it, adding "insecure=True" to the constructor of the API object, but then the 
identity of the server could be forged and you won't notice.

> 
> For example , for a cluster , it's possible to retrieve hosts 
> belonging to the cluster via this call:
> 
> hostoncluster = api.clusters.get(id=api.hosts.get(obj.name
> ).get_cluster().get_id()).get_name()
> 

That should work, but when you are doing this kind of query it is usually 
better to let the server do the search. You can achieve that using the same 
query language that is used in the GUI search bar. For example, in the GUI 
search bar you can type "Hosts: cluster=mycluster".
With the SDK you can do the same, using the "list" method and the "query" 
parameter:

  hosts = api.hosts.list(query="cluster=mycluster")
  for host in hosts:
print(host.get_name())

> 
> How may I know list of available "fields"  for  host, cluster, 
> datacenters and so on .. .
> 

You can open the "params.py" file
(/usr/lib/python2.7/site-packages/ovirtsdk/xml/params.py if you are using the 
RPM packags) and look for the corrsponding class: Host, Cluster, DataCenter 
etc. There you will see all the available "get_..."
methods.

> 
> Thanks for help.
> 
>  
> 
> J.P.
> 
>  
> 
> *De :*Karli Sjöberg [mailto:karli.sjob...@slu.se] *Envoyé :* mardi 17 
> novembre 2015 17:52 *À :* Jean-Pierre Ribeauville *Cc :* 
> users@ovirt.org *Objet :* Re: [ovirt-users] Error when trying to 
> retrieve cluster, hosts via ovirt API
> 
>  
> 
> 
> Den 17 nov. 2015 5:30 em skrev Jean-Pierre Ribeauville 
> mailto:jpribeauvi...@axway.com>>:
>>
>> Hi,
>>
>>  
>>
>> By running python example got here ( :
> http://website-humblec.rhcloud.com/ovirt-find-hosts-clusters-vm-runnin
> g-status-ids-storage-domain-details-ovirt-dc-pythonovirt-sdk-part-3)
> 
>> and modified with my connection  parameters, I got following error :
>>
>>  
>>
>>  
>>
>> Unexpected error: [ERROR]::oVirt API connection failure, (77, '')
>>
>>  
>>
>> How may I get error  codes meanings ?
> 
> I don't know the meaning but I saw that APIURL was wrong, it should be:
> 
> APIURL = "https://${ENGINE_ADDRESS}/ovirt-engine/api
> "
> 
> Could you correct that and try again?
> 
> /K
> 
>>
>>  
>>
>> Thanks for help.
>>
>>  
>>
>>  
>>
>>  
>>
>> J.P. Ribeauville
>>
>>  
>>
>> P: +33.(0).1.47.17.20.49
>>
>> .
>>
>> Puteaux 3 Etage 5  Bureau 4
>>
>>  
>>
>> jpribeauvi...@axway.com  
>> http://www.axway.com
>>
>>  
>>
>>  
>>
>> P Pensez à l'environnement avant d'imprimer.
>>
>>  
>>
>>  
> 
> 
> 
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
> 


--
Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta 3ºD, 
28016 Madrid, Spain Inscrita en el Reg. Mercantil de Madrid - C.I.F. B82657941 
- Red Hat S.L.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Problem with hosted engine setup - vsdmd does not start

2015-11-25 Thread Roman Mohr
Hi Willard,

On Tue, Nov 24, 2015 at 7:41 PM, Willard Dennis 
wrote:

> Hi all,
>
> Tried to run the hosted engine setup, got:
> [ ERROR ] Failed to execute stage 'Environment setup': [Errno 111]
> Connection refused
>
> Which packages versions are you using?

Could you provide the output of the following commands:
# yum list installed | grep engine
# yum list installed | grep vdsm


> ( full run output here:
> https://gist.githubusercontent.com/wdennis/4390042447354b2cb1c4/raw/c0f9127c676759b19b1d32a212c8c3694fac580e/hosted-engine-setup-output.txt
>  )
>
> Looked at the setup log file referenced in the output, saw this traceback
> in it that also referenced the Error 111:
>
> https://gist.githubusercontent.com/wdennis/4390042447354b2cb1c4/raw/c0f9127c676759b19b1d32a212c8c3694fac580e/configurevm-py_error.txt
>
> I diagnosed it (Google ftw) and saw that it was likely a vdsmd problem;
> sure enough, when I did a 'systemctl status vdsmd’ I saw that it was in
> error state -
> Process: 28163 ExecStart=/usr/share/vdsm/daemonAdapter -0 /dev/null -1
> /dev/null -2 /dev/null /usr/share/vdsm/vdsm (code=exited, status=1/FAILURE)
>
> ( full status output here:
> https://gist.githubusercontent.com/wdennis/4390042447354b2cb1c4/raw/c0f9127c676759b19b1d32a212c8c3694fac580e/systemctl_status_vdsmd.txt
>  )
>
>
Could you add the vdsm log file in /var/log/vdsm/vdsm.log?



> Does anyone know how I can troubleshoot and fix the VDSM daemon start
> process?
>
>
You could try to run

# vdsm-tool configure --force

and then

# systemctl restart vdsmd



> Thanks,
> Will
>
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
Best Regards,
Roman
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Problem with hosted engine setup - vsdmd does not start

2015-11-25 Thread Simone Tiraboschi
On Tue, Nov 24, 2015 at 7:41 PM, Willard Dennis 
wrote:

> Hi all,
>
> Tried to run the hosted engine setup, got:
> [ ERROR ] Failed to execute stage 'Environment setup': [Errno 111]
> Connection refused
>
> ( full run output here:
> https://gist.githubusercontent.com/wdennis/4390042447354b2cb1c4/raw/c0f9127c676759b19b1d32a212c8c3694fac580e/hosted-engine-setup-output.txt
>  )
>
> Looked at the setup log file referenced in the output, saw this traceback
> in it that also referenced the Error 111:
>
> https://gist.githubusercontent.com/wdennis/4390042447354b2cb1c4/raw/c0f9127c676759b19b1d32a212c8c3694fac580e/configurevm-py_error.txt
>
> I diagnosed it (Google ftw) and saw that it was likely a vdsmd problem;
> sure enough, when I did a 'systemctl status vdsmd’ I saw that it was in
> error state -
> Process: 28163 ExecStart=/usr/share/vdsm/daemonAdapter -0 /dev/null -1
> /dev/null -2 /dev/null /usr/share/vdsm/vdsm (code=exited, status=1/FAILURE)
>
> ( full status output here:
> https://gist.githubusercontent.com/wdennis/4390042447354b2cb1c4/raw/c0f9127c676759b19b1d32a212c8c3694fac580e/systemctl_status_vdsmd.txt
>  )
>
> Does anyone know how I can troubleshoot and fix the VDSM daemon start
> process?
>

Could you please attach vdsm logs (/var/log/vdsm/vdsm.log)?

did you tried  manually running
 vdsm-tool configure --force
before restarting vdsm?



>
> Thanks,
> Will
>
>
> ___
> 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] Attach Export Domain (NFS) to multiple datacenter

2015-11-25 Thread Simone Tiraboschi
On Wed, Nov 25, 2015 at 5:50 AM, Punit Dambiwal  wrote:

> Hi,
>
> I want to attach the same nfs (export) volume to multiple datacenter in
> the ovirt..is it possible to do so..or any workaround for the same..
>


As far as I know not at the same time.
You have to detach and then attach do the new datacenter.


>
> Thanks.
> Punit
>
> ___
> 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] 3.6 master hosted engine setup error

2015-11-25 Thread Simone Tiraboschi
On Tue, Nov 24, 2015 at 12:43 PM, Gianluca Cecchi  wrote:

> On Fri, Nov 20, 2015 at 1:32 PM, Simone Tiraboschi 
> wrote:
>
>>
>> On Fri, Nov 20, 2015 at 12:07 PM, Gianluca Cecchi <
>> gianluca.cec...@gmail.com> wrote:
>>
>>>
>>>
> [snip]
>
>
>>
>
 Hello,
 retrying from master, as the problem solution should have been merged.
 But it seems the package for the appliance is not available now...



>>
> [snip]
>
>
>> This one is simply the appliance from 3.6 so everything else looks
>> correct.
>> The appliance build from master is here:
>>
>> http://jenkins.ovirt.org/job/ovirt-appliance-engine_master_create-rpms-el7-noarch_merged/
>>
>>
>>
> Hello Simone,
> always trying to setup a working environment from master using self hosted
> engine
> I'm using the appliance at the link you provided, because it seems that
> the ovirt-appliance rpm is outside from master repo (I suppose due to its
> size and daily mirrors effort?)
>

It's basically for the size, we'll fix it when we'll move to new
infrastructure.


>
> But it seems it remains stuck at
>
> [ INFO  ] Connecting to the Engine
> [ INFO  ] Waiting for the host to become operational in the engine. This
> may take several minutes...
>
> in this phase I see that the engine vm is not up
>

This looks strange, the engine should be up at that point.


> In /var/log/libvirt/qemu/HostedEngine.log
> 2015-11-24 10:51:15.576+: shutting down
>

Can you please attach vdsm logs and /var/log/messages from your host to let
me check why the VM died?


>
> and both ovirt-ha-broker and ovirt-ha-agent are down and yet disable at
> host side.
>
> and at the end
> [ INFO  ] Still waiting for VDSM host to become operational...
> ...
> [ INFO  ] Still waiting for VDSM host to become operational...
> [ ERROR ] Timed out while waiting for host to start. Please check the logs.
> [ ERROR ] Unable to add hosted_engine_1 to the manager
> [ INFO  ] Saving hosted-engine configuration on the shared storage domain
> [ INFO  ] Shutting down the engine VM
> [ INFO  ] Enabling and starting HA services
>   Hosted Engine successfully set up
> [ INFO  ] Stage: Clean up
> [ INFO  ] Generating answer file
> '/var/lib/ovirt-hosted-engine-setup/answers/answers-20151124123248.conf'
> [ INFO  ] Generating answer file '/etc/ovirt-hosted-engine/answers.conf'
> [ INFO  ] Stage: Pre-termination
> [ INFO  ] Stage: Termination
>
> Perhaps is it better to configure a separate self hosted engine os and not
> use the appliance?
> Or all the sef hosted engine in master is broken right now and I have to
> wait?
>

I tryied it a couple of days ago with the appliance and it was OK.
I think is worth now to had CI jobs also from master.


> On the same infra if I configure 3.6.0 in the same way I have no problem.
> I'm working at snapshot level in virt-manager so I can revert back just to
> before the phase where I enable of 3.6-master repo on host.
>
> Let me know if you want me to test anything.
>
> Gianluca
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [SOLVED] Re: Trying to make ovirt-hosted-engine-setup create a customized Engine-vm on 3.6 HC HE

2015-11-25 Thread Simone Tiraboschi
On Mon, Nov 23, 2015 at 10:17 PM, Giuseppe Ragusa <
giuseppe.rag...@hotmail.com> wrote:

> On Tue, Oct 27, 2015, at 00:10, Giuseppe Ragusa wrote:
> > On Mon, Oct 26, 2015, at 09:48, Simone Tiraboschi wrote:
> > >
> > >
> > > On Mon, Oct 26, 2015 at 12:14 AM, Giuseppe Ragusa <
> giuseppe.rag...@hotmail.com> wrote:
> > >> Hi all,
> > >> I'm experiencing some difficulties using oVirt 3.6 latest snapshot.
> > >>
> > >> I'm trying to trick the self-hosted-engine setup to create a custom
> engine vm with 3 nics (with fixed MACs/UUIDs).
> > >>
> > >> The GlusterFS volume (3.7.5 hyperconverged, replica 3, for the engine
> vm) and the network bridges (ovirtmgmt and other two bridges, called nfs
> and lan, for the engine vm) have been preconfigured on the initial
> fully-patched CentOS 7.1 host (plus other two identical hosts which are
> awaiting to be added).
> > >>
> > >> I'm stuck at a point with the engine vm successfully starting but
> with only one nic present (connected to the ovirtmgmt bridge).
> > >>
> > >> I'm trying to obtain the modified engine vm by means of a trick which
> used to work in a previous (aborted because of lacking
> GlusterFS-by-libgfapi support) oVirt 3.5 test setup (about a year ago,
> maybe more): I'm substituting the standard
> /usr/share/ovirt-hosted-engine-setup/templates/vm.conf.in with the
> following:
> > >>
> > >> vmId=@VM_UUID@
> > >> memSize=@MEM_SIZE@
> > >> display=@CONSOLE_TYPE@
> > >> devices={index:2,iface:ide,address:{ controller:0, target:0,unit:0,
> bus:1, type:drive},specParams:{},readonly:true,deviceId:@CDROM_UUID
> @,path:@CDROM@,device:cdrom,shared:false,type:disk@BOOT_CDROM@}
> > >> devices={index:0,iface:virtio,format:raw,poolID:@SP_UUID
> @,volumeID:@VOL_UUID@,imageID:@IMG_UUID
> @,specParams:{},readonly:false,domainID:@SD_UUID
> @,optional:false,deviceId:@IMG_UUID@,address:{bus:0x00, slot:0x06,
> domain:0x, type:pci,
> function:0x0},device:disk,shared:exclusive,propagateErrors:off,type:disk@BOOT_DISK
> @}
> > >> devices={device:scsi,model:virtio-scsi,type:controller}
> > >>
> devices={index:4,nicModel:pv,macAddr:02:50:56:3f:c4:b0,linkActive:true,network:@BRIDGE
> @,filter:vdsm-no-mac-spoofing,specParams:{},deviceId:@NIC_UUID@,address:{bus:0x00,
> slot:0x03, domain:0x, type:pci,
> function:0x0},device:bridge,type:interface@BOOT_PXE@}
> > >>
> devices={index:8,nicModel:pv,macAddr:02:50:56:3f:c4:a0,linkActive:true,network:lan,filter:vdsm-no-mac-spoofing,specParams:{},deviceId:6c467650-1837-47ea-89bc-1113f4bfefee,address:{bus:0x00,
> slot:0x09, domain:0x, type:pci,
> function:0x0},device:bridge,type:interface@BOOT_PXE@}
> > >>
> devices={index:16,nicModel:pv,macAddr:02:50:56:3f:c4:c0,linkActive:true,network:nfs,filter:vdsm-no-mac-spoofing,specParams:{},deviceId:4d8e0705-8cb4-45b7-b960-7f98bb59858d,address:{bus:0x00,
> slot:0x0c, domain:0x, type:pci,
> function:0x0},device:bridge,type:interface@BOOT_PXE@}
> > >>
> devices={device:console,specParams:{},type:console,deviceId:@CONSOLE_UUID
> @,alias:console0}
> > >> vmName=@NAME@
> > >>
> spiceSecureChannels=smain,sdisplay,sinputs,scursor,splayback,srecord,ssmartcard,susbredir
> > >> smp=@VCPUS@
> > >> cpuType=@CPU_TYPE@
> > >> emulatedMachine=@EMULATED_MACHINE@
> > >>
> > >> but unfortunately the vm gets created like this (output from "ps";
> note that I'm attaching a CentOS7.1 Netinstall ISO with an embedded
> kickstart: the installation should proceed by HTTP on the lan network but
> obviously fails):
> > >>
> > >> /usr/libexec/qemu-kvm -name HostedEngine -S -machine
> > >> pc-i440fx-rhel7.1.0,accel=kvm,usb=off -cpu Westmere -m 4096 -realtime
> mlock=off
> > >> -smp 2,sockets=2,cores=1,threads=1 -uuid
> f49da721-8aa6-4422-8b91-e91a0e38aa4a -s
> > >> mbios type=1,manufacturer=oVirt,product=oVirt
> Node,version=7-1.1503.el7.centos.2
> > >>
> .8,serial=2a1855a9-18fb-4d7a-b8b8-6fc898a8e827,uuid=f49da721-8aa6-4422-8b91-e91a
> > >> 0e38aa4a -no-user-config -nodefaults -chardev
> socket,id=charmonitor,path=/var/li
> > >> b/libvirt/qemu/HostedEngine.monitor,server,nowait -mon
> chardev=charmonitor,id=mo
> > >> nitor,mode=control -rtc base=2015-10-25T11:22:22,driftfix=slew
> -global kvm-pit.l
> > >> ost_tick_policy=discard -no-hpet -no-reboot -boot strict=on -device
> piix3-usb-uh
> > >> ci,id=usb,bus=pci.0,addr=0x1.0x2 -device
> virtio-scsi-pci,id=scsi0,bus=pci.0,addr
> > >> =0x4 -device virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x5
> -drive file=
> > >>
> /var/tmp/engine.iso,if=none,id=drive-ide0-1-0,readonly=on,format=raw,serial=
> -device
> ide-cd,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0,bootindex=1 -drive
> file=/var/run/vdsm/storage/be4434bf-a5fd-44d7-8011-d5e4ac9cf523/b3abc1cb-8a78-4b56-a9b0-e5f41fea0fdc/8d075a8d-730a-4925-8779-e0ca2b3dbcf4,if=none,id=drive-virtio-disk0,format=raw,serial=b3abc1cb-8a78-4b56-a9b0-e5f41fea0fdc,cache=none,werror=stop,rerror=stop,aio=threads
> -device
> virtio-blk-pci,scsi=off,bus=pci.0,addr=0x6,drive=drive-virtio-disk0,id=virtio-disk0
> -netdev tap,fd=26,i

Re: [ovirt-users] oVirt 4.0 wishlist: oVirt Self Hosted Engine Setup

2015-11-25 Thread Simone Tiraboschi
On Mon, Nov 23, 2015 at 10:10 PM, Giuseppe Ragusa <
giuseppe.rag...@hotmail.com> wrote:

> Hi all,
> I go on with my wishlist, derived from both solitary mumblings and
> community talks at the the first Italian oVirt Meetup.
>
> I offer to help in coding (work/family schedules permitting) but keep in
> mind that I'm a sysadmin with mainly C and bash-scripting skills (but
> hoping to improve my less-than-newbie Python too...)
>
> I've sent separate wishlist messages for oVirt Node, oVirt Engine and VDSM.
>
> oVirt Self Hosted Engine Setup:
>
> *) allow virtual hardware customizations for locally-created Engine vm,
> specifically: allow to add an arbitrary number of NICs (asking for MAC
> address and local bridge to connect to) and maybe also an arbitrary number
> of disks (asking for size) as these seem to be the only/most_useful items
> missing; maybe the prebuilt appliance image too may be inspected by setup
> to detect a customized one and connect any further NICs to custom local
> bridges (which the user should be asked for)
>

For 3.6.1 (it should be in 3.6.0 but it's bugged) you will be able to edit
some parameter of the engine VM from the engine (than of course you need to
reboot to make them effective).
I'm not sure if it's worth to make the setup more complex or if it's better
to keep it simple (single nic, single disk) and then let you edit the VM
only from the engine as for other VMs.


>
> Regards,
> Giuseppe
> ___
> 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] One RHEV Virtual Machine does not Automatically Resume following Compellent SAN Controller Failover

2015-11-25 Thread Simone Tiraboschi
Adding Nir who knows it far better than me.

On Mon, Nov 23, 2015 at 8:37 PM, Duckworth, Douglas C 
wrote:

> Hello --
>
> Not sure if y'all can help with this issue we've been seeing with RHEV...
>
> On 11/13/2015, during Code Upgrade of Compellent SAN at our Disaster
> Recovery Site, we Failed Over to Secondary SAN Controller.  Most Virtual
> Machines in our DR Cluster Resumed automatically after Pausing except VM
> "BADVM" on Host "BADHOST."
>
> In Engine.log you can see that BADVM was sent into "VM_PAUSED_EIO" state
> at 10:47:57:
>
> "VM BADVM has paused due to storage I/O problem."
>
> On this Red Hat Enterprise Virtualization Hypervisor 6.6
> (20150512.0.el6ev) Host, two other VMs paused but then automatically
> resumed without System Administrator intervention...
>
> In our DR Cluster, 22 VMs also resumed automatically...
>
> None of these Guest VMs are engaged in high I/O as these are DR site VMs
> not currently doing anything.
>
> We sent this information to Dell.  Their response:
>
> "The root cause may reside within your virtualization solution, not the
> parent OS (RHEV-Hypervisor disc) or Storage (Dell Compellent.)"
>
> We are doing this Failover again on Sunday November 29th so we would
> like to know how to mitigate this issue, given we have to manually
> resume paused VMs that don't resume automatically.
>
> Before we initiated SAN Controller Failover, all iSCSI paths to Targets
> were present on Host tulhv2p03.
>
> VM logs on Host show in /var/log/libvirt/qemu/badhost.log that Storage
> error was reported:
>
> block I/O error in device 'drive-virtio-disk0': Input/output error (5)
> block I/O error in device 'drive-virtio-disk0': Input/output error (5)
> block I/O error in device 'drive-virtio-disk0': Input/output error (5)
> block I/O error in device 'drive-virtio-disk0': Input/output error (5)
>
> All disks used by this Guest VM are provided by single Storage Domain
> COM_3TB4_DR with serial "270."  In syslog we do see that all paths for
> that Storage Domain Failed:
>
> Nov 13 16:47:40 multipathd: 36000d310005caf000270: remaining
> active paths: 0
>
> Though these recovered later:
>
> Nov 13 16:59:17 multipathd: 36000d310005caf000270: sdbg -
> tur checker reports path is up
> Nov 13 16:59:17 multipathd: 36000d310005caf000270: remaining
> active paths: 8
>
> Does anyone have an idea of why the VM would fail to automatically
> resume if the iSCSI paths used by its Storage Domain recovered?
>
> Thanks
> Doug
>
> --
> Thanks
>
> Douglas Charles Duckworth
> Unix Administrator
> Tulane University
> Technology Services
> 1555 Poydras Ave
> NOLA -- 70112
>
> E: du...@tulane.edu
> O: 504-988-9341
> F: 504-988-8505
> ___
> 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 add faster NIC to oVirt cluser / host?

2015-11-25 Thread Simone Tiraboschi
On Mon, Nov 23, 2015 at 7:29 PM, Christophe TREFOIS <
christophe.tref...@uni.lu> wrote:

> Dear all,
>
> I have currently a data center with two clusters and each cluster had 1
> host.
>
> On one of the hosts, I now enabled 10 GbE NIC called p4p1. Currently
> everything is going over a 1 GbE NIC called em1 (ovirtmgmt).
>
> My question now is, how I could add my 10 GbE NIC to the setup for
> instance to use for transferring data during transmissions to export domain
> or to simply replace the 1 GbE?
>

You can simply edit the network bindings from the engine:
http://www.ovirt.org/OVirt_Administration_Guide#Editing_Host_Network_Interfaces_and_Assigning_Logical_Networks_to_Hosts

Is up to you to choose if you want just to use the 10 GbE NIC or if you
prefer to create two distinct logical networks or an active-backup bond of
the two interfaces.


>
> I prefer little downtime (eg only temp network loss), but a full downtime
> (shutting down) could be acceptable.
>
> Thank you for any pointers or starting points you could provide,
>
> Kind regards,
>
> —
> Christophe
> ___
> 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] 3.6 master hosted engine setup error

2015-11-25 Thread Gianluca Cecchi
On Wed, Nov 25, 2015 at 11:57 AM, Simone Tiraboschi 
wrote:

>
>
>
>> Hello Simone,
>> always trying to setup a working environment from master using self
>> hosted engine
>> I'm using the appliance at the link you provided, because it seems that
>> the ovirt-appliance rpm is outside from master repo (I suppose due to its
>> size and daily mirrors effort?)
>>
>
> It's basically for the size, we'll fix it when we'll move to new
> infrastructure.
>
>
>>
>> But it seems it remains stuck at
>>
>> [ INFO  ] Connecting to the Engine
>> [ INFO  ] Waiting for the host to become operational in the engine. This
>> may take several minutes...
>>
>> in this phase I see that the engine vm is not up
>>
>
> This looks strange, the engine should be up at that point.
>
>
>> In /var/log/libvirt/qemu/HostedEngine.log
>> 2015-11-24 10:51:15.576+: shutting down
>>
>
> Can you please attach vdsm logs and /var/log/messages from your host to
> let me check why the VM died?
>
>
>>
>> and both ovirt-ha-broker and ovirt-ha-agent are down and yet disable at
>> host side.
>>
>> and at the end
>> [ INFO  ] Still waiting for VDSM host to become operational...
>> ...
>> [ INFO  ] Still waiting for VDSM host to become operational...
>> [ ERROR ] Timed out while waiting for host to start. Please check the
>> logs.
>> [ ERROR ] Unable to add hosted_engine_1 to the manager
>> [ INFO  ] Saving hosted-engine configuration on the shared storage domain
>> [ INFO  ] Shutting down the engine VM
>> [ INFO  ] Enabling and starting HA services
>>   Hosted Engine successfully set up
>> [ INFO  ] Stage: Clean up
>> [ INFO  ] Generating answer file
>> '/var/lib/ovirt-hosted-engine-setup/answers/answers-20151124123248.conf'
>> [ INFO  ] Generating answer file '/etc/ovirt-hosted-engine/answers.conf'
>> [ INFO  ] Stage: Pre-termination
>> [ INFO  ] Stage: Termination
>>
>> Perhaps is it better to configure a separate self hosted engine os and
>> not use the appliance?
>> Or all the sef hosted engine in master is broken right now and I have to
>> wait?
>>
>
> I tryied it a couple of days ago with the appliance and it was OK.
> I think is worth now to had CI jobs also from master.
>
>
>> On the same infra if I configure 3.6.0 in the same way I have no problem.
>> I'm working at snapshot level in virt-manager so I can revert back just
>> to before the phase where I enable of 3.6-master repo on host.
>>
>> Let me know if you want me to test anything.
>>
>> Gianluca
>>
>
>
Actually after I manually started ovirt-ha-broker and ovirt-ha-agent at
host side, the engine vm has been started.
And I was able to: access it, put infra in maintenanance, shutdown all and
then restart host and exit form maintenance with the engine vm started
again and accessible
I also see italian shown as a possible language, so it is indeed master
version and I can begin to crosscheck... ;-)

To analyze the ERRORS I got from host deploy phase, you can find

messages in tar.gz format here:
https://drive.google.com/file/d/0BwoPbcrMv8mvckRNbUdzWDQ2bWc/view?usp=sharing

ovirt-hosted-engine logs in tar.gz format here:
https://drive.google.com/file/d/0BwoPbcrMv8mvZzVBZXBNRzlvRkk/view?usp=sharing

vdsm logs tree in tar.gz format here:
https://drive.google.com/file/d/0BwoPbcrMv8mvcGZjSFFlTDd1aDA/view?usp=sharing

engine side logs in tar.gz format here:
https://drive.google.com/file/d/0BwoPbcrMv8mvTHBqMjlCaktOUzA/view?usp=sharing

Output of some commands (let me know if you want me to run other ones to
crosscheck if the installation is ok from all points of view):

[root@ovc71 qemu]# hosted-engine --check-liveliness
Hosted Engine is up!

[root@ovc71 qemu]# hosted-engine --vm-status


--== Host 1 status ==--

Status up-to-date  : True
Hostname   : ovc71.localdomain.local
Host ID: 1
Engine status  : {"health": "good", "vm": "up",
"detail": "up"}
Score  : 3400
stopped: False
Local maintenance  : False
crc32  : 6a8e8808
Host timestamp : 1510

due to the bug that the storage domain of hosted engine is not shown inside
the web admin portal I cannot crosscheck from the gui

But from the gui itself the host results as unresponsive (enjoy the italian
... ;-) so there is indeed something not correct, I hope fixable without
reinstall... see print screen

https://drive.google.com/file/d/0BwoPbcrMv8mvUEpRS2RteXhiWjQ/view?usp=sharing

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


[ovirt-users] Import OVA

2015-11-25 Thread Massimo Mad
Hi,
How i cam inport a virtual appliance (OVA), what should I write in the
field "path" ?
I try with 10.10.10.73:/export/nfsshare but i have this error:
VDSM ovirtsrv102 command failed: ['Permission denied, please try again.',
'Permission denied, please try again.', 'Permission denied
(publickey,gssapi-keyex,gssapi-with-mic,password).', '/usr/bin/tar:
10.10.10.73\\:/export/nfsshare: Cannot open: Input/output error',
'/usr/bin/tar: Error is not recoverable: exiting now']
I try to add the memory on a running vm ad i have this error:
Failed to hot set memory to VM CoverterV2V-REL6. Underlying error message:
unsupported configuration: unknown device type 'memory'
VDSM ovirtsrv104 command failed: unsupported configuration: unknown device
type 'memory'

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


Re: [ovirt-users] Import OVA

2015-11-25 Thread Gonzalo Rafuls
On Wed, Nov 25, 2015 at 3:10 PM, Massimo Mad  wrote:

> How i cam inport a virtual appliance (OVA), what should I write in the
> field "path" ?
>

You can upload the OVA file to export domain with the image-uploader [1].
Then import the template from the domain itself and create a VM with that
template.

Regards,
Gonza.-

[1] http://www.ovirt.org/OVirt_engine_tools#engine-image-uploader

On Wed, Nov 25, 2015 at 3:10 PM, Massimo Mad  wrote:

> Hi,
> How i cam inport a virtual appliance (OVA), what should I write in the
> field "path" ?
> I try with 10.10.10.73:/export/nfsshare but i have this error:
> VDSM ovirtsrv102 command failed: ['Permission denied, please try again.',
> 'Permission denied, please try again.', 'Permission denied
> (publickey,gssapi-keyex,gssapi-with-mic,password).', '/usr/bin/tar:
> 10.10.10.73\\:/export/nfsshare: Cannot open: Input/output error',
> '/usr/bin/tar: Error is not recoverable: exiting now']
> I try to add the memory on a running vm ad i have this error:
> Failed to hot set memory to VM CoverterV2V-REL6. Underlying error message:
> unsupported configuration: unknown device type 'memory'
> VDSM ovirtsrv104 command failed: unsupported configuration: unknown device
> type 'memory'
>
> Regards
> Massimo
>
> ___
> 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] [ANN] oVirt 3.6.1 First Release Candidate is now available for testing

2015-11-25 Thread Sandro Bonazzola
The oVirt Project is pleased to announce the availability
of the First Release Candidate of oVirt 3.6.1 for testing, as of November
25th, 2015.

This release is available now for Fedora 22,
Red Hat Enterprise Linux 6.7, CentOS Linux 6.7 (or similar) and
Red Hat Enterprise Linux >= 7.1, CentOS Linux >= 7.1 (or similar).

This release supports Hypervisor Hosts running
Red Hat Enterprise Linux >= 7.1, CentOS Linux >= 7.1 (or similar) and
Fedora 22.
Highly experimental support for Debian 8.1 Jessie has been added too.

This release of oVirt 3.6.1 includes numerous bug fixes.
See the release notes [1] for an initial list of the new features and bugs
fixed.

Please refer to release notes [1] for Installation / Upgrade instructions.
A new oVirt Live ISO is also available[2].

Please note that mirrors[3] may need usually one day before being
synchronized.

Please refer to the release notes for known issues in this release.

[1] http://www.ovirt.org/OVirt_3.6_Release_Notes
[2] http://resources.ovirt.org/pub/ovirt-3.6-pre/iso/
[3] http://www.ovirt.org/Repository_mirrors#Current_mirrors

-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] oVirt Node roadmap

2015-11-25 Thread Fabian Deutsch
Hey,

in the last few months the Node team spent a lot of efforts in
stabilizing Node by closing tons of bugs, rebasing Node onto CentOS
7.2, and in addition adding features like Hosted-Engine - to get Node
in shape for the recently released oVirt 3.6.0.

But we were also seeing how Node is showing it's age. It becomes more
and more challenging to solve bugs and implement features in Node's
current architecture.
To address these problems, and let Node adjust better to new changes,
a few months ago we started to look at how we can change Node, to make
it easier to develop, test, and use.

This comparison [1] shows a brief summary of our investigations. We
especially looked at Atomic and containers [2].
At the bottom line both of them provided us an architecture which
would help us to achieve something like 70% of what we need. But
during early trials we quickly ran into issues which we experience in
similar ways with today's Node.

Finally we settled an approach - the idea was around since right from
the beginning - which aligns very well with existing technologies
which we already use in the oVirt and Fedora/CentOS scope.

The new Node will be using anaconda for installation, LVM for upgrades
and rollbacks, and Cockpit [3] for administration. The future design
is taking care that packages don't need to take special care to work
on Node - which was a major obstacle in the past. Node will rather
behave (mostly) like a regular host - but with the advantages of an
easy & ready to use image, image based delivery and a robust rollback.
The current design principles and links to some additional resources
are in the wiki [4].

Stay tuned, we are just getting started.

On behalf of the Node Team
fabian

--
[1] http://www.ovirt.org/Node/Specs#Comparison:_Possible_Implementations
[2] http://www.projectatomic.io/ ~ http://docker.com/
[3] http://cockpit-project.org/
[4] http://www.ovirt.org/Node/4.0
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [ANN] oVirt 3.6.1 First Release Candidate is now available for testing

2015-11-25 Thread Sandro Bonazzola
On Wed, Nov 25, 2015 at 3:28 PM, Sandro Bonazzola 
wrote:

> The oVirt Project is pleased to announce the availability
> of the First Release Candidate of oVirt 3.6.1 for testing, as of November
> 25th, 2015.
>
> This release is available now for Fedora 22,
> Red Hat Enterprise Linux 6.7, CentOS Linux 6.7 (or similar) and
> Red Hat Enterprise Linux >= 7.1, CentOS Linux >= 7.1 (or similar).
>
> This release supports Hypervisor Hosts running
> Red Hat Enterprise Linux >= 7.1, CentOS Linux >= 7.1 (or similar) and
> Fedora 22.
> Highly experimental support for Debian 8.1 Jessie has been added too.
>
> This release of oVirt 3.6.1 includes numerous bug fixes.
> See the release notes [1] for an initial list of the new features and bugs
> fixed.
>
> Please refer to release notes [1] for Installation / Upgrade instructions.
> A new oVirt Live ISO is also available[2].
>
> Please note that mirrors[3] may need usually one day before being
> synchronized.
>
> Please refer to the release notes for known issues in this release.
>
> [1] http://www.ovirt.org/OVirt_3.6_Release_Notes
>

sorry, the right address is http://www.ovirt.org/OVirt_3.6.1_Release_Notes


> [2] http://resources.ovirt.org/pub/ovirt-3.6-pre/iso/
> [3] http://www.ovirt.org/Repository_mirrors#Current_mirrors
>
> --
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com
>



-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Windows Networking Issues -

2015-11-25 Thread Matt Wells
All networking within oVirt seems fine.  I can ping devices on other
networks, I'm able to use a squid proxy on the same network with no
issues.  I'm able to use Terminal Services from another VM in oVirt.  One
oddity is when I first boot, I'm able to hit Google and search for a Dog.
On my 2nd search it starts to timeout.

All and all ip networking seems to be configured well.  The DG lives
outside of oVirt and I'm always able to ping it; even increasing the packet
size.

MTU size is 1500 and matches the VLAN MTU in oVirt; the bond0 is set to set
to an 9000 MTU.
EM1 and EM2 are in bond0 and show no framing errors.

On Wed, Nov 25, 2015 at 1:30 AM, Yaniv Kaul  wrote:

> On Tue, Nov 24, 2015 at 11:17 PM, Matt Wells 
> wrote:
>
>> Hi all, I have a question about Windows VMs and a networking issue I'm
>> having.
>>
>> Here's the setup -
>> * oVirt - 3.5.1.1-1
>> * Hypervisors are CentOS 6.7 box with 2 NICs in bond0 'mode=4 miimon=100
>> lacp_rate=1'
>> * On bond0 I have a few networks using vlan tagging.
>> * Networks are 5,10,15,20 - All on an external switch
>>
>> Network 15 has a Windows 2012 R2 server and a CentOS 6.7 server on it.
>> The rest of the networks have a few linux.
>>
>> Every linux box on every network is happy.  However any and all Windows
>> boxes I bring online are incapable of patching or hitting the web.  I
>> pointed the Windows box to the linux box next to it as a proxy (after
>> installing squid on it)  When I do that the Windows box has no issues at
>> all; it's only when he's attempting to leave on his own.
>>
>> On my firewall I put in a 'permit any any' on the M$ box IP however all I
>> see is tcp resets in PCAPs,
>>
>
> Can you verify basic IP networking is working correctly for those VMs?
> For example, we've established that they can get to the Linux VMs - how?
> Are they on the same subnet? Or do they go through their default gateway?
> Without knowing the IP topology, if the Linux machines were on the same
> subnet as the Windows one, and the Windows machine fail to get to their
> default gateway for some reason, this may perfectly explain the issue.
> Y.
>
>
>>
>> I've been playing with for some time but can't seem to find the issue.
>> It would be one thing if everything on the 15 was bad but the linux box on
>> the network is fine. Here's the rub, I'm 99.999% sure this used to work.
>>  gggrrr...
>>
>> Any assistance anyone can offer would be amazingly appreciated.
>>
>> Thank you for taking the time to read this.
>>
>>
>> ___
>> 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] Problem with hosted engine setup - vsdmd does not start

2015-11-25 Thread Will Dennis
[root@ovirt-node-01 ~]# yum list installed | grep engine
ovirt-engine-sdk-python.noarch 3.6.0.3-1.el7.centos   @ovirt-3.6
ovirt-hosted-engine-ha.noarch  1.3.2.1-1.el7.centos   @ovirt-3.6
ovirt-hosted-engine-setup.noarch   1.3.0-1.el7.centos @ovirt-3.6
[root@ovirt-node-01 ~]#
[root@ovirt-node-01 ~]# yum list installed | grep vdsm
vdsm.noarch4.17.10.1-0.el7.centos @ovirt-3.6
vdsm-cli.noarch4.17.10.1-0.el7.centos @ovirt-3.6
vdsm-gluster.noarch4.17.10.1-0.el7.centos @ovirt-3.6
vdsm-infra.noarch  4.17.10.1-0.el7.centos @ovirt-3.6
vdsm-jsonrpc.noarch4.17.10.1-0.el7.centos @ovirt-3.6
vdsm-python.noarch 4.17.10.1-0.el7.centos @ovirt-3.6
vdsm-xmlrpc.noarch 4.17.10.1-0.el7.centos @ovirt-3.6
vdsm-yajsonrpc.noarch  4.17.10.1-0.el7.centos @ovirt-3.6


From: Roman Mohr [mailto:rm...@redhat.com]
Sent: Wednesday, November 25, 2015 5:23 AM
To: Will Dennis
Cc: users
Subject: Re: [ovirt-users] Problem with hosted engine setup - vsdmd does not 
start

Hi Willard,

Which packages versions are you using?

Could you provide the output of the following commands:
# yum list installed | grep engine
# yum list installed | grep vdsm

Best Regards,
Roman
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Problem with hosted engine setup - vsdmd does not start

2015-11-25 Thread Will Dennis
Hi Simone,

Looks like the vdsm log is empty...

[root@ovirt-node-01 ~]# ls -l /var/log/vdsm/vdsm.log
-rw-r--r-- 1 vdsm kvm 0 Nov 23 15:41 /var/log/vdsm/vdsm.log

Yes, I did execute the ‘vdsm-tool configure –force’ command before the restart, 
looks like it worked OK, but still the same problem with starting vdsm...



From: Simone Tiraboschi [mailto:stira...@redhat.com] 
Sent: Wednesday, November 25, 2015 5:24 AM
To: Will Dennis
Cc: users
Subject: Re: [ovirt-users] Problem with hosted engine setup - vsdmd does not 
start

Could you please attach vdsm logs (/var/log/vdsm/vdsm.log)?

did you tried  manually running 
 vdsm-tool configure --force
before restarting vdsm?

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


Re: [ovirt-users] Problem with hosted engine setup - vsdmd does not start

2015-11-25 Thread Simone Tiraboschi
On Wed, Nov 25, 2015 at 4:20 PM, Will Dennis  wrote:

> Hi Simone,
>
> Looks like the vdsm log is empty...
>
> [root@ovirt-node-01 ~]# ls -l /var/log/vdsm/vdsm.log
> -rw-r--r-- 1 vdsm kvm 0 Nov 23 15:41 /var/log/vdsm/vdsm.log
>
> Yes, I did execute the ‘vdsm-tool configure –force’ command before the
> restart, looks like it worked OK, but still the same problem with starting
> vdsm...
>


Can you please try manually run /usr/share/vdsm/vdsm as vdsm user?


>
>
>
> From: Simone Tiraboschi [mailto:stira...@redhat.com]
> Sent: Wednesday, November 25, 2015 5:24 AM
> To: Will Dennis
> Cc: users
> Subject: Re: [ovirt-users] Problem with hosted engine setup - vsdmd does
> not start
>
> Could you please attach vdsm logs (/var/log/vdsm/vdsm.log)?
>
> did you tried  manually running
>  vdsm-tool configure --force
> before restarting vdsm?
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Problem with hosted engine setup - vsdmd does not start

2015-11-25 Thread Willard Dennis

> On Nov 25, 2015, at 10:37 AM, Simone Tiraboschi  wrote:
> 
> 
> 
> On Wed, Nov 25, 2015 at 4:20 PM, Will Dennis  > wrote:
> Hi Simone,
> 
> Looks like the vdsm log is empty...
> 
> [root@ovirt-node-01 ~]# ls -l /var/log/vdsm/vdsm.log
> -rw-r--r-- 1 vdsm kvm 0 Nov 23 15:41 /var/log/vdsm/vdsm.log
> 
> Yes, I did execute the ‘vdsm-tool configure –force’ command before the 
> restart, looks like it worked OK, but still the same problem with starting 
> vdsm...
> 
> 
> Can you please try manually run /usr/share/vdsm/vdsm as vdsm user?
> 

[root@ovirt-node-01 ~]# su - vdsm
This account is currently not available.
[root@ovirt-node-01 ~]#
[root@ovirt-node-01 ~]# grep vdsm /etc/passwd
vdsm:x:36:36:Node Virtualization Manager:/var/lib/vdsm:/sbin/nologin
[root@ovirt-node-01 ~]# runuser -l vdsm -c '/usr/share/vdsm/vdsm'
This account is currently not available.

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


Re: [ovirt-users] Problem with hosted engine setup - vsdmd does not start

2015-11-25 Thread Simone Tiraboschi
On Wed, Nov 25, 2015 at 5:09 PM, Willard Dennis 
wrote:

>
> On Nov 25, 2015, at 10:37 AM, Simone Tiraboschi 
> wrote:
>
>
>
> On Wed, Nov 25, 2015 at 4:20 PM, Will Dennis  wrote:
>
>> Hi Simone,
>>
>> Looks like the vdsm log is empty...
>>
>> [root@ovirt-node-01 ~]# ls -l /var/log/vdsm/vdsm.log
>> -rw-r--r-- 1 vdsm kvm 0 Nov 23 15:41 /var/log/vdsm/vdsm.log
>>
>> Yes, I did execute the ‘vdsm-tool configure –force’ command before the
>> restart, looks like it worked OK, but still the same problem with starting
>> vdsm...
>>
>
>
> Can you please try manually run /usr/share/vdsm/vdsm as vdsm user?
>
>
> [root@ovirt-node-01 ~]# su - vdsm
> This account is currently not available.
> [root@ovirt-node-01 ~]#
> [root@ovirt-node-01 ~]# grep vdsm /etc/passwd
> vdsm:x:36:36:Node Virtualization Manager:/var/lib/vdsm:/sbin/nologin
> [root@ovirt-node-01 ~]# runuser -l vdsm -c '/usr/share/vdsm/vdsm'
> This account is currently not available.
>
>
[root@tiramd1 ~]# sudo -u vdsm /bin/bash
bash-4.2$ whoami
vdsm
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Problem with hosted engine setup - vsdmd does not start

2015-11-25 Thread Willard Dennis
[root@ovirt-node-01 ~]# sudo -u vdsm /bin/bash
bash-4.2$ /usr/share/vdsm/vdsm
bash-4.2$ echo $?
1

> On Nov 25, 2015, at 11:16 AM, Simone Tiraboschi  wrote:
> 
> 
> On Wed, Nov 25, 2015 at 5:09 PM, Willard Dennis  > wrote:
> 
>> On Nov 25, 2015, at 10:37 AM, Simone Tiraboschi > > wrote:
>> 
>> 
>> 
>> On Wed, Nov 25, 2015 at 4:20 PM, Will Dennis > > wrote:
>> Hi Simone,
>> 
>> Looks like the vdsm log is empty...
>> 
>> [root@ovirt-node-01 ~]# ls -l /var/log/vdsm/vdsm.log
>> -rw-r--r-- 1 vdsm kvm 0 Nov 23 15:41 /var/log/vdsm/vdsm.log
>> 
>> Yes, I did execute the ‘vdsm-tool configure –force’ command before the 
>> restart, looks like it worked OK, but still the same problem with starting 
>> vdsm...
>> 
>> 
>> Can you please try manually run /usr/share/vdsm/vdsm as vdsm user?
>> 
> 
> [root@ovirt-node-01 ~]# su - vdsm
> This account is currently not available.
> [root@ovirt-node-01 ~]#
> [root@ovirt-node-01 ~]# grep vdsm /etc/passwd
> vdsm:x:36:36:Node Virtualization Manager:/var/lib/vdsm:/sbin/nologin
> [root@ovirt-node-01 ~]# runuser -l vdsm -c '/usr/share/vdsm/vdsm'
> This account is currently not available.
> 
> 
> [root@tiramd1 ~]# sudo -u vdsm /bin/bash
> bash-4.2$ whoami
> vdsm
> 

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


Re: [ovirt-users] Problem with hosted engine setup - vsdmd does not start

2015-11-25 Thread Simone Tiraboschi
On Wed, Nov 25, 2015 at 5:22 PM, Willard Dennis 
wrote:

> [root@ovirt-node-01 ~]# sudo -u vdsm /bin/bash
> bash-4.2$ /usr/share/vdsm/vdsm
> bash-4.2$ echo $?
> 1
>

Can you please use strace on it?


>
> On Nov 25, 2015, at 11:16 AM, Simone Tiraboschi 
> wrote:
>
>
> On Wed, Nov 25, 2015 at 5:09 PM, Willard Dennis 
> wrote:
>
>>
>> On Nov 25, 2015, at 10:37 AM, Simone Tiraboschi 
>> wrote:
>>
>>
>>
>> On Wed, Nov 25, 2015 at 4:20 PM, Will Dennis 
>> wrote:
>>
>>> Hi Simone,
>>>
>>> Looks like the vdsm log is empty...
>>>
>>> [root@ovirt-node-01 ~]# ls -l /var/log/vdsm/vdsm.log
>>> -rw-r--r-- 1 vdsm kvm 0 Nov 23 15:41 /var/log/vdsm/vdsm.log
>>>
>>> Yes, I did execute the ‘vdsm-tool configure –force’ command before the
>>> restart, looks like it worked OK, but still the same problem with starting
>>> vdsm...
>>>
>>
>>
>> Can you please try manually run /usr/share/vdsm/vdsm as vdsm user?
>>
>>
>> [root@ovirt-node-01 ~]# su - vdsm
>> This account is currently not available.
>> [root@ovirt-node-01 ~]#
>> [root@ovirt-node-01 ~]# grep vdsm /etc/passwd
>> vdsm:x:36:36:Node Virtualization Manager:/var/lib/vdsm:/sbin/nologin
>> [root@ovirt-node-01 ~]# runuser -l vdsm -c '/usr/share/vdsm/vdsm'
>> This account is currently not available.
>>
>>
> [root@tiramd1 ~]# sudo -u vdsm /bin/bash
> bash-4.2$ whoami
> vdsm
>
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Controlling UI table column visibility and position

2015-11-25 Thread Vojtech Szocs
Dear developers and users,

it's now possible to tweak table column visibility and position
through header context menu in WebAdmin's main & sub tabs [1,2].

  [1] https://gerrit.ovirt.org/#/c/43401/
  [2] https://gerrit.ovirt.org/#/c/47542/

This allows you to turn "unwanted" columns off and re-arrange
those which are visible to match your personal preference.

Screenshot of customizing VM main tab:

  https://imgur.com/5dfh8QA

There's also RFE [3] to persist (remember) such column settings
in the browser, similar to persisting other client-side options.

  [3] https://bugzilla.redhat.com/1285456

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


Re: [ovirt-users] [ovirt-devel] Controlling UI table column visibility and position

2015-11-25 Thread Oved Ourfali
That's awesome!
Looking forward to playing around with it!

Thanks,
Oved
On Nov 25, 2015 6:42 PM, "Vojtech Szocs"  wrote:

> Dear developers and users,
>
> it's now possible to tweak table column visibility and position
> through header context menu in WebAdmin's main & sub tabs [1,2].
>
>   [1] https://gerrit.ovirt.org/#/c/43401/
>   [2] https://gerrit.ovirt.org/#/c/47542/
>
> This allows you to turn "unwanted" columns off and re-arrange
> those which are visible to match your personal preference.
>
> Screenshot of customizing VM main tab:
>
>   https://imgur.com/5dfh8QA
>
> There's also RFE [3] to persist (remember) such column settings
> in the browser, similar to persisting other client-side options.
>
>   [3] https://bugzilla.redhat.com/1285456
>
> Regards,
> Vojtech
> ___
> Devel mailing list
> de...@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/devel
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Import OVA

2015-11-25 Thread Gonzalo Rafuls
On Wed, Nov 25, 2015 at 5:52 PM, Melissa Mesler  wrote:

> I am trying to follow the steps below but I don't see anywhere that allows
> me to import the template. There is no import function at all within any
> tab of "Template." Can someone help me with this?
>

After uploading the OVA file with image-uploader to the export domain, go
to "Storage" tab, click on the export domain and then click on "Template
Import" tab below, look for your template image and then click on Import.
After this you should be able to see the template under the "Template" tab.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [ovirt-devel] ovirt-engine-sdk-python too slow

2015-11-25 Thread Nir Soffer
$ ./profile-stats -c myscript.prof

Wed Nov 25 10:40:11 2015myscript.prof

 7892315 function calls (7891054 primitive calls) in 7.940 seconds

   Ordered by: internal time
   List reduced from 1518 to 20 due to restriction <20>

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
 90862.6930.0006.7060.001 inspect.py:247(getmembers)
  19524941.3940.0001.8800.000 inspect.py:59(isclass)
 90921.0300.0001.0300.000 {dir}
  19526420.6000.0000.6000.000 {getattr}
  19727650.5040.0000.5040.000 {isinstance}
30.3340.1110.3340.111 {method 'perform' of
'pycurl.Curl' objects}
  18839180.2840.0000.2840.000 {method 'append' of 'list'
objects}
 90870.2210.0000.2210.000 {method 'sort' of 'list'
objects}
 90510.1720.0006.9110.001
reflectionhelper.py:51(isModuleMember)
10.1240.1240.3540.354 errors.py:17()
10.0880.0880.2300.230 params.py:8()
 88790.0700.0006.9980.001 params.py:367(__setattr__)
10.0470.0475.1825.182 api.py:23()
10.0250.0254.7434.743 brokers.py:22()
10.0230.0230.0300.030
connectionspool.py:17()
10.0220.0220.0530.053
lxml.etree.pyx:1(PyMODINIT_FUNC PyInit_etree(void))
  1180.0190.0004.6840.040 params.py:45277(__init__)
50.0150.0030.0240.005 {built-in method strptime}
10.0120.0120.0130.013 socket.py:45()
   100.0110.0010.0150.002 collections.py:288(namedtuple)

So it is not the classes, it is the code inspecting them on import.

Nir

On Wed, Nov 25, 2015 at 7:49 AM, John Hunter  wrote:

> Hi Nir,
>
> Attachment is my script and its profile.
> Thanks a lot about your help!
>
> On Wed, Nov 25, 2015 at 5:49 AM, Nir Soffer  wrote:
>
>> On Tue, Nov 24, 2015 at 3:49 PM, John Hunter  wrote:
>>
>>>
>>>
>>> On Tue, Nov 24, 2015 at 9:15 PM, Juan Hernández 
>>> wrote:
>>>
 On 11/24/2015 01:40 PM, John Hunter wrote:
 > Hi,
 >
 > On Tue, Nov 24, 2015 at 5:18 PM, Oved Ourfali >>> > > wrote:
 >
 > Hi
 >
 > I discussed it with Juan (cc-ed).
 >
 > There used to be a bug in the JDBC authenticion extension that
 > artificially delayed RESTAPI responses by 5 seconds:
 >
 >   brute force prevention login delay should not be applied to
 successful
 > login requests
 >   https://bugzilla.redhat.com/1255814
 >
 > That matches the description of the issue, but in theory it has
 been
 > fixed. I would suggest him to check that he is using the right
 version
 > of the extension.
 >
 > I did not use the extension ovirt-engine-extension-aaa-jdbc, and I
 don't
 > think this bug matches my problem, because even there is only one line
 > in the python script, it still cost like 3 seconds, I don't think
 this is a
 > reasonable time as when I import other package, it cost almost no
 time.
 >
 > Can you explain why this import line costs so much time?
 >

 If you are using 3.6 then you are using ovirt-engine-extension-aaa-jdbc,
 as it is enabled by default, but looks like it isn't related to your
 problem.

 That line takes a long time to execute because it has to process two
 large Python modules: the "params" module that contains a class per each
 type used by the API (393 classes) and the "brokers" module that
 contains a class per each resource used by the API (358 classes). That
 makes a total of 751 classes. In my environment it takes 0.9 seconds,
 approx. You may want to use the python profile in your environment and
 share the results:

 $ cat > profile.py <<.
 import cProfile
 cProfile.run("from ovirtsdk.api import API")
 .

 $ python profile.py

 I won't be surprised to see this taking those 3 seconds in a slower
 environment.

 But even if this takes those 3 seconds it shouldn't be a big problem,
 because you shouldn't be running that "from ... import ..." line
 frequently. Your program should do this once only, when it starts.

 Assume that I have two functions to implement, one is to list all the
>>> vms belong
>>> to the user, and the other is to retrieve one vm's virt-viewer
>>> connection file, as
>>> far as I can see, I have to write two python scripts and import the
>>> ovirtsdk.api in both
>>> scripts, each script has to take the 3 seconds :(
>>>
>>
>> No, you have two functions, which can be in the same module, or in
>> different modules, depending on how you want to organize your code.
>>
>> Python imports are done only once, on the first time you import a module
>> anywhere. Th

Re: [ovirt-users] Problem with hosted engine setup - vsdmd does not start

2015-11-25 Thread Willard Dennis
strace output:
https://gist.githubusercontent.com/wdennis/d9913d8064af6a6b2c36/raw/6a33f7d9ba7da72ff9be7a15e2e81e5d06ad0fc5/vdsm-strace.txt
 



> On Nov 25, 2015, at 11:29 AM, Simone Tiraboschi  wrote:
> 
> 
> 
> On Wed, Nov 25, 2015 at 5:22 PM, Willard Dennis  > wrote:
> [root@ovirt-node-01 ~]# sudo -u vdsm /bin/bash
> bash-4.2$ /usr/share/vdsm/vdsm
> bash-4.2$ echo $?
> 1
> 
> Can you please use strace on it?
>  
> 
>> On Nov 25, 2015, at 11:16 AM, Simone Tiraboschi > > wrote:
>> 
>> 
>> On Wed, Nov 25, 2015 at 5:09 PM, Willard Dennis > > wrote:
>> 
>>> On Nov 25, 2015, at 10:37 AM, Simone Tiraboschi >> > wrote:
>>> 
>>> 
>>> 
>>> On Wed, Nov 25, 2015 at 4:20 PM, Will Dennis >> > wrote:
>>> Hi Simone,
>>> 
>>> Looks like the vdsm log is empty...
>>> 
>>> [root@ovirt-node-01 ~]# ls -l /var/log/vdsm/vdsm.log
>>> -rw-r--r-- 1 vdsm kvm 0 Nov 23 15:41 /var/log/vdsm/vdsm.log
>>> 
>>> Yes, I did execute the ‘vdsm-tool configure –force’ command before the 
>>> restart, looks like it worked OK, but still the same problem with starting 
>>> vdsm...
>>> 
>>> 
>>> Can you please try manually run /usr/share/vdsm/vdsm as vdsm user?
>>> 
>> 
>> [root@ovirt-node-01 ~]# su - vdsm
>> This account is currently not available.
>> [root@ovirt-node-01 ~]#
>> [root@ovirt-node-01 ~]# grep vdsm /etc/passwd
>> vdsm:x:36:36:Node Virtualization Manager:/var/lib/vdsm:/sbin/nologin
>> [root@ovirt-node-01 ~]# runuser -l vdsm -c '/usr/share/vdsm/vdsm'
>> This account is currently not available.
>> 
>> 
>> [root@tiramd1 ~]# sudo -u vdsm /bin/bash
>> bash-4.2$ whoami
>> vdsm
>> 
> 
> 

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


Re: [ovirt-users] Import OVA

2015-11-25 Thread Melissa Mesler
Thank you! Learning as I go for sure.. But when I do that, everything is 
all greyed out as if there's nothing to import.


Melissa Mesler
I.S. Department Manager
E-mail: meli...@aasteel.com

American Alloy Steel
Houston, Texas
Website: www.aasteel.com

Phone: 713-462-8081
Direct: 713-300-5697
Cell: 713-408-1502
Fax: 713-300-5688

On 11/25/15 11:45 AM, Gonzalo Rafuls wrote:
On Wed, Nov 25, 2015 at 5:52 PM, Melissa Mesler > wrote:


I am trying to follow the steps below but I don't see anywhere
that allows me to import the template. There is no import function
at all within any tab of "Template." Can someone help me with this?


After uploading the OVA file with image-uploader to the export domain, 
go to "Storage" tab, click on the export domain and then click on 
"Template Import" tab below, look for your template image and then 
click on Import.
After this you should be able to see the template under the "Template" 
tab.


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


Re: [ovirt-users] Import OVA

2015-11-25 Thread Melissa Mesler
I am trying to follow the steps below but I don't see anywhere that 
allows me to import the template. There is no import function at all 
within any tab of "Template." Can someone help me with this?


On 11/25/15 8:23 AM, Gonzalo Rafuls wrote:
On Wed, Nov 25, 2015 at 3:10 PM, Massimo Mad > wrote:


How i cam inport a virtual appliance (OVA), what should I write in
the field "path" ?


You can upload the OVA file to export domain with the image-uploader 
[1]. Then import the template from the domain itself and create a VM 
with that template.


Regards,
Gonza.-

[1] http://www.ovirt.org/OVirt_engine_tools#engine-image-uploader

On Wed, Nov 25, 2015 at 3:10 PM, Massimo Mad > wrote:


Hi,
How i cam inport a virtual appliance (OVA), what should I write in
the field "path" ?
I try with 10.10.10.73:/export/nfsshare but i have this error:
VDSM ovirtsrv102 command failed: ['Permission denied, please try
again.', 'Permission denied, please try again.', 'Permission
denied (publickey,gssapi-keyex,gssapi-with-mic,password).',
'/usr/bin/tar: 10.10.10.73\\:/export/nfsshare: Cannot open:
Input/output error', '/usr/bin/tar: Error is not recoverable:
exiting now']
I try to add the memory on a running vm ad i have this error:
Failed to hot set memory to VM CoverterV2V-REL6. Underlying error
message: unsupported configuration: unknown device type 'memory'
VDSM ovirtsrv104 command failed: unsupported configuration:
unknown device type 'memory'

Regards
Massimo

___
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] Import OVA

2015-11-25 Thread Melissa Mesler

Nevermind. I'm an idiot. I see what I did. Thank you for your help!

On 11/25/15 12:03 PM, Melissa Mesler wrote:
Thank you! Learning as I go for sure.. But when I do that, everything 
is all greyed out as if there's nothing to import.

Melissa Mesler
I.S. Department Manager
E-mail:meli...@aasteel.com

American Alloy Steel
Houston, Texas
Website:www.aasteel.com

Phone: 713-462-8081
Direct: 713-300-5697
Cell: 713-408-1502
Fax: 713-300-5688
On 11/25/15 11:45 AM, Gonzalo Rafuls wrote:
On Wed, Nov 25, 2015 at 5:52 PM, Melissa Mesler  
wrote:


I am trying to follow the steps below but I don't see anywhere
that allows me to import the template. There is no import
function at all within any tab of "Template." Can someone help me
with this?


After uploading the OVA file with image-uploader to the export 
domain, go to "Storage" tab, click on the export domain and then 
click on "Template Import" tab below, look for your template image 
and then click on Import.
After this you should be able to see the template under the 
"Template" tab.




___
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-devel] ovirt-engine-sdk-python too slow

2015-11-25 Thread Juan Hernández
On 11/25/2015 06:45 PM, Nir Soffer wrote:
> $ ./profile-stats -c myscript.prof
> 
> Wed Nov 25 10:40:11 2015myscript.prof
> 
>  7892315 function calls (7891054 primitive calls) in 7.940 seconds
> 
>Ordered by: internal time
>List reduced from 1518 to 20 due to restriction <20>
> 
>ncalls  tottime  percall  cumtime  percall filename:lineno(function)
>  90862.6930.0006.7060.001 inspect.py:247(getmembers)
>   19524941.3940.0001.8800.000 inspect.py:59(isclass)
>  90921.0300.0001.0300.000 {dir}
>   19526420.6000.0000.6000.000 {getattr}
>   19727650.5040.0000.5040.000 {isinstance}
> 30.3340.1110.3340.111 {method 'perform' of
> 'pycurl.Curl' objects}
>   18839180.2840.0000.2840.000 {method 'append' of 'list'
> objects}
>  90870.2210.0000.2210.000 {method 'sort' of 'list'
> objects}
>  90510.1720.0006.9110.001
> reflectionhelper.py:51(isModuleMember)
> 10.1240.1240.3540.354 errors.py:17()
> 10.0880.0880.2300.230 params.py:8()
>  88790.0700.0006.9980.001 params.py:367(__setattr__)
> 10.0470.0475.1825.182 api.py:23()
> 10.0250.0254.7434.743 brokers.py:22()
> 10.0230.0230.0300.030
> connectionspool.py:17()
> 10.0220.0220.0530.053
> lxml.etree.pyx:1(PyMODINIT_FUNC PyInit_etree(void))
>   1180.0190.0004.6840.040 params.py:45277(__init__)
> 50.0150.0030.0240.005 {built-in method strptime}
> 10.0120.0120.0130.013 socket.py:45()
>100.0110.0010.0150.002 collections.py:288(namedtuple)
> 
> So it is not the classes, it is the code inspecting them on import.
> 

The script doesn't contain only the imports, it is also calling the
server, and we know parsing the result is slow, due to the excesive use
of "inspect", as I mentioned before:

  [RFE][performance] - generate large scale list running to slow.
  https://bugzilla.redhat.com/show_bug.cgi?id=1221238#c2

In the profiling information seems to corresponds to the script before
commenting out the part that lists all the VMs, as it looks like the
constructor of the VM class was called 21 times (you probably have 21 VMs):

  21 0.004 1.308
build/bdist.linux-x86_64/egg/ovirtsdk/infrastructure/brokers.py:29139(VM)

> Nir
> 
> On Wed, Nov 25, 2015 at 7:49 AM, John Hunter  > wrote:
> 
> Hi Nir,
> 
> Attachment is my script and its profile.
> Thanks a lot about your help!
> 
> On Wed, Nov 25, 2015 at 5:49 AM, Nir Soffer  > wrote:
> 
> On Tue, Nov 24, 2015 at 3:49 PM, John Hunter  > wrote:
> 
> 
> 
> On Tue, Nov 24, 2015 at 9:15 PM, Juan Hernández
> mailto:jhern...@redhat.com>> wrote:
> 
> On 11/24/2015 01:40 PM, John Hunter wrote:
> > Hi,
> >
> > On Tue, Nov 24, 2015 at 5:18 PM, Oved Ourfali 
> mailto:oourf...@redhat.com>
> > >> 
> wrote:
> >
> > Hi
> >
> > I discussed it with Juan (cc-ed).
> >
> > There used to be a bug in the JDBC authenticion 
> extension that
> > artificially delayed RESTAPI responses by 5 seconds:
> >
> >   brute force prevention login delay should not be 
> applied to successful
> > login requests
> >   https://bugzilla.redhat.com/1255814
> >
> > That matches the description of the issue, but in 
> theory it has been
> > fixed. I would suggest him to check that he is using 
> the right version
> > of the extension.
> >
> > I did not use the extension 
> ovirt-engine-extension-aaa-jdbc, and I don't
> > think this bug matches my problem, because even there is 
> only one line
> > in the python script, it still cost like 3 seconds, I don't 
> think this is a
> > reasonable time as when I import other package, it cost 
> almost no time.
> >
> > Can you explain why this import line costs so much time?
> >
> 
> If you are using 3.6 then you are using
> ovirt-engine-extension-aaa-jdbc,
> as it is enabled by default, but looks like it isn't
> related to your
> problem.
> 
> That line takes a long time to execute because it has to
> process two
>

[ovirt-users] Updated Invitation: [Deep dive] Host Network QoS - oVirt 3.6 @ Wed Dec 2, 2015 5pm - 6pm (ibar...@redhat.com)

2015-11-25 Thread ibarkan
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VEVENT
DTSTART:20151202T15Z
DTEND:20151202T16Z
DTSTAMP:20151125T185241Z
ORGANIZER;CN=ibar...@redhat.com:mailto:ibar...@redhat.com
UID:4fqeu4t4dkfk2gur4s7kb64...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;RSVP=TRUE
 ;CN=ibar...@redhat.com;X-NUM-GUESTS=0:mailto:ibar...@redhat.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=users@ovirt.org;X-NUM-GUESTS=0:mailto:users@ovirt.org
CREATED:20151124T130809Z
DESCRIPTION:Hangouts on air: https://plus.google.com/events/c3la9vdse911atq
 991qflogtq0g\nyou tube link: https://plus.google.com/events/c3la9vdse911atq
 991qflogtq0g\nView your event at https://www.google.com/calendar/event?acti
 on=VIEW&eid=NGZxZXU0dDRka2ZrMmd1cjRzN2tiNjRwY2sgdXNlcnNAb3ZpcnQub3Jn&tok=MT
 gjaWJhcmthbkByZWRoYXQuY29tMjkyNTNlN2U0YzM5MzZhNWNmNjE5ZjVmM2VjODUzMGQxN2YzY
 2E5Nw&ctz=Asia/Jerusalem&hl=en.
LAST-MODIFIED:20151125T185240Z
LOCATION:
SEQUENCE:2
STATUS:CONFIRMED
SUMMARY:[Deep dive] Host Network QoS - oVirt 3.6
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR


invite.ics
Description: application/ics
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [ovirt-devel] Controlling UI table column visibility and position

2015-11-25 Thread Eli Mesika


- Original Message -
> From: "Oved Ourfali" 
> To: "Vojtech Szocs" 
> Cc: "users" , "devel" 
> Sent: Wednesday, November 25, 2015 7:32:33 PM
> Subject: Re: [ovirt-devel] Controlling UI table column visibility and position
> 
> 
> 
> That's awesome!
> Looking forward to playing around with it!
> 
> Thanks,
> Oved
> On Nov 25, 2015 6:42 PM, "Vojtech Szocs" < vsz...@redhat.com > wrote:
> 
> 
> Dear developers and users,
> 
> it's now possible to tweak table column visibility and position
> through header context menu in WebAdmin's main & sub tabs [1,2].
> 
> [1] https://gerrit.ovirt.org/#/c/43401/
> [2] https://gerrit.ovirt.org/#/c/47542/
> 
> This allows you to turn "unwanted" columns off and re-arrange
> those which are visible to match your personal preference.
> 
> Screenshot of customizing VM main tab:
> 
> https://imgur.com/5dfh8QA

Really useful 
However, I would filter out status columns since this column does not have a 
title and also  I can not see a use-case of removing this column from the view 

> 
> There's also RFE [3] to persist (remember) such column settings
> in the browser, similar to persisting other client-side options.
> 
> [3] https://bugzilla.redhat.com/1285456
> 
> Regards,
> Vojtech
> ___
> Devel mailing list
> de...@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/devel
> 
> ___
> Devel mailing list
> de...@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/devel
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] oVirt 4.0 wishlist: oVirt Self Hosted Engine Setup

2015-11-25 Thread Giuseppe Ragusa
On Wed, Nov 25, 2015, at 12:13, Simone Tiraboschi wrote:
> 
> 
> On Mon, Nov 23, 2015 at 10:10 PM, Giuseppe Ragusa 
>  wrote:
>> Hi all,
>> I go on with my wishlist, derived from both solitary mumblings and community 
>> talks at the the first Italian oVirt Meetup.
>>  
>> I offer to help in coding (work/family schedules permitting) but keep in 
>> mind that I'm a sysadmin with mainly C and bash-scripting skills (but hoping 
>> to improve my less-than-newbie Python too...)
>>  
>> I've sent separate wishlist messages for oVirt Node, oVirt Engine and VDSM.
>>  
>> oVirt Self Hosted Engine Setup:
>>  
>> *) allow virtual hardware customizations for locally-created Engine vm, 
>> specifically: allow to add an arbitrary number of NICs (asking for MAC 
>> address and local bridge to connect to) and maybe also an arbitrary number 
>> of disks (asking for size) as these seem to be the only/most_useful items 
>> missing; maybe the prebuilt appliance image too may be inspected by setup to 
>> detect a customized one and connect any further NICs to custom local bridges 
>> (which the user should be asked for)
> 
> For 3.6.1 (it should be in 3.6.0 but it's bugged) you will be able to edit 
> some parameter of the engine VM from the engine (than of course you need to 
> reboot to make them effective).
> I'm not sure if it's worth to make the setup more complex or if it's better 
> to keep it simple (single nic, single disk) and then let you edit the VM only 
> from the engine as for other VMs.

Thanks Simone for your reply!

You are right: I was bothering you with this setup wishlist item *mainly* 
because further Engine vm modification was impossible/awkward/difficult before 
3.6.1

Nonetheless I have seen many cases in which at least a second NIC would be 
absolutely needed to complete the Engine installation: it is a well known best 
practice to keep the management network (maybe conflated with the IPMI network 
in smaller cases) completely isolated from other services and to allow only 
limited access to/from it, and that network would be the 
ovirtmgmt-bridge-connected network (the only one available to the Engine, as of 
now); now think of a kickstart-based Engine OS installation/update from a local 
repository/mirror which would be reachable on a different network only (further 
access to the User/Administration Web portal could have similar needs but could 
be more easily covered by successive Engine vm modifications)

The "additional disks" part was (maybe "artificially") added by me out of 
fantasy, but I know of at least one enterprise customer that by policy mandates 
separate disks for OS and data (mainly on FC LUNs, to be honest, but FC is 
supported by hosted Engine now, isn't it?)

I absolutely don't know how the setup code is structured (and the recent 
logical "duplication" between mixins.py and vm.conf.in scares me a bit, 
actually ;), but I naively hope that changing the two single hardcoded nic/hdd 
questions into two loops of minimum 1 iteration (with a corresponding 
generalization of related otopi parameters) should not increase the complexity 
too much (and could be an excuse to rationalize/unify it further).

Obviously I could stand instantly corrected by anyone who really knows the 
code, but in exchange I would gain for free some interesting pointers/insights 
into the setup code/structure ;)


>> Regards,
>> Giuseppe
>> ___
>> 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 permissions on Hosted Engine HA Agent log files

2015-11-25 Thread Giuseppe Ragusa
Hi all,
I'm installing oVirt (3.6) in self-hosted mode, hyperconverged with GlusterFS 
(3.7.6).

I'm using the oVirt snapshot generated the night between the 18th and 19th of 
November, 2015.

The (single, at the moment) host and the Engine are both CentOS 7.1 fully 
up-to-date.

After ovirt-hosted-engine-setup successful completion, I found the following 
(about 3 days after setup completed) "anomalies":

666 1 vdsm kvm - /var/log/ovirt-hosted-engine-ha/agent.log
666 1 vdsm kvm - /var/log/ovirt-hosted-engine-ha/agent.log.2015-11-23
666 1 vdsm kvm - /var/log/ovirt-hosted-engine-ha/broker.log
666 1 vdsm kvm - /var/log/ovirt-hosted-engine-ha/broker.log.2015-11-23

The listing above comes from a custom security checking script that gives:

"octal permissions" "number of links" "owner" "group" - "absolute pathname"

Is the ominous "666" mark actually intended/necessary? ;-)

Do I need to open a bugzilla notification for this?

Many thanks in advance for your attention.

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


[ovirt-users] HA cluster

2015-11-25 Thread Budur Nagaraju
HI

Getting below error while configuring Hosted engine,

root@he ~]# hosted-engine --deploy
[ INFO  ] Stage: Initializing
[ INFO  ] Generating a temporary VNC password.
[ INFO  ] Stage: Environment setup
  Continuing will configure this host for serving as hypervisor and
create a VM where you have to install oVirt Engine afterwards.
  Are you sure you want to continue? (Yes, No)[Yes]: yes
  Configuration files: []
  Log file:
/var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20151126102302-bkozgk.log
  Version: otopi-1.3.2 (otopi-1.3.2-1.el6)
  It has been detected that this program is executed through an SSH
connection without using screen.
  Continuing with the installation may lead to broken installation
if the network connection fails.
  It is highly recommended to abort the installation and run it
inside a screen session using command "screen".
  Do you want to continue anyway? (Yes, No)[No]: yes
[WARNING] Cannot detect if hardware supports virtualization
[ INFO  ] Bridge ovirtmgmt already created
[ INFO  ] Stage: Environment packages setup
[ INFO  ] Stage: Programs detection
[ INFO  ] Stage: Environment setup

*[ ERROR ] The following VMs has been found:
2b8d6d91-d838-44f6-ae3b-c92cda014280[ ERROR ] Failed to execute stage
'Environment setup': Cannot setup Hosted Engine with other VMs running*
[ INFO  ] Stage: Clean up
[ INFO  ] Generating answer file
'/var/lib/ovirt-hosted-engine-setup/answers/answers-20151126102310.conf'
[ INFO  ] Stage: Pre-termination
[ INFO  ] Stage: Termination
[root@he ~]#
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Attach Export Domain (NFS) to multiple datacenter

2015-11-25 Thread Punit Dambiwal
Hi Simone,

Yes.. i can but i want to use the same NFS storage with OS template
inside..to use all the local storage server to provision the guest VM's..

Thanks,
punit

On Wed, Nov 25, 2015 at 6:24 PM, Simone Tiraboschi 
wrote:

>
>
> On Wed, Nov 25, 2015 at 5:50 AM, Punit Dambiwal  wrote:
>
>> Hi,
>>
>> I want to attach the same nfs (export) volume to multiple datacenter in
>> the ovirt..is it possible to do so..or any workaround for the same..
>>
>
>
> As far as I know not at the same time.
> You have to detach and then attach do the new datacenter.
>
>
>>
>> Thanks.
>> Punit
>>
>> ___
>> 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 3.6 | After upgrade host can not connect to storage domains | returned by VDSM was: 480

2015-11-25 Thread Sahina Bose
The error 480 - Gluster volume replica count is not supported, seems to 
indicate that vdsm has not read the updated conf.

Have you made the change in all the nodes (hypervisor)?

[+users]



On 11/26/2015 07:13 AM, Punit Dambiwal wrote:

Hi Sahina,

Still the same error "480"

Engine Logs :- http://fpaste.org/294595/

---
2015-11-06 15:01:51,042 ERROR 
[org.ovirt.engine.core.bll.storage.BaseFsStorageHelper] 
(DefaultQuartzScheduler_Worker-78) [40bde6e1] The connection with 
details 'gluster1.3linux.com:/ssd' failed because of error code '480' 
and error message is: 480
2015-11-06 15:01:51,103 ERROR 
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] 
(DefaultQuartzScheduler_Worker-78) [40bde6e1] Correlation ID: null, 
Call Stack: null, Custom Event ID: -1, Message: The error message for 
connection gluster.3linux.com:/sata returned by VDSM was: 480
2015-11-06 15:01:51,104 ERROR 
[org.ovirt.engine.core.bll.storage.BaseFsStorageHelper] 
(DefaultQuartzScheduler_Worker-78) [40bde6e1] The connection with 
details 'gluster.3linux.com:/sata' failed because of error code '480' 
and error message is: 480
2015-11-06 15:01:51,104 INFO 
 [org.ovirt.engine.core.bll.storage.ConnectHostToStoragePoolServersCommand] 
(DefaultQuartzScheduler_Worker-78) [40bde6e1] Host 'compute6' storage 
connection was failed

--

Thanks,
Punit

On Wed, Nov 25, 2015 at 9:30 PM, Sahina Bose > wrote:


Hi Punit,

Based on comment 2 in
https://bugzilla.redhat.com/show_bug.cgi?id=1238093, you should be
able to edit /etc/vdsm/vdsm.conf

allowed_replica_counts=2,3

and restart vdsm.

Could you attach error that you continue to face (post above step?)



On 11/25/2015 08:02 AM, Punit Dambiwal wrote:

Hi Sahina,

Yes...i have restarted the vdsm and even rebooted the whole
machine but not work..

On Tue, Nov 24, 2015 at 10:19 PM, Sahina Bose mailto:sab...@redhat.com>> wrote:

Have you restarted vdsm?

On 11/24/2015 07:38 AM, Punit Dambiwal wrote:

Hi Sahina,

Either after make the changes in the vdsm.conf,still not
able to connect to the replica=2 storage..

Thanks,
Punit

On Mon, Nov 23, 2015 at 4:15 PM, Punit Dambiwal
mailto:hypu...@gmail.com>> wrote:

Hi Sahina,

Thanks for the update...would you mind to let me know
the correct syntax to add the line in the vdsm.conf ??

Thanks,
Punit

On Mon, Nov 23, 2015 at 3:48 PM, Sahina Bose
mailto:sab...@redhat.com>> wrote:

You can change the allowed_replica_count to 2 in
vdsm.conf - though this is not recommended in
production. Supported replica count is 3.

thanks
sahina


On 11/23/2015 07:58 AM, Punit Dambiwal wrote:

Hi Sahina,

Is there any workaround to solve this issue ?

Thanks,
Punit

On Wed, Nov 11, 2015 at 9:36 AM, Sahina Bose
mailto:sab...@redhat.com>> wrote:

Hi,

Thanks for your email. I will be back on 16th
Nov and will get back to you then.

thanks
sahina














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


Re: [ovirt-users] HA cluster

2015-11-25 Thread Oved Ourfali
Hi

Seems like you have existing VMs running on the host (you can check that by
looking for qemu processes on your host).
Is that a clean deployment, or was the host used before for running VMs?
Perhaps you already ran the hosted engine setup, and the VM was left there?

CC-ing Sandro who is more familiar in that than me.

Thanks,
Oved

On Thu, Nov 26, 2015 at 7:07 AM, Budur Nagaraju  wrote:

> HI
>
> Getting below error while configuring Hosted engine,
>
> root@he ~]# hosted-engine --deploy
> [ INFO  ] Stage: Initializing
> [ INFO  ] Generating a temporary VNC password.
> [ INFO  ] Stage: Environment setup
>   Continuing will configure this host for serving as hypervisor
> and create a VM where you have to install oVirt Engine afterwards.
>   Are you sure you want to continue? (Yes, No)[Yes]: yes
>   Configuration files: []
>   Log file:
> /var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20151126102302-bkozgk.log
>   Version: otopi-1.3.2 (otopi-1.3.2-1.el6)
>   It has been detected that this program is executed through an
> SSH connection without using screen.
>   Continuing with the installation may lead to broken installation
> if the network connection fails.
>   It is highly recommended to abort the installation and run it
> inside a screen session using command "screen".
>   Do you want to continue anyway? (Yes, No)[No]: yes
> [WARNING] Cannot detect if hardware supports virtualization
> [ INFO  ] Bridge ovirtmgmt already created
> [ INFO  ] Stage: Environment packages setup
> [ INFO  ] Stage: Programs detection
> [ INFO  ] Stage: Environment setup
>
> *[ ERROR ] The following VMs has been found:
> 2b8d6d91-d838-44f6-ae3b-c92cda014280[ ERROR ] Failed to execute stage
> 'Environment setup': Cannot setup Hosted Engine with other VMs running*
> [ INFO  ] Stage: Clean up
> [ INFO  ] Generating answer file
> '/var/lib/ovirt-hosted-engine-setup/answers/answers-20151126102310.conf'
> [ INFO  ] Stage: Pre-termination
> [ INFO  ] Stage: Termination
> [root@he ~]#
>
>
> ___
> 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] HA cluster

2015-11-25 Thread Budur Nagaraju
Its a fresh setup ,I have deleted all the vms ,still am facing same issues .


On Thu, Nov 26, 2015 at 11:56 AM, Oved Ourfali  wrote:

> Hi
>
> Seems like you have existing VMs running on the host (you can check that
> by looking for qemu processes on your host).
> Is that a clean deployment, or was the host used before for running VMs?
> Perhaps you already ran the hosted engine setup, and the VM was left there?
>
> CC-ing Sandro who is more familiar in that than me.
>
> Thanks,
> Oved
>
> On Thu, Nov 26, 2015 at 7:07 AM, Budur Nagaraju  wrote:
>
>> HI
>>
>> Getting below error while configuring Hosted engine,
>>
>> root@he ~]# hosted-engine --deploy
>> [ INFO  ] Stage: Initializing
>> [ INFO  ] Generating a temporary VNC password.
>> [ INFO  ] Stage: Environment setup
>>   Continuing will configure this host for serving as hypervisor
>> and create a VM where you have to install oVirt Engine afterwards.
>>   Are you sure you want to continue? (Yes, No)[Yes]: yes
>>   Configuration files: []
>>   Log file:
>> /var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20151126102302-bkozgk.log
>>   Version: otopi-1.3.2 (otopi-1.3.2-1.el6)
>>   It has been detected that this program is executed through an
>> SSH connection without using screen.
>>   Continuing with the installation may lead to broken
>> installation if the network connection fails.
>>   It is highly recommended to abort the installation and run it
>> inside a screen session using command "screen".
>>   Do you want to continue anyway? (Yes, No)[No]: yes
>> [WARNING] Cannot detect if hardware supports virtualization
>> [ INFO  ] Bridge ovirtmgmt already created
>> [ INFO  ] Stage: Environment packages setup
>> [ INFO  ] Stage: Programs detection
>> [ INFO  ] Stage: Environment setup
>>
>> *[ ERROR ] The following VMs has been found:
>> 2b8d6d91-d838-44f6-ae3b-c92cda014280[ ERROR ] Failed to execute stage
>> 'Environment setup': Cannot setup Hosted Engine with other VMs running*
>> [ INFO  ] Stage: Clean up
>> [ INFO  ] Generating answer file
>> '/var/lib/ovirt-hosted-engine-setup/answers/answers-20151126102310.conf'
>> [ INFO  ] Stage: Pre-termination
>> [ INFO  ] Stage: Termination
>> [root@he ~]#
>>
>>
>> ___
>> 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 3.6 | After upgrade host can not connect to storage domains | returned by VDSM was: 480

2015-11-25 Thread Punit Dambiwal
Hi Sahina,

Yes.. I have added the changes in all my HV nodes..

Thanks,
Punit

On Thu, Nov 26, 2015 at 2:13 PM, Sahina Bose  wrote:

> The error 480 - Gluster volume replica count is not supported, seems to
> indicate that vdsm has not read the updated conf.
> Have you made the change in all the nodes (hypervisor)?
>
> [+users]
>
>
>
>
> On 11/26/2015 07:13 AM, Punit Dambiwal wrote:
>
> Hi Sahina,
>
> Still the same error "480"
>
> Engine Logs :- http://fpaste.org/294595/
>
> ---
> 2015-11-06 15:01:51,042 ERROR
> [org.ovirt.engine.core.bll.storage.BaseFsStorageHelper]
> (DefaultQuartzScheduler_Worker-78) [40bde6e1] The connection with details
> 'gluster1.3linux.com:/ssd' failed because of error code '480' and error
> message is: 480
> 2015-11-06 15:01:51,103 ERROR
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (DefaultQuartzScheduler_Worker-78) [40bde6e1] Correlation ID: null, Call
> Stack: null, Custom Event ID: -1, Message: The error message for connection
> gluster.3linux.com:/sata returned by VDSM was: 480
> 2015-11-06 15:01:51,104 ERROR
> [org.ovirt.engine.core.bll.storage.BaseFsStorageHelper]
> (DefaultQuartzScheduler_Worker-78) [40bde6e1] The connection with details
> 'gluster.3linux.com:/sata' failed because of error code '480' and error
> message is: 480
> 2015-11-06 15:01:51,104 INFO
>  [org.ovirt.engine.core.bll.storage.ConnectHostToStoragePoolServersCommand]
> (DefaultQuartzScheduler_Worker-78) [40bde6e1] Host 'compute6' storage
> connection was failed
> --
>
> Thanks,
> Punit
>
> On Wed, Nov 25, 2015 at 9:30 PM, Sahina Bose  wrote:
>
>> Hi Punit,
>>
>> Based on comment 2 in https://bugzilla.redhat.com/show_bug.cgi?id=1238093,
>> you should be able to edit /etc/vdsm/vdsm.conf
>>
>> allowed_replica_counts=2,3
>>
>> and restart vdsm.
>>
>> Could you attach error that you continue to face (post above step?)
>>
>>
>>
>> On 11/25/2015 08:02 AM, Punit Dambiwal wrote:
>>
>> Hi Sahina,
>>
>> Yes...i have restarted the vdsm and even rebooted the whole machine but
>> not work..
>>
>> On Tue, Nov 24, 2015 at 10:19 PM, Sahina Bose < 
>> sab...@redhat.com> wrote:
>>
>>> Have you restarted vdsm?
>>>
>>> On 11/24/2015 07:38 AM, Punit Dambiwal wrote:
>>>
>>> Hi Sahina,
>>>
>>> Either after make the changes in the vdsm.conf,still not able to connect
>>> to the replica=2 storage..
>>>
>>> Thanks,
>>> Punit
>>>
>>> On Mon, Nov 23, 2015 at 4:15 PM, Punit Dambiwal < 
>>> hypu...@gmail.com> wrote:
>>>
 Hi Sahina,

 Thanks for the update...would you mind to let me know the correct
 syntax to add the line in the vdsm.conf ??

 Thanks,
 Punit

 On Mon, Nov 23, 2015 at 3:48 PM, Sahina Bose < 
 sab...@redhat.com> wrote:

> You can change the allowed_replica_count to 2 in vdsm.conf - though
> this is not recommended in production. Supported replica count is 3.
>
> thanks
> sahina
>
>
> On 11/23/2015 07:58 AM, Punit Dambiwal wrote:
>
> Hi Sahina,
>
> Is there any workaround to solve this issue ?
>
> Thanks,
> Punit
>
> On Wed, Nov 11, 2015 at 9:36 AM, Sahina Bose < 
> sab...@redhat.com> wrote:
>
>> Hi,
>>
>> Thanks for your email. I will be back on 16th Nov and will get back
>> to you then.
>>
>> thanks
>> sahina
>>
>
>
>

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