[ovirt-users] Is there ovirt-guest-agent for ubuntu 14.04?

2014-04-29 Thread Arman Khalatyan
Hi,
Is there ovirt-guest-agent for ubuntu 14.04?
I was looking on launchpad but onli 13.x latest
thanks,
Arman.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] How to reset vm from unknown state?

2014-07-25 Thread Arman Khalatyan
Hi. My nfs storage got problems and one of the vms went to unknown state.
Other vms on the same storage were back to normal state.
Are there way to reset state of vm???
I am using ovirt 3.4.0-1 with centos6.5

Thenks.
Arman
On Jul 25, 2014 7:47 PM, Brian Proffitt bprof...@redhat.com wrote:
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] How to reset vm from unknown state?

2014-07-28 Thread Arman Khalatyan
Thank you for Ideas,
To clarify the situation:
I have a cluster with 2 hosts:C1 and C2.With stroage on ZFS(d1) and
XFS(d2) both are with nfs mounted.
d1 was away all and VMs where paused or unknown mode.
After recovery d1 one VM with CentOS 7 didnot come back it stay in
ovirt-engine gut always in unknown state(with icon ?).
I just tested to be sure the bare metal hosts are ok: Movind around
some VMs from c1-c2 and disks d1-d2 .
I just rebooted hosts using maintenance mode+reinstall, then reboot by IPMI.
seems to me database of ovirt did not recognize that this VMhost needs
to be in offline or down state.
Over the web-gui I am not able to delete or reboot the VM.
Can I somehow change VM state to down in the database? Is it normal practice?

Thanks,
Arman.


On Mon, Jul 28, 2014 at 2:40 PM, Michal Skrivanek
michal.skriva...@redhat.com wrote:

 On Jul 25, 2014, at 20:37 , Arman Khalatyan arm2...@gmail.com wrote:

 Hi. My nfs storage got problems and one of the vms went to unknown state. 
 Other vms on the same storage were back to normal state.

 is the host running that VM ok?
 It seems like it's not. Can you reboot it? (supposing it may be blocked on 
 storage access, or stale NFS handle if NFS, etc…)

 Thanks,
 michal

 Are there way to reset state of vm???
 I am using ovirt 3.4.0-1 with centos6.5

 Thenks.
 Arman

 On Jul 25, 2014 7:47 PM, Brian Proffitt bprof...@redhat.com wrote:
 ___
 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 reset vm from unknown state?

2014-07-29 Thread Arman Khalatyan
I try to disable iptables same situation.
Yes Ovirt-engine on separate host was restarted. No change of status
of this one vm.
Other two vms are ok.
a.


On Tue, Jul 29, 2014 at 6:11 AM, xiec.f...@cn.fujitsu.com
xiec.f...@cn.fujitsu.com wrote:
 Hi Arman
 I met some problem like u because of firewall. Then I shutdown 
 iptables and VMs' state are normal .
 Hope to help u.


 -邮件原件-
 发件人: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] 代表 Arman 
 Khalatyan
 发送时间: 2014年7月29日 0:47
 收件人: Michal Skrivanek
 抄送: users
 主题: Re: [ovirt-users] How to reset vm from unknown state?

 Thank you for Ideas,
 To clarify the situation:
 I have a cluster with 2 hosts:C1 and C2.With stroage on ZFS(d1) and
 XFS(d2) both are with nfs mounted.
 d1 was away all and VMs where paused or unknown mode.
 After recovery d1 one VM with CentOS 7 didnot come back it stay in 
 ovirt-engine gut always in unknown state(with icon ?).
 I just tested to be sure the bare metal hosts are ok: Movind around some VMs 
 from c1-c2 and disks d1-d2 .
 I just rebooted hosts using maintenance mode+reinstall, then reboot by IPMI.
 seems to me database of ovirt did not recognize that this VMhost needs to be 
 in offline or down state.
 Over the web-gui I am not able to delete or reboot the VM.
 Can I somehow change VM state to down in the database? Is it normal practice?

 Thanks,
 Arman.


 On Mon, Jul 28, 2014 at 2:40 PM, Michal Skrivanek 
 michal.skriva...@redhat.com wrote:

 On Jul 25, 2014, at 20:37 , Arman Khalatyan arm2...@gmail.com wrote:

 Hi. My nfs storage got problems and one of the vms went to unknown state. 
 Other vms on the same storage were back to normal state.

 is the host running that VM ok?
 It seems like it's not. Can you reboot it? (supposing it may be
 blocked on storage access, or stale NFS handle if NFS, etc…)

 Thanks,
 michal

 Are there way to reset state of vm???
 I am using ovirt 3.4.0-1 with centos6.5

 Thenks.
 Arman

 On Jul 25, 2014 7:47 PM, Brian Proffitt bprof...@redhat.com wrote:
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users

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


Re: [ovirt-users] 答复: How to reset vm from unknown state?

2014-07-29 Thread Arman Khalatyan
Ok, The direct change in the database did the trick.

engine=# update vm_dynamic set status = 0 where vm_guid =(select
vm_guid from vm_static where vm_name = 'myvm');

after this I can start and stop from gui.
Thanks,
Arman.



On Tue, Jul 29, 2014 at 9:34 AM, Arman Khalatyan arm2...@gmail.com wrote:
 I try to disable iptables same situation.
 Yes Ovirt-engine on separate host was restarted. No change of status
 of this one vm.
 Other two vms are ok.
 a.


 On Tue, Jul 29, 2014 at 6:11 AM, xiec.f...@cn.fujitsu.com
 xiec.f...@cn.fujitsu.com wrote:
 Hi Arman
 I met some problem like u because of firewall. Then I shutdown 
 iptables and VMs' state are normal .
 Hope to help u.


 -邮件原件-
 发件人: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] 代表 Arman 
 Khalatyan
 发送时间: 2014年7月29日 0:47
 收件人: Michal Skrivanek
 抄送: users
 主题: Re: [ovirt-users] How to reset vm from unknown state?

 Thank you for Ideas,
 To clarify the situation:
 I have a cluster with 2 hosts:C1 and C2.With stroage on ZFS(d1) and
 XFS(d2) both are with nfs mounted.
 d1 was away all and VMs where paused or unknown mode.
 After recovery d1 one VM with CentOS 7 didnot come back it stay in 
 ovirt-engine gut always in unknown state(with icon ?).
 I just tested to be sure the bare metal hosts are ok: Movind around some VMs 
 from c1-c2 and disks d1-d2 .
 I just rebooted hosts using maintenance mode+reinstall, then reboot by IPMI.
 seems to me database of ovirt did not recognize that this VMhost needs to be 
 in offline or down state.
 Over the web-gui I am not able to delete or reboot the VM.
 Can I somehow change VM state to down in the database? Is it normal practice?

 Thanks,
 Arman.


 On Mon, Jul 28, 2014 at 2:40 PM, Michal Skrivanek 
 michal.skriva...@redhat.com wrote:

 On Jul 25, 2014, at 20:37 , Arman Khalatyan arm2...@gmail.com wrote:

 Hi. My nfs storage got problems and one of the vms went to unknown state. 
 Other vms on the same storage were back to normal state.

 is the host running that VM ok?
 It seems like it's not. Can you reboot it? (supposing it may be
 blocked on storage access, or stale NFS handle if NFS, etc…)

 Thanks,
 michal

 Are there way to reset state of vm???
 I am using ovirt 3.4.0-1 with centos6.5

 Thenks.
 Arman

 On Jul 25, 2014 7:47 PM, Brian Proffitt bprof...@redhat.com wrote:
 ___
 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


[ovirt-users] How to logout from iscsi targets?

2014-08-01 Thread Arman Khalatyan
Hi,
Are there way to logout over the ovirt-engine gui the unused iscsi targets?
Currently I am just using on the hosts following:
iscsiadm -m node  -p myipadress --logout

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


[ovirt-users] Is it possible to add ISCSI over iser?

2014-09-24 Thread Arman Khalatyan
Hi,
I am trying to attach my new storage domain over iser.
My server always gets that request is tcp/ip not rdma.
Simple work around is login from hosts over iser.
Would be good to add a possibility to select the protocol of
iscsi:tcp/iser/srp.

Thanks,
Arman

PS
for those who was struggling with same trouble:
1) on hosts:
add lines in /etc/rdma/rdma.conf
# Load iSER module
ISER_LOAD=YES
2) *service rdma restart (or modprobe ib_iser*
3)* iscsiadm -m discovery -t st -p 10.10.10.31 -I iser*
4) *iscsiadm -m node --login*

5) check if disks are there
*iscsiadm -m session -o show*
lssci
[1228:0:0:0] storage IET  Controller   0001  -
[1228:0:0:1] diskIET  VIRTUAL-DISK 0001  /dev/sde
* lsblk /dev/sde*
NAME MAJ:MIN RM
 SIZE RO TYPE  MOUNTPOINT
sde8:64   0
36.4T  0 disk
ââ100090001 (dm-8)   253:80
36.4T  0 mpath
  ââ18b70b0d--4944--4c73--970d--87a1af353b9f-metadata (dm-9) 253:90
 512M  0 lvm
  ââ18b70b0d--4944--4c73--970d--87a1af353b9f-ids (dm-10) 253:10   0
 128M  0 lvm
  ââ18b70b0d--4944--4c73--970d--87a1af353b9f-leases (dm-11)  253:11   0
 2G  0 lvm
  ââ18b70b0d--4944--4c73--970d--87a1af353b9f-outbox (dm-12)  253:12   0
 128M  0 lvm
  ââ18b70b0d--4944--4c73--970d--87a1af353b9f-inbox (dm-13)   253:13   0
 128M  0 lvm
  ââ18b70b0d--4944--4c73--970d--87a1af353b9f-master (dm-14)  253:14   0
 1G  0 lvm
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Is it possible to add ISCSI over iser?

2014-10-01 Thread Arman Khalatyan
sorry,I never used  hosted-engine.

On Wed, Oct 1, 2014 at 3:44 AM, Trey Dockendorf treyd...@gmail.com wrote:

 I don't.  My oVirt engine is bare-metal.

 - Trey

 On Tue, Sep 30, 2014 at 7:22 AM, Doron Fediuck dfedi...@redhat.com
 wrote:
 
 
  - Original Message -
  From: Trey Dockendorf treyd...@gmail.com
  To: Arman Khalatyan arm2...@gmail.com
  Cc: users users@ovirt.org
  Sent: Tuesday, September 30, 2014 5:24:27 AM
  Subject: Re: [ovirt-users] Is it possible to add ISCSI over iser?
 
  Arman,
 
  One of my storage domains is iSCSI using iSER.  You need the following
  in vdsm.conf:
 
  [irs]
  iscsi_default_ifaces = iser,default
 
  I believe the proper way to set that so it's preserved during node
  updates is the following
 
  # cat /etc/ovirt-host-deploy.conf.d/40-custom-vdsm-config.conf
  [environment:enforce]
  VDSM_CONFIG/irs/iscsi_default_ifaces=str:iser,default
 
  The filename I believe can be changed, just requires .conf extension
 
  Once VDSM is configured to use iser you can add the domain in the GUI
  using the IPoIB IP address to initiate iSER.
 
  ovirtnode01 # iscsiadm -m session
  iser: [3] 192.168.211.245:3260,1
 iqn.2014-04.DOMAIN.vmstore1:ovirt-data_iscsi
 
  - Trey
 
  On Wed, Sep 24, 2014 at 6:42 AM, Arman Khalatyan arm2...@gmail.com
 wrote:
   Hi,
   I am trying to attach my new storage domain over iser.
   My server always gets that request is tcp/ip not rdma.
   Simple work around is login from hosts over iser.
   Would be good to add a possibility to select the protocol of
   iscsi:tcp/iser/srp.
  
   Thanks,
   Arman
  
   PS
   for those who was struggling with same trouble:
   1) on hosts:
   add lines in /etc/rdma/rdma.conf
   # Load iSER module
   ISER_LOAD=YES
   2) service rdma restart (or modprobe ib_iser
   3) iscsiadm -m discovery -t st -p 10.10.10.31 -I iser
   4) iscsiadm -m node --login
  
   5) check if disks are there
   iscsiadm -m session -o show
   lssci
   [1228:0:0:0] storage IET  Controller   0001  -
   [1228:0:0:1] diskIET  VIRTUAL-DISK 0001  /dev/sde
lsblk /dev/sde
   NAME MAJ:MIN
 RM
   SIZE RO TYPE  MOUNTPOINT
   sde8:64
  0
   36.4T  0 disk
   ââ100090001 (dm-8)   253:8
 0
   36.4T  0 mpath
 ââ18b70b0d--4944--4c73--970d--87a1af353b9f-metadata (dm-9) 253:9
 0
   512M  0 lvm
 ââ18b70b0d--4944--4c73--970d--87a1af353b9f-ids (dm-10) 253:10
  0
   128M  0 lvm
 ââ18b70b0d--4944--4c73--970d--87a1af353b9f-leases (dm-11)  253:11
  0
   2G  0 lvm
 ââ18b70b0d--4944--4c73--970d--87a1af353b9f-outbox (dm-12)  253:12
  0
   128M  0 lvm
 ââ18b70b0d--4944--4c73--970d--87a1af353b9f-inbox (dm-13)   253:13
  0
   128M  0 lvm
 ââ18b70b0d--4944--4c73--970d--87a1af353b9f-master (dm-14)  253:14
  0
   1G  0 lvm
  
 
  Thanks for the info, guys.
  Does any of you use hosted engine with iSER?

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


[ovirt-users] Are there Life/support time for the given ovirt branch

2014-10-03 Thread Arman Khalatyan
Hi,
Where can I find some lifetime information  for the ovirt 3.4.x branch?

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


Re: [ovirt-users] Are there Life/support time for the given ovirt branch

2014-10-03 Thread Arman Khalatyan
Thank you for clarifying.
a.


On Fri, Oct 3, 2014 at 2:21 PM, Sven Kieske svenkie...@gmail.com wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 03.10.2014 11:31, Arman Khalatyan wrote:
  Hi, Where can I find some lifetime information  for the ovirt 3.4.x
  branch?

 Hi, well there is the release process, basically:

 every 6 months a new point release (3.5 now, 3.6 will be next)
 see: http://www.ovirt.org/Release_Process

 ovirt does support the last release before the actual
 release, but this rule somehow does already got broken:

 the current release is 3.4.4

 the next release will be 3.5 (RC4 just released)

 but even with 3.5 not released there will be no
 updates for 3.3.z (3.3.5 being the last release)
 and there will be _only_ security updates for 3.4.z.

 There is no planned 3.4.5 release if no security
 issues will be found.

 IMHO the process is somewhat broken here, because
 the support for 3.3.z is already abandoned with
 3.5 not being released yet (there where some delays
 in 3.5 release process, due to bugs).

 This might be due to the fast development cycle atm:

 3.2 was GA at 14.02.2013
 3.3 was GA at 12.09.2013
 3.4 was GA at 27.03.2014

 so as you can see 3.5. is already
 a bit delayed.

 you can find the 3.6 release plan (not yet feature complete)
 here:

 http://www.ovirt.org/OVirt_3.6_Release_Management

 HTH

 Sven


 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2

 iQGbBAEBAgAGBQJULpTkAAoJEAq0kGAWDrqlib4L91O++dZjuDHcC5GOEo5W1tQf
 lOuOFx9K7/8y8ytGeohAMyZL9X0s9JXNR4Kl0qfTscNWaO1QIYm4EGqlkfeFISf2
 Th5sOpq2oahsuvcFKKn/yI5tFaHyiCoyXCYodSoTV0hBNnQdtHjJc+mbgaWHhzT/
 unilx8jAK08VBXJy4ahlTKLa7V82etKKx4n0KkfWCLpwsNrHbr+jx/leBsf841T9
 Zpij7W41P29JJB2spoYM8sTqxg2WPfCsgogbEvDXp5StJet7qU0WZ+3vsAoXfAGv
 ZnE/L6lVrcTjC9ikh5t3tszZXS5gErev3GCC0QA8arvOE9MRwLPGoK6pS0BcqKd4
 PjsIcE0ddVR8JL7/uwbmz4WMyVqq/VXnIeedFBEy/KIMI2c4nKCFrKHyAxEg5p/X
 3Uex2UsO7CvZUPL9SzPEPlDjfEsrfEhft9x08j9kO3/1HbsdeePatj2J5IvsyI47
 wQuzTc4eHDFp5Az/HrF4i1421h65l4v+gweJJsjj
 =FRk0
 -END PGP SIGNATURE-
 ___
 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] Has some one experience with ovirt-node+ Quagga=HArouting for VMs?

2014-10-06 Thread Arman Khalatyan
hi,Can some one please give an advice how to make an HA-routing for VMs?
I wish if my R1 is down then HA-VMs are routed over R2 and vice-versa.

Should I run Zebra on hosts or it is not recommended?


My HW configuration is following.

  R1   R2
| |
4hostsSW~200m~SW4hosts
  | | | | | |
HA-VMs   HA-VMs


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


[ovirt-users] How to fix wrong speed of the Infiniband Interfaces?

2014-10-18 Thread Arman Khalatyan
Hi,
I am using ovirt 3.4.4-1.
On the hosts I have 1Gbit(eth),10Gbit(eth) and 40Gbit(QDRInfiniband)
interfaces.
ib interface is used for the VM migration and iscsi disks.
If I go to the network interfaces I can see right speed for eth cards.
Unfortunately the IB interface speed is detected as 0b/s.
This causes very hi load information on vm migrate face. Which is not true.
IB can up to 2GB/s but already on 200MB/s load the hosts interfaces are
overloaded.
Where can I put the correct speed of IB interface?
Thanks,
Arman.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] How to add custom lines in to host interface?

2014-10-19 Thread Arman Khalatyan
Hi,
I need to add following line in the hosts ifcfg-ib0 interface:
---
CONNECTED_MODE=yes
MTU=65520
IPV6INIT=no
---
From the web Interface I can change only custom  MTU.
IB interface supports big MTUs only if it is in the connected mode.

Are there way to set it during the deployment/upgrade process?
Thanks,
Arman.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [ANN] oVirt 3.5 GA Releases

2014-10-20 Thread Arman Khalatyan
My upgrade went well no problems.
Unfortuneatly I am not able to run any VM on Intel Hosts.
It throws an error: Exit message: internal error internal error NUMA memory
tuning in 'preferred' mode only supports single node.
I cannot edit numa menu it is disabled on the VM.
thanks,
Arman.


On Mon, Oct 20, 2014 at 10:50 AM, Sandro Bonazzola sbona...@redhat.com
wrote:

 Il 20/10/2014 10:13, Tiemen Ruiten ha scritto:
  Hello,
 
  Last week I upgraded to 3.5 and on the engine side everything went
 absolutely fine. Now I'm wondering what to do about my hosts (full CentOS 6
  installs). Is the upgrade something the engine takes care of when I set
 the compatibility version to 3.5? Or should I install the ovirt-release35
 rpm
  and run yum update on all hosts?
 
  Should I expect impact on running VM's, eg. from restarting vdsm?


 Looks like we have a documentation gap here.
 I tried to search the oVirt site for pointing you to a section describing
 how to upgrade hosts but did not found one.

 I think that we need to finish
 http://www.ovirt.org/DraftInstallationGuide
 and probably prepare an upgrade guide too.

 You'll need to install the ovirt-release35 rpm on your hosts since the
 engine is not able to add the new repository (yet? maybe an RFE on this
 should
 be filled for easing the upgrade process of the hosts).

 
  On 20 October 2014 08:48, Sandro Bonazzola sbona...@redhat.com mailto:
 sbona...@redhat.com wrote:
 
  Il 19/10/2014 16:53, Daniel Helgenberger ha scritto:
   Congratulations! Hope you could get your party.
  
   Sandro, as I know you always like to hear things like this:
   I just upgraded my oVirt 3.4.4 installation to 3.5 and everything
 went
   really well (apart from some package siging / deps; but these are
 really
   not your issues).
 
  I really like when someone report everything goes fine :-)
 
  
   Tomorrow I start checking out the new stuff.
  
   Thank you! I really appreciate the work you do.
  
   Daniel
  
   On 17.10.2014 14:46, Sandro Bonazzola wrote:
   The oVirt Project is pleased to announce the general availability
 of its sixth formal release, oVirt 3.5, as of October 17, 2014.
  
   oVirt is an open source alternative to VMware vSphere, and
 provides an excellent KVM management interface for multi-node
 virtualization. oVirt is
   available now for Fedora 19, Fedora 20, Red Hat Enterprise Linux
 6.5, and CentOS 6.5 (or similar) and allow you to use Red Hat Enterprise
 Linux
  7 and
   CentOS 7 too as node and for running Hosted Engine.
  
   New features include:
  
   Live Merge
   --
   If an image has one or more snapshots, oVirt 3.5's merge command
 will combine the data of one volume into another. Live merges can be
 performed
  with
   data is pulled from one snapshot into another snapshot. The
 engine can merge multiple disks at the same time and each merge can
 independently
  fail or
   succeed in each operation.
   Import Storage Domain
  
   This latest release expands oVirt's feature of importing ISOs and
 exporting storage domains to expand support for importing an existing data
  storage
   domain. Based on information stored in the storage domain, oVirt
 can revive entities such as disks, virtual machines, and templates in the
 setup of
   any data center to which the storage domain is attached.
  
  
   Advanced Foreman Integration
   
   oVirt 3.5 adds the capability to provision and add hypervisors to
 oVirt from bare metal. Foreman is a complete lifecycle management tool for
  physical
   and virtual servers. Through deep integration with configuration
 management, DHCP, DNS, TFTP, and PXE-based unattended installations, Foreman
  manages
   every stage of the lifecycle of your physical or virtual servers.
 Integrating Foreman with oVirt helps add hypervisor hosts managed by Foreman
  to the
   oVirt engine.
  
  
   Enhanced Authentication, Authorization and Accounting Support
   -
   A new architecture has been built for oVirt 3.5's authentication,
 authorization and accounting (AAA) system. The enhancements will provide a
 clear
   separation of authentication from authorization and provide a
 developer API to develop custom extensions for authentication and
 authorization.
  
  
   New PatternFly Interface
   
   oVirt 3.5 will have a new look and feel, using PatternFly, the
 open interface project. The new look and feel aims to maintain the colors
 and spirit
   associated with oVirt, while updating it with a new, modern,
 sleek, and minimal look. The minimal design allows complex screens to look
 cleaner and
   airier, and lets the user focus on the data and the tasks by
 removing 

Re: [ovirt-users] [ANN] oVirt 3.5 GA Releases

2014-10-20 Thread Arman Khalatyan
My bad!!
False Alarm.everything is working after some massaging:)
1) start VM get error: error NUMA memory tuning in 'preferred' mode only
supports single node
2) stop VM edit properties:
2.a)- edit-host-Start Running on-specific host
2.b)- edit-host-Migration options-do not allow migration
2.c)- edit-host-ConfigureNuma-tune mode-interleave
Run VM and enjoy.
 done!


On Mon, Oct 20, 2014 at 11:44 AM, Arman Khalatyan arm2...@gmail.com wrote:

 My upgrade went well no problems.
 Unfortuneatly I am not able to run any VM on Intel Hosts.
 It throws an error: Exit message: internal error internal error NUMA
 memory tuning in 'preferred' mode only supports single node.
 I cannot edit numa menu it is disabled on the VM.
 thanks,
 Arman.


 On Mon, Oct 20, 2014 at 10:50 AM, Sandro Bonazzola sbona...@redhat.com
 wrote:

 Il 20/10/2014 10:13, Tiemen Ruiten ha scritto:
  Hello,
 
  Last week I upgraded to 3.5 and on the engine side everything went
 absolutely fine. Now I'm wondering what to do about my hosts (full CentOS 6
  installs). Is the upgrade something the engine takes care of when I set
 the compatibility version to 3.5? Or should I install the ovirt-release35
 rpm
  and run yum update on all hosts?
 
  Should I expect impact on running VM's, eg. from restarting vdsm?


 Looks like we have a documentation gap here.
 I tried to search the oVirt site for pointing you to a section describing
 how to upgrade hosts but did not found one.

 I think that we need to finish
 http://www.ovirt.org/DraftInstallationGuide
 and probably prepare an upgrade guide too.

 You'll need to install the ovirt-release35 rpm on your hosts since the
 engine is not able to add the new repository (yet? maybe an RFE on this
 should
 be filled for easing the upgrade process of the hosts).

 
  On 20 October 2014 08:48, Sandro Bonazzola sbona...@redhat.com
 mailto:sbona...@redhat.com wrote:
 
  Il 19/10/2014 16:53, Daniel Helgenberger ha scritto:
   Congratulations! Hope you could get your party.
  
   Sandro, as I know you always like to hear things like this:
   I just upgraded my oVirt 3.4.4 installation to 3.5 and everything
 went
   really well (apart from some package siging / deps; but these are
 really
   not your issues).
 
  I really like when someone report everything goes fine :-)
 
  
   Tomorrow I start checking out the new stuff.
  
   Thank you! I really appreciate the work you do.
  
   Daniel
  
   On 17.10.2014 14:46, Sandro Bonazzola wrote:
   The oVirt Project is pleased to announce the general
 availability of its sixth formal release, oVirt 3.5, as of October 17, 2014.
  
   oVirt is an open source alternative to VMware vSphere, and
 provides an excellent KVM management interface for multi-node
 virtualization. oVirt is
   available now for Fedora 19, Fedora 20, Red Hat Enterprise Linux
 6.5, and CentOS 6.5 (or similar) and allow you to use Red Hat Enterprise
 Linux
  7 and
   CentOS 7 too as node and for running Hosted Engine.
  
   New features include:
  
   Live Merge
   --
   If an image has one or more snapshots, oVirt 3.5's merge command
 will combine the data of one volume into another. Live merges can be
 performed
  with
   data is pulled from one snapshot into another snapshot. The
 engine can merge multiple disks at the same time and each merge can
 independently
  fail or
   succeed in each operation.
   Import Storage Domain
  
   This latest release expands oVirt's feature of importing ISOs
 and exporting storage domains to expand support for importing an existing
 data
  storage
   domain. Based on information stored in the storage domain, oVirt
 can revive entities such as disks, virtual machines, and templates in the
 setup of
   any data center to which the storage domain is attached.
  
  
   Advanced Foreman Integration
   
   oVirt 3.5 adds the capability to provision and add hypervisors
 to oVirt from bare metal. Foreman is a complete lifecycle management tool
 for
  physical
   and virtual servers. Through deep integration with configuration
 management, DHCP, DNS, TFTP, and PXE-based unattended installations, Foreman
  manages
   every stage of the lifecycle of your physical or virtual
 servers. Integrating Foreman with oVirt helps add hypervisor hosts managed
 by Foreman
  to the
   oVirt engine.
  
  
   Enhanced Authentication, Authorization and Accounting Support
   -
   A new architecture has been built for oVirt 3.5's
 authentication, authorization and accounting (AAA) system. The enhancements
 will provide a clear
   separation of authentication from authorization and provide a
 developer API to develop custom extensions for authentication and
 authorization

Re: [ovirt-users] [ANN] oVirt 3.5 GA Releases

2014-10-20 Thread Arman Khalatyan
I did not play anything. I had before Ovirt 3.4.4 up and running.
After upgrade I got 2 problems:
1) disk profiles are empty
2) numa box by default is preferred- grayed.
a.

On Mon, Oct 20, 2014 at 1:42 PM, Itamar Heim ih...@redhat.com wrote:

 On 10/20/2014 05:56 AM, Arman Khalatyan wrote:

 My bad!!
 False Alarm.everything is working after some massaging:)
 1) start VM get error: error NUMA memory tuning in 'preferred' mode only
 supports single node
 2) stop VM edit properties:
 2.a)- edit-host-Start Running on-specific host
 2.b)- edit-host-Migration options-do not allow migration
 2.c)- edit-host-ConfigureNuma-tune mode-interleave
 Run VM and enjoy.


 but did you play with the numa definition or this happened on its own as
 part of the upgrade?

done!


 On Mon, Oct 20, 2014 at 11:44 AM, Arman Khalatyan arm2...@gmail.com
 mailto:arm2...@gmail.com wrote:

 My upgrade went well no problems.
 Unfortuneatly I am not able to run any VM on Intel Hosts.
 It throws an error: Exit message: internal error internal error NUMA
 memory tuning in 'preferred' mode only supports single node.
 I cannot edit numa menu it is disabled on the VM.
 thanks,
 Arman.


 On Mon, Oct 20, 2014 at 10:50 AM, Sandro Bonazzola
 sbona...@redhat.com mailto:sbona...@redhat.com wrote:

 Il 20/10/2014 10:13, Tiemen Ruiten ha scritto:
  Hello,
 
  Last week I upgraded to 3.5 and on the engine side everything
 went absolutely fine. Now I'm wondering what to do about my hosts (full
 CentOS 6
  installs). Is the upgrade something the engine takes care of
 when I set the compatibility version to 3.5? Or should I install the
 ovirt-release35 rpm
  and run yum update on all hosts?
 
  Should I expect impact on running VM's, eg. from restarting
 vdsm?


 Looks like we have a documentation gap here.
 I tried to search the oVirt site for pointing you to a section
 describing how to upgrade hosts but did not found one.

 I think that we need to finish
 http://www.ovirt.org/DraftInstallationGuide
 and probably prepare an upgrade guide too.

 You'll need to install the ovirt-release35 rpm on your hosts
 since the engine is not able to add the new repository (yet?
 maybe an RFE on this should
 be filled for easing the upgrade process of the hosts).

  
   On 20 October 2014 08:48, Sandro Bonazzola
 sbona...@redhat.com mailto:sbona...@redhat.com
 mailto:sbona...@redhat.com mailto:sbona...@redhat.com wrote:
  
   Il 19/10/2014 16:53, Daniel Helgenberger ha scritto:
Congratulations! Hope you could get your party.
   
Sandro, as I know you always like to hear things like
 this:
I just upgraded my oVirt 3.4.4 installation to 3.5 and
 everything went
really well (apart from some package siging / deps; but
 these are really
not your issues).
  
   I really like when someone report everything goes fine :-)
  
   
Tomorrow I start checking out the new stuff.
   
Thank you! I really appreciate the work you do.
   
Daniel
   
On 17.10.2014 14:46, Sandro Bonazzola wrote:
The oVirt Project is pleased to announce the general
 availability of its sixth formal release, oVirt 3.5, as of
 October 17, 2014.
   
oVirt is an open source alternative to VMware vSphere,
 and provides an excellent KVM management interface for
 multi-node virtualization. oVirt is
available now for Fedora 19, Fedora 20, Red Hat
 Enterprise Linux 6.5, and CentOS 6.5 (or similar) and allow you
 to use Red Hat Enterprise Linux
   7 and
CentOS 7 too as node and for running Hosted Engine.
   
New features include:
   
Live Merge
--
If an image has one or more snapshots, oVirt 3.5's
 merge command will combine the data of one volume into another.
 Live merges can be performed
   with
data is pulled from one snapshot into another
 snapshot. The engine can merge multiple disks at the same time
 and each merge can independently
   fail or
succeed in each operation.
Import Storage Domain
   
This latest release expands oVirt's feature of
 importing ISOs and exporting storage domains to expand support
 for importing an existing data
   storage
domain. Based on information stored in the storage
 domain, oVirt can revive

Re: [ovirt-users] [ANN] oVirt 3.5 GA Releases

2014-10-20 Thread Arman Khalatyan
the second one I am not so sure if it is an bug or a feature?
The numa menu is grayed if the VM is HA.
If one remove the HA and force set VM to run on single node without
migration flag, then numa flag is editable so you can change to
interleave mode.



On Mon, Oct 20, 2014 at 2:23 PM, Itamar Heim ih...@redhat.com wrote:


 On Oct 20, 2014 8:08 AM, Arman Khalatyan arm2...@gmail.com wrote:
 
  I did not play anything. I had before Ovirt 3.4.4 up and running.
  After upgrade I got 2 problems:
  1) disk profiles are empty
  2) numa box by default is preferred- grayed.
  a.

 Then please open an urgent bug. Well. Two. One for each.

 
  On Mon, Oct 20, 2014 at 1:42 PM, Itamar Heim ih...@redhat.com wrote:
 
  On 10/20/2014 05:56 AM, Arman Khalatyan wrote:
 
  My bad!!
  False Alarm.everything is working after some massaging:)
  1) start VM get error: error NUMA memory tuning in 'preferred' mode
 only
  supports single node
  2) stop VM edit properties:
  2.a)- edit-host-Start Running on-specific host
  2.b)- edit-host-Migration options-do not allow migration
  2.c)- edit-host-ConfigureNuma-tune mode-interleave
  Run VM and enjoy.
 
 
  but did you play with the numa definition or this happened on its own
 as part of the upgrade?
 
done!
 
 
  On Mon, Oct 20, 2014 at 11:44 AM, Arman Khalatyan arm2...@gmail.com
  mailto:arm2...@gmail.com wrote:
 
  My upgrade went well no problems.
  Unfortuneatly I am not able to run any VM on Intel Hosts.
  It throws an error: Exit message: internal error internal error
 NUMA
  memory tuning in 'preferred' mode only supports single node.
  I cannot edit numa menu it is disabled on the VM.
  thanks,
  Arman.
 
 
  On Mon, Oct 20, 2014 at 10:50 AM, Sandro Bonazzola
  sbona...@redhat.com mailto:sbona...@redhat.com wrote:
 
  Il 20/10/2014 10:13, Tiemen Ruiten ha scritto:
   Hello,
  
   Last week I upgraded to 3.5 and on the engine side
 everything went absolutely fine. Now I'm wondering what to do about my
 hosts (full CentOS 6
   installs). Is the upgrade something the engine takes care of
 when I set the compatibility version to 3.5? Or should I install the
 ovirt-release35 rpm
   and run yum update on all hosts?
  
   Should I expect impact on running VM's, eg. from restarting
 vdsm?
 
 
  Looks like we have a documentation gap here.
  I tried to search the oVirt site for pointing you to a section
  describing how to upgrade hosts but did not found one.
 
  I think that we need to finish
  http://www.ovirt.org/DraftInstallationGuide
  and probably prepare an upgrade guide too.
 
  You'll need to install the ovirt-release35 rpm on your hosts
  since the engine is not able to add the new repository (yet?
  maybe an RFE on this should
  be filled for easing the upgrade process of the hosts).
 
   
On 20 October 2014 08:48, Sandro Bonazzola
  sbona...@redhat.com mailto:sbona...@redhat.com
  mailto:sbona...@redhat.com mailto:sbona...@redhat.com
 wrote:
   
Il 19/10/2014 16:53, Daniel Helgenberger ha scritto:
 Congratulations! Hope you could get your party.

 Sandro, as I know you always like to hear things like
 this:
 I just upgraded my oVirt 3.4.4 installation to 3.5 and
  everything went
 really well (apart from some package siging / deps;
 but
  these are really
 not your issues).
   
I really like when someone report everything goes fine
 :-)
   

 Tomorrow I start checking out the new stuff.

 Thank you! I really appreciate the work you do.

 Daniel

 On 17.10.2014 14:46, Sandro Bonazzola wrote:
 The oVirt Project is pleased to announce the general
  availability of its sixth formal release, oVirt 3.5, as of
  October 17, 2014.

 oVirt is an open source alternative to VMware
 vSphere,
  and provides an excellent KVM management interface for
  multi-node virtualization. oVirt is
 available now for Fedora 19, Fedora 20, Red Hat
  Enterprise Linux 6.5, and CentOS 6.5 (or similar) and allow you
  to use Red Hat Enterprise Linux
7 and
 CentOS 7 too as node and for running Hosted Engine.

 New features include:

 Live Merge
 --
 If an image has one or more snapshots, oVirt 3.5's
  merge command will combine the data of one volume into another.
  Live merges can be performed

[ovirt-users] Are there some general strategyhow to Iscsi strorage domain?

2014-10-22 Thread Arman Khalatyan
Hi,
I have 2x40TB domains each are exported with iser/iscsi with ib and 10Gb
interfaces.
For sure they are RAID6 storage little bit save on failure.
But I was wondered if any way to backup those domains. particularly master
one.

I was thinking somehow DRBD based replication, with lvm snapshots etc. But
it looks like overkill.
Will be nice somehow to deploy replicated/HA Master domain with ability to
backp on tapes as well.

Any ideas are welcome.
Thanks,
Arman.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Fwd: Are there some general strategyhow to Iscsi strorage domain?

2014-10-23 Thread Arman Khalatyan
-- Forwarded message --
From: Arman Khalatyan arm2...@gmail.com
Date: Thu, Oct 23, 2014 at 10:11 AM
Subject: Re: [ovirt-users] Are there some general strategyhow to Iscsi
strorage domain?
To: Trey Dockendorf treyd...@gmail.com


Thank you Trey for sharing your setup.
I have also one test system with zvol exported with iscsi over 10G.
Unfortunately the difference in performance of zfs over raid controller is
huge, particularly where VM running mysql. I did not try HBAs yet, I have
only LSI/Adaptec/Areca RaidControllers they dont have IT mode. Maybe that
can be the reason.
For sure always one need to find the sweet edge between performance and
reliability.
Just for comparison with yours I get on random IO:
zvol/16Disks/Raid2/tgtd/iscsi/10G- on VM multiple rsync - ~100-150MB/s,
Same HW but disks with Areca RAID6 -  650MB/s stable even more in some
cases.
The best performance I got on FDR iser-
80% of bare metal performance: 1500MB/s but ovirt goes mad claiming that
Network and Disk devices are saturated. My VM goes time by time to paused
state.
 It is due to that the Ovirt treating all ib devices as 10Gbit cards(in
terms of speed).:(



On Thu, Oct 23, 2014 at 8:30 AM, Trey Dockendorf treyd...@gmail.com wrote:

 Not sure if it's a solution for you, but ZFS.  My domains are all ZFS
 (using ZFS on Linux in EL6.5) and my backup server receives incremental
 snapshots from primary storage which includes both NFS exports and iSCSI.
 ZFS makes creating block devices for iSCSI very easy, and they are included
 in snapshot replication.  The replication is not HA but disaster recovery
 and off site.

 I've hit 300MB/s using ZFS send over IPoIB on my DDR fabric, which isn't
 amazing but not terrible for an old DDR fabric.

 ZFS is probably not an easy solution as requires rebuilding your storage,
 but maybe for future use or other readers it will give some useful ideas.

 - Trey
 On Oct 22, 2014 11:56 AM, Arman Khalatyan arm2...@gmail.com wrote:

 Hi,
 I have 2x40TB domains each are exported with iser/iscsi with ib and 10Gb
 interfaces.
 For sure they are RAID6 storage little bit save on failure.
 But I was wondered if any way to backup those domains. particularly
 master one.

 I was thinking somehow DRBD based replication, with lvm snapshots etc.
 But it looks like overkill.
 Will be nice somehow to deploy replicated/HA Master domain with ability
 to backp on tapes as well.

 Any ideas are welcome.
 Thanks,
 Arman.

 ___
 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] Fwd: Are there some general strategyhow to Iscsi strorage domain?

2014-10-23 Thread Arman Khalatyan
yes + 1xssd cache


NAMESTATE READ
WRITE CKSUM
tankONLINE   0
0 0
  raidz2-0  ONLINE   0
0 0
scsi-35000cca22be96bed  ONLINE   0
0 0
scsi-35000cca22bc5a20e  ONLINE   0
0 0
scsi-35000cca22bc515ee  ONLINE   0
0 0
ata-Hitachi_HUS724030ALE640_PK2A31PAG9VJXW  ONLINE   0
0 0
scsi-35000cca22bc1f9cf  ONLINE   0
0 0
scsi-35000cca22be68899  ONLINE   0
0 0
scsi-35000cca22bc58e1b  ONLINE   0
0 0
scsi-35000cca22bc4dc6b  ONLINE   0
0 0
scsi-35000cca22bc394ee  ONLINE   0
0 0
scsi-35000cca22bc10d97  ONLINE   0
0 0
scsi-35000cca22bc605d1  ONLINE   0
0 0
scsi-35000cca22bc412bf  ONLINE   0
0 0
scsi-35000cca22bc3f9ad  ONLINE   0
0 0
scsi-35000cca22bc53004  ONLINE   0
0 0
scsi-35000cca22bc5b8e2  ONLINE   0
0 0
scsi-35000cca22bc3beb3  ONLINE   0
0 0
cache
  sdc   ONLINE   0
0 0


On Thu, Oct 23, 2014 at 10:57 AM, Karli Sjöberg karli.sjob...@slu.se
wrote:

 On Thu, 2014-10-23 at 10:11 +0200, Arman Khalatyan wrote:
 
  -- Forwarded message --
  From: Arman Khalatyan arm2...@gmail.com
  Date: Thu, Oct 23, 2014 at 10:11 AM
  Subject: Re: [ovirt-users] Are there some general strategyhow to Iscsi
  strorage domain?
  To: Trey Dockendorf treyd...@gmail.com
 
 
  Thank you Trey for sharing your setup.
 
  I have also one test system with zvol exported with iscsi over 10G.
  Unfortunately the difference in performance of zfs over raid
  controller is huge, particularly where VM running mysql. I did not try
  HBAs yet, I have only LSI/Adaptec/Areca RaidControllers they dont have
  IT mode. Maybe that can be the reason.
 
  For sure always one need to find the sweet edge between performance
  and reliability.
 
  Just for comparison with yours I get on random IO:
  zvol/16Disks/Raid2/tgtd/iscsi/10G- on VM multiple rsync -
  ~100-150MB/s, Same HW but disks with Areca RAID6 -  650MB/s stable
  even more in some cases.

 Did you have separate log devices attached to the pool?

 The pool´s name was '16Disks'. Did you have 16 disks in one radiz2 vdev?

 /K

 
  The best performance I got on FDR iser-
  80% of bare metal performance: 1500MB/s but ovirt goes mad claiming
  that Network and Disk devices are saturated. My VM goes time by time
  to paused state.
   It is due to that the Ovirt treating all ib devices as 10Gbit
  cards(in terms of speed).:(
 
 
 
 
 
 
  On Thu, Oct 23, 2014 at 8:30 AM, Trey Dockendorf treyd...@gmail.com
  wrote:
  Not sure if it's a solution for you, but ZFS.  My domains are
  all ZFS (using ZFS on Linux in EL6.5) and my backup server
  receives incremental snapshots from primary storage which
  includes both NFS exports and iSCSI.  ZFS makes creating block
  devices for iSCSI very easy, and they are included in snapshot
  replication.  The replication is not HA but disaster recovery
  and off site.
 
  I've hit 300MB/s using ZFS send over IPoIB on my DDR fabric,
  which isn't amazing but not terrible for an old DDR fabric.
 
  ZFS is probably not an easy solution as requires rebuilding
  your storage, but maybe for future use or other readers it
  will give some useful ideas.
 
  - Trey
 
  On Oct 22, 2014 11:56 AM, Arman Khalatyan
  arm2...@gmail.com wrote:
 
  Hi,
  I have 2x40TB domains each are exported with
  iser/iscsi with ib and 10Gb interfaces.
 
  For sure they are RAID6 storage little bit save on
  failure.
  But I was wondered if any way to backup those domains.
  particularly master one.
 
 
  I was thinking somehow DRBD based replication, with
  lvm snapshots etc. But it looks like overkill.
 
  Will be nice somehow to deploy replicated/HA Master
  domain with ability to backp on tapes as well.
 
 
  Any ideas are welcome.
 
  Thanks,
 
  Arman.
 
 
 
  ___
  Users mailing list
  Users@ovirt.org
  http

Re: [ovirt-users] Host remains in contending for storage pool manager

2014-11-04 Thread Arman Khalatyan
I will he I.teresting to see your iscsi setup with drbd. Did you got
splitbrain before failure?
Did you check if your target went to readonly mode?
Thanks
Arman.
On Nov 4, 2014 5:40 PM, Gianluca Cecchi gianluca.cec...@gmail.com wrote:


 On Tue, Nov 4, 2014 at 11:39 AM, Itamar Heim ih...@redhat.com wrote:

 On 10/27/2014 06:48 PM, Gianluca Cecchi wrote:

 Hello,
 an iSCSI SD went down and it seems it is not able to come up again.

  From an iSCSI point of view all seems ok..

 [root@ovnode04 vdsm]# iscsiadm -m session -P 1
 Target: iqn.2014-07.local.localdomain:store1
 Current Portal: 10.10.1.71:3260 http://10.10.1.71:3260,1
 Persistent Portal: 10.10.1.71:3260 http://10.10.1.71:3260,1

 **
 Interface:
 **
 Iface Name: default
 Iface Transport: tcp
 Iface Initiatorname: iqn.1994-05.com.redhat:5d9b31319a8e
 Iface IPaddress: 10.10.1.61
 Iface HWaddress: empty
 Iface Netdev: empty
 SID: 1
 iSCSI Connection State: LOGGED IN
 iSCSI Session State: LOGGED_IN
 Internal iscsid Session State: NO CHANGE


 [root@ovnode04 vdsm]# multipath -l
 1p_iscsi_store1_l dm-2 IET,VIRTUAL-DISK
 size=200G features='0' hwhandler='0' wp=rw
 `-+- policy='round-robin 0' prio=0 status=active
`- 1:0:0:1 sdb 8:16 active undef running

 Access to the lun seems ok:
 [root@ovnode04 ~]# time dd if=/dev/mapper/1p_iscsi_store1_l of=/dev/null
 bs=1024k count=1024
 1024+0 records in
 1024+0 records out
 1073741824 bytes (1.1 GB) copied, 9.24202 s, 116 MB/s

 real0m9.247s
 user0m0.002s
 sys0m0.463s


 But it continues to remain in contending and never comes to master.


 Failed to activate Storage Domain istore1 (Data Center iscsidc) by
 ovadmin

 I only have this host in this cluster.
 What to do?
 Already tried to restart both engine service on engine host and vdsmd
 service on the host.

 Any other commands to check anything?

 Gianluca



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


 resolved?


 yes, thanks.
 I had to restart also host itself to regain access to SD

 One note about the SD: it is iSCSI configured as sw iscsi target in HA
 with Pacemaker and drbd.
 I had a problem on one node and apparently this was not so transparent to
 oVirt host.
 I didn't have time to check more deeply

 Gianluca



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


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


[ovirt-users] Can some one share the use cases for the local storage?

2014-11-06 Thread Arman Khalatyan
Hi,
I would like to understand the local storage purpose.
I was wondered are there any production systems using local storage?
Or in another way, how to use effectively the local hosts disks?
My ovirt purpose is so serve HA-VM LAMPs.

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


Re: [ovirt-users] hosted engine on iSCSI deep dive

2014-11-12 Thread Arman Khalatyan
Thank you for a Nice presentation.
Could you please explain: You kill the HA ovirt-engine at 25:52. Which
process will bring it up again? Is it task of vdsm on the host?
thanks.
Arman.



On Wed, Nov 12, 2014 at 2:44 PM, Jiri Moskovcak jmosk...@redhat.com wrote:

 Hi,
 for those of you who would like to know more about this 3.5 feature and
 who didn't get a chance to watch it live:

 https://www.youtube.com/watch?v=PU99qnKHvbk

 --Jirka
 ___
 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] Is it possible to stop the snapshot merging process?

2014-11-12 Thread Arman Khalatyan
I got some failed storage during the snapshot merging.
The GUI shows the task is in Finalizing status.
I would like to stop this task.
lather I can restore it from the Export in to another DC.

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


[ovirt-users] what should be the output of the default iptables rules?

2014-11-26 Thread Arman Khalatyan
Hello,
I was playing with custom iptables rules and  something went wrong.
Now my *engine-config -g IPTablesConfig* is empty.

Can some one please give a hint what should be there??:)

Thanks,
Arman.

***

Dr. Arman Khalatyan eScience -SuperComputing Leibniz-Institut für
Astrophysik Potsdam (AIP) An der Sternwarte 16, 14482 Potsdam, Germany

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


Re: [ovirt-users] what should be the output of the default iptables rules?

2014-11-26 Thread Arman Khalatyan
Sorry forgot to mention:
Centos 6.6 ovirt 3.5.x, glusterfs 3.6.x, Storage type is  iscsi

***

Dr. Arman Khalatyan eScience -SuperComputing Leibniz-Institut für
Astrophysik Potsdam (AIP) An der Sternwarte 16, 14482 Potsdam, Germany

***


On Wed, Nov 26, 2014 at 11:13 AM, Alon Bar-Lev alo...@redhat.com wrote:


 What version do you use?

 - Original Message -
  From: Arman Khalatyan arm2...@gmail.com
  To: users users@ovirt.org
  Sent: Wednesday, November 26, 2014 12:00:10 PM
  Subject: [ovirt-users] what should be the output of the default
 iptables  rules?
 
  Hello,
  I was playing with custom iptables rules and something went wrong.
  Now my engine-config -g IPTablesConfig is empty.
 
  Can some one please give a hint what should be there??:)
 
  Thanks,
  Arman.
 
  ***
  Dr. Arman Khalatyan eScience -SuperComputing Leibniz-Institut für
 Astrophysik
  Potsdam (AIP) An der Sternwarte 16, 14482 Potsdam, Germany
  ***
 
  ___
  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] what should be the output of the default iptables rules?

2014-11-26 Thread Arman Khalatyan
Thanks!
So As I undertand it correctly the @CUSTOM_RULES@ will be overridden by
engine-config --set IPTablesConfigSiteCustom=?

***

Dr. Arman Khalatyan eScience -SuperComputing Leibniz-Institut für
Astrophysik Potsdam (AIP) An der Sternwarte 16, 14482 Potsdam, Germany

***


On Wed, Nov 26, 2014 at 11:24 AM, Alon Bar-Lev alo...@redhat.com wrote:

 ‏You can look within
 /usr/share/ovirt-engine/dbscripts/upgrade/pre_upgrade/_config.sql for
 last instance of the value you seek (in most cases).

 IPTablesConfig:
 ---
 # oVirt default firewall configuration. Automatically generated by vdsm
 bootstrap script.
 *filter
 :INPUT ACCEPT [0:0]
 :FORWARD ACCEPT [0:0]
 :OUTPUT ACCEPT [0:0]
 -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
 -A INPUT -p icmp -j ACCEPT
 -A INPUT -i lo -j ACCEPT
 # vdsm
 -A INPUT -p tcp --dport @VDSM_PORT@ -j ACCEPT
 # SSH
 -A INPUT -p tcp --dport @SSH_PORT@ -j ACCEPT
 # snmp
 -A INPUT -p udp --dport 161 -j ACCEPT

 @CUSTOM_RULES@

 # Reject any other input traffic
 -A INPUT -j REJECT --reject-with icmp-host-prohibited
 -A FORWARD -m physdev ! --physdev-is-bridged -j REJECT --reject-with
 icmp-host-prohibited
 COMMIT
 ---

 - Original Message -
  From: Arman Khalatyan arm2...@gmail.com
  To: Alon Bar-Lev alo...@redhat.com
  Cc: users users@ovirt.org
  Sent: Wednesday, November 26, 2014 12:17:18 PM
  Subject: Re: [ovirt-users] what should be the output of the default
 iptables rules?
 
  Sorry forgot to mention:
  Centos 6.6 ovirt 3.5.x, glusterfs 3.6.x, Storage type is  iscsi
 
  ***
 
  Dr. Arman Khalatyan eScience -SuperComputing Leibniz-Institut für
  Astrophysik Potsdam (AIP) An der Sternwarte 16, 14482 Potsdam, Germany
 
  ***
 
 
  On Wed, Nov 26, 2014 at 11:13 AM, Alon Bar-Lev alo...@redhat.com
 wrote:
 
  
   What version do you use?
  
   - Original Message -
From: Arman Khalatyan arm2...@gmail.com
To: users users@ovirt.org
Sent: Wednesday, November 26, 2014 12:00:10 PM
Subject: [ovirt-users] what should be the output of the default
   iptables  rules?
   
Hello,
I was playing with custom iptables rules and something went wrong.
Now my engine-config -g IPTablesConfig is empty.
   
Can some one please give a hint what should be there??:)
   
Thanks,
Arman.
   
***
Dr. Arman Khalatyan eScience -SuperComputing Leibniz-Institut für
   Astrophysik
Potsdam (AIP) An der Sternwarte 16, 14482 Potsdam, Germany
***
   
___
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] what should be the output of the default iptables rules?

2014-11-26 Thread Arman Khalatyan
Thank you everything is green after re-install.

***

Dr. Arman Khalatyan eScience -SuperComputing Leibniz-Institut für
Astrophysik Potsdam (AIP) An der Sternwarte 16, 14482 Potsdam, Germany

***


On Wed, Nov 26, 2014 at 3:22 PM, Alon Bar-Lev alo...@redhat.com wrote:



 - Original Message -
  From: Arman Khalatyan arm2...@gmail.com
  To: Alon Bar-Lev alo...@redhat.com
  Cc: users users@ovirt.org
  Sent: Wednesday, November 26, 2014 12:50:41 PM
  Subject: Re: [ovirt-users] what should be the output of the default
 iptables rules?
 
  Thanks!
  So As I undertand it correctly the @CUSTOM_RULES@ will be overridden by
  engine-config --set IPTablesConfigSiteCustom=?

 yes, and also th virt and gluster hanks.

 
  ***
 
  Dr. Arman Khalatyan eScience -SuperComputing Leibniz-Institut für
  Astrophysik Potsdam (AIP) An der Sternwarte 16, 14482 Potsdam, Germany
 
  ***
 
 
  On Wed, Nov 26, 2014 at 11:24 AM, Alon Bar-Lev alo...@redhat.com
 wrote:
 
   ‏You can look within
   /usr/share/ovirt-engine/dbscripts/upgrade/pre_upgrade/_config.sql
 for
   last instance of the value you seek (in most cases).
  
   IPTablesConfig:
   ---
   # oVirt default firewall configuration. Automatically generated by vdsm
   bootstrap script.
   *filter
   :INPUT ACCEPT [0:0]
   :FORWARD ACCEPT [0:0]
   :OUTPUT ACCEPT [0:0]
   -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
   -A INPUT -p icmp -j ACCEPT
   -A INPUT -i lo -j ACCEPT
   # vdsm
   -A INPUT -p tcp --dport @VDSM_PORT@ -j ACCEPT
   # SSH
   -A INPUT -p tcp --dport @SSH_PORT@ -j ACCEPT
   # snmp
   -A INPUT -p udp --dport 161 -j ACCEPT
  
   @CUSTOM_RULES@
  
   # Reject any other input traffic
   -A INPUT -j REJECT --reject-with icmp-host-prohibited
   -A FORWARD -m physdev ! --physdev-is-bridged -j REJECT --reject-with
   icmp-host-prohibited
   COMMIT
   ---
  
   - Original Message -
From: Arman Khalatyan arm2...@gmail.com
To: Alon Bar-Lev alo...@redhat.com
Cc: users users@ovirt.org
Sent: Wednesday, November 26, 2014 12:17:18 PM
Subject: Re: [ovirt-users] what should be the output of the default
   iptables rules?
   
Sorry forgot to mention:
Centos 6.6 ovirt 3.5.x, glusterfs 3.6.x, Storage type is  iscsi
   
***
   
Dr. Arman Khalatyan eScience -SuperComputing Leibniz-Institut für
Astrophysik Potsdam (AIP) An der Sternwarte 16, 14482 Potsdam,
 Germany
   
***
   
   
On Wed, Nov 26, 2014 at 11:13 AM, Alon Bar-Lev alo...@redhat.com
   wrote:
   

 What version do you use?

 - Original Message -
  From: Arman Khalatyan arm2...@gmail.com
  To: users users@ovirt.org
  Sent: Wednesday, November 26, 2014 12:00:10 PM
  Subject: [ovirt-users] what should be the output of the default
 iptables  rules?
 
  Hello,
  I was playing with custom iptables rules and something went
 wrong.
  Now my engine-config -g IPTablesConfig is empty.
 
  Can some one please give a hint what should be there??:)
 
  Thanks,
  Arman.
 
  ***
  Dr. Arman Khalatyan eScience -SuperComputing Leibniz-Institut für
 Astrophysik
  Potsdam (AIP) An der Sternwarte 16, 14482 Potsdam, Germany
  ***
 
  ___
  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] How to stick VM to hosts?

2014-11-28 Thread Arman Khalatyan
Hello,
I have 2 VMs with the negative Affinity.
I am looking some way to force the VMs running on different selected hosts.
Assuming I have hosts c1-c8: Can I tell VM to run on c1-c8 but not c2 and
c4?
Thanks,
Arman.

***

Dr. Arman Khalatyan eScience -SuperComputing Leibniz-Institut für
Astrophysik Potsdam (AIP) An der Sternwarte 16, 14482 Potsdam, Germany

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


[ovirt-users] is it possible to run ovirt node on Diskless HW?

2014-12-03 Thread Arman Khalatyan
Hello,

Doing steps in:
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Storage_Administration_Guide/diskless-nfs-config.html

I would like to know is some one succeeded to run the host on a  diskless
machine?
i am using Centos6.6 node with ovirt 3.5.
Thanks,
Arman.




***

Dr. Arman Khalatyan eScience -SuperComputing Leibniz-Institut für
Astrophysik Potsdam (AIP) An der Sternwarte 16, 14482 Potsdam, Germany

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


Re: [ovirt-users] How to stick VM to hosts?

2014-12-04 Thread Arman Khalatyan
I just found very simple solution by adding a dummy interface on host.
Same with VMs. So the only hosts with dummy interface are able to run the
VMs. Works even with HA-VMs.
For sure it is  a hack and not so elegant solution, But it works.:)
a.


***

Dr. Arman Khalatyan eScience -SuperComputing Leibniz-Institut für
Astrophysik Potsdam (AIP) An der Sternwarte 16, 14482 Potsdam, Germany

***


On Sun, Nov 30, 2014 at 3:33 PM, Doron Fediuck dfedi...@redhat.com wrote:

 Just for the record, affinity deals with the relation
 between VMs, and pinning is about the relation between
 a VM and a host.

 We're considering extending affinity to handle hosts
 as well, but it's not a trivial change.

 Doron

 - Original Message -
  From: Arman Khalatyan arm2...@gmail.com
  To: Itamar Heim ih...@redhat.com
  Cc: users users@ovirt.org
  Sent: Sunday, November 30, 2014 3:30:19 PM
  Subject: Re: [ovirt-users] How to stick VM to hosts?
 
  Thanks for ideas.
  I will try http://www.ovirt.org/External_Scheduler_Samples looks nice.
  Itamar the VM-Affinity selects the VMs, but not the hosts.
  Would be nice in the next release to add some host pinning options as
 well.
  Cheers,
  Arman.
 
 
  ***
  Dr. Arman Khalatyan eScience -SuperComputing Leibniz-Institut für
 Astrophysik
  Potsdam (AIP) An der Sternwarte 16, 14482 Potsdam, Germany
  ***
 
  On Sun, Nov 30, 2014 at 2:20 PM, Itamar Heim  ih...@redhat.com  wrote:
 
 
  On 11/30/2014 12:58 PM, Artyom Lukianov wrote:
 
 
  I am sure you know about vm pinning, but it promise that you can run vm
 only
  on one specific vm, in your case you want to run vm on some range of
 hosts,
  exclude some specific hosts. At the moment ovirt don't have such thing of
  policy, but you can write your own filter for scheduler-proxy, that will
  filter all hosts except ones that you need:
  http://www.ovirt.org/Features/ oVirt_External_Scheduling_ Proxy
  http://www.ovirt.org/External_ Scheduler_Samples
 
  You need to install package ovirt-scheduler-proxy and also enable it via
  engine-config -s ExternalSchedulerEnabled=True.
  Also additional info you can find under cd /usr/share/doc/ovirt-
  scheduler-proxy*
 
  why - since 3.4 we have affinity support out of the box?
  http://www.ovirt.org/Features/ VM-Affinity
 
 
 
 
 
  I hope it will help you.
  Thanks
 
  - Original Message -
  From: Arman Khalatyan  arm2...@gmail.com 
  To: users  users@ovirt.org 
  Sent: Friday, November 28, 2014 11:51:40 AM
  Subject: [ovirt-users] How to stick VM to hosts?
 
  Hello,
  I have 2 VMs with the negative Affinity.
  I am looking some way to force the VMs running on different selected
 hosts.
  Assuming I have hosts c1-c8: Can I tell VM to run on c1-c8 but not c2
 and c4?
  Thanks,
  Arman.
 
  ** *
  Dr. Arman Khalatyan eScience -SuperComputing Leibniz-Institut für
 Astrophysik
  Potsdam (AIP) An der Sternwarte 16, 14482 Potsdam, Germany
  ** *
 
  __ _
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/ mailman/listinfo/users
  __ _
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/ mailman/listinfo/users
 
 
 
 
  ___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users
 

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


Re: [ovirt-users] is it possible to run ovirt node on Diskless HW?

2014-12-07 Thread Arman Khalatyan
It is centos 6.6 standard one.
a.

***

Dr. Arman Khalatyan eScience -SuperComputing Leibniz-Institut für
Astrophysik Potsdam (AIP) An der Sternwarte 16, 14482 Potsdam, Germany

***


On Sun, Dec 7, 2014 at 6:04 PM, Doron Fediuck dfedi...@redhat.com wrote:



 - Original Message -
  From: Arman Khalatyan arm2...@gmail.com
  To: users users@ovirt.org
  Sent: Wednesday, December 3, 2014 6:50:09 PM
  Subject: [ovirt-users] is it possible to run ovirt node on Diskless HW?
 
  Hello,
 
  Doing steps in:
 
 https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Storage_Administration_Guide/diskless-nfs-config.html
 
  I would like to know is some one succeeded to run the host on a diskless
  machine?
  i am using Centos6.6 node with ovirt 3.5.
  Thanks,
  Arman.
 
 
 
 
  ***
  Dr. Arman Khalatyan eScience -SuperComputing Leibniz-Institut für
 Astrophysik
  Potsdam (AIP) An der Sternwarte 16, 14482 Potsdam, Germany
  ***
 

 Hi Arman,
 Are you working with ovirt node or standard CentOS?

 Note that ovirt node is different as it's works like a live cd-
 it runs from memory. In order to save some configurations (such
 as networking) the local disk is used.

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


Re: [ovirt-users] not receiveing email

2014-12-20 Thread Arman Khalatyan
I got same trouble, emails where in spam due to the time They had 14Dec
instead of 16,17 or 15th dec.
Now it looks good.
a.



***

Dr. Arman Khalatyan eScience -SuperComputing Leibniz-Institut für
Astrophysik Potsdam (AIP) An der Sternwarte 16, 14482 Potsdam, Germany

***


On Fri, Dec 19, 2014 at 3:50 AM, lucas castro lucascastrobor...@gmail.com
wrote:

 Thanks, I've checked, it was on spam.
 I say sorry!

 On Thu, Dec 18, 2014 at 8:03 PM, Itamar Heim ih...@redhat.com wrote:

 On 12/18/2014 07:58 PM, knarra wrote:

 On 12/18/2014 07:48 PM, lucas castro wrote:

 Hey folks,
 Is there any problem on the mailing list?
 since Dec 15 I've not received mail anymore.

 --
 contatos:
 Celular: ( 99 ) 9143-5954 - Vivo
 skype: lucasd3castro
 msn: lucascastrobor...@hotmail.com mailto:lucascastroborges@
 hotmail.com


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

 Hi Lucas,

  There is absolutely no problem with the mailing list.I am able to
 receive the mails.

 Thanks
 kasturi.


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


 the problem is for gmail.com users which flags it as spam



 --
 contatos:
 Celular: ( 99 ) 9143-5954 - Vivo
 skype: lucasd3castro
 msn: lucascastrobor...@hotmail.com

 ___
 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] Unable to reinstall hosts after network removal.

2014-12-24 Thread Arman Khalatyan
Hello,
I have a little trouble with ovirt  3.5 on CentOS6.6:
I was removing all networks from all hosts.
Then after removing network from data center the hosts went to unusable.
Every time after reinstall the host claims that the network is not
configured, but it s already removed from network tab in DC.
Where from it gets the old configuration? the old interfaces also restored
every time on the reinstalled hosts.
Which DB table is in charge of dc-networks?

Thanks,
Arman.


***

Dr. Arman Khalatyan eScience -SuperComputing Leibniz-Institut für
Astrophysik Potsdam (AIP) An der Sternwarte 16, 14482 Potsdam, Germany

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


Re: [ovirt-users] Unable to reinstall hosts after network removal.

2014-12-29 Thread Arman Khalatyan
My setup  has 3 networks: 1xIB,1x10Gbit+1Gbit for ovirt-management.
The ovirt network does not have any trouble, it is always there.
I was trying to rename or remove my IB network which was used for VM
migrations.
I was using web-GUI, which was removing IB0 network w/o problem. After
removal the hosts where ok. Then I put them to maintenance mode. To refresh
iptables rules I did reinstall. then reinstall was failing with message
that IB0 not attached to any interface. But IB0 interface is not possible
to attach it is already deleted and not visible in any network dialog.
After creating interface with the same name everything is online now.
My current interface list is following:
 virsh -r net-list
Name State  Autostart Persistent
--
;vdsmdummy;  active nono
vdsm-cls10G  active yes   yes
vdsm-IB0 active yes   yes
vdsm-ovirtmgmt   active yes   yes

On this host the IB0 is not atached to any interface, I wondered, if it
should show up  in the net list?

I think the GUI does not rename/remove the interface from the DB. Some
constrain keeps still IB0 in DB.



***

Dr. Arman Khalatyan eScience -SuperComputing Leibniz-Institut für
Astrophysik Potsdam (AIP) An der Sternwarte 16, 14482 Potsdam, Germany

***


On Sun, Dec 28, 2014 at 10:31 AM, Moti Asayag masa...@redhat.com wrote:



 - Original Message -
  From: Arman Khalatyan arm2...@gmail.com
  To: users users@ovirt.org
  Sent: Wednesday, December 24, 2014 1:22:43 PM
  Subject: [ovirt-users] Unable to reinstall hosts after network removal.
 
  Hello,
  I have a little trouble with ovirt 3.5 on CentOS6.6:
  I was removing all networks from all hosts.

 Did you use the setup networks dialog from the UI in order to remove those
 networks ?
 Or have you removed those networks from the host directly (where you
 should used the:
 1. virsh net-destroy 'the-network-name'
 2. virsh net-undefine 'the-network-name'
 )

 can you report the output of 'virsh -r net-list'  ?

  Then after removing network from data center the hosts went to unusable.

 What was the host's status prior to removing its networks ? Was it up ?

  Every time after reinstall the host claims that the network is not
  configured, but it s already removed from network tab in DC.

 What is the missing network name ? Is it 'ovirtmgmt' ?

  Where from it gets the old configuration? the old interfaces also
 restored
  every time on the reinstalled hosts.

 The hosts via vdsm reports their network configuration via the
 'getCapabilities' verb
 of vdsm. You can try running it on the host:

 vdsClient -s 0 getVdsCaps

 and examine the nics / neworks / bridges / vlans / bonds elements.

  Which DB table is in charge of dc-networks?
 

 The retrieved information from vdsm is reported to 'vds_interace' table.
 The dc networks are stored in 'networks' table and networks attached to
 clusters are stored in network_cluster table.

 I wouldn't recommend on deleting entries from the tables directly. There
 are
 certain constraints which shouldn't be violated, i.e. the management
 network
 'ovirtmgnt' is blocked for removal from the engine.

  Thanks,
  Arman.
 
 
  ***
  Dr. Arman Khalatyan eScience -SuperComputing Leibniz-Institut für
 Astrophysik
  Potsdam (AIP) An der Sternwarte 16, 14482 Potsdam, Germany
  ***
 
  ___
  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] Unable to reinstall hosts after network removal.

2014-12-30 Thread Arman Khalatyan
Ok I found the conflict. The ip rule list  does not have any record on IB0
interface, all other networks are updated correctly but not IB one.
Probably this is not a good idea to have an ISCSI storage devices with the
same interface as VM network.
the network update operation trying to put interface up and down in that
point all iscsi devices going to IO/failure this stops to update IB
interface data.

Maybe one need to put whole cluster to maintenance mode in order to change
Storage dependent network setup?

this is the main trouble which prevents to fix/change any network setup on
IB0 interface.
tail -f  /var/log/vdsm/vdsm.log
Traceback (most recent call last):
  File /usr/share/vdsm/storage/hsm.py, line 2430, in connectStorageServer
conObj.connect()
  File /usr/share/vdsm/storage/storageServer.py, line 367, in connect
iscsi.addIscsiNode(self._iface, self._target, self._cred)
  File /usr/share/vdsm/storage/iscsi.py, line 164, in addIscsiNode
iscsiadm.node_login(iface.name, portalStr, target.iqn)
  File /usr/share/vdsm/storage/iscsiadm.py, line 295, in node_login
raise IscsiNodeError(rc, out, err)
IscsiNodeError: (8, ['Logging in to [iface: default, target:
iqn.2003-01.org.linux-iscsi.data01.x8664:sn.f5c9b017e103, portal:
10.10.10.31,3260] (multiple)'], ['iscsiadm: Could not login to [iface:
default, target: iqn.2003-01.org.linux-iscsi.data01.x8664:sn.f5c9b017e103,
portal: 10.10.10.31,3260].', 'iscsiadm: initiator reported error (8 -
connection timed out)', 'iscsiadm: Could not log into all portals'])

PS
save network configuration  is always checked.




***

Dr. Arman Khalatyan eScience -SuperComputing Leibniz-Institut für
Astrophysik Potsdam (AIP) An der Sternwarte 16, 14482 Potsdam, Germany

***


On Tue, Dec 30, 2014 at 7:05 AM, Moti Asayag masa...@redhat.com wrote:



 - Original Message -
  From: Arman Khalatyan arm2...@gmail.com
  To: Moti Asayag masa...@redhat.com
  Cc: users users@ovirt.org
  Sent: Monday, December 29, 2014 3:59:46 PM
  Subject: Re: [ovirt-users] Unable to reinstall hosts after network
 removal.
 
  My setup  has 3 networks: 1xIB,1x10Gbit+1Gbit for ovirt-management.
  The ovirt network does not have any trouble, it is always there.
  I was trying to rename or remove my IB network which was used for VM
  migrations.
  I was using web-GUI, which was removing IB0 network w/o problem. After
  removal the hosts where ok.

 Have you checked the option of save network configuration in the setup
 networks
 dialog (iirc should have been checked by default) ?

 Could you also attach the /var/log/ovirt-engine/engine.log from the engine
 server
 and /var/log/vdsm/vdsm.log and /var/log/vdsm/supervdsm.log from the node so
 we can see which request was sent to vdsm and its result ?

  Then I put them to maintenance mode. To refresh
  iptables rules I did reinstall. then reinstall was failing with message
  that IB0 not attached to any interface. But IB0 interface is not possible
  to attach it is already deleted and not visible in any network dialog.
  After creating interface with the same name everything is online now.
  My current interface list is following:
   virsh -r net-list
  Name State  Autostart Persistent
  --
  ;vdsmdummy;  active nono
  vdsm-cls10G  active yes   yes
  vdsm-IB0 active yes   yes
  vdsm-ovirtmgmt   active yes   yes
 
  On this host the IB0 is not atached to any interface, I wondered, if it
  should show up  in the net list?
 
  I think the GUI does not rename/remove the interface from the DB. Some
  constrain keeps still IB0 in DB.
 
 
 
  ***
 
  Dr. Arman Khalatyan eScience -SuperComputing Leibniz-Institut für
  Astrophysik Potsdam (AIP) An der Sternwarte 16, 14482 Potsdam, Germany
 
  ***
 
 
  On Sun, Dec 28, 2014 at 10:31 AM, Moti Asayag masa...@redhat.com
 wrote:
 
  
  
   - Original Message -
From: Arman Khalatyan arm2...@gmail.com
To: users users@ovirt.org
Sent: Wednesday, December 24, 2014 1:22:43 PM
Subject: [ovirt-users] Unable to reinstall hosts after network
 removal.
   
Hello,
I have a little trouble with ovirt 3.5 on CentOS6.6:
I was removing all networks from all hosts.
  
   Did you use the setup networks dialog from the UI in order to remove
 those
   networks ?
   Or have you removed those networks from the host directly (where you
   should used the:
   1. virsh net-destroy 'the-network-name'
   2. virsh net-undefine 'the-network-name'
   )
  
   can you report the output of 'virsh -r net-list'  ?
  
Then after removing network from data center the hosts went to
 unusable.
  
   What was the host's status

[ovirt-users] ovirt-engine gone: how to restore iscsi storage?

2015-02-02 Thread Arman Khalatyan
My ovirt engine sever gone with 3.5.0,
Another host is already fresh installed with 3.5.1.
Is it possible to attache iscsi storage with old VMs?
I got iscsi storage (master) and another one with NFS.
I was testing with NFS DATA, it is importing but no any VMs/Disks are visible.
Are there some way to rescan VMs/disk on imported storage?
How to restore it?


Thanks,
Arman.


***

 Dr. Arman Khalatyan  eScience -SuperComputing
 Leibniz-Institut für Astrophysik Potsdam (AIP)
 An der Sternwarte 16, 14482 Potsdam, Germany

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


[ovirt-users] How to import existing DC with replicated glusterfs

2015-03-01 Thread Arman Khalatyan
Hi,
I try to import existing DC with replicated glusterfs in Ovirt 3.5.1
on centos 7.0.
Usually in the normal case I set the mount points in the fstab as:

server01:DATA   /data  glusterfs
defaults,_netdev,log-level=WARNING,backupvolfile-server=server02

In the import dialog the mount options are grayed.
If I put my server01:DATA everything works as far as server01 is there.
Can I set somewhere the fail-over ip adress for the next replica?
thanks,
Arman.



***

 Dr. Arman Khalatyan  eScience -SuperComputing
 Leibniz-Institut für Astrophysik Potsdam (AIP)
 An der Sternwarte 16, 14482 Potsdam, Germany

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


[ovirt-users] RDMA support for vm migration?

2015-03-27 Thread Arman Khalatyan
I see that RH 7.1 has a new libvirt with rdma:// vm migration.
Are there any plans to add this feature in to ovitr?
Thanks,
Arman.



***

 Dr. Arman Khalatyan  eScience -SuperComputing
 Leibniz-Institut für Astrophysik Potsdam (AIP)
 An der Sternwarte 16, 14482 Potsdam, Germany

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


[ovirt-users] Why my Over Allocation Ratio is negative??

2015-04-20 Thread Arman Khalatyan
In my ovirt-GUI(Version 3.5.2-1.el6 prerelease) I can see following:

Size:
20479 GB
Available:
11180 GB
Used:
9299 GB
Allocated:
290 GB
Over Allocation Ratio:
-52%

What does it mean??
My storage is iscsi with 20TB size.


thanks,
A.


***

 Dr. Arman Khalatyan  eScience -SuperComputing
 Leibniz-Institut für Astrophysik Potsdam (AIP)
 An der Sternwarte 16, 14482 Potsdam, Germany

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


[ovirt-users] Is ovirt on HA-iscsi???

2015-04-15 Thread Arman Khalatyan
I am trying to use HA-iscsi target as a ovirt storage.
The smooth fail-over is working nicely without ovirt setup.

my config is following:
HA-iscsi: hosta-drbd-hostB-floatingIP-iscsi(iet)
ovirtengine(host)
cloud01-iscsi storage from floatingIP
Expected failover:
reboot hostB, hostA takeover.

cloud01 should not feel any error.
What I see actually the VMs are in the paused state.


It will be nice if someone can provide a reference on how ovirt/vdsm
is acting on iscsi failure?

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


[ovirt-users] Annoying/wrong message in Tasks tab

2015-04-13 Thread Arman Khalatyan
Hi,
after some reboots one of the nodes is still in the Tasks tab in
ovirt-gui with message:
Handling non responsive Host babserv.cls
But this is not true my host is running and green in the gui, even
more there several VMs running on it.
Are there way to fix it?Some how remove this misleading message from
the Tasks Tab?

My Setup: ovirt 3.5.x, centos 6.6

?xml version=1.0 encoding=UTF-8 standalone=yes?
job href=/api/jobs/08ae06c6-0bee-4ab3-8f47-76bd116fb3f6
id=08ae06c6-0bee-4ab3-8f47-76bd116fb3f6
actions
link href=/api/jobs/08ae06c6-0bee-4ab3-8f47-76bd116fb3f6/clear
rel=clear/
link href=/api/jobs/08ae06c6-0bee-4ab3-8f47-76bd116fb3f6/end
rel=end/
/actions
descriptionHandling non responsive Host babserv.cls/description
status
stateSTARTED/state
/status
owner href=/api/users/----
id=----/
start_time2015-04-02T14:55:41.659+02:00/start_time
last_updated2015-04-02T14:55:41.783+02:00/last_updated
externalfalse/external
auto_clearedtrue/auto_cleared
/job
* Closing connection #0




***

 Dr. Arman Khalatyan  eScience -SuperComputing
 Leibniz-Institut für Astrophysik Potsdam (AIP)
 An der Sternwarte 16, 14482 Potsdam, Germany

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


Re: [ovirt-users] Annoying/wrong message in Tasks tab

2015-04-13 Thread Arman Khalatyan
Thank you!
***

 Dr. Arman Khalatyan  eScience -SuperComputing
 Leibniz-Institut für Astrophysik Potsdam (AIP)
 An der Sternwarte 16, 14482 Potsdam, Germany

***


On Mon, Apr 13, 2015 at 1:10 PM, Michael Burman mbur...@redhat.com wrote:
 Hi Arman,

 I opened a bug on this - https://bugzilla.redhat.com/show_bug.cgi?id=1203143

 Thank you,

 Michael B

 - Original Message -
 From: Arman Khalatyan arm2...@gmail.com
 To: users users@ovirt.org
 Sent: Monday, April 13, 2015 1:19:02 PM
 Subject: [ovirt-users] Annoying/wrong message in Tasks tab

 Hi,
 after some reboots one of the nodes is still in the Tasks tab in
 ovirt-gui with message:
 Handling non responsive Host babserv.cls
 But this is not true my host is running and green in the gui, even
 more there several VMs running on it.
 Are there way to fix it?Some how remove this misleading message from
 the Tasks Tab?

 My Setup: ovirt 3.5.x, centos 6.6

 ?xml version=1.0 encoding=UTF-8 standalone=yes?
 job href=/api/jobs/08ae06c6-0bee-4ab3-8f47-76bd116fb3f6
 id=08ae06c6-0bee-4ab3-8f47-76bd116fb3f6
 actions
 link href=/api/jobs/08ae06c6-0bee-4ab3-8f47-76bd116fb3f6/clear
 rel=clear/
 link href=/api/jobs/08ae06c6-0bee-4ab3-8f47-76bd116fb3f6/end
 rel=end/
 /actions
 descriptionHandling non responsive Host babserv.cls/description
 status
 stateSTARTED/state
 /status
 owner href=/api/users/----
 id=----/
 start_time2015-04-02T14:55:41.659+02:00/start_time
 last_updated2015-04-02T14:55:41.783+02:00/last_updated
 externalfalse/external
 auto_clearedtrue/auto_cleared
 /job
 * Closing connection #0




 ***

  Dr. Arman Khalatyan  eScience -SuperComputing
  Leibniz-Institut für Astrophysik Potsdam (AIP)
  An der Sternwarte 16, 14482 Potsdam, Germany

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

 --
 Michael Burman
 RedHat Israel, RHEV-M QE Network Team

 Mobile: 054-5355725
 IRC: mburman
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] many dd ioctl messages on the SPM host.

2015-04-15 Thread Arman Khalatyan
Hi,
I can see many
dd: sending ioctl 80306d02 to a partition!
messages on my CentOS 7.1 SPM host.
I the top I can see that lvm process is using 100%.
My migration from iscsiA to iscsiB storage is terrible slow.
The lvm process always changing its pid.

/sbin/lvm lvextend --config  devices { preferred_names =
[^/dev/mapper/] ignore_suspended_devices=1 write_cache_state=0
disable_after_error_count=3 obtain_device_list_from_udev=0 filter = [
'a|/dev/mapper/1494554007265735f69534353494c6f676963616c|/dev/mapper/360014056427aebd90ef41b1b5df2cd79|',
'r|.*|' ] }  global {  locking_type=1  prioritise_write_locks=1
wait_for_locks=1  use_lvmetad=0 }  backup {  retain_min = 50
retain_days = 0 }  --autobackup n --size 5373952m
ab17ac41-3c43-4a57-902e-a88577d4a6c1/a57c120c-190a-4122-8f71-5d78dd5279c1

Are there some problems with migration?
I am using ovirt 3.5.x with iscsi storage.




***

 Dr. Arman Khalatyan  eScience -SuperComputing
 Leibniz-Institut für Astrophysik Potsdam (AIP)
 An der Sternwarte 16, 14482 Potsdam, Germany

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


[ovirt-users] Just for info: ovirt-guest-agent on Debian 8 Jessie is buggy.

2015-05-20 Thread Arman Khalatyan
The current debian has an bug the python script does not have exec
flag so daemon shows as running but it does nothing. to fix it simply:
chmod +x /usr/share/ovirt-guest-agent/ovirt-guest-agent.py
systemctl restart ovirt-guest-agent






***

 Dr. Arman Khalatyan  eScience -SuperComputing
 Leibniz-Institut für Astrophysik Potsdam (AIP)
 An der Sternwarte 16, 14482 Potsdam, Germany

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


[ovirt-users] Cannot find power off in Python API.

2015-11-09 Thread Arman Khalatyan
Hi,

Which function is called when on GUI poweroff is selected?



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


Re: [ovirt-users] Migration from VirtualBox to oVirt (do's and don'ts)

2015-12-05 Thread Arman Khalatyan
I remember that windows doesnot understand virtio and virtscsi disks. But
you can ude IDE disks then install the drivers under windows.
Am 05.12.2015 09:26 schrieb "Kiril L" <neohi...@gmail.com>:

> So there is nothing special setting I should look for which might prevent
> migration to oVirt.
>
> Thank you all!
> On Dec 5, 2015 10:12, "Arman Khalatyan" <arm2...@gmail.com> wrote:
>
>> I was able to move my vms from virtualbox running on win7 to ovirt.
>> The steps are following:
>> 1)Export virtualbox vm to raw format.
>> 2) upload it to export domain in ovirt
>> 3) clone new vm from (2) setup hw as you need.
>> I didnot try for windows guests, but debian an rh guests are moved
>> without trouble.
>> Am 04.12.2015 17:20 schrieb "Diego Remolina" <dijur...@gmail.com>:
>>
>>> To my knowledge there is no easy way to import VMs from virtualbox into
>>> ovirt/RHEV. I asked RH support (with a contract) and they said it is not
>>> supported.
>>>
>>> The way I did it is very painful, so I can tell you it is possible.
>>>
>>> 1. Use clonezilla ISO and boot your virtualbox vm from that ISO. Use
>>> clonezilla to create an image to a share (samba or nfs)
>>>
>>> 2. Create the new VM in ovirt/RHEV and the virtual drive. Boot from
>>> clonezilla and restore the image to the new virtual drive.
>>>
>>> I tested this on Linux guests. For windows guests you may need to
>>> somehow add the ovirt drivers to the image under virtualbox prior to
>>> cloning it.
>>>
>>> Diego
>>> On Dec 4, 2015 11:03, "Michal Skrivanek" <michal.skriva...@redhat.com>
>>> wrote:
>>>
>>>>
>>>> > On 04 Dec 2015, at 14:16, Alexander Wels <aw...@redhat.com> wrote:
>>>> >
>>>> > On Friday, December 04, 2015 03:03:25 PM Kiril L wrote:
>>>> >> As it seems a new server will have to be deployed soon. There is
>>>> >> almost no budget and i cannot afford more then one machine.
>>>> >>
>>>> >> Because of that i was wondering if it would be possible to use
>>>> >> VirtualBox (for now) and later migrate to oVirt (when I manage to get
>>>> >> a permission)?
>>>> >>
>>>> >
>>>> > Any particular reason you want to use virtual box? Why not do KVM
>>>> with virt
>>>> > manager. That should be a painless conversion to oVirt since the
>>>> format is the
>>>> > same.
>>>>
>>>> Let alone there is much less overhead if the machine specs is not that
>>>> great and there are no other hosts available
>>>>
>>>> Either way, importing KVM/libvirt VMs are currently a bit cumbersome
>>>> (3.6 supports v2v from VMware only), but doable with few workarounds, and
>>>> it’s certainly safer than VMware or VirtuaBox
>>>>
>>>> >
>>>> >> I was wondering is there something that i have to do (when setting up
>>>> >> the VM) in order to migrate at some point to oVirt?
>>>> >> ___
>>>> >> Users mailing list
>>>> >> Users@ovirt.org
>>>> >> http://lists.ovirt.org/mailman/listinfo/users
>>>> >
>>>> > ___
>>>> > Users mailing list
>>>> > Users@ovirt.org
>>>> > http://lists.ovirt.org/mailman/listinfo/users
>>>>
>>>> ___
>>>> Users mailing list
>>>> Users@ovirt.org
>>>> http://lists.ovirt.org/mailman/listinfo/users
>>>>
>>>
>>> ___
>>> Users mailing list
>>> Users@ovirt.org
>>> http://lists.ovirt.org/mailman/listinfo/users
>>>
>>>
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>>
>>
> ___
> 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] Migration from VirtualBox to oVirt (do's and don'ts)

2015-12-05 Thread Arman Khalatyan
I was able to move my vms from virtualbox running on win7 to ovirt.
The steps are following:
1)Export virtualbox vm to raw format.
2) upload it to export domain in ovirt
3) clone new vm from (2) setup hw as you need.
I didnot try for windows guests, but debian an rh guests are moved without
trouble.
Am 04.12.2015 17:20 schrieb "Diego Remolina" :

> To my knowledge there is no easy way to import VMs from virtualbox into
> ovirt/RHEV. I asked RH support (with a contract) and they said it is not
> supported.
>
> The way I did it is very painful, so I can tell you it is possible.
>
> 1. Use clonezilla ISO and boot your virtualbox vm from that ISO. Use
> clonezilla to create an image to a share (samba or nfs)
>
> 2. Create the new VM in ovirt/RHEV and the virtual drive. Boot from
> clonezilla and restore the image to the new virtual drive.
>
> I tested this on Linux guests. For windows guests you may need to somehow
> add the ovirt drivers to the image under virtualbox prior to cloning it.
>
> Diego
> On Dec 4, 2015 11:03, "Michal Skrivanek" 
> wrote:
>
>>
>> > On 04 Dec 2015, at 14:16, Alexander Wels  wrote:
>> >
>> > On Friday, December 04, 2015 03:03:25 PM Kiril L wrote:
>> >> As it seems a new server will have to be deployed soon. There is
>> >> almost no budget and i cannot afford more then one machine.
>> >>
>> >> Because of that i was wondering if it would be possible to use
>> >> VirtualBox (for now) and later migrate to oVirt (when I manage to get
>> >> a permission)?
>> >>
>> >
>> > Any particular reason you want to use virtual box? Why not do KVM with
>> virt
>> > manager. That should be a painless conversion to oVirt since the format
>> is the
>> > same.
>>
>> Let alone there is much less overhead if the machine specs is not that
>> great and there are no other hosts available
>>
>> Either way, importing KVM/libvirt VMs are currently a bit cumbersome (3.6
>> supports v2v from VMware only), but doable with few workarounds, and it’s
>> certainly safer than VMware or VirtuaBox
>>
>> >
>> >> I was wondering is there something that i have to do (when setting up
>> >> the VM) in order to migrate at some point to oVirt?
>> >> ___
>> >> Users mailing list
>> >> Users@ovirt.org
>> >> http://lists.ovirt.org/mailman/listinfo/users
>> >
>> > ___
>> > Users mailing list
>> > Users@ovirt.org
>> > http://lists.ovirt.org/mailman/listinfo/users
>>
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>>
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] How to manually restore ovirt-engine from sql dump file?

2015-12-30 Thread Arman Khalatyan
Hello,
Due to the HW error we lost ovirt-engine db.
We have only recent dump files from
/var/lib/ovirt-engine/backups/
Is it possible to restore database using dump files?
BTW the VMs are still running without ovirt-engine.

Thanks,
Arman.
***

 Dr. Arman Khalatyan  eScience -SuperComputing
 Leibniz-Institut für Astrophysik Potsdam (AIP)
 An der Sternwarte 16, 14482 Potsdam, Germany

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


Re: [ovirt-users] Failed to create live snapshot

2015-11-23 Thread Arman Khalatyan
What kind of storage are you using??
I had similar trouble with iscsi storage.
The workaround was to delete some bad symlinks in /rvem/data-center
The following steps are used to fix missing devices on the hosts:
Host->maintenance
On host rm -rf /rvem/data-center
yum reinstall vdsm
It will generate folder structure in /rvem
Before this backup your data. Maybe you hit another bug.
Good luck,
Arman
Hello,

I'm getting the following error when I try to create a snapshot of one VM.
Snapshots of all other VMs work as expected. I'm using oVirt 3.5 on Centos
7.

>Failed to create live snapshot 'fsbu3' for VM 'Odoo'. VM restart is
recommended. Note that using the created snapshot might cause data
inconsistency.

I think this is the relevant part of vdsm.log, what strikes me as odd is
the line:
>Thread-1192052::ERROR::2015-11-23
17:18:20,532::vm::4355::vm.Vm::(snapshot)
vmId=`581cebb3-7729-4c29-b98c-f9e04aa2fdd0`::The base volume doesn't exist:
{'device': 'disk', 'domainID': 'b4e7425a-53c7-40d4-befc-ea36ed7891fc',
'volumeID': '9a7fc7e0-60fc-4f67-9f97-2de4bc08f0a7', 'imageID':
'dfa1d0bf-a1f6-45bb-9574-ab020c0e8c9d'}
The part "The base volume doesn't exist" seems interesting.

Also interesting is that it does create a snapshot, though I don't know if
that snapshot is missing data.

Thread-1192048::DEBUG::2015-11-23
17:18:20,421::taskManager::103::Storage.TaskManager::(getTaskStatus) Entry.
taskID: 21a1c403-f306-40b1-bad8-377d0265ebca
Thread-1192048::DEBUG::2015-11-23
17:18:20,421::taskManager::106::Storage.TaskManager::(getTaskStatus)
Return. Response: {'code': 0, 'message': '1 jobs completed successfully',
'taskState': 'finished', 'taskResult': 'success', 'taskID':
'21a1c403-f306-40b1-bad8-377d0265ebca'}
Thread-1192048::DEBUG::2015-11-23
17:18:20,422::taskManager::123::Storage.TaskManager::(getAllTasksStatuses)
Return: {'21a1c403-f306-40b1-bad8-377d0265ebca': {'code': 0, 'message': '1
jobs completed successfully', 'taskState': 'finished', 'taskResult':
'success', 'taskID': '21a1c403-f306-40b1-bad8-377d0265ebca'}}
Thread-1192048::INFO::2015-11-23
17:18:20,422::logUtils::47::dispatcher::(wrapper) Run and protect:
getAllTasksStatuses, Return response: {'allTasksStatus':
{'21a1c403-f306-40b1-bad8-377d0265ebca': {'code': 0, 'message': '1 jobs
completed successfully', 'taskState': 'finished', 'taskResult': 'success',
'taskID': '21a1c403-f306-40b1-bad8-377d0265ebca'}}}
Thread-1192048::DEBUG::2015-11-23
17:18:20,422::task::1191::Storage.TaskManager.Task::(prepare)
Task=`ce3d857c-45d3-4acc-95a5-79484e457fc6`::finished: {'allTasksStatus':
{'21a1c403-f306-40b1-bad8-377d0265ebca': {'code': 0, 'message': '1 jobs
completed successfully', 'taskState': 'finished', 'taskResult': 'success',
'taskID': '21a1c403-f306-40b1-bad8-377d0265ebca'}}}
Thread-1192048::DEBUG::2015-11-23
17:18:20,422::task::595::Storage.TaskManager.Task::(_updateState)
Task=`ce3d857c-45d3-4acc-95a5-79484e457fc6`::moving from state preparing ->
state finished
Thread-1192048::DEBUG::2015-11-23
17:18:20,422::resourceManager::940::Storage.ResourceManager.Owner::(releaseAll)
Owner.releaseAll requests {} resources {}
Thread-1192048::DEBUG::2015-11-23
17:18:20,422::resourceManager::977::Storage.ResourceManager.Owner::(cancelAll)
Owner.cancelAll requests {}
Thread-1192048::DEBUG::2015-11-23
17:18:20,422::task::993::Storage.TaskManager.Task::(_decref)
Task=`ce3d857c-45d3-4acc-95a5-79484e457fc6`::ref 0 aborting False
Thread-1192048::DEBUG::2015-11-23
17:18:20,422::__init__::500::jsonrpc.JsonRpcServer::(_serveRequest) Return
'Host.getAllTasksStatuses' in bridge with
{'21a1c403-f306-40b1-bad8-377d0265ebca': {'code': 0, 'message': '1 jobs
completed successfully', 'taskState': 'finished', 'taskResult': 'success',
'taskID': '21a1c403-f306-40b1-bad8-377d0265ebca'}}
Thread-1192048::DEBUG::2015-11-23
17:18:20,423::stompReactor::163::yajsonrpc.StompServer::(send) Sending
response
JsonRpc (StompReactor)::DEBUG::2015-11-23
17:18:20,423::stompReactor::98::Broker.StompAdapter::(handle_frame)
Handling message 
JsonRpcServer::DEBUG::2015-11-23
17:18:20,424::__init__::506::jsonrpc.JsonRpcServer::(serve_requests)
Waiting for request
Thread-1192049::DEBUG::2015-11-23
17:18:20,426::stompReactor::163::yajsonrpc.StompServer::(send) Sending
response
JsonRpc (StompReactor)::DEBUG::2015-11-23
17:18:20,438::stompReactor::98::Broker.StompAdapter::(handle_frame)
Handling message 
JsonRpcServer::DEBUG::2015-11-23
17:18:20,439::__init__::506::jsonrpc.JsonRpcServer::(serve_requests)
Waiting for request
Thread-1192050::DEBUG::2015-11-23
17:18:20,441::stompReactor::163::yajsonrpc.StompServer::(send) Sending
response
JsonRpc (StompReactor)::DEBUG::2015-11-23
17:18:20,442::stompReactor::98::Broker.StompAdapter::(handle_frame)
Handling message 
JsonRpcServer::DEBUG::2015-11-23
17:18:20,443::__init__::506::jsonrpc.JsonRpcServer::(serve_requests)
Waiting for request
Thread-1192051::DEBUG::2015-11-23
17:18:20,445::stompReactor::163::yajsonrpc.StompServer::(send) Sending
response
JsonRpc 

Re: [ovirt-users] How to automate the ovirt host deployment?

2016-06-03 Thread Arman Khalatyan
Yes for sure, as you can see the options in foreman: 28. [\u2713] Configure
foreman_compute_ovirt



***

 Dr. Arman Khalatyan  eScience -SuperComputing
 Leibniz-Institut für Astrophysik Potsdam (AIP)
 An der Sternwarte 16, 14482 Potsdam, Germany

***

On Fri, Jun 3, 2016 at 9:33 AM, Barak Korren <bkor...@redhat.com> wrote:

> >
> > You should be able to see the hosts from ovirt interface.
> > I was not able to add an auto-discovered hosts to ovirt it always trows
> an exception: Failed to add Host  (User: admin@internal).
> probably it is a bug.
>
> Did you add the oVirt provision plugin to Foreman? You probably need it
> for this to work.
> If you did then please submit a bug to oVirt bugzilla.
> >
> Thanks,
> Barak
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] How to automate the ovirt host deployment?

2016-05-28 Thread Arman Khalatyan
Thank you for the hint. I will try next week.
Foreman looks quite complex:)

I would prefer simple Python script with 4 lines: add, install, setup
networks and activate.
Am 27.05.2016 6:51 nachm. schrieb "Karli Sjöberg" <karli.sjob...@slu.se>:

>
> Den 27 maj 2016 18:41 skrev Arman Khalatyan <arm2...@gmail.com>:
> >
> > Hi, I am looking some method to automate the host deployments in a
> cluster environment.
> > Assuming we have 20 nodes with centos 7 eth0/eth1 configured. Is it
> possible to automate installation with ovirt-sdk?
> > Are there some examples  ?
>
> You could do that, or look into full life cycle management with The
> Foreman.
>
> /K
>
> >
> > Thanks,
> > Arman.
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Solution for the multiple incompatible GPUs

2016-06-15 Thread Arman Khalatyan
Hi,
I am looking for some solution with multiple GPUs(FX5600quadro and
TESLA2050)
The drivers are not compatible in the bare metal, Therefore I was trying to
use passthrough as described here:
http://www.ovirt.org/develop/release-management/features/engine/hostdev-passthrough/

After installing the nvidia driver on the guest everything looks nice.
After running 2 or 3 times nvidia-smi to see the GPU status, the device
disappear.
I just tested with both gpus, with different drivers from nvidia, same
situation.

My environment is host and guest-Centos7.2, ovirt 3.6.6 engine(but host has
3.6.7RC due to the fix in passthrough gui)

Are there successful stories with  GPU+Ovirt?
Thanks,
Arman.



***

 Dr. Arman Khalatyan  eScience -SuperComputing
 Leibniz-Institut für Astrophysik Potsdam (AIP)
 An der Sternwarte 16, 14482 Potsdam, Germany

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


Re: [ovirt-users] How to automate the ovirt host deployment?

2016-05-31 Thread Arman Khalatyan
Nice! Finally no sad face anymore:)
I am testing centos 7.2, with foreman 1.11

Testing  now with unattended installations on multiple vms. Works like a
charm:)
Later will try on baremetals.
I need to learn how to write templates.


Den 30 maj 2016 22:22 skrev Arman Khalatyan <arm2...@gmail.com>:
>
> Sorry for the previous empty email.
>
> I was testing foreman plugins for ovirt deploy. They are some how broken.
The foreman-install --enable-ovirt-provisioning-plugin breaks the foreman
installation. I need to dig deeper:(

Don't know what distribution you're using but setting all up manually
showed me that Foreman needs to be at at least 11 for the plugin to work.
Otherwise it behaved in the same way for me; all fine and well until the
provision plugin was installed and then *sadface* :)

Get Foreman up to version 11 and you'll be fine, is my guess.

/K
>
> Am 28.05.2016 4:07 nachm. schrieb "Yaniv Kaul" <yk...@redhat.com>:
>>
>> >
>
> >
> >
> > On Sat, May 28, 2016 at 12:50 PM, Arman Khalatyan <arm2...@gmail.com>
wrote:
>>
>> >>
>
> >> Thank you for the hint. I will try next week.
> >> Foreman looks quite complex:)
> >
> >
> > I think this is an excellent suggestion - Foreman, while may take a
while to set up, will also be extremely useful to provision and manage not
only hosts, but VMs later on!
> >
>>
>> >> I would prefer simple Python script with 4 lines: add, install, setup
networks and activate.
>
>
> >
> >
> > You can look at ovirt-system-tests , the testing suite for oVirt, on
Python code for the above.
> > Y.
> >
>>
>>
> >>
> >> Am 27.05.2016 6:51 nachm. schrieb "Karli Sjöberg" <karli.sjob...@slu.se
>:
>>
>> >>>
>
> >>>
> >>> Den 27 maj 2016 18:41 skrev Arman Khalatyan <arm2...@gmail.com>:
> >>> >
> >>> > Hi, I am looking some method to automate the host deployments in a
cluster environment.
> >>> > Assuming we have 20 nodes with centos 7 eth0/eth1 configured. Is it
possible to automate installation with ovirt-sdk?
> >>> > Are there some examples  ?
> >>>
> >>> You could do that, or look into full life cycle management with The
Foreman.
> >>>
> >>> /K
> >>>
> >>> >
> >>> > Thanks,
> >>> > Arman.
> >>
> >>
> >> ___
> >> 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] How to automate the ovirt host deployment?

2016-05-27 Thread Arman Khalatyan
Hi, I am looking some method to automate the host deployments in a cluster
environment.
Assuming we have 20 nodes with centos 7 eth0/eth1 configured. Is it
possible to automate installation with ovirt-sdk?
Are there some examples  ?

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


Re: [ovirt-users] How to automate the ovirt host deployment?

2016-06-02 Thread Arman Khalatyan
After few days playing with ovirt+foreman I can now deploy bare metal with
foreman and attach it to ovirt.
Over all it works, but there are some points to mention to beginners like
me:

a) To make a auto discovery ,ovirt and deployment working together one
should enable in "foreman-installer -i" following modules:
1. [\u2713] Configure foreman
2. [\u2713] Configure foreman_cli
3. [\u2713] Configure foreman_proxy
4. [\u2713] Configure puppet
6. [\u2713] Configure foreman_plugin_bootdisk
10. [\u2713] Configure foreman_plugin_dhcp_browser
12. [\u2713] Configure foreman_plugin_discovery
21. [\u2713] Configure foreman_plugin_setup
23. [\u2713] Configure foreman_plugin_templates
28. [\u2713] Configure foreman_compute_ovirt
33. [\u2713] Configure foreman_proxy_plugin_discovery

b) next follow the documentation:
http://www.ovirt.org/develop/release-management/features/foreman/foremanintegration/

You should be able to see the hosts from ovirt interface.
I was not able to add an auto-discovered hosts to ovirt it always trows an
exception: Failed to add Host  (User: admin@internal). probably it
is a bug.

In order to add the hosts: first I provisioned the auto-discovered hosts
with foreman to centos7 then over the gui in . Important here to add into
installation template the path to ovirt repository:

yum install http://resources.ovirt.org/pub/yum-repo/ovirt-release36.rpm

If your provisioned host does not know the repository you cannot add the
foreman host from the ovirt gui.




***

 Dr. Arman Khalatyan  eScience -SuperComputing
 Leibniz-Institut für Astrophysik Potsdam (AIP)
 An der Sternwarte 16, 14482 Potsdam, Germany

***

On Tue, May 31, 2016 at 8:03 PM, Arman Khalatyan <arm2...@gmail.com> wrote:

> Nice! Finally no sad face anymore:)
> I am testing centos 7.2, with foreman 1.11
>
> Testing  now with unattended installations on multiple vms. Works like a
> charm:)
> Later will try on baremetals.
> I need to learn how to write templates.
>
>
> Den 30 maj 2016 22:22 skrev Arman Khalatyan <arm2...@gmail.com>:
> >
> > Sorry for the previous empty email.
> >
> > I was testing foreman plugins for ovirt deploy. They are some how
> broken. The foreman-install --enable-ovirt-provisioning-plugin breaks the
> foreman installation. I need to dig deeper:(
>
> Don't know what distribution you're using but setting all up manually
> showed me that Foreman needs to be at at least 11 for the plugin to work.
> Otherwise it behaved in the same way for me; all fine and well until the
> provision plugin was installed and then *sadface* :)
>
> Get Foreman up to version 11 and you'll be fine, is my guess.
>
> /K
> >
> > Am 28.05.2016 4:07 nachm. schrieb "Yaniv Kaul" <yk...@redhat.com>:
> >>
> >> >
> >
> > >
> > >
> > > On Sat, May 28, 2016 at 12:50 PM, Arman Khalatyan <arm2...@gmail.com>
> wrote:
> >>
> >> >>
> >
> > >> Thank you for the hint. I will try next week.
> > >> Foreman looks quite complex:)
> > >
> > >
> > > I think this is an excellent suggestion - Foreman, while may take a
> while to set up, will also be extremely useful to provision and manage not
> only hosts, but VMs later on!
> > >
> >>
> >> >> I would prefer simple Python script with 4 lines: add, install,
> setup networks and activate.
> >
> >
> > >
> > >
> > > You can look at ovirt-system-tests , the testing suite for oVirt, on
> Python code for the above.
> > > Y.
> > >
> >>
> >>
> > >>
> > >> Am 27.05.2016 6:51 nachm. schrieb "Karli Sjöberg" <
> karli.sjob...@slu.se>:
> >>
> >> >>>
> >
> > >>>
> > >>> Den 27 maj 2016 18:41 skrev Arman Khalatyan <arm2...@gmail.com>:
> > >>> >
> > >>> > Hi, I am looking some method to automate the host deployments in a
> cluster environment.
> > >>> > Assuming we have 20 nodes with centos 7 eth0/eth1 configured. Is
> it possible to automate installation with ovirt-sdk?
> > >>> > Are there some examples  ?
> > >>>
> > >>> You could do that, or look into full life cycle management with The
> Foreman.
> > >>>
> > >>> /K
> > >>>
> > >>> >
> > >>> > Thanks,
> > >>> > Arman.
> > >>
> > >>
> > >> ___
> > >> 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 automate the ovirt host deployment?

2016-05-30 Thread Arman Khalatyan
Am 28.05.2016 4:07 nachm. schrieb "Yaniv Kaul" <yk...@redhat.com>:

>

>
>
> On Sat, May 28, 2016 at 12:50 PM, Arman Khalatyan <arm2...@gmail.com>
wrote:

>>

>> Thank you for the hint. I will try next week.
>> Foreman looks quite complex:)
>
>
> I think this is an excellent suggestion - Foreman, while may take a while
to set up, will also be extremely useful to provision and manage not only
hosts, but VMs later on!
>

>> I would prefer simple Python script with 4 lines: add, install, setup
networks and activate.


>
>
> You can look at ovirt-system-tests , the testing suite for oVirt, on
Python code for the above.
> Y.
>


>>
>> Am 27.05.2016 6:51 nachm. schrieb "Karli Sjöberg" <karli.sjob...@slu.se>:

>>>

>>>
>>> Den 27 maj 2016 18:41 skrev Arman Khalatyan <arm2...@gmail.com>:
>>> >
>>> > Hi, I am looking some method to automate the host deployments in a
cluster environment.
>>> > Assuming we have 20 nodes with centos 7 eth0/eth1 configured. Is it
possible to automate installation with ovirt-sdk?
>>> > Are there some examples  ?
>>>
>>> You could do that, or look into full life cycle management with The
Foreman.
>>>
>>> /K
>>>
>>> >
>>> > Thanks,
>>> > Arman.
>>
>>
>> ___
>> Users mailing list
>> Users@ovirt.org <Users@ovirt.org>
>> http://lists.ovirt.org/mailman/listinfo/users
<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 automate the ovirt host deployment?

2016-05-30 Thread Arman Khalatyan
Sorry for the previous empty email.

I was testing foreman plugins for ovirt deploy. They are some how broken.
The foreman-install --enable-ovirt-provisioning-plugin breaks the foreman
installation. I need to dig deeper:(

Am 28.05.2016 4:07 nachm. schrieb "Yaniv Kaul" <yk...@redhat.com>:

>

>
>
> On Sat, May 28, 2016 at 12:50 PM, Arman Khalatyan <arm2...@gmail.com>
wrote:

>>

>> Thank you for the hint. I will try next week.
>> Foreman looks quite complex:)
>
>
> I think this is an excellent suggestion - Foreman, while may take a while
to set up, will also be extremely useful to provision and manage not only
hosts, but VMs later on!
>

>> I would prefer simple Python script with 4 lines: add, install, setup
networks and activate.


>
>
> You can look at ovirt-system-tests , the testing suite for oVirt, on
Python code for the above.
> Y.
>


>>
>> Am 27.05.2016 6:51 nachm. schrieb "Karli Sjöberg" <karli.sjob...@slu.se>:

>>>

>>>
>>> Den 27 maj 2016 18:41 skrev Arman Khalatyan <arm2...@gmail.com>:
>>> >
>>> > Hi, I am looking some method to automate the host deployments in a
cluster environment.
>>> > Assuming we have 20 nodes with centos 7 eth0/eth1 configured. Is it
possible to automate installation with ovirt-sdk?
>>> > Are there some examples  ?
>>>
>>> You could do that, or look into full life cycle management with The
Foreman.
>>>
>>> /K
>>>
>>> >
>>> > Thanks,
>>> > Arman.
>>
>>
>> ___
>> Users mailing list
>> Users@ovirt.org <Users@ovirt.org>
>> http://lists.ovirt.org/mailman/listinfo/users
<http://lists.ovirt.org/mailman/listinfo/users>
>>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Stuck process in the "Tasks" tab (webadmin interface)

2016-06-18 Thread Arman Khalatyan
Restart engine, or run  engine-setup it will clear Zombie tasks.
Am 17.06.2016 3:08 nachm. schrieb "Alexis HAUSER" <
alexis.hau...@telecom-bretagne.eu>:

> hi,
>
> I realized that I still have a process of creating a VM pool in the Tasks
> since...May 20...
> How can I check if there is a stuck job or something still trying to do it
> ? If nothing is going on, how can I clear this from the event logs ?
> ___
> 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] Getting qcow images into oVirt

2016-02-08 Thread Arman Khalatyan
Hi,
You can import regular qcow2 images into ovirt with few steps:
1)check what kind of  image you have qemu-img -info vm4import.img
2) create an vm with exact disk image size as qemu-img -info shows.
3) run vm in paused mode(sometimes it is hard to find out the VM disk)
4) go to host where paused vm is running: find /rhev |grep "your vm uuid"
and get your vm image UUID
5) do not use dd, use better
qemu-img convert -p  -O raw $1  ${2} or
qemu-img convert -p  -O qcow2 $1  ${2}
with -p option you have a nice progress bar:)

Then poweroff the paused vm and start it.
Maybe someone has a better tools, but sometimes better to get an idea
behind the scene without any wodoo scripts.



***

 Dr. Arman Khalatyan  eScience -SuperComputing
 Leibniz-Institut für Astrophysik Potsdam (AIP)
 An der Sternwarte 16, 14482 Potsdam, Germany

***

On Mon, Feb 8, 2016 at 10:40 AM, Barak Korren <bkor...@redhat.com> wrote:

> >>
> > Maybe this will help you?:
> > https://jonarcher.info/2014/02/import-regular-kvm-image-ovirt-rhev/
> >
> Thanks! this looks like a step in the right direction!
>
> A few caveats I see and further questions:
> 1. Seems I would require a storage domain where I can access the files
> from somewhere external to the system. I guess I could try using a VM
> running on the same engine instead and attach/detach disks to/from it.
> 2. This creates a non-sparse, non-thin VM disk no? How much space did
> the disk take once you were done?
>
>
> --
> Barak Korren
> bkor...@redhat.com
> RHEV-CI Team
> ___
> 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] matching / mapping ovirt storage domain images to VMs

2016-02-07 Thread Arman Khalatyan
Hi,
If engine is down you can check directly on the hosts with virsh in
readonly mode.
virsh -r list
virsh -r dumpxml vmid
Then parse xml to get the disks.

Cheers,
Arman
Am 07.02.2016 02:15 schrieb "Charles Kozler" :

> Pavel -
>
> This works if engine is up. What about if it is down? Is there no way to
> easily correlate? Like maybe through vdsClient to check with VDSM on the
> engine directly?
>
> On Fri, Feb 5, 2016 at 3:11 AM, Pavel Gashev  wrote:
>
>> You can use ovirt-shell:
>>
>> [oVirt shell (connected)]# list disks --parent-vm-name VM1 --show-all
>>
>> id  :
>> e7a1f91c-4196-4e04-8936-bbc37daff393
>> name: W2K12_Disk1
>> active  : True
>> actual_size : 327680
>> alias   : W2K12_Disk1
>> bootable: True
>> format  : cow
>> image_id:
>> 48b748b6-dc20-43f5-8c51-e0f984e2fd00
>> interface   : virtio
>> propagate_errors: False
>> provisioned_size: 85899345920
>> quota-id:
>> c224e50a-de46-461e-bd32-94a921151355
>> read_only   : False
>> shareable   : False
>> size: 85899345920
>> sparse  : True
>> status-state: ok
>> storage_domains-storage_domain-id   :
>> 75801b3b-d9ce-4b62-aa36-6b6519ecc04e
>> storage_type: image
>> vm-id   :
>> 8f163624-823f-4ac2-8964-7aa473c41de2
>> wipe_after_delete   : False
>>
>> Where id is the directory name, and image_id is the file name.
>>
>>
>> From:  on behalf of Charles Kozler <
>> char...@fixflyer.com>
>> Date: Thursday 4 February 2016 at 23:37
>> To: users 
>> Subject: [ovirt-users] matching / mapping ovirt storage domain images to
>> VMs
>>
>> is there an easy / intutive way to find out the underlying image
>> associated to a VM? for instance, looking at a storage domain from the
>> server, it is not easy to figure out what VM it actually belongs to
>>
>> [storage[root@snode01 images]$ find -type f | grep -iv meta | grep -iv
>> lease  | xargs du -sch
>> 20K
>> ./bd765364-064d-487c-a6f8-a290249edca1/4f6dcb0e-e4c9-4ab6-af6d-d49f89228fa1
>> 20K
>> ./e69a0128-fddc-4ee7-b91c-04caf8bdd540/2ce9d1aa-70e3-4063-895d-c9848ec122e5
>> 10G
>> ./2d1eab4a-df47-4e8e-8a0c-c58ca9c0d6cf/1ab0bebd-57b4-45f3-8e77-7c1973282766
>> 10G
>> ./9ed4a196-bc18-4d6a-b7b6-f38bee01e102/32953e4c-8a3c-4252-96d9-9ecbb7c2a603
>> 0
>> ./1c3129dc-56fa-4e41-bd5b-3313f9f1aa86/d4221e11-bf3b-4226-a8a8-b53ff0189592
>> 21G total
>>
>> How can I find out what VMs these belong to?
>>
>> --
>>
>> *Charles Kozler*
>> *Vice President, IT Operations*
>>
>> FIX Flyer, LLC
>> 225 Broadway | Suite 1600 | New York, NY 10007
>> 1-888-349-3593
>> http://www.fixflyer.com 
>>
>> NOTICE TO RECIPIENT: THIS E-MAIL IS MEANT ONLY FOR THE INTENDED
>> RECIPIENT(S) OF THE TRANSMISSION, AND CONTAINS CONFIDENTIAL INFORMATION
>> WHICH IS PROPRIETARY TO FIX FLYER LLC.  ANY UNAUTHORIZED USE, COPYING,
>> DISTRIBUTION, OR DISSEMINATION IS STRICTLY PROHIBITED.  ALL RIGHTS TO THIS
>> INFORMATION IS RESERVED BY FIX FLYER LLC.  IF YOU ARE NOT THE INTENDED
>> RECIPIENT, PLEASE CONTACT THE SENDER BY REPLY E-MAIL AND PLEASE DELETE THIS
>> E-MAIL FROM YOUR SYSTEM AND DESTROY ANY COPIES.
>>
>
>
>
> --
>
> *Charles Kozler*
> *Vice President, IT Operations*
>
> FIX Flyer, LLC
> 225 Broadway | Suite 1600 | New York, NY 10007
> 1-888-349-3593
> http://www.fixflyer.com 
>
> NOTICE TO RECIPIENT: THIS E-MAIL IS MEANT ONLY FOR THE INTENDED
> RECIPIENT(S) OF THE TRANSMISSION, AND CONTAINS CONFIDENTIAL INFORMATION
> WHICH IS PROPRIETARY TO FIX FLYER LLC.  ANY UNAUTHORIZED USE, COPYING,
> DISTRIBUTION, OR DISSEMINATION IS STRICTLY PROHIBITED.  ALL RIGHTS TO THIS
> INFORMATION IS RESERVED BY FIX FLYER LLC.  IF YOU ARE NOT THE INTENDED
> RECIPIENT, PLEASE CONTACT THE SENDER BY REPLY E-MAIL AND PLEASE DELETE THIS
> E-MAIL FROM YOUR SYSTEM AND DESTROY ANY COPIES.
>
> ___
> 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] Understanding direct lun connection: iscsi pass through disks

2016-02-17 Thread Arman Khalatyan
Hi, I am trying to combine performance and virtualisation with direct iscsi
disks .
Assuming we have vm with /dev/vda for OS two data disks from
iscsi01:/dev/sda and iscsi02:/dev/sdb direct lun disks configured over
ovirt interface.
The iscsi disks are used as zfs mirror inside the vm.
When one of the iscsi disks is not available then the whole host goes into
pause state.
Are there way to force ovirt do not freeze vm if direct lun is away?
Thanks,
Arman
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [ANN] oVirt 3.6.3 Final Release is now available

2016-03-01 Thread Arman Khalatyan
Looks good!!thank you!
Am 01.03.2016 13:10 schrieb "Sandro Bonazzola" :

> The oVirt Project is pleased to announce today the general availability of
> oVirt 3.6.3.
>
> This latest community release includes numerous bug fixes and several new
> features, such as:
>
>
>- The WebSocketProxy VDC option(and a few others) can now be updated
>without need to restart the engine.
>
>
>- OVIRT-CLI now use remote-viewer instead of spicec for spice based
>console
>
>
>- unassigned host status now reflects more the real status
>
>
>- cloud-init service after appliance deployment is now disabled
>
>
> oVirt is an open-source, openly-governed enterprise virtualization
> management application, developed by a global community. You can use the
> oVirt management interface (oVirt Engine) to manage hardware nodes, storage
> and network resources, and to deploy and monitor virtual machines running
> in your data center.
>
> If you are familiar with VMware products, oVirt is conceptually similar to
> vSphere. oVirt serves as the bedrock for Red Hat's Enterprise
> Virtualization product, and it is the "upstream" project where new features
> are developed prior to their inclusion in Red Hat's supported product
> offering.
>
> Additional Resources:
>
> * Read more about the oVirt 3.6.3 release highlights:
> http://www.ovirt.org/release/3.6.3/
> * Get more oVirt Project updates on Twitter: https://twitter.com/ovirt
> * Read more about oVirt Project community events:
> http://www.ovirt.org/events/
>
>
> --
> 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
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] ovirt node 3.6 stable

2016-04-08 Thread Arman Khalatyan
Are you looking for this ?
http://www.ovirt.org/download/
Or
sudo yum localinstall
http://resources.ovirt.org/pub/yum-repo/ovirt-release36.rpm ?
hello,

which link to download the stable version of oVirt node 3.6?

Thanks

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


Re: [ovirt-users] [ANN] oVirt 3.6.6 Final Release is now available

2016-05-23 Thread Arman Khalatyan
Nice!thank you!

I found small bug on web page, the link to *oVirt Node*  doesnot exists
It points to:
http://www.ovirt.org/release/3.6.6/node#release 3.6.6 node
Am 23.05.2016 4:55 nachm. schrieb "Sandro Bonazzola" :

> The oVirt Project is pleased to announce today the general availability of
> oVirt 3.6.6.
>
> This latest community release includes new features and bug fixes for
>
> - oVirt Engine
> - oVirt Engine Appliance
> - oVirt Engine DWH
> - oVirt Engine Extension AAA JDBC
> - oVirt Engine Extension AAA LDAP
> - oVirt Hosted Enging HA
> - oVirt Hosted Engine Setup
> - oVirt VMConsole
> - VDSM
> - VDSM JsonRPC Java
>
>
> oVirt is an open-source, openly-governed enterprise virtualization
> management application, developed by a global community. You can use the
> oVirt management interface (oVirt Engine) to manage hardware nodes, storage
> and network resources, and to deploy and monitor virtual machines running
> in your data center.
>
> If you are familiar with VMware products, oVirt is conceptually similar to
> vSphere. oVirt serves as the bedrock for Red Hat's Enterprise
> Virtualization product, and it is the "upstream" project where new features
> are developed prior to their inclusion in Red Hat's supported product
> offering.
>
> Notes:
> * A new oVirt Live ISO, oVirt Engine Appliance and oVirt Node Next Install
> ISO will be available soon
> * Mirrors might need up to one day to synchronize.
>
>
> Additional Resources:
> * Read more about the oVirt 3.6.6 release highlights:
> http://www.ovirt.org/release/3.6.6/
> * Get more oVirt Project updates on Twitter: https://twitter.com/ovirt
> * Check out the latest project news on the oVirt blog:
> http://www.ovirt.org/blog/
>
> --
> 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
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] vioscsi.sys BSOD with Win 7

2016-05-10 Thread Arman Khalatyan
Same bsod was with win2008 server, in order to fix it we changed nics to
e1000 and disks to IDE. Now it boots w/o trouble.
Am 10.05.2016 7:43 nachm. schrieb "Cam Mac" :

> Hi Tomas,
>
> The install went ok, but Windows complains:
>
> "File: \windows\system32\drivers\vioscsi.sys
> status: 0xc428
> Windows cannot verify the digital signature for this file"
>
> Regards,
>
> Campbell
>
> On Tue, May 10, 2016 at 6:29 PM, Cam Mac  wrote:
>
>> Hi Tomas,
>>
>> Thanks, I will test that later tonight and let you know.
>>
>> Regards,
>>
>> Cam
>>
>> On Tue, May 10, 2016 at 3:28 PM, Tomas Jelinek 
>> wrote:
>>
>>> Hi,
>>>
>>> please try to install this guest tools:
>>>
>>> http://resources.ovirt.org/pub/ovirt-3.6/rpm/el6/noarch/ovirt-guest-tools-iso-3.6-3.fc23.noarch.rpm
>>>
>>> Also please make sure you point windows to the correct driver in the
>>> sub-directory for w7
>>>
>>> Tomas
>>>
>>> - Original Message -
>>> > From: "Cam Mac" 
>>> > To: users@ovirt.org
>>> > Sent: Monday, May 9, 2016 7:28:57 PM
>>> > Subject: [ovirt-users] vioscsi.sys BSOD with Win 7
>>> >
>>> > Hi,
>>> >
>>> > I'm running oVirt 3.6.3.4-1.el7.centos and when I install a Win 7
>>> guest VM,
>>> > using VirtIO disk, networking etc, it goes through the install process
>>> ok,
>>> > but blue screens upon boot with a vioscsi.sys error (attached). I have
>>> tried
>>> > the official version ovirt-guest-tools-iso 3.6.0 0.2_master.fc22, as
>>> well as
>>> > some earlier and later versions. I am using a PXE boot method with a
>>> Windows
>>> > deployment server, which has the drivers from the oVirt tools ISO
>>> installed
>>> > (indeed, it picks up the drive and networking and I can see it
>>> installing
>>> > the drivers). I have tried with the generic IDE and rtl8139 config on
>>> the
>>> > guest, and it also fails with the same vioscsi.sys error after
>>> rebooting
>>> > upon finishing installation even though I'm using IDE as the disk
>>> driver.
>>> >
>>> > I have uploaded a win 7 x64 ISO and tried installing that, and it
>>> loads the
>>> > VirtIO viostor driver (using the method at:
>>> >
>>> https://www.ovirt.org/documentation/how-to/virtual-machines/create-a-windows-7-virtual-machine/
>>> > ), and even manages to partition the disks, but fails to install on
>>> the disk
>>> > (screenshot attached).
>>> >
>>> > I've tried temporarily removing the vioscsi files from the install
>>> server as
>>> > a last resort, but as expected it fails to install properly, though I
>>> > thought it used the viostor driver instead.
>>> >
>>> > Thanks for any help.
>>> >
>>> > Regards,
>>> >
>>> > Cam
>>> >
>>> > ___
>>> > 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] Rép. : RE: Iso issue

2016-05-12 Thread Arman Khalatyan
Your nfs server should link nobody:nobody users to 36:36:
cat /etc/exports

/mnt/iso192.168.1.0/24(rw,sync,no_acl,anongid=36,anonuid=36)

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


Re: [ovirt-users] iSCSI Data Domain Down

2016-05-01 Thread Arman Khalatyan
Hi, before to start target cli you should remove all lvm auto-imported
volumes:
dmsetup remove_all
Then restart your targetcli.
Am 01.05.2016 1:51 nachm. schrieb "Clint Boggio" :

> Greetings oVirt Family;
>
> Due to catastrophic power failure, my datacenter lost power. I am using a
> CentOS7 server to provide ISCSI services to my OVirt platform.
>
> When the power came back on, and the iscsi server booted back up, the
> filters in lvm.conf were faulty and LVM assumed control over the LVM's that
> OVirt uses as the disks for the VMs. This tanked target.service because it
> claims "device already in use" and my datacenter is down.
>
> I've tried several filter combinations in lvm.conf to no avail, and in my
> search I've found no documentation on how to make LVM "forget" about the
> volumes that it had assumed and release them.
>
> Do any of you know of a procedure to make lvm forget about and release the
> volumes on /dev/sda ?
>
> OVirt 3.6.5 on CentOS 7
> 4 Hypervisor nodes CentOS7
> 1 Dedicated engine CentOS7
> 1 iscsi SAN CentOS 7 exporting 10TB block device from a Dell Perc RAID
> controller /dev/sda with targetcli.
> 1 NFS server for ISO and Export Domains 5TB
>
> I'm out I ideas and any help would be greatly appreciated.
>
> I'm currently using dd to recover the VM disk drives over to the NFS
> server in case this cannot be recovered.
> ___
> 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] iSCSI Data Domain Down

2016-05-02 Thread Arman Khalatyan
Nice!
To automate that you can put it into:
/etc/rc.local
chmod +x /etc/rc.local
Then put dmremove and targetcli there.
Your service will come back after the power fails.
Am 02.05.2016 12:39 vorm. schrieb "Clint Boggio" <cl...@theboggios.com>:

> Thank you so much Arman. With use of that command, I was able to restore
> service.
>
> I really appreciate the help
>
> On May 1, 2016, at 2:58 PM, Arman Khalatyan <arm2...@gmail.com> wrote:
>
> Hi, before to start target cli you should remove all lvm auto-imported
> volumes:
> dmsetup remove_all
> Then restart your targetcli.
> Am 01.05.2016 1:51 nachm. schrieb "Clint Boggio" <cl...@theboggios.com>:
>
>> Greetings oVirt Family;
>>
>> Due to catastrophic power failure, my datacenter lost power. I am using a
>> CentOS7 server to provide ISCSI services to my OVirt platform.
>>
>> When the power came back on, and the iscsi server booted back up, the
>> filters in lvm.conf were faulty and LVM assumed control over the LVM's that
>> OVirt uses as the disks for the VMs. This tanked target.service because it
>> claims "device already in use" and my datacenter is down.
>>
>> I've tried several filter combinations in lvm.conf to no avail, and in my
>> search I've found no documentation on how to make LVM "forget" about the
>> volumes that it had assumed and release them.
>>
>> Do any of you know of a procedure to make lvm forget about and release
>> the volumes on /dev/sda ?
>>
>> OVirt 3.6.5 on CentOS 7
>> 4 Hypervisor nodes CentOS7
>> 1 Dedicated engine CentOS7
>> 1 iscsi SAN CentOS 7 exporting 10TB block device from a Dell Perc RAID
>> controller /dev/sda with targetcli.
>> 1 NFS server for ISO and Export Domains 5TB
>>
>> I'm out I ideas and any help would be greatly appreciated.
>>
>> I'm currently using dd to recover the VM disk drives over to the NFS
>> server in case this cannot be recovered.
>> ___
>> 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] Stuck process in the "Tasks" tab (webadmin interface)

2016-07-08 Thread Arman Khalatyan
Yes,I can not recall when it was fixed. Try to upgrade it to 3.6.7, but
backup before to upgrade.
Am 08.07.2016 2:37 nachm. schrieb "Alexis HAUSER" <
alexis.hau...@telecom-bretagne.eu>:

> 3.6.5
>
> So this is a bug ?
>
>
>
> ----- Mail original -
> De: "Arman Khalatyan" <arm2...@gmail.com>
> À: "Alexis HAUSER" <alexis.hau...@telecom-bretagne.eu>
> Cc: "users" <users@ovirt.org>
> Envoyé: Vendredi 8 Juillet 2016 09:38:21
> Objet: Re: [ovirt-users] Stuck process in the "Tasks" tab (webadmin
> interface)
>
> Which version of ovirt? This sholdbe fixed in 3.6.7.
> Am 06.07.2016 5:51 nachm. schrieb "Alexis HAUSER" <
> alexis.hau...@telecom-bretagne.eu>:
>
> >
> > > Restart engine, or run  engine-setup it will clear Zombie tasks.
> >
> > Still having this stuck task since may 20, restarting engine didn't fix
> it.
> >
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Is it possible to disable qxl video?

2016-07-11 Thread Arman Khalatyan
I just testing several GPUs with pci-passthrough: GTX630, Tesla 2050 and
FX5800.
None of them I got running with opengl/direct rendering inside the virtual
machine.
I was thinking something to do with qxl driver, but after blacklisting it
in the VMs kernel nothing was changed.
The VMs Xorg claiming always no display found even if I configure it with
headless option: nvidia-xconfig -a --use-display-device=None
--virtual=1280x1024
But with nvidia-smi I can see the GPU status, and I can run all cuda tests
where opengl/X11 is not involved.
My test system is CentOS 7 with ovirt 4.
BTW If I clone VM which was not running, to real host on bare metal,
everything is running as expecting.







***

 Dr. Arman Khalatyan  eScience -SuperComputing
 Leibniz-Institut für Astrophysik Potsdam (AIP)
 An der Sternwarte 16, 14482 Potsdam, Germany

***

On Mon, Jul 11, 2016 at 9:06 AM, Martin Polednik <mpoled...@redhat.com>
wrote:

> On 08/07/16 11:29 +0200, Michal Skrivanek wrote:
>
>>
>> On 06 Jul 2016, at 14:06, Francesco Romani <from...@redhat.com> wrote:
>>>
>>>
>>> From: "Arman Khalatyan" <arm2...@gmail.com>
>>> To: "users" <users@ovirt.org>
>>> Sent: Monday, July 4, 2016 11:52:24 AM
>>> Subject: [ovirt-users] Is it possible to disable qxl video?
>>>
>>>
>>> Hi,
>>> I am doing PCI Passthrough for GPUs.
>>> Is it possible somehow to disable/remove default video qxl?
>>> thanks,
>>> Arman,.
>>> Hi,
>>>
>>> The 4.0 Vdsm allows you to run a headless VM, meaning a VM without
>>> graphic device/frontend.
>>> Not sure Engine allows you that however.
>>>
>>
>> no it doesn’t
>>
>
> Even if engine allowed that, it may not be the correct solution.
>
> Running headless with PCI passthrough is considered primary VGA
> passthrough[1]. Using primary VGA passthrough without OVMF could cause
> (will cause) quite a bit of headaches.
>
> If you really want to try that, I assume using before_vm_start hook to
> remove the video device should be enough.
>
> [1] http://wiki.xenproject.org/wiki/Xen_VGA_Passthrough - it's
> possible to read about primary and secondary passthrough between the
> lines
>
> However, if QXL is the problem (why is that so?) then you can switch to
>> VGA(or CIRRUS if this is still 3.6)
>>
>> I'm afraid you will need to write a Vdsm hook.
>>>
>>> There could be simpler solutions depending on the Engine
>>>
>>> Bests,
>>>
>>> --
>>> Francesco Romani
>>> RedHat Engineering Virtualization R & D
>>> Phone: 8261328
>>> IRC: fromani
>>> ___
>>> Users mailing list
>>> Users@ovirt.org <mailto:Users@ovirt.org>
>>> http://lists.ovirt.org/mailman/listinfo/users <
>>> 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] Stuck process in the "Tasks" tab (webadmin interface)

2016-07-08 Thread Arman Khalatyan
Which version of ovirt? This sholdbe fixed in 3.6.7.
Am 06.07.2016 5:51 nachm. schrieb "Alexis HAUSER" <
alexis.hau...@telecom-bretagne.eu>:

>
> > Restart engine, or run  engine-setup it will clear Zombie tasks.
>
> Still having this stuck task since may 20, restarting engine didn't fix it.
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Ovirt Node NG 4.0.0 wants to bridge my infiniband link

2016-07-04 Thread Arman Khalatyan
As I remember the IBoIP is not fully implemented Ethernet protocol, it does
not support bridging.


***

 Dr. Arman Khalatyan  eScience -SuperComputing
 Leibniz-Institut für Astrophysik Potsdam (AIP)
 An der Sternwarte 16, 14482 Potsdam, Germany

***

On Mon, Jul 4, 2016 at 2:58 PM, Yevgeny Zaspitsky <yzasp...@redhat.com>
wrote:

> Hello,
>
> What's "couple of vdsm hooks"? Could you provide the source code of those?
>
> Regards,
> Yevgeny
>
> On Mon, Jul 4, 2016 at 1:43 PM, Giorgio Biacchi <gior...@di.unimi.it>
> wrote:
>
>> Hi list,
>> I'm trying a test installation of the new Ovirt Node Image and engine
>> before
>> upgrading my 3.6 installation.
>>
>> In my current environment every hypervisor access the NFS shared data
>> domain via
>> infiniband. With a couple of vdsm hooks I was able to set the infiniband
>> link in
>> connected mode and set a MTU of 65520. In my case the infiniband link is
>> used as
>> a common NIC, I don't use RDMA, only IP over infiniband to access the
>> data domain.
>>
>> Now, when I attempt to setup host networking, the system try to bridge the
>> connection "ibstorage" (defined in networks tab) with ib0 device. But a
>> non
>> ethernet device cannot be bridged that way and host networking setup
>> fails.
>>
>> Any idea or suggestion? With 3.6 (node and engine) all was fine.
>>
>> Thanks
>> --
>> gb
>>
>> PGP Key: http://pgp.mit.edu/
>> Primary key fingerprint: C510 0765 943E EBED A4F2 69D3 16CC DC90 B9CB 0F34
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>>
>
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Is it possible to disable qxl video?

2016-07-11 Thread Arman Khalatyan
Thanks for clarification. the kvm=off solved the problem.
NICE!!! I got now inside the VM:
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 630/PCIe/SSE2
OpenGL core profile version string: 4.4.0 NVIDIA 367.27
OpenGL core profile shading language version string: 4.40 NVIDIA via Cg
compiler
OpenGL core profile context flags: (none)

the steps to reproduce:
1) virsh edit render
2) change schema of xml: 
3) add following in the end before :



  
4)  start vm, install nvidia driver, check gpu: nvidia smi
5) install virtualgl, init 3
6) nvidia-xconfig --enable-all-gpus --separate-x-screens
--use-display-device=None --virtual=1280x1024
init 5
7) vglconnet render01.vm and finally: vglrun glxinfo or whatever!!!

Now back to origin: how to add this tweak in to ovirt?? :)









***

 Dr. Arman Khalatyan  eScience -SuperComputing
 Leibniz-Institut für Astrophysik Potsdam (AIP)
 An der Sternwarte 16, 14482 Potsdam, Germany

***

On Mon, Jul 11, 2016 at 5:30 PM, Martin Polednik <mpoled...@redhat.com>
wrote:

> On 11/07/16 17:16 +0200, Arman Khalatyan wrote:
>
>> Yes I have a BusID inside the xorg.conf.
>> I just tested with virt-manager and indeed it is not a ovirt failure.
>> It is something to do with qemu-kvm + nvidia.
>> I found here:https://wiki.debian.org/VGAPassthrough  that nvidia disables
>> device when it is running on qemu-kvm is it still the case? to overcome
>> that one need to set:
>>
>> -cpu host,kvm=off
>>
>> in the command line of qemu.
>>
>
> This applies to GPUs that NVIDIA does not support in virtualized
> environments (actually your GTX630). Quadro K2200 and higher
> (incl. grid, tesla) should not require masking the hypervisor. It
> could be worth to supply dmesg from the host and from the guest so we
> could see if there is any apparent failure.
>
> That being said, I have had failures even with supported card that
> just stopped at one point. It's worth trying the kvm=off trick.
>
> I was trying to convert virsh commands to qemu native, but it fails on
>> Centos 7 :(
>> virsh dumpxml > render.xml
>> virsh  domxml-to-native qemu-argv render.xml
>> error: internal error: invalid PCI passthrough type 'default'
>>
>
> I usually take the qemu command line from
> /var/log/libvirt/qemu/${VM_NAME}, tweak it in vim and launch. Works
> even for oVirt VMs (if you can hack around the storage).
>
>
> ***
>>
>> Dr. Arman Khalatyan  eScience -SuperComputing
>> Leibniz-Institut für Astrophysik Potsdam (AIP)
>> An der Sternwarte 16, 14482 Potsdam, Germany
>>
>> ***
>>
>> On Mon, Jul 11, 2016 at 11:55 AM, Martin Polednik <mpoled...@redhat.com>
>> wrote:
>>
>> On 11/07/16 09:46 +, Karli Sjöberg wrote:
>>>
>>>
>>>> Den 11 jul 2016 11:37 fm skrev Arman Khalatyan <arm2...@gmail.com>:
>>>>
>>>>
>>>>> I just testing several GPUs with pci-passthrough: GTX630, Tesla 2050
>>>>> and
>>>>> FX5800.
>>>>> None of them I got running with opengl/direct rendering inside the
>>>>> virtual machine.
>>>>> I was thinking something to do with qxl driver, but after blacklisting
>>>>> it in the VMs kernel nothing was changed.
>>>>> The VMs Xorg claiming always no display found even if I configure it
>>>>> with headless option: nvidia-xconfig -a --use-display-device=None
>>>>> --virtual=1280x1024
>>>>> But with nvidia-smi I can see the GPU status, and I can run all cuda
>>>>> tests where opengl/X11 is not involved.
>>>>> My test system is CentOS 7 with ovirt 4.
>>>>> BTW If I clone VM which was not running, to real host on bare metal,
>>>>> everything is running as expecting.
>>>>>
>>>>>
>>>> Don't remember If this was mentioned but have you tried doing the same
>>>> thing but with virt-manager on a standalone host, just to rule out oVirt
>>>> from the equation?
>>>>
>>>>
>>> Also, the xorg must be setup to use the VFIO GPU. There is BusID
>>> option in device section that must point to the guest address of the
>>> GPU. I'm not sure if you've done that (and I'm quite sure it's missing
>>> on the wiki, noted).
>>>
>>> [in the guest]
>>> $ lspci | grep VGA
>>> 03:00.0 VGA compatible contr

Re: [ovirt-users] Is it possible to disable qxl video?

2016-07-11 Thread Arman Khalatyan
Yes I have a BusID inside the xorg.conf.
I just tested with virt-manager and indeed it is not a ovirt failure.
It is something to do with qemu-kvm + nvidia.
I found here:https://wiki.debian.org/VGAPassthrough  that nvidia disables
device when it is running on qemu-kvm is it still the case? to overcome
that one need to set:

-cpu host,kvm=off

in the command line of qemu.

I was trying to convert virsh commands to qemu native, but it fails on
Centos 7 :(
virsh dumpxml > render.xml
virsh  domxml-to-native qemu-argv render.xml
error: internal error: invalid PCI passthrough type 'default'



***

 Dr. Arman Khalatyan  eScience -SuperComputing
 Leibniz-Institut für Astrophysik Potsdam (AIP)
 An der Sternwarte 16, 14482 Potsdam, Germany

***

On Mon, Jul 11, 2016 at 11:55 AM, Martin Polednik <mpoled...@redhat.com>
wrote:

> On 11/07/16 09:46 +, Karli Sjöberg wrote:
>
>>
>> Den 11 jul 2016 11:37 fm skrev Arman Khalatyan <arm2...@gmail.com>:
>>
>>>
>>> I just testing several GPUs with pci-passthrough: GTX630, Tesla 2050 and
>>> FX5800.
>>> None of them I got running with opengl/direct rendering inside the
>>> virtual machine.
>>> I was thinking something to do with qxl driver, but after blacklisting
>>> it in the VMs kernel nothing was changed.
>>> The VMs Xorg claiming always no display found even if I configure it
>>> with headless option: nvidia-xconfig -a --use-display-device=None
>>> --virtual=1280x1024
>>> But with nvidia-smi I can see the GPU status, and I can run all cuda
>>> tests where opengl/X11 is not involved.
>>> My test system is CentOS 7 with ovirt 4.
>>> BTW If I clone VM which was not running, to real host on bare metal,
>>> everything is running as expecting.
>>>
>>
>> Don't remember If this was mentioned but have you tried doing the same
>> thing but with virt-manager on a standalone host, just to rule out oVirt
>> from the equation?
>>
>
> Also, the xorg must be setup to use the VFIO GPU. There is BusID
> option in device section that must point to the guest address of the
> GPU. I'm not sure if you've done that (and I'm quite sure it's missing
> on the wiki, noted).
>
> [in the guest]
> $ lspci | grep VGA
> 03:00.0 VGA compatible controller: NVIDIA Corporation GM107GL [Quadro
> K2200] (rev a2)
>
> and  using the address, add device section to /etc/X11/xorg.conf
>
> Section "Device"
>Identifier "Device0"
>Driver     "nvidia"
>VendorName "NVIDIA Corporation"
>BusID  "PCI:3:0:0"
> EndSection
>
> That should allow xorg to use the assigned GPU.
>
> mpolednik
>
>
> /K
>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> ***
>>>
>>>  Dr. Arman Khalatyan  eScience -SuperComputing
>>>  Leibniz-Institut für Astrophysik Potsdam (AIP)
>>>  An der Sternwarte 16, 14482 Potsdam, Germany
>>>
>>> ***
>>>
>>> On Mon, Jul 11, 2016 at 9:06 AM, Martin Polednik <mpoled...@redhat.com>
>>> wrote:
>>>
>>>>
>>>> On 08/07/16 11:29 +0200, Michal Skrivanek wrote:
>>>>
>>>>>
>>>>>
>>>>> On 06 Jul 2016, at 14:06, Francesco Romani <from...@redhat.com> wrote:
>>>>>>
>>>>>>
>>>>>> From: "Arman Khalatyan" <arm2...@gmail.com>
>>>>>> To: "users" <users@ovirt.org>
>>>>>> Sent: Monday, July 4, 2016 11:52:24 AM
>>>>>> Subject: [ovirt-users] Is it possible to disable qxl video?
>>>>>>
>>>>>>
>>>>>> Hi,
>>>>>> I am doing PCI Passthrough for GPUs.
>>>>>> Is it possible somehow to disable/remove default video qxl?
>>>>>> thanks,
>>>>>> Arman,.
>>>>>> Hi,
>>>>>>
>>>>>> The 4.0 Vdsm allows you to run a headless VM, meaning a VM without
>>>>>> graphic device/frontend.
>>>>>> Not sure Engine allows you that however.
>>>>>>
>>>>>
>>>>>
>>>>> no it doesn’t
>>>>>
>>>>
>>>>
>>>> Even if engine allowed that, it may not be the correct solu

[ovirt-users] Reports URL gone after upgrade from 3.6.7 to 4.0.1

2016-08-05 Thread Arman Khalatyan
hi,
My reports link is disappeared after the upgrade.
On the GUI after login I get following error from FF console:
https://cloud05.10g/ovirt-engine/services/reports-interface-proxy?command=webadmin-ui-xml500
Internal Server Error


if I run engine-setup it shows as before my dwh is there:

 --== CONFIGURATION PREVIEW ==--

  Default SAN wipe after delete   : False
  Firewall manager: firewalld
  Update Firewall : True
  Host FQDN   : cloud05.10g
  Engine database secured connection  : False
  Engine database host: localhost
  Engine database user name   : engine
  Engine database name: engine
  Engine database port: 5432
  Engine database host name validation: False
  DWH database secured connection : False
  DWH database host   : localhost
  DWH database user name  : ovirt_engine_history
  DWH database name   : ovirt_engine_history
  DWH database port   : 5432
  DWH database host name validation   : False
  Engine installation : True
  PKI organization: cls
  NFS mount point : /var/lib/exports/iso
  DWH installation: True
  Backup DWH database : True
  Engine Host FQDN: cloud05.10g
  Configure VMConsole Proxy   : True
  Configure WebSocket Proxy   : True


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


Re: [ovirt-users] Reports URL gone after upgrade from 3.6.7 to 4.0.1

2016-08-05 Thread Arman Khalatyan
Ok Thanks,
I miss it somehow.


***

 Dr. Arman Khalatyan  eScience -SuperComputing
 Leibniz-Institut für Astrophysik Potsdam (AIP)
 An der Sternwarte 16, 14482 Potsdam, Germany

***

On Fri, Aug 5, 2016 at 1:13 PM, Gianluca Cecchi <gianluca.cec...@gmail.com>
wrote:

> On Fri, Aug 5, 2016 at 12:58 PM, Arman Khalatyan  wrote:
>
>> hi,
>> My reports link is disappeared after the upgrade.
>>
>>
>>
> Already asked before... it has gone... see here:
> http://lists.ovirt.org/pipermail/users/2016-June/040549.html
>
> Probably it should be mentioned also at release notes page:
> https://www.ovirt.org/release/4.0.1/
>
> HIH,
> Gianluca
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Is it possible to disable qxl video?

2016-07-04 Thread Arman Khalatyan
Hi,
I am doing PCI Passthrough for GPUs.
Is it possible somehow to disable/remove default video qxl?
thanks,
Arman,.



***

 Dr. Arman Khalatyan  eScience -SuperComputing
 Leibniz-Institut für Astrophysik Potsdam (AIP)
 An der Sternwarte 16, 14482 Potsdam, Germany

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


Re: [ovirt-users] Upgrade from 3.6 to 4.0

2016-07-04 Thread Arman Khalatyan
Hi,
I am also interested to upgrade my system from centos 7 ovirt 3.6.7 to
ovirt4, are there any preferable order to upgrade? Host then engine? or
engine then host?
thanks,
Arman.


***

 Dr. Arman Khalatyan  eScience -SuperComputing
 Leibniz-Institut für Astrophysik Potsdam (AIP)
 An der Sternwarte 16, 14482 Potsdam, Germany

***

On Mon, Jul 4, 2016 at 11:11 AM, Gianluca Cecchi <gianluca.cec...@gmail.com>
wrote:

>
> Il 04/Lug/2016 09:12, "Yaniv Dary" <yd...@redhat.com> ha scritto:
> >
> > Yes, this is correct.
> >
> > 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 Jul 4, 2016 08:15, <ov...@timmi.org> wrote:
> >>
> >> Hi,
> >>
> >> in my setup I have two servers on CentOS7. One  of these servers is
> also running the engine.
> >>
> >> From your email I understood that in such case there is not special
> procedure for me right?
> >>
> >> Best regards
> >>
> >> Christoph
> >>
>
> Is it the same in case of single host with CentOS 7 and hosted engine?
> Any caveat in this scenario?
>
> ___
> 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] Upgrade from 3.6 to 4.0

2016-07-04 Thread Arman Khalatyan
about a n hour ago I just tested to setup ovirt 3.6, then upgrade it, 2
nodes: host and ovirt on separated machines.
very smoothly upgraded, first engine upgrade then host upgrade.
The only trouble on hosts is that some pacages are still reffering to
ovirt-3.6 repository even ovirt-4.0 is there.
it is simple to fix: yum list installed| grep ovirt-3.6 then removing all
possible packages
next reinstall host from GUI.
Thats it.




***

 Dr. Arman Khalatyan  eScience -SuperComputing
 Leibniz-Institut für Astrophysik Potsdam (AIP)
 An der Sternwarte 16, 14482 Potsdam, Germany

***

On Mon, Jul 4, 2016 at 12:59 PM, nicola.gentile.to <
nicola.gentile...@gmail.com> wrote:

> alse I am interested.
>
> Nicola
>
>
> Il 04/07/2016 11:25, Arman Khalatyan ha scritto:
>
> Hi,
> I am also interested to upgrade my system from centos 7 ovirt 3.6.7 to
> ovirt4, are there any preferable order to upgrade? Host then engine? or
> engine then host?
> thanks,
> Arman.
>
>
> *******
>
>  Dr. Arman Khalatyan  eScience -SuperComputing
>  Leibniz-Institut für Astrophysik Potsdam (AIP)
>  An der Sternwarte 16, 14482 Potsdam, Germany
>
> ***
>
> On Mon, Jul 4, 2016 at 11:11 AM, Gianluca Cecchi <
> gianluca.cec...@gmail.com> wrote:
>
>>
>> Il 04/Lug/2016 09:12, "Yaniv Dary" < <yd...@redhat.com>yd...@redhat.com>
>> ha scritto:
>> >
>> > Yes, this is correct.
>> >
>> > 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 Jul 4, 2016 08:15, <ov...@timmi.org> wrote:
>> >>
>> >> Hi,
>> >>
>> >> in my setup I have two servers on CentOS7. One  of these servers is
>> also running the engine.
>> >>
>> >> From your email I understood that in such case there is not special
>> procedure for me right?
>> >>
>> >> Best regards
>> >>
>> >> Christoph
>> >>
>>
>> Is it the same in case of single host with CentOS 7 and hosted engine?
>> Any caveat in this scenario?
>>
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>>
>>
>
>
> ___
> Users mailing listUsers@ovirt.orghttp://lists.ovirt.org/mailman/listinfo/users
>
>
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] How to benefit from pci-e ssd??

2017-02-05 Thread Arman Khalatyan
Hi, I wondered if there some setup where we can benefit from pci-e ssds?
One possible way is pci passthrough but then the vm does not migrate
anymore(am I right?).
Another way to share nvme over iscsi, but any software layer between vm and
nvme is dumping the performance(maybe worth to try iser or srp?)

Ps
I have seen that sime cloud providers are offering ssd vms, what does it
mean?:)
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [Call for feedback] did you install/update to 4.1.0?

2017-02-05 Thread Arman Khalatyan
All upgrades are went smoothly! Thanks for the release.
There is an minor problem I saw:
After upgrading from 4.0.6 to 4.1 the GUI dialog for moving the disks from
one Storage to another is not rendered correctly when multiple disks(>8)
are selected for move.
please see the attachment:
​


***

 Dr. Arman Khalatyan  eScience -SuperComputing
 Leibniz-Institut für Astrophysik Potsdam (AIP)
 An der Sternwarte 16, 14482 Potsdam, Germany

***

On Sat, Feb 4, 2017 at 5:08 PM, Martin Perina <mper...@redhat.com> wrote:

>
>
> On Fri, Feb 3, 2017 at 9:24 AM, Sandro Bonazzola <sbona...@redhat.com>
> wrote:
>
>>
>>
>> On Fri, Feb 3, 2017 at 9:14 AM, Yura Poltoratskiy <yurapolt...@gmail.com>
>> wrote:
>>
>>> I've done an upgrade of ovirt-engine tomorrow. There were two problems.
>>>
>>> The first - packages from epel repo, solved by disable repo and
>>> downgrade package to an existing version in ovirt-release40 repo (yes,
>>> there is info in documentation about epel repo).
>>>
>>> The second (and it is not only for current version) - run the
>>> engine-setup always not complete successfully because cat not start
>>> ovirt-engine-notifier.service after upgrade, and the error in notifier is
>>> that there is no MAIL_SERVER. Every time I am upgrading engine I have the
>>> same error. Than I add MAIL_SERVER=127.0.0.1 to
>>> /usr/share/ovirt-engine/services/ovirt-engine-notifier/ovirt-engine-notifier.conf
>>> and start notifier without problem. Is it my mistake?
>>>
>>
> ​Please never change anything in /usr/share/ovirt-engine, those files are
> always overwritten during upgrade. If you need change any option in
> ovirt-engine-notifier, please create new configuration file in
> /etc/ovirt-engine/notifier/notifier.conf.d directory. For example if you
> need to set MAIL_SERVER please create 
> /etc/ovirt-engine/notifier/notifier.conf.d/99-custom.conf
> with following content:
>
>   MAIL_SERVER=127.0.0.1
>
> After saving the file please restart ovirt-engine-notifier service:
>
>   systemctl restart ovirt-engine-notifier
>
>
>> Adding Martin Perina, he may be able to assist you on this.
>>
>>
>>
>>> And one more question. In Events tab I can see "User vasya@internal
>>> logged out.", but there are no message that 'vasya' logged in. Could
>>> someone tell me how to debug this issue?
>>>
>>
> ​Please share complete log to analyze this, but this user may be logged in
> before upgrade and we just clean its session after upgrade.
> ​
>
>
>>
>> Martin can probably help as well here, adding also Greg and Alexander.
>>
>>
>>
>>
>>>
>>> 02.02.2017 14:19, Sandro Bonazzola пишет:
>>>
>>> Hi,
>>> did you install/update to 4.1.0? Let us know your experience!
>>> We end up knowing only when things doesn't work well, let us know it
>>> works fine for you :-)
>>>
>>> If you're not planning an update to 4.1.0 in the near future, let us
>>> know why.
>>> Maybe we can help.
>>>
>>> Thanks!
>>> --
>>> Sandro Bonazzola
>>> Better technology. Faster innovation. Powered by community collaboration.
>>> See how it works at redhat.com
>>>
>>>
>>> ___
>>> Users mailing 
>>> listUsers@ovirt.orghttp://lists.ovirt.org/mailman/listinfo/users
>>>
>>>
>>>
>>> ___
>>> Users mailing list
>>> Users@ovirt.org
>>> http://lists.ovirt.org/mailman/listinfo/users
>>>
>>>
>>
>>
>> --
>> 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
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [Call for feedback] did you install/update to 4.1.0?

2017-02-05 Thread Arman Khalatyan
https://bugzilla.redhat.com/show_bug.cgi?id=1419352
Done.


***

 Dr. Arman Khalatyan  eScience -SuperComputing
 Leibniz-Institut für Astrophysik Potsdam (AIP)
 An der Sternwarte 16, 14482 Potsdam, Germany

***

On Sun, Feb 5, 2017 at 8:55 PM, Nir Soffer <nsof...@redhat.com> wrote:

> On Sun, Feb 5, 2017 at 9:39 PM, Arman Khalatyan <arm2...@gmail.com> wrote:
>
>> All upgrades are went smoothly! Thanks for the release.
>> There is an minor problem I saw:
>> After upgrading from 4.0.6 to 4.1 the GUI dialog for moving the disks
>> from one Storage to another is not rendered correctly when multiple
>> disks(>8) are selected for move.
>> please see the attachment:
>> ​
>>
>
> Thanks for reporting this, would you file a bug?
> https://bugzilla.redhat.com/enter_bug.cgi?product=ovirt-engine
>
>
>>
>>
>> ***
>>
>>  Dr. Arman Khalatyan  eScience -SuperComputing
>>  Leibniz-Institut für Astrophysik Potsdam (AIP)
>>  An der Sternwarte 16, 14482 Potsdam, Germany
>>
>> ***
>>
>> On Sat, Feb 4, 2017 at 5:08 PM, Martin Perina <mper...@redhat.com> wrote:
>>
>>>
>>>
>>> On Fri, Feb 3, 2017 at 9:24 AM, Sandro Bonazzola <sbona...@redhat.com>
>>> wrote:
>>>
>>>>
>>>>
>>>> On Fri, Feb 3, 2017 at 9:14 AM, Yura Poltoratskiy <
>>>> yurapolt...@gmail.com> wrote:
>>>>
>>>>> I've done an upgrade of ovirt-engine tomorrow. There were two
>>>>> problems.
>>>>>
>>>>> The first - packages from epel repo, solved by disable repo and
>>>>> downgrade package to an existing version in ovirt-release40 repo (yes,
>>>>> there is info in documentation about epel repo).
>>>>>
>>>>> The second (and it is not only for current version) - run the
>>>>> engine-setup always not complete successfully because cat not start
>>>>> ovirt-engine-notifier.service after upgrade, and the error in notifier is
>>>>> that there is no MAIL_SERVER. Every time I am upgrading engine I have the
>>>>> same error. Than I add MAIL_SERVER=127.0.0.1 to
>>>>> /usr/share/ovirt-engine/services/ovirt-engine-notifier/ovirt-engine-notifier.conf
>>>>> and start notifier without problem. Is it my mistake?
>>>>>
>>>>
>>> ​Please never change anything in /usr/share/ovirt-engine, those files
>>> are always overwritten during upgrade. If you need change any option in
>>> ovirt-engine-notifier, please create new configuration file in
>>> /etc/ovirt-engine/notifier/notifier.conf.d directory. For example if
>>> you need to set MAIL_SERVER please create 
>>> /etc/ovirt-engine/notifier/notifier.conf.d/99-custom.conf
>>> with following content:
>>>
>>>   MAIL_SERVER=127.0.0.1
>>>
>>> After saving the file please restart ovirt-engine-notifier service:
>>>
>>>   systemctl restart ovirt-engine-notifier
>>>
>>>
>>>> Adding Martin Perina, he may be able to assist you on this.
>>>>
>>>>
>>>>
>>>>> And one more question. In Events tab I can see "User vasya@internal
>>>>> logged out.", but there are no message that 'vasya' logged in. Could
>>>>> someone tell me how to debug this issue?
>>>>>
>>>>
>>> ​Please share complete log to analyze this, but this user may be logged
>>> in before upgrade and we just clean its session after upgrade.
>>> ​
>>>
>>>
>>>>
>>>> Martin can probably help as well here, adding also Greg and Alexander.
>>>>
>>>>
>>>>
>>>>
>>>>>
>>>>> 02.02.2017 14:19, Sandro Bonazzola пишет:
>>>>>
>>>>> Hi,
>>>>> did you install/update to 4.1.0? Let us know your experience!
>>>>> We end up knowing only when things doesn't work well, let us know it
>>>>> works fine for you :-)
>>>>>
>>>>> If you're not planning an update to 4.1.0 in the near future, let us
>>>>> know why.
>>>>> Maybe we can help.
>>>>>
>>>>> Thanks!
>>>>> --
>>>>> Sandro Bonazzola
>>>>> Better technology. Faster innovation. Powered by community
>>>>> collaboration.
>>>>> See how it works at redhat.com
>>>>>
>>>>>
>>>>> ___
>>>>> Users mailing 
>>>>> listUsers@ovirt.orghttp://lists.ovirt.org/mailman/listinfo/users
>>>>>
>>>>>
>>>>>
>>>>> ___
>>>>> Users mailing list
>>>>> Users@ovirt.org
>>>>> http://lists.ovirt.org/mailman/listinfo/users
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> 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
>>>
>>>
>>
>> ___
>> 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] How to add to VM some 10Gbit Interfaces?

2017-02-06 Thread Arman Khalatyan
Hi,
Are there way to add some 10Gbit Interfaces in ovirt 4.1?

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


[ovirt-users] Troubles after resizing the iscsi storage.

2017-02-20 Thread Arman Khalatyan
Hi,
I just have 1TB iscsi  storage with virtual machine with  several disks.
After shutdown the vm I just detached storage and removed from the cluster
and ovirt totally.
1) Then on the target resized the exported volume to 13TB,
2) iscsiadm -m node -l on the host I resized
iscsiadm -m node -l
pvresize /dev/mapper/.
iscsiadm -m node -u

After importing back to the ovirt over the gui, I can see the vm is in the
import field but I cannot see separate disks
Importing failing in the stage "Executing".
are there way to fix it?
On the host with "lvs" I can see the disks are there.
thanks,
Arman.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Mirgration issues

2017-02-23 Thread Arman Khalatyan
Did you disable selinux? this can be a reason.

On Thu, Feb 23, 2017 at 10:31 AM, Sven Achtelik 
wrote:

> Hi Yanir,
>
>
>
> the hosts are all shown as green and working in the Hosts tab. And I can
> migrate that vm to host 03. Just 02 is not working.
>
>
>
> Hosted Engine Information is also showing good on all hosts.
>
>
>
> *Von:* Yanir Quinn [mailto:yqu...@redhat.com]
> *Gesendet:* Mittwoch, 22. Februar 2017 11:21
> *An:* Sven Achtelik 
> *Cc:* Fred Rolland ; users 
>
> *Betreff:* Re: [ovirt-users] Mirgration issues
>
>
>
> I can spot in engine.log that ovirt-node03.mgmt.lan.company.lan (if it is
> your host 3)  is being filtered out when trying to migrate the VM :
>
> 2017-02-21 04:32:33,618-06 INFO  [org.ovirt.engine.core.bll.MigrateVmCommand]
> (org.ovirt.thread.pool-7-thread-44) [8ff8601b-238b-4565-b3bf-de6211cb4685]
> Running command: MigrateVmCommand internal: false. Entitie
> s affected :  ID: e051b38c-fd63-40f0-8d64-26c12ff7b880 Type: VMAction
> group MIGRATE_VM with role type USER
> 2017-02-21 04:32:33,627-06 INFO  
> [org.ovirt.engine.core.bll.scheduling.SchedulingManager]
> (org.ovirt.thread.pool-7-thread-44) [8ff8601b-238b-4565-b3bf-de6211cb4685]
> Candidate host 'ovirt-node03.mgmt.lan.company.
> lan' ('9b0feba5-d9a0-491e-b2c2-0742d30af304') was filtered out by
> 'VAR__FILTERTYPE__INTERNAL' filter 'HA' (correlation id:
> 8ff8601b-238b-4565-b3bf-de6211cb4685)
>
> I suggest you first check if the host is functioning correctly.
>
>
>
> Regards,
>
> Yanir Quinn
>
>
>
>
>
> On Tue, Feb 21, 2017 at 3:04 PM, Sven Achtelik 
> wrote:
>
> Hi,
>
>
>
> there is a VM running, but not that one.
>
>
>
> [root@ovirt-node02 log]#  vdsClient -s localhost list table
>
> 2e0e0da8-eaa5-44ee-8f11-f1297d149be3  14551  NAME
> Up   10.6.0.181
>
>
>
> I even tried that after restarting host 2 and at this point I’m sure there
> were no VMs running.
>
>
>
>
>
> *Von:* Fred Rolland [mailto:froll...@redhat.com]
> *Gesendet:* Dienstag, 21. Februar 2017 13:59
> *An:* Sven Achtelik 
> *Cc:* users 
> *Betreff:* Re: [ovirt-users] Mirgration issues
>
>
>
> I see the following in the source VDSM log :
>
> 2017-02-21 05:53:28,067 INFO  (migsrc/8733d4a6) [virt.vm]
> (vmId='8733d4a6-0844-4955-804f-6b919e93e076') starting migration to
> qemu+tls://ovirt-node02.mgmt.lan.company.lan/system with miguri tcp://
> 172.16.4.19 (migration:453)
> 2017-02-21 05:53:28,262 ERROR (migsrc/8733d4a6) [virt.vm]
> (vmId='8733d4a6-0844-4955-804f-6b919e93e076') operation failed: domain
> 'DATA_p' is already defined with uuid 8733d4a6-0844-4955-804f-6b919e93e076
> (migration:265)
>
> libvirtError: operation failed: domain 'DATA_p' is already defined with
> uuid 8733d4a6-0844-4955-804f-6b919e93e076
>
> Can you check on host 2 if you have any VM already running there ?
>
> You can use :virsh list
>
>
>
> On Tue, Feb 21, 2017 at 2:15 PM, Sven Achtelik 
> wrote:
>
> Hi All,
>
>
>
> I’m having issues with migrating a VM. I have a 3 Host cluster and the VM
> is able to migrate between host 1 and 3, but not to host 2.  I don’t know
> why and I tried figuring this out with the log files and had no luck. All
> other VMs migrate to the host 2 without any issues.
>
>
>
> If you have some advice for me that would help a lot.
>
>
>
>
>
> Thank you,
>
>
>
> Sven
>
>
>
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
>
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Mirgration issues

2017-02-23 Thread Arman Khalatyan
engine gui.

On Thu, Feb 23, 2017 at 1:46 PM, Sven Achtelik <sven.achte...@eps.aero>
wrote:

> Do you mean just reinstalling from the Engine gui or reinstalling it
> completely including the OS?
>
>
>
> *Von:* Arman Khalatyan [mailto:arm2...@gmail.com]
> *Gesendet:* Donnerstag, 23. Februar 2017 13:45
>
> *An:* Sven Achtelik <sven.achte...@eps.aero>
> *Cc:* Yanir Quinn <yqu...@redhat.com>; users <users@ovirt.org>
> *Betreff:* Re: [ovirt-users] Mirgration issues
>
>
>
> Just random thought: try to reinstall the "bad" host:)
>
>
>
> On Thu, Feb 23, 2017 at 1:32 PM, Sven Achtelik <sven.achte...@eps.aero>
> wrote:
>
> Yes, all hosts are identical and going through the values there is no
> difference between them.
>
>
>
> [root@ovirt-node02 ~]# systemctl status vdsmd -l
>
> ● vdsmd.service - Virtual Desktop Server Manager
>
>Loaded: loaded (/usr/lib/systemd/system/vdsmd.service; enabled; vendor
> preset: enabled)
>
>Active: active (running) since Tue 2017-02-21 08:00:54 CST; 1 day 22h
> ago
>
>   Process: 3571 ExecStartPre=/usr/libexec/vdsm/vdsmd_init_common.sh
> --pre-start (code=exited, status=0/SUCCESS)
>
> Main PID: 3742 (vdsm)
>
>CGroup: /system.slice/vdsmd.service
>
>├─3742 /usr/bin/python2 /usr/share/vdsm/vdsm
>
>├─4021 /usr/libexec/ioprocess --read-pipe-fd 57
> --write-pipe-fd 56 --max-threads 10 --max-queued-requests 10
>
>├─ /usr/libexec/ioprocess --read-pipe-fd 41
> --write-pipe-fd 40 --max-threads 10 --max-queued-requests 10
>
>├─5120 /usr/libexec/ioprocess --read-pipe-fd 71
> --write-pipe-fd 70 --max-threads 10 --max-queued-requests 10
>
>├─5232 /usr/libexec/ioprocess --read-pipe-fd 79
> --write-pipe-fd 78 --max-threads 10 --max-queued-requests 10
>
>├─5533 /usr/libexec/ioprocess --read-pipe-fd 87
> --write-pipe-fd 86 --max-threads 10 --max-queued-requests 10
>
>├─5576 /usr/libexec/ioprocess --read-pipe-fd 109
> --write-pipe-fd 108 --max-threads 10 --max-queued-requests 10
>
>└─5589 /usr/libexec/ioprocess --read-pipe-fd 116
> --write-pipe-fd 114 --max-threads 10 --max-queued-requests 10
>
>
>
> Feb 23 06:22:50 ovirt-node02.mgmt.lan.company.lan vdsm[3742]: vdsm
> vds.dispatcher ERROR SSL error receiving from 
>  connected ('::1', 36484, 0, 0) at 0x2548518>: unexpected eof
>
> Feb 23 06:22:50 ovirt-node02.mgmt.lan.company.lan vdsm[3742]: vdsm
> vds.dispatcher ERROR SSL error receiving from 
>  connected ('::1', 36486, 0, 0) at 0x2b7bd88>: unexpected eof
>
> Feb 23 06:22:53 ovirt-node02.mgmt.lan.company.lan vdsm[3742]: vdsm
> vds.dispatcher ERROR SSL error receiving from 
>  connected ('::1', 36490, 0, 0) at 0x25cb2d8>: unexpected eof
>
> Feb 23 06:22:54 ovirt-node02.mgmt.lan.company.lan vdsm[3742]: vdsm
> vds.dispatcher ERROR SSL error receiving from 
>  connected ('::1', 36494, 0, 0) at 0x2a3b878>: unexpected eof
>
> Feb 23 06:22:54 ovirt-node02.mgmt.lan.company.lan vdsm[3742]: vdsm
> vds.dispatcher ERROR SSL error receiving from 
>  connected ('::1', 36492, 0, 0) at 0x2a3b200>: unexpected eof
>
> Feb 23 06:22:55 ovirt-node02.mgmt.lan.company.lan vdsm[3742]: vdsm
> vds.dispatcher ERROR SSL error receiving from 
>  connected ('::1', 36496, 0, 0) at 0x2dcf488>: unexpected eof
>
> Feb 23 06:22:58 ovirt-node02.mgmt.lan.company.lan vdsm[3742]: vdsm
> vds.dispatcher ERROR SSL error receiving from 
>  connected ('::1', 36498, 0, 0) at 0x2b2eb00>: unexpected eof
>
> Feb 23 06:22:59 ovirt-node02.mgmt.lan.company.lan vdsm[3742]: vdsm
> vds.dispatcher ERROR SSL error receiving from 
>  connected ('::1', 36500, 0, 0) at 0x25bb908>: unexpected eof
>
> Feb 23 06:23:04 ovirt-node02.mgmt.lan.company.lan vdsm[3742]: vdsm
> vds.dispatcher ERROR SSL error receiving from 
>  connected ('::1', 36504, 0, 0) at 0x2b8bc20>: unexpected eof
>
> Feb 23 06:23:04 ovirt-node02.mgmt.lan.company.lan vdsm[3742]: vdsm
> vds.dispatcher ERROR SSL error receiving from 
>  connected ('::1', 36506, 0, 0) at 0x277a680>: unexpected eof
>
>
>
>
>
> [root@ovirt-node01 ~]#  systemctl status vdsmd -l
>
> ● vdsmd.service - Virtual Desktop Server Manager
>
>Loaded: loaded (/usr/lib/systemd/system/vdsmd.service; enabled; vendor
> preset: enabled)
>
>Active: active (running) since Tue 2017-02-21 06:31:51 CST; 1 day 23h
> ago
>
>   Process: 4180 ExecStartPre=/usr/libexec/vdsm/vdsmd_init_common.sh
> --pre-start (code=exited, status=0/SUCCESS)
>
> Main PID: 4251 (vdsm)
>
>CGroup: /system.slice/vdsmd.service
>
>├─4251 /usr/bin/python2 /usr/share/vdsm/vdsm
>
&g

Re: [ovirt-users] Mirgration issues

2017-02-23 Thread Arman Khalatyan
ror receiving from 
>  connected ('::1', 39910, 0, 0) at 0x314b170>: unexpected eof
>
> Feb 23 06:30:09 ovirt-node03.mgmt.lan.company.lan vdsm[3788]: vdsm
> vds.dispatcher ERROR SSL error receiving from 
>  connected ('::1', 39912, 0, 0) at 0x37772d8>: unexpected eof
>
> Feb 23 06:30:10 ovirt-node03.mgmt.lan.company.lan vdsm[3788]: vdsm
> vds.dispatcher ERROR SSL error receiving from 
>  connected ('::1', 39914, 0, 0) at 0x37772d8>: unexpected eof
>
> Feb 23 06:30:11 ovirt-node03.mgmt.lan.company.lan vdsm[3788]: vdsm
> vds.dispatcher ERROR SSL error receiving from 
>  connected ('::1', 39918, 0, 0) at 0x3140e18>: unexpected eof
>
> Feb 23 06:30:11 ovirt-node03.mgmt.lan.company.lan vdsm[3788]: vdsm
> vds.dispatcher ERROR SSL error receiving from 
>  connected ('::1', 39916, 0, 0) at 0x3050e60>: unexpected eof
>
> Feb 23 06:30:13 ovirt-node03.mgmt.lan.company.lan vdsm[3788]: vdsm
> vds.dispatcher ERROR SSL error receiving from 
>  connected ('::1', 39920, 0, 0) at 0x1ec1bd8>: unexpected eof
>
>
>
>
>
> I’ve setup the cluster with 4.05 and the SSL error came up later I think.
> I couldn’t find anything to solve this so far. I remember reading a bug
> report about it and that it’s not fixed yet.
>
> *Von:* Arman Khalatyan [mailto:arm2...@gmail.com]
> *Gesendet:* Donnerstag, 23. Februar 2017 13:22
>
> *An:* Sven Achtelik <sven.achte...@eps.aero>
> *Cc:* Yanir Quinn <yqu...@redhat.com>; users <users@ovirt.org>
> *Betreff:* Re: [ovirt-users] Mirgration issues
>
>
>
> if you check the hosts capabilities are they same??
>
> what about systemctl status vdsmd -l ?
>
>
>
> On Thu, Feb 23, 2017 at 12:05 PM, Sven Achtelik <sven.achte...@eps.aero>
> wrote:
>
> Yes I did but only temporary for a test. I wanted to see if that might
> solve the issue.
>
>
>
> I have rebooted all hosts and made sure that selinux is enforcing. I also
> had a chance to shut down and restart the vm. The issue is still the same,
> I can’t migrate it to host 2 even after a clean reboot with nothing running
> on host 02.
>
>
>
>
>
> *Von:* Arman Khalatyan [mailto:arm2...@gmail.com]
> *Gesendet:* Donnerstag, 23. Februar 2017 11:59
> *An:* Sven Achtelik <sven.achte...@eps.aero>
> *Cc:* Yanir Quinn <yqu...@redhat.com>; users <users@ovirt.org>
>
>
> *Betreff:* Re: [ovirt-users] Mirgration issues
>
>
>
> Did you disable selinux? this can be a reason.
>
>
>
> On Thu, Feb 23, 2017 at 10:31 AM, Sven Achtelik <sven.achte...@eps.aero>
> wrote:
>
> Hi Yanir,
>
>
>
> the hosts are all shown as green and working in the Hosts tab. And I can
> migrate that vm to host 03. Just 02 is not working.
>
>
>
> Hosted Engine Information is also showing good on all hosts.
>
>
>
> *Von:* Yanir Quinn [mailto:yqu...@redhat.com]
> *Gesendet:* Mittwoch, 22. Februar 2017 11:21
> *An:* Sven Achtelik <sven.achte...@eps.aero>
> *Cc:* Fred Rolland <froll...@redhat.com>; users <users@ovirt.org>
>
>
> *Betreff:* Re: [ovirt-users] Mirgration issues
>
>
>
> I can spot in engine.log that ovirt-node03.mgmt.lan.company.lan (if it is
> your host 3)  is being filtered out when trying to migrate the VM :
>
> 2017-02-21 04:32:33,618-06 INFO  [org.ovirt.engine.core.bll.MigrateVmCommand]
> (org.ovirt.thread.pool-7-thread-44) [8ff8601b-238b-4565-b3bf-de6211cb4685]
> Running command: MigrateVmCommand internal: false. Entitie
> s affected :  ID: e051b38c-fd63-40f0-8d64-26c12ff7b880 Type: VMAction
> group MIGRATE_VM with role type USER
> 2017-02-21 04:32:33,627-06 INFO  
> [org.ovirt.engine.core.bll.scheduling.SchedulingManager]
> (org.ovirt.thread.pool-7-thread-44) [8ff8601b-238b-4565-b3bf-de6211cb4685]
> Candidate host 'ovirt-node03.mgmt.lan.company.
> lan' ('9b0feba5-d9a0-491e-b2c2-0742d30af304') was filtered out by
> 'VAR__FILTERTYPE__INTERNAL' filter 'HA' (correlation id:
> 8ff8601b-238b-4565-b3bf-de6211cb4685)
>
> I suggest you first check if the host is functioning correctly.
>
>
>
> Regards,
>
> Yanir Quinn
>
>
>
>
>
> On Tue, Feb 21, 2017 at 3:04 PM, Sven Achtelik <sven.achte...@eps.aero>
> wrote:
>
> Hi,
>
>
>
> there is a VM running, but not that one.
>
>
>
> [root@ovirt-node02 log]#  vdsClient -s localhost list table
>
> 2e0e0da8-eaa5-44ee-8f11-f1297d149be3  14551  NAME
> Up   10.6.0.181
>
>
>
> I even tried that after restarting host 2 and at this point I’m sure there
> were no VMs running.
>
>
>
>
>
> *Von:* Fred Rolland [mailto:froll...@redhat.com]
> *Gesendet:* Dienstag, 21. Febru

Re: [ovirt-users] Mirgration issues

2017-02-23 Thread Arman Khalatyan
if you check the hosts capabilities are they same??
what about systemctl status vdsmd -l ?

On Thu, Feb 23, 2017 at 12:05 PM, Sven Achtelik <sven.achte...@eps.aero>
wrote:

> Yes I did but only temporary for a test. I wanted to see if that might
> solve the issue.
>
>
>
> I have rebooted all hosts and made sure that selinux is enforcing. I also
> had a chance to shut down and restart the vm. The issue is still the same,
> I can’t migrate it to host 2 even after a clean reboot with nothing running
> on host 02.
>
>
>
>
>
> *Von:* Arman Khalatyan [mailto:arm2...@gmail.com]
> *Gesendet:* Donnerstag, 23. Februar 2017 11:59
> *An:* Sven Achtelik <sven.achte...@eps.aero>
> *Cc:* Yanir Quinn <yqu...@redhat.com>; users <users@ovirt.org>
>
> *Betreff:* Re: [ovirt-users] Mirgration issues
>
>
>
> Did you disable selinux? this can be a reason.
>
>
>
> On Thu, Feb 23, 2017 at 10:31 AM, Sven Achtelik <sven.achte...@eps.aero>
> wrote:
>
> Hi Yanir,
>
>
>
> the hosts are all shown as green and working in the Hosts tab. And I can
> migrate that vm to host 03. Just 02 is not working.
>
>
>
> Hosted Engine Information is also showing good on all hosts.
>
>
>
> *Von:* Yanir Quinn [mailto:yqu...@redhat.com]
> *Gesendet:* Mittwoch, 22. Februar 2017 11:21
> *An:* Sven Achtelik <sven.achte...@eps.aero>
> *Cc:* Fred Rolland <froll...@redhat.com>; users <users@ovirt.org>
>
>
> *Betreff:* Re: [ovirt-users] Mirgration issues
>
>
>
> I can spot in engine.log that ovirt-node03.mgmt.lan.company.lan (if it is
> your host 3)  is being filtered out when trying to migrate the VM :
>
> 2017-02-21 04:32:33,618-06 INFO  [org.ovirt.engine.core.bll.MigrateVmCommand]
> (org.ovirt.thread.pool-7-thread-44) [8ff8601b-238b-4565-b3bf-de6211cb4685]
> Running command: MigrateVmCommand internal: false. Entitie
> s affected :  ID: e051b38c-fd63-40f0-8d64-26c12ff7b880 Type: VMAction
> group MIGRATE_VM with role type USER
> 2017-02-21 04:32:33,627-06 INFO  
> [org.ovirt.engine.core.bll.scheduling.SchedulingManager]
> (org.ovirt.thread.pool-7-thread-44) [8ff8601b-238b-4565-b3bf-de6211cb4685]
> Candidate host 'ovirt-node03.mgmt.lan.company.
> lan' ('9b0feba5-d9a0-491e-b2c2-0742d30af304') was filtered out by
> 'VAR__FILTERTYPE__INTERNAL' filter 'HA' (correlation id:
> 8ff8601b-238b-4565-b3bf-de6211cb4685)
>
> I suggest you first check if the host is functioning correctly.
>
>
>
> Regards,
>
> Yanir Quinn
>
>
>
>
>
> On Tue, Feb 21, 2017 at 3:04 PM, Sven Achtelik <sven.achte...@eps.aero>
> wrote:
>
> Hi,
>
>
>
> there is a VM running, but not that one.
>
>
>
> [root@ovirt-node02 log]#  vdsClient -s localhost list table
>
> 2e0e0da8-eaa5-44ee-8f11-f1297d149be3  14551  NAME
> Up   10.6.0.181
>
>
>
> I even tried that after restarting host 2 and at this point I’m sure there
> were no VMs running.
>
>
>
>
>
> *Von:* Fred Rolland [mailto:froll...@redhat.com]
> *Gesendet:* Dienstag, 21. Februar 2017 13:59
> *An:* Sven Achtelik <sven.achte...@eps.aero>
> *Cc:* users <users@ovirt.org>
> *Betreff:* Re: [ovirt-users] Mirgration issues
>
>
>
> I see the following in the source VDSM log :
>
> 2017-02-21 05:53:28,067 INFO  (migsrc/8733d4a6) [virt.vm]
> (vmId='8733d4a6-0844-4955-804f-6b919e93e076') starting migration to
> qemu+tls://ovirt-node02.mgmt.lan.company.lan/system with miguri tcp://
> 172.16.4.19 (migration:453)
> 2017-02-21 05:53:28,262 ERROR (migsrc/8733d4a6) [virt.vm]
> (vmId='8733d4a6-0844-4955-804f-6b919e93e076') operation failed: domain
> 'DATA_p' is already defined with uuid 8733d4a6-0844-4955-804f-6b919e93e076
> (migration:265)
>
> libvirtError: operation failed: domain 'DATA_p' is already defined with
> uuid 8733d4a6-0844-4955-804f-6b919e93e076
>
> Can you check on host 2 if you have any VM already running there ?
>
> You can use :virsh list
>
>
>
> On Tue, Feb 21, 2017 at 2:15 PM, Sven Achtelik <sven.achte...@eps.aero>
> wrote:
>
> Hi All,
>
>
>
> I’m having issues with migrating a VM. I have a 3 Host cluster and the VM
> is able to migrate between host 1 and 3, but not to host 2.  I don’t know
> why and I tried figuring this out with the log files and had no luck. All
> other VMs migrate to the host 2 without any issues.
>
>
>
> If you have some advice for me that would help a lot.
>
>
>
>
>
> Thank you,
>
>
>
> Sven
>
>
>
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
>
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
>
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] I need help! Can not run ovirt-engine

2017-02-19 Thread Arman Khalatyan
Is that on the hosted engine? Or separate bare machine?

Am 19.02.2017 11:42 vorm. schrieb "Денис Мишанин" :

Hello.
After restarting the ISCSI storage I can not run ovirt-engine in prodation
use I am looking for help

___
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] some mismatch in mom versions in the repository

2017-02-09 Thread Arman Khalatyan
Hi,
I just upgraded 4.0.6  to 4.1.
The 4.0 repository still there but after upgrade everything is ok except
the mom
The mom version in the 4.0 is higher than in 4.1 therefore it is not
upgraded from 4.1:

yum provides /usr/sbin/momd


mom-0.5.8-0.0.master.el7.centos.noarch : Dynamically manage system
resources on virtualization hosts
Repo: ovirt-4.1
Matched from:
Filename: /usr/sbin/momd



mom-0.5.8-1.el7.noarch : Dynamically manage system resources on
virtualization hosts
Repo: centos-ovirt-common-candidate
Matched from:
Filename: /usr/sbin/momd



mom-0.5.8-1.el7.noarch : Dynamically manage system resources on
virtualization hosts
Repo: centos-ovirt40-release
Matched from:
Filename: /usr/sbin/momd



mom-0.5.8-1.el7.centos.noarch : Dynamically manage system resources on
virtualization hosts
Repo: ovirt-4.0
Matched from:
Filename: /usr/sbin/momd



mom-0.5.8-1.el7.centos.noarch : Dynamically manage system resources on
virtualization hosts
Repo: @ovirt-4.0
Matched from:
Filename: /usr/sbin/momd
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] "epel-release preventing host update."

2017-02-10 Thread Arman Khalatyan
After upgrade to ovirt 4.1 the epel has an conflicts in the collectd part:
if you disable epel from the hosts it is ok.

the hosts are not able to check or update because of this:

017-02-10 11:51:17,056+01 INFO
[org.ovirt.engine.core.bll.scheduling.policyunits.EvenGuestDistributionBalancePolicyUnit]
(DefaultQuartzScheduler6) [a13d0a89-a1d4-495c-9ed4-5e30aae11ae8] There is
no host with more than 10 running guests, no balancing is needed
2017-02-10 11:51:17,069+01 WARN
[org.ovirt.engine.core.bll.scheduling.policyunits.CpuAndMemoryBalancingPolicyUnit]
(DefaultQuartzScheduler6) [a13d0a89-a1d4-495c-9ed4-5e30aae11ae8] All
candidate hosts have been filtered, can't balance the cluster 'clei' based
on the CPU usage, will try memory based approach
2017-02-10 11:51:17,099+01 INFO
[org.ovirt.engine.core.bll.scheduling.policyunits.PowerSavingBalancePolicyUnit]
(DefaultQuartzScheduler6) [a13d0a89-a1d4-495c-9ed4-5e30aae11ae8] Automatic
power management is disabled for cluster 'clei'.
2017-02-10 11:51:27,278+01 ERROR
[org.ovirt.engine.core.bll.hostdeploy.VdsDeployBase] (VdsDeploy) [a9265eb]
Yum: [u'collectd-write_http-5.7.0-2.el7.x86_64 requires collectd(x86-64) =
5.7.0-2.el7', u'collectd-disk-5.7.0-2.el7.x86_64 requires collectd(x86-64)
= 5.7.0-2.el7']
2017-02-10 11:51:27,278+01 INFO
[org.ovirt.engine.core.bll.hostdeploy.VdsDeployBase] (VdsDeploy) [a9265eb]
Yum: Performing yum transaction rollback
2017-02-10 11:51:27,281+01 ERROR
[org.ovirt.engine.core.bll.hostdeploy.VdsDeployBase] (VdsDeploy) [a9265eb]
Failed to execute stage 'Package installation':
[u'collectd-write_http-5.7.0-2.el7.x86_64 requires collectd(x86-64) =
5.7.0-2.el7', u'collectd-disk-5.7.0-2.el7.x86_64 requires collectd(x86-64)
= 5.7.0-2.el7']
2017-02-10 11:51:27,281+01 INFO
[org.ovirt.engine.core.bll.hostdeploy.VdsDeployBase] (VdsDeploy) [a9265eb]
Yum Performing yum transaction rollback
2017-02-10 11:51:27,378+01 INFO
[org.ovirt.engine.core.bll.hostdeploy.VdsDeployBase] (VdsDeploy) [a9265eb]
Stage: Pre-termination
2017-02-10 11:51:27,400+01 INFO
[org.ovirt.engine.core.bll.hostdeploy.VdsDeployBase] (VdsDeploy) [a9265eb]
Retrieving installation logs to:
'/var/log/ovirt-engine/host-deploy/ovirt-host-mgmt-20170210115127-clei36.cls-a9265eb.log'
2017-02-10 11:51:27,533+01 INFO
[org.ovirt.engine.core.bll.hostdeploy.VdsDeployBase] (VdsDeploy) [a9265eb]
Stage: Termination
2017-02-10 11:51:27,708+01 ERROR
[org.ovirt.engine.core.uutils.ssh.SSHDialog] (pool-5-thread-3) [a9265eb]
SSH error running command r...@clei36.cls:'umask 0077;
MYTMP="$(TMPDIR="${OVIRT_TMPDIR}" mktemp -d -t ovirt-XX)"; trap
"chmod -R u+rwX \"${MYTMP}\" > /dev/null 2>&1; rm -fr \"${MYTMP}\" >
/dev/null 2>&1" 0; tar --warning=no-timestamp -C "${MYTMP}" -x &&
"${MYTMP}"/ovirt-host-mgmt DIALOG/dialect=str:machine
DIALOG/customization=bool:True': Command returned failure code 1 during SSH
session 'r...@clei36.cls'
2017-02-10 11:51:27,708+01 ERROR
[org.ovirt.engine.core.uutils.ssh.SSHDialog] (pool-5-thread-3) [a9265eb]
Exception: java.io.IOException: Command returned failure code 1 during SSH
session 'r...@clei36.cls'
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] What is the libcacard-ev.x86_64 ??

2017-02-10 Thread Arman Khalatyan
I have a host which was updated since 3.6
libcacard is disappeared from ovirt4.1 but it has a many dependencies which
stops to remove it:

[root@clei36 ~]# yum list installed | grep ovirt| grep 4.0
libcacard-ev.x86_6410:2.3.0-31.el7.16.1
@ovirt-4.0

yum update libcacard-ev
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: ftp.fau.de
 * epel: ftp.fau.de
 * extras: ftp.fau.de
 * ovirt-4.1: ftp.nluug.nl
 * ovirt-4.1-epel: ftp.fau.de
 * updates: mirror.eu.oneandone.net
No packages marked for update

yum remove  libcacard-ev.x86_64
Loaded plugins: fastestmirror
Resolving Dependencies
--> Running transaction check
---> Package libcacard-ev.x86_64 10:2.3.0-31.el7.16.1 will be erased
--> Processing Dependency: libcacard.so.0()(64bit) for package:
10:qemu-kvm-ev-2.6.0-28.el7_3.3.1.x86_64
--> Running transaction check
---> Package qemu-kvm-ev.x86_64 10:2.6.0-28.el7_3.3.1 will be erased
--> Processing Dependency: qemu-kvm >= 1.5.3-92.el7 for package:
1:virt-v2v-1.32.7-3.el7.centos.2.x86_64
--> Processing Dependency: qemu-kvm for package:
libvirt-daemon-kvm-2.0.0-10.el7_3.4.x86_64
--> Processing Dependency: qemu-kvm-rhev >= 10:2.6.0-2 for package:
vdsm-4.19.4-1.el7.centos.x86_64
--> Running transaction check
---> Package libvirt-daemon-kvm.x86_64 0:2.0.0-10.el7_3.4 will be erased
--> Processing Dependency: libvirt-daemon-kvm >= 1.2.8-3 for package:
1:libguestfs-1.32.7-3.el7.centos.2.x86_64
---> Package vdsm.x86_64 0:4.19.4-1.el7.centos will be erased
--> Processing Dependency: vdsm = 4.19.4-1.el7.centos for package:
vdsm-hook-vmfex-dev-4.19.4-1.el7.centos.noarch
---> Package virt-v2v.x86_64 1:1.32.7-3.el7.centos.2 will be erased
--> Processing Dependency: virt-v2v for package: safelease-1.0-7.el7.x86_64
--> Running transaction check
---> Package libguestfs.x86_64 1:1.32.7-3.el7.centos.2 will be erased
--> Processing Dependency: libguestfs = 1:1.32.7-3.el7.centos.2 for
package: 1:libguestfs-tools-c-1.32.7-3.el7.centos.2.x86_64
--> Processing Dependency: libguestfs >= 1:1.28.1 for package:
libguestfs-winsupport-7.2-1.el7.x86_64
--> Processing Dependency: libguestfs.so.0()(64bit) for package:
1:libguestfs-tools-c-1.32.7-3.el7.centos.2.x86_64
---> Package safelease.x86_64 0:1.0-7.el7 will be erased
---> Package vdsm-hook-vmfex-dev.noarch 0:4.19.4-1.el7.centos will be erased
--> Running transaction check
---> Package libguestfs-tools-c.x86_64 1:1.32.7-3.el7.centos.2 will be
erased
---> Package libguestfs-winsupport.x86_64 0:7.2-1.el7 will be erased
--> Finished Dependency Resolution

Dependencies Resolved

==
 Package
Arch
Version
Repository   Size
==
Removing:
 libcacard-ev
x86_64
10:2.3.0-31.el7.16.1
@ovirt-4.0   47 k
Removing for dependencies:
 libguestfs
x86_64
1:1.32.7-3.el7.centos.2
@updates3.8 M
 libguestfs-tools-c
x86_64
1:1.32.7-3.el7.centos.2
@updates 14 M
 libguestfs-winsupport
x86_64
7.2-1.el7
@base   2.2 M
 libvirt-daemon-kvm
x86_64
2.0.0-10.el7_3.4
@updates0.0
 qemu-kvm-ev
x86_64
10:2.6.0-28.el7_3.3.1
@ovirt-4.1  9.6 M
 safelease
x86_64
1.0-7.el7
@centos-ovirt41-candidate43 k
 vdsm
x86_64
4.19.4-1.el7.centos
@ovirt-4.1  2.5 M
 vdsm-hook-vmfex-dev
noarch
4.19.4-1.el7.centos
@ovirt-4.1   21 k
 virt-v2v
x86_64
1:1.32.7-3.el7.centos.2
@updates 16 M

Transaction Summary
==
Remove  1 Package (+9 Dependent packages)

Installed size: 49 M
Is this ok [y/N]: n
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] iscsi or iser targets are not detached from the host in the maintenance mode

2017-02-16 Thread Arman Khalatyan
The test disks are not attached to any virtual machine. nothing done on the
hosts.
 I just saw that the all test LUNs are still logged into target side so I
went to the host(it was in the maintenance ) all disks are still there.

I just managing everything over the web gui:
Select host as SPM, then disks->new->directLUN->discovertargets->login->ok
on the host the disks are visible.
iscsiadm -m session -o show
tcp: [6] 10.10.10.35:3260,1
iqn.2003-01.org.linux-iscsi.c1701.x8664:sn.5b791971cd78
(non-flash)

Putting host to maintenance:
the disks are still there:
lsscsi
[0:0:0:0]diskATA  ST3500630NS  K /dev/sda
[11:0:0:0]   diskLIO-ORG  c1701iser4.0   /dev/sdb
[11:0:0:1]   diskLIO-ORG  c1701iser32k 4.0   /dev/sdc

activating deactivating the host does not change situation.
I dont see any attempt of vdsm to logout the disks. I can see in the
vdsmd.logs that "[storage.Mount] unmounting /rhev/data-center/mnt/.."
unmounting the nfs part but nothing from [storage.ISCSI]



On Thu, Feb 16, 2017 at 4:25 PM, Nir Soffer <nsof...@redhat.com> wrote:

> On Thu, Feb 16, 2017 at 5:13 PM, Arman Khalatyan <arm2...@gmail.com>
> wrote:
> > Hi,
> > In ovirt 4.1 when I put the host into maintenance mode then the nfs
> mounts
> > are unmounted as expected.
> > but the hosts are still logged into the targets.
> >
> > Is it expected behavior?? If yes what is  the use of it?
>
> No, if ovirt connected to the target, it should disconnect from the target.
>
> Maybe you connected manually to the target before that?
>
> A good test to verify this would be to do this in maintenance mode:
>
> iscsiadm -m node -o delete
>
> Then activate and deactivate the host several times, and check that
> no iscsi session are active when host enter maintenance.
>
> > Another thing concerning to the permanently removed direct LUNs.
> > They are still in the /var/lib/iscsi/nodes and
> /var/lib/iscsi/send_targets/*
> > Would be good to cleanup the folders if users are removing permanently
> the
> > LUNs.
>
> We don't manage the LUNs - if you are removing the LUNs manually, and
> the target providing this LUNs is not needed any more, you are responsible
> for removing the nodes from iscsi database.
>
> I don't think we are removing nodes and targets from a host, only updating
> them when you connect to a server. We also don't have a way to remove
> a target from engine database, so engine cannot ask vdsm to remove targets.
>
> Nir
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] iscsi or iser targets are not detached from the host in the maintenance mode

2017-02-16 Thread Arman Khalatyan
Hi,
In ovirt 4.1 when I put the host into maintenance mode then the nfs mounts
are unmounted as expected.
but the hosts are still logged into the targets.

Is it expected behavior?? If yes what is  the use of it?
Another thing concerning to the permanently removed direct LUNs.
They are still in the /var/lib/iscsi/nodes and /var/lib/iscsi/send_targets/*
Would be good to cleanup the folders if users are removing permanently the
LUNs.

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


Re: [ovirt-users] iscsi or iser targets are not detached from the host in the maintenance mode

2017-02-16 Thread Arman Khalatyan
done: https://bugzilla.redhat.com/show_bug.cgi?id=1422959


On Thu, Feb 16, 2017 at 5:00 PM, Nir Soffer <nsof...@redhat.com> wrote:

> On Thu, Feb 16, 2017 at 5:55 PM, Arman Khalatyan <arm2...@gmail.com>
> wrote:
> > The test disks are not attached to any virtual machine. nothing done on
> the
> > hosts.
> >  I just saw that the all test LUNs are still logged into target side so I
> > went to the host(it was in the maintenance ) all disks are still there.
> >
> > I just managing everything over the web gui:
> > Select host as SPM, then disks->new->directLUN->
> discovertargets->login->ok
> > on the host the disks are visible.
> > iscsiadm -m session -o show
> > tcp: [6] 10.10.10.35:3260,1
> > iqn.2003-01.org.linux-iscsi.c1701.x8664:sn.5b791971cd78 (non-flash)
> >
> > Putting host to maintenance:
> > the disks are still there:
> > lsscsi
> > [0:0:0:0]diskATA  ST3500630NS  K /dev/sda
> > [11:0:0:0]   diskLIO-ORG  c1701iser4.0   /dev/sdb
> > [11:0:0:1]   diskLIO-ORG  c1701iser32k 4.0   /dev/sdc
> >
> > activating deactivating the host does not change situation.
> > I dont see any attempt of vdsm to logout the disks. I can see in the
> > vdsmd.logs that "[storage.Mount] unmounting /rhev/data-center/mnt/.."
> > unmounting the nfs part but nothing from [storage.ISCSI]
>
> Sounds like a bug in target discovery flow. We add nodes and sessions and
> do not clean them.
>
> Would you file a bug?
>
> Nir
>
> >
> >
> >
> > On Thu, Feb 16, 2017 at 4:25 PM, Nir Soffer <nsof...@redhat.com> wrote:
> >>
> >> On Thu, Feb 16, 2017 at 5:13 PM, Arman Khalatyan <arm2...@gmail.com>
> >> wrote:
> >> > Hi,
> >> > In ovirt 4.1 when I put the host into maintenance mode then the nfs
> >> > mounts
> >> > are unmounted as expected.
> >> > but the hosts are still logged into the targets.
> >> >
> >> > Is it expected behavior?? If yes what is  the use of it?
> >>
> >> No, if ovirt connected to the target, it should disconnect from the
> >> target.
> >>
> >> Maybe you connected manually to the target before that?
> >>
> >> A good test to verify this would be to do this in maintenance mode:
> >>
> >> iscsiadm -m node -o delete
> >>
> >> Then activate and deactivate the host several times, and check that
> >> no iscsi session are active when host enter maintenance.
> >>
> >> > Another thing concerning to the permanently removed direct LUNs.
> >> > They are still in the /var/lib/iscsi/nodes and
> >> > /var/lib/iscsi/send_targets/*
> >> > Would be good to cleanup the folders if users are removing permanently
> >> > the
> >> > LUNs.
> >>
> >> We don't manage the LUNs - if you are removing the LUNs manually, and
> >> the target providing this LUNs is not needed any more, you are
> responsible
> >> for removing the nodes from iscsi database.
> >>
> >> I don't think we are removing nodes and targets from a host, only
> updating
> >> them when you connect to a server. We also don't have a way to remove
> >> a target from engine database, so engine cannot ask vdsm to remove
> >> targets.
> >>
> >> Nir
> >
> >
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] What is the libcacard-ev.x86_64 ??

2017-02-17 Thread Arman Khalatyan
Ok looks it is working, now we have no ovirt-4.0 packages after update.

[root@cloud03 ~]# yum install centos-release-qemu-ev
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: ftp.rrzn.uni-hannover.de
 * extras: ftp.halifax.rwth-aachen.de
 * ovirt-4.1: ftp.nluug.nl
 * ovirt-4.1-epel: ftp.fau.de
 * updates: centos.mirrors.psw.services
Resolving Dependencies
--> Running transaction check
---> Package centos-release-qemu-ev.noarch 0:1.0-1.el7 will be installed
--> Processing Dependency: centos-release-virt-common for package:
centos-release-qemu-ev-1.0-1.el7.noarch
--> Running transaction check
---> Package centos-release-virt-common.noarch 0:1-1.el7.centos will be
installed
--> Finished Dependency Resolution

Dependencies Resolved

==
 Package
Arch  Version
Repository Size
==
Installing:
 centos-release-qemu-ev
noarch1.0-1.el7
extras 11 k
Installing for dependencies:
 centos-release-virt-common
noarch1-1.el7.centos
extras4.5 k

Transaction Summary
==
Install  1 Package (+1 Dependent package)

Total download size: 15 k
Installed size: 19 k
Is this ok [y/d/N]: y
Downloading packages:
(1/2):
centos-release-virt-common-1-1.el7.centos.noarch.rpm
| 4.5 kB  00:00:00
(2/2):
centos-release-qemu-ev-1.0-1.el7.noarch.rpm
|  11 kB  00:00:00
--
Total
133 kB/s |  15 kB  00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing :
centos-release-virt-common-1-1.el7.centos.noarch
1/2
  Installing :
centos-release-qemu-ev-1.0-1.el7.noarch
2/2
  Verifying  :
centos-release-virt-common-1-1.el7.centos.noarch
1/2
  Verifying  :
centos-release-qemu-ev-1.0-1.el7.noarch
2/2

Installed:
  centos-release-qemu-ev.noarch
0:1.0-1.el7


Dependency Installed:
  centos-release-virt-common.noarch
0:1-1.el7.centos


Complete!
[root@cloud03 ~]# yum update
Loaded plugins: fastestmirror
centos-qemu-ev
| 2.9 kB  00:00:00
centos-qemu-ev/7/x86_64/primary_db
|  50 kB  00:00:00
Loading mirror speeds from cached hostfile
 * base: ftp.rrzn.uni-hannover.de
 * extras: ftp.halifax.rwth-aachen.de
 * ovirt-4.1: ftp.nluug.nl
 * ovirt-4.1-epel: ftp.fau.de
 * updates: centos.mirrors.psw.services
Resolving Dependencies
--> Running transaction check
---> Package libcacard-ev.x86_64 10:2.3.0-31.el7.16.1 will be updated
---> Package libcacard-ev.x86_64 10:2.3.0-31.0.el7_2.21.1 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

==
 PackageArch
Version
RepositorySize
==
Updating:
 libcacard-ev   x86_64
10:2.3.0-31.0.el7_2.21.1
centos-qemu-ev   237 k

Transaction Summary
==
Upgrade  1 Package

Total download size: 237 k
Is this ok [y/d/N]: y
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
warning:
/var/cache/yum/x86_64/7/centos-qemu-ev/packages/libcacard-ev-2.3.0-31.0.el7_2.21.1.x86_64.rpm:
Header V4 RSA/SHA1 Signature, key ID 61e8806c: NOKEY
Public key for libcacard-ev-2.3.0-31.0.el7_2.21.1.x86_64.rpm is not
installed
libcacard-ev-2.3.0-31.0.el7_2.21.1.x86_64.rpm
| 237 kB  00:00:00
Retrieving key from
file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Virtualization
Importing GPG key 0x61E8806C:
 Userid : "CentOS Virtualization SIG (
http://wiki.centos.org/SpecialInterestGroup/Virtualization) <
secur...@centos.org>"
 Fingerprint: a7c8 e761 309d 2f1c 92c5 0b62 7aeb be82 61e8 806c
 Package: centos-release-virt-common-1-1.el7.centos.noarch (@extras)
 From   : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Virtualization
Is this ok [y/N]: y
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Updating   :
10:libcacard-ev-2.3.0-31.0.el7_2.21.1.x86_64
1/2
  Cleanup  

Re: [ovirt-users] Virsh

2017-03-02 Thread Arman Khalatyan
what about:
virsh -r list
ps aux | grep libvirt


On Thu, Mar 2, 2017 at 7:38 AM, Koen Vanoppen 
wrote:

> I wasn't finished... :-)
> Dear all,
>
> I know I did it before But for the moment I can't connect to virsh...
> [root@mercury1 ~]# saslpasswd2 -a libvirt koen
> Password:
> Again (for verification):
> [root@mercury1 ~]# virsh
> Welcome to virsh, the virtualization interactive terminal.
>
> Type:  'help' for help with commands
>'quit' to quit
>
> virsh # pool-list
> Please enter your authentication name: koen
> Please enter your password:
> error: failed to connect to the hypervisor
> error: no valid connection
> error: authentication failed: authentication failed
>
> So, i created a new username (I had the same error when I tried to set a
> password for "admin" user), gave the user a password, but still, I can't
> connect... What am I missing?
> We are running on ovirt 4. Hypervisors are running.
> These are the version of qem:
> [root@mercury1 ~]# rpm -qa | grep -i qemu
> qemu-kvm-common-ev-2.3.0-31.el7.16.1.x86_64
> qemu-kvm-ev-2.3.0-31.el7.16.1.x86_64
> qemu-img-ev-2.3.0-31.el7.16.1.x86_64
> qemu-kvm-tools-ev-2.3.0-31.el7.16.1.x86_64
> ipxe-roms-qemu-20130517-8.gitc4bce43.el7_2.1.noarch
> libvirt-daemon-driver-qemu-1.2.17-13.el7_2.5.x86_64
> [root@mercury1 ~]# rpm -qa | grep -i libvirt
> libvirt-daemon-config-nwfilter-1.2.17-13.el7_2.5.x86_64
> libvirt-daemon-driver-storage-1.2.17-13.el7_2.5.x86_64
> libvirt-client-1.2.17-13.el7_2.5.x86_64
> libvirt-daemon-driver-nodedev-1.2.17-13.el7_2.5.x86_64
> libvirt-daemon-driver-nwfilter-1.2.17-13.el7_2.5.x86_64
> libvirt-daemon-kvm-1.2.17-13.el7_2.5.x86_64
> libvirt-daemon-1.2.17-13.el7_2.5.x86_64
> libvirt-python-1.2.17-2.el7.x86_64
> libvirt-lock-sanlock-1.2.17-13.el7_2.5.x86_64
> libvirt-daemon-driver-interface-1.2.17-13.el7_2.5.x86_64
> libvirt-daemon-driver-qemu-1.2.17-13.el7_2.5.x86_64
> libvirt-daemon-driver-network-1.2.17-13.el7_2.5.x86_64
> libvirt-daemon-driver-secret-1.2.17-13.el7_2.5.x86_64
>
> Anybody any idea?
>
> Thanks in advance.
>
> Kind regards,
>
> Koen
>
>
> On 2 March 2017 at 07:37, Koen Vanoppen  wrote:
>
>> Dear all,
>>
>> I know I did it before But for the moment I can't connect to virsh...
>> [root@mercury1 ~]# saslpasswd2 -a libvirt koen
>> Password:
>> Again (for verification):
>> [root@mercury1 ~]# virsh
>> Welcome to virsh, the virtualization interactive terminal.
>>
>> Type:  'help' for help with commands
>>'quit' to quit
>>
>> virsh # pool-list
>> Please enter your authentication name: koen
>> Please enter your password:
>> error: failed to connect to the hypervisor
>> error: no valid connection
>> error: authentication failed: authentication failed
>>
>> So, i created a new username (I had the same error when I tried to set a
>> password for "admin" user), gave the user a password, but still, I can't
>> connect... What am I missing?
>> We are running on ovirt 4. Hypervisors are running.
>> These are the version of qemu
>>
>
>
> ___
> 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] Hot to force glusterfs to use RDMA?

2017-03-02 Thread Arman Khalatyan
Hi,
Are there way to force the connections over RDMA only?
If I check host mounts I cannot see rdma mount option:
 mount -l| grep gluster
10.10.10.44:/GluReplica on
/rhev/data-center/mnt/glusterSD/10.10.10.44:_GluReplica
type fuse.glusterfs
(rw,relatime,user_id=0,group_id=0,default_permissions,allow_other,max_read=131072)

I have glusterized 3 nodes:

GluReplica
Volume ID:
ee686dfe-203a-4caa-a691-26353460cc48
Volume Type:
Replicate (Arbiter)
Replica Count:
2 + 1
Number of Bricks:
3
Transport Types:
TCP, RDMA
Maximum no of snapshots:
256
Capacity:
3.51 TiB total, 190.56 GiB used, 3.33 TiB free
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Replicated Glusterfs on top of ZFS

2017-03-02 Thread Arman Khalatyan
Hi,
I use 3 nodes with zfs and glusterfs.
Are there any suggestions to optimize it?

host zfs config 4TB-HDD+250GB-SSD:
[root@clei22 ~]# zpool status
  pool: zclei22
 state: ONLINE
  scan: scrub repaired 0 in 0h0m with 0 errors on Tue Feb 28 14:16:07 2017
config:

NAMESTATE READ WRITE CKSUM
zclei22 ONLINE   0 0 0
  HGST_HUS724040ALA640_PN2334PBJ4SV6T1  ONLINE   0 0 0
logs
  lv_slog   ONLINE   0 0 0
cache
  lv_cache  ONLINE   0 0 0

errors: No known data errors

Name:
GluReplica
Volume ID:
ee686dfe-203a-4caa-a691-26353460cc48
Volume Type:
Replicate (Arbiter)
Replica Count:
2 + 1
Number of Bricks:
3
Transport Types:
TCP, RDMA
Maximum no of snapshots:
256
Capacity:
3.51 TiB total, 190.56 GiB used, 3.33 TiB free
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


  1   2   >