Re: [Users] Guest to guest multicast

2013-10-17 Thread Moti Asayag


- Original Message -
 From: Frank Wall f...@moov.de
 To: Moti Asayag masa...@redhat.com
 Cc: users@ovirt.org
 Sent: Wednesday, October 16, 2013 2:33:11 PM
 Subject: Re: [Users] Guest to guest multicast
 
 Hi Moti,
 
 On 17.09.2013 15:41, Moti Asayag wrote:
  I've tested a multicast traffic between VMs which worked fine to me.
  The test made between two VMs running on different hosts, connected
  to the same switch.
 
 would you please provide some details about how you tested the
 multicast traffic between VMs? I would be interested in doing
 the exact same tests on my side, i.e. running the same commands.
 (Note that in my test setup all VMs run on the same host.)
 

I used iperf for testing multicast between the vms. See 
http://iperf.fr/#multicast
for the exact commands.

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


Re: [Users] oVirt 3.3 All-in-One (AIO) setup

2013-10-17 Thread Doron Fediuck


- Original Message -
 From: Udaya Kiran P ukiran...@yahoo.in
 To: users@ovirt.org
 Sent: Thursday, October 17, 2013 7:19:38 AM
 Subject: [Users] oVirt 3.3 All-in-One (AIO) setup
 
 Hi everyone,
 
 I found an article on setting up oVirt3.3 All-in-One.
 
 http://community.redhat.com/up-and-running-with-ovirt-3-3/
 
 Can this be set up on a VM ?
 
 I tried setting up the same on a Fedora 19 VM. But it looks like Nested KVM
 feature isn't enabled.
 
 How to enable Nested KVM in feature in Fedora19.
 
 Please suggest.
 
 Thank You.
 
 Regards,
 Udaya Kiran
 

Hi Udaya,
There's a difference between running the management part and the actual VMs,
and AIO does both on the same machine, which is why you are asked for nested 
KVM.

Technically it is possible to install just the management part in a VM and work
with another host which will run the VMs. We're currently working on hosted
engine which will allow it while providing HA for the relevant VM.

If you want to try nested KVM, you should know that it still has some issues.
This QA post may help you:
https://fedoraproject.org/wiki/QA:Testcase_KVM_nested_virt

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


Re: [Users] Proposal for a fresh look and feel for Ovirt

2013-10-17 Thread Doron Fediuck
- Original Message -
 From: Malini Rao m...@redhat.com
 To: users users@ovirt.org
 Sent: Monday, October 14, 2013 8:06:49 PM
 Subject: [Users] Proposal for a fresh look and feel for Ovirt
 
 Hi all,
 
 Here is a proposal for updating the ovirt look and feel to give it a fresh
 and modern look - http://www.ovirt.org/Ovirt_LAF.
 Your feedback and input is invited.
 
 Thanks
 Malini

Hi Malini,
From the LF perspective it looks much better.
What I'd like you to review is the resolution you are using.
This seems to be taken in a full-hd screen, where I think we
should be able to support somewhat lower resolution, where
LF may have a big impact.

Would you consider posting also a lower resolution sample?

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


Re: [Users] vdsmd seg fault

2013-10-17 Thread Dan Kenigsberg
On Wed, Oct 16, 2013 at 09:43:57AM -0600, Dan Ferris wrote:
 
 
 On 10/16/2013 8:55 AM, Dan Kenigsberg wrote:
 On Wed, Oct 16, 2013 at 08:33:10AM -0600, Dan Ferris wrote:
 
 
 On 10/16/2013 12:27 AM, Dan Kenigsberg wrote:
 On Tue, Oct 15, 2013 at 10:24:44AM -0600, Dan Ferris wrote:
 I updated to the latest Fedora 19 on two test servers, and now vdsmd
 will not start.
 
 Systedctl says this:
 
 dsmd.service - Virtual Desktop Server Manager
 Loaded: loaded (/usr/lib/systemd/system/vdsmd.service; enabled)
 Active: failed (Result: exit-code) since Mon 2013-10-14 12:31:30
 EDT; 23h ago
Process: 1788 ExecStart=/lib/systemd/systemd-vdsmd start
 (code=exited, status=139)
 
 Oct 14 12:31:30 rs0-ovirt0.rexdb.us python[1862]: DIGEST-MD5 
 ask_user_info()
 Oct 14 12:31:30 rs0-ovirt0.rexdb.us python[1862]: DIGEST-MD5 client step 2
 Oct 14 12:31:30 rs0-ovirt0.rexdb.us python[1862]: DIGEST-MD5 
 ask_user_info()
 Oct 14 12:31:30 rs0-ovirt0.rexdb.us python[1862]: DIGEST-MD5
 make_client_response()
 Oct 14 12:31:30 rs0-ovirt0.rexdb.us python[1862]: DIGEST-MD5 client step 3
 Oct 14 12:31:30 rs0-ovirt0.rexdb.us systemd-vdsmd[1788]:
 /lib/systemd/systemd-vdsmd: line 185:  1862 Segmentation fault
 $VDSM_TOOL nwfilter
 Oct 14 12:31:30 rs0-ovirt0.rexdb.us systemd-vdsmd[1788]: vdsm:
 Failed to define network filters on libvirt[FAILED]
 Oct 14 12:31:30 rs0-ovirt0.rexdb.us systemd[1]: vdsmd.service:
 control process exited, code=exited status=139
 Oct 14 12:31:30 rs0-ovirt0.rexdb.us systemd[1]: Failed to start
 Virtual Desktop Server Manager.
 Oct 14 12:31:30 rs0-ovirt0.rexdb.us systemd[1]: Unit vdsmd.service
 entered failed state.
 
 Has anyone else experienced this?
 
 I haven't. Does the segfault introduce when you run
 
  gdb vdsm-tool nwfilter
 
 as root? Could you send the output of `bt full` if it does?
 
 
 gdb is complaining that vdsm-tool is a python script and not in elf format.
 
 doh me. `gdb python`, followed by `run /usr/bin/vdsm-tool nwfilter` is
 what should be done.
 
 
 However, running vdsm-tool nwfilter runs and has a return code of 0.
 
 But when it's called via systemd, the segfault still reproduces?
 
 Dan.
 
 
 Yeah, that's correct.  It segfaults when it runs from systemd.
 
 I just ran it from gdb:
 
 GNU gdb (GDB) Fedora 7.6.1-41.fc19
 Copyright (C) 2013 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later
 http://gnu.org/licenses/gpl.html
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.  Type show copying
 and show warranty for details.
 This GDB was configured as x86_64-redhat-linux-gnu.
 For bug reporting instructions, please see:
 http://www.gnu.org/software/gdb/bugs/...
 Reading symbols from /usr/bin/python2.7...Reading symbols from
 /usr/bin/python2.7...(no debugging symbols found)...done.
 (no debugging symbols found)...done.
 Missing separate debuginfos, use: debuginfo-install
 python-2.7.5-8.fc19.x86_64
 (gdb) run /usr/bin/vdsm-tool nwfilter
 Starting program: /usr/bin/python /usr/bin/vdsm-tool nwfilter
 [Thread debugging using libthread_db enabled]
 Using host libthread_db library /lib64/libthread_db.so.1.
 [New Thread 0x7fffe4bb8700 (LWP 8808)]
 [Thread 0x77fec740 (LWP 8804) exited]
 [Inferior 1 (process 8804) exited normally]
 (gdb) bt full
 No stack.
 
 Looks like it's happy.
 
 Is there any other info you want about my system?  I'm even willing
 to let somebody log in and poke around.

Unfortunately I do no know how to turn on core-dumping within systemd,
maybe someone else could help.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Bug: adding LocalStorage Data Centers

2013-10-17 Thread Sven Kieske
Hi,

I created a BZ:

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

Regards

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


Re: [Users] oVirt 3.3 All-in-One (AIO) setup

2013-10-17 Thread Ohad Basan
I recommend doing the following:
enable the nested kvm cpuflag: echo options kvm-intel nested=1  
/etc/modprobe.d/kvm-intel.conf 
and install the nested kvm vdsm hook: yum install vdsm-hook-vhostmd
that's all you need


- Original Message -
 From: Udaya Kiran P ukiran...@yahoo.in
 To: users@ovirt.org
 Sent: Thursday, October 17, 2013 7:19:38 AM
 Subject: [Users] oVirt 3.3 All-in-One (AIO) setup
 
 Hi everyone,
 
 I found an article on setting up oVirt3.3 All-in-One.
 
 http://community.redhat.com/up-and-running-with-ovirt-3-3/
 
 Can this be set up on a VM ?
 
 I tried setting up the same on a Fedora 19 VM. But it looks like Nested KVM
 feature isn't enabled.
 
 How to enable Nested KVM in feature in Fedora19.
 
 Please suggest.
 
 Thank You.
 
 Regards,
 Udaya Kiran
 
 ___
 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: [Users] Proposal for a fresh look and feel for Ovirt

2013-10-17 Thread Koch (ovido)
On Tue, 2013-10-15 at 20:22 -0400, Itamar Heim wrote:
 On 10/15/2013 04:36 AM, Frank Wall wrote:
  Hi Malini,
 
  On 14.10.2013 19:06, Malini Rao wrote:
  Here is a proposal for updating the ovirt look and feel to
  give it a fresh and modern look - http://www.ovirt.org/Ovirt_LAF.
  Your feedback and input is invited.
 
  I think your proposal looks way better than the current
  oVirt interface and I think it would definitively be an improvement.
 
  Though I think the oVirt admin interface still looks somewhat
  bloated. I always thought that it shows too much information
  at once, but only few of these facts are actually useful.
 
  Some columns are useless most of the time. This is especially true
  if you consider the Virtual Machines tab just an overview, not an
  in-depth view of all VMs. Lets discuss this further:
 
  - Display: not interesting if I just want to see the overview
  - Status: redundant, the icon in the first row already tells me about this
  - Uptime: not interesting at all, I never used this information for
  anything
  - Host, IP, Cluster, Datacenter: Really, why should I care about these
  details,
 if I just want to see an overview of my VMs? If I want to know any of
  these,
 I can click on any VM and see every detail. Or I choose a specific
  datacenter
 or Cluster to see specific details about it.
 
  I think this applies to almost every overview page in oVirt.
  It's too much information at once, and even worse, too much useless
  information.
 
  The point is to show only *really* important information first (status,
  usage),
  and from this point the user/admin should be able to go deeper and view
  specific
  details.
 
  Remember, it's just my opinion :-)
 
 as malini mentioned, this focused on look and feel.
 please open a BZ to track the RFE of allowing to choose which columns to 
 see per main tab.

I'm of the same opinion as Frank (and others) - there should be an
option to remove/add columns to improve the look and feel. Focusing on
look and feel includes this discussion as well (imho) - not just colors.

The login screen posted by Malini looks really great - much better then
the actual one.

I also like the colors of the webadmin interface, but usability is
decreased (in the screenshot) compared with the old design. Let me
explain why:
When I click on Virtual Machines the most important information for me
is the name of a virtual machine, but it's not that easy to find the
name (Name column is smaller as Host, IP Address, Cluster and Data
Center).
If the Name would be bold (or in another color) and columns can be
removed it's much easier for me to find the right vm. Furthermore the
columns for Memory, CPU and Network are ways to big and the green is too
bright - this is just additional information which can be very useful
but shouldn't attract me too much. So I suggest to highlight the vm
names in some way and make the Name column the bigger then all other
(per default - users can resize it anyways).

The blue highlight of the tabs looks nice, but I fear many users will
not recognize these items as tabs.

As a conclusion: I like the new colors a lot, but a few adjustments are
needed to improve the usability.


Regards,
René


 
 
 
  Ciao
  - Frank
  ___
  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: [Users] Proposal for a fresh look and feel for Ovirt

2013-10-17 Thread Gianluca Cecchi
On Thu, Oct 17, 2013 at 9:07 AM, Doron Fediuck  wrote:
 - Original Message -
 From: Malini Rao m...@redhat.com
 To: users users@ovirt.org
 Sent: Monday, October 14, 2013 8:06:49 PM
 Subject: [Users] Proposal for a fresh look and feel for Ovirt

 Hi all,

 Here is a proposal for updating the ovirt look and feel to give it a fresh
 and modern look - http://www.ovirt.org/Ovirt_LAF.
 Your feedback and input is invited.

 Thanks
 Malini

 Hi Malini,
 From the LF perspective it looks much better.
 What I'd like you to review is the resolution you are using.
 This seems to be taken in a full-hd screen, where I think we
 should be able to support somewhat lower resolution, where
 LF may have a big impact.

 Would you consider posting also a lower resolution sample?


+1 for this

As a side note, I have noticed that going from oVirt 3.2.3 to 3.3.0
the horizontal needs are greater.
For example refresh icon/button at the top right of the main admin
portal is shown as a half row if window size is too small
horizontally.
And Users tab and Events are then shown on next line down.
Also at 1176x885 is not good enugh.
It works instead ok at 1280x1024 and 1366x768 both full screen; see link:
In my opinion it should desirable to give chance to have a correct
behavior at least at 1024x768.
Using xwininfo it seems that the first size I get correct and complete
horizontal layout is 1268 at the moment, using xwininfo on oVirt
3.3.0.
Complete xwininfo output:

[g.cecchi@ope46 ~]$ xwininfo

xwininfo: Please select the window about which you
  would like information by clicking the
  mouse in that window.

xwininfo: Window id: 0x260007f oVirt Engine Web Administration -
Mozilla Firefox

  Absolute upper-left X:  1
  Absolute upper-left Y:  70
  Relative upper-left X:  10
  Relative upper-left Y:  40
  Width: 1268
  Height: 819
  Depth: 24
  Visual: 0x21
  Visual Class: TrueColor
  Border width: 0
  Class: InputOutput
  Colormap: 0x20 (installed)
  Bit Gravity State: NorthWestGravity
  Window Gravity State: NorthWestGravity
  Backing Store State: NotUseful
  Save Under State: no
  Map State: IsViewable
  Override Redirect State: no
  Corners:  +1+70  -97+70  -97-903  +1-903
  -geometry 1268x819+-9+30

xprop gives instead:
[g.cecchi@ope46 ~]$ xprop
WM_STATE(WM_STATE):
window state: Normal
icon window: 0x0
_NET_FRAME_EXTENTS(CARDINAL) = 1, 1, 32, 1
_NET_WM_DESKTOP(CARDINAL) = 0
_NET_WM_ALLOWED_ACTIONS(ATOM) = _NET_WM_ACTION_MOVE,
_NET_WM_ACTION_RESIZE, _NET_WM_ACTION_FULLSCREEN,
_NET_WM_ACTION_MINIMIZE, _NET_WM_ACTION_SHADE,
_NET_WM_ACTION_MAXIMIZE_HORZ, _NET_WM_ACTION_MAXIMIZE_VERT,
_NET_WM_ACTION_CHANGE_DESKTOP, _NET_WM_ACTION_CLOSE,
_NET_WM_ACTION_ABOVE, _NET_WM_ACTION_BELOW
_NET_WM_VISIBLE_ICON_NAME(UTF8_STRING) = oVirt Engine Web
Administration - Mozilla Firefox (on f18engine.mydomain)
_NET_WM_VISIBLE_NAME(UTF8_STRING) = oVirt Engine Web Administration -
Mozilla Firefox (on f18engine.mydomain)
_NET_WM_STATE(ATOM) =
WM_HINTS(WM_HINTS):
Client accepts input or input focus: True
Initial state is Normal State.
bitmap id # to use for icon: 0x2600082
bitmap id # of mask for icon: 0x2600083
window id # of group leader: 0x261
WM_WINDOW_ROLE(STRING) = browser
XdndAware(ATOM) = BITMAP
_MOTIF_DRAG_RECEIVER_INFO(_MOTIF_DRAG_RECEIVER_INFO) = 0x6c, 0x0, 0x5,
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x0
_NET_WM_ICON(CARDINAL) = Icon (22 x 22):

[icons]

_NET_WM_SYNC_REQUEST_COUNTER(CARDINAL) = 39846017
_NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_NORMAL
_NET_WM_USER_TIME_WINDOW(WINDOW): window id # 0x2600080
WM_CLIENT_LEADER(WINDOW): window id # 0x261
_NET_WM_PID(CARDINAL) = 16689
WM_LOCALE_NAME(STRING) = en_US.utf8
WM_CLIENT_MACHINE(STRING) = f18engine.mydomain
WM_NORMAL_HINTS(WM_SIZE_HINTS):
program specified minimum size: 1 by 98
program specified maximum size: 32767 by 32767
window gravity: NorthWest
WM_PROTOCOLS(ATOM): protocols  WM_DELETE_WINDOW, WM_TAKE_FOCUS,
_NET_WM_PING, _NET_WM_SYNC_REQUEST
WM_CLASS(STRING) = Navigator, Firefox
WM_ICON_NAME(STRING) = oVirt Engine Web Administration - Mozilla Firefox
_NET_WM_ICON_NAME(UTF8_STRING) = oVirt Engine Web Administration -
Mozilla Firefox
WM_NAME(STRING) = oVirt Engine Web Administration - Mozilla Firefox
_NET_WM_NAME(UTF8_STRING) = oVirt Engine Web Administration - Mozilla Firefox


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


[Users] vmware disks

2013-10-17 Thread suporte
Hi, it's possible to import a vmware disk into ovirt? 

regards 

-- 


Jose Ferradeira 
http://www.logicworks.pt 

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


Re: [Users] vmware disks

2013-10-17 Thread Martijn Grendelman
Op 17-10-2013 11:16, René Koch (ovido) schreef:
 On Thu, 2013-10-17 at 10:14 +0100, supo...@logicworks.pt wrote:
 Hi, it's possible to import a vmware disk into ovirt?
 
 Yes, you can import a virtual machine from VMware using virt-v2v tool...

That's not an answer to the question.

The answer, AFAIK, is: no, you can't. You need to have ESX running to
import the whole VM with virt-v2v.

Or am I wrong? In which case I'd really like to know.

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


Re: [Users] oVirt 3.3 All-in-One (AIO) setup

2013-10-17 Thread Udaya Kiran P
Hi Doron  Ohad,

Thank You for your inputs.

Regards,
Udaya Kiran



On Thursday, 17 October 2013 1:16 PM, Ohad Basan oba...@redhat.com wrote:
 
I recommend doing the following:
enable the nested kvm cpuflag: echo options kvm-intel nested=1  
/etc/modprobe.d/kvm-intel.conf 
and install the nested kvm vdsm hook: yum install vdsm-hook-vhostmd
that's all you need



- Original Message -
 From: Udaya Kiran P ukiran...@yahoo.in
 To: users@ovirt.org
 Sent: Thursday, October 17, 2013 7:19:38 AM
 Subject: [Users] oVirt 3.3 All-in-One (AIO) setup
 
 Hi everyone,
 
 I found an article on setting up oVirt3.3 All-in-One.
 
 http://community.redhat.com/up-and-running-with-ovirt-3-3/
 
 Can this be set up on a VM ?
 
 I tried setting up the same on a Fedora 19 VM. But it looks like Nested KVM
 feature isn't enabled.
 
 How to enable Nested KVM in feature in Fedora19.
 
 Please suggest.
 
 Thank You.
 
 Regards,
 Udaya Kiran
 
 ___
 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: [Users] Power Managent with cisco_ucs problem (3.3.0-4.el6)

2013-10-17 Thread Eli Mesika


- Original Message -
 From: Dael Maselli dael.mase...@lnf.infn.it
 To: users@ovirt.org
 Sent: Thursday, October 17, 2013 1:45:53 PM
 Subject: [Users] Power Managent with cisco_ucs problem (3.3.0-4.el6)
 
 Hello,
 
 I'm trying to use the cisco_ucs Power Managent module (oVirt Engine Version:
 3.3.0-4.el6) but there is a problem.

Hi Dael , Just to see if we don't have a regression in the fence-agents package 
please connect to a Host and try to invoke fence_cisco_ucs from /usr/sbin/ 
directly
Is this works?

Thanks

Eli


 
 Last month, with 3.2, it worked fine.
 
 Here is my configuration and error:
 
 
 /var/log/ovirt-engine/engine.log:
 
 2013-10-17 12:35:58,964 INFO
 [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
 (ajp--127.0.0.1-8702-7) Correlation ID: null, Call Stack: null, Custom Event
 ID: -1, Message: Host ovc1n02.lnf.infn.it from cluster CiscoBlades was
 choosen as a proxy to execute Status command on Host ovc1n01.lnf.infn.it .
 2013-10-17 12:35:58,965 INFO [org.ovirt.engine.core.bll.FenceExecutor]
 (ajp--127.0.0.1-8702-7) Using Host ovc1n02.lnf.infn.it from cluster
 CiscoBlades as proxy to execute Status command on Host
 2013-10-17 12:35:58,987 INFO [org.ovirt.engine.core.bll.FenceExecutor]
 (ajp--127.0.0.1-8702-7) Executing Status Power Management command, Proxy
 Host:ovc1n02. lnf.infn.it , Agent:cisco_ucs, Target Host:, Management
 IP:ucs.lnf.infn.it, User:ovc1mgr_user, Options:secure=true,slot=Linux1
 2013-10-17 12:35:59,010 INFO
 [org.ovirt.engine.core.vdsbroker.vdsbroker.FenceVdsVDSCommand]
 (ajp--127.0.0.1-8702-7) START, FenceVdsVDSCommand(HostName =
 ovc1n02.lnf.infn.it , HostId = 62cefcce-2637-4321-a78f-fa04a7927fde,
 targetVdsId = 1f1efda1-7e8f-4141-8720-182faa86113f, action = Status, ip =
 ucs.lnf.infn.it , port = , type = cisco_ucs, user = ovc1mgr_user, password =
 **, options = 'secure=true,slot=Linux1'), log id: 4c92e476
 2013-10-17 12:35:59,011 ERROR
 [org.ovirt.engine.core.utils.pm.VdsFenceOptions] (ajp--127.0.0.1-8702-7)
 Cannot find fence agent named cisco_ucs in fence option mapping
 2013-10-17 12:35:59,011 ERROR
 [org.ovirt.engine.core.utils.pm.VdsFenceOptions] (ajp--127.0.0.1-8702-7)
 Cannot find fence agent named cisco_ucs in fence option mapping
 2013-10-17 12:35:59,115 INFO
 [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
 (ajp--127.0.0.1-8702-7) Correlation ID: null, Call Stack: null, Custom Event
 ID: -1, Message: Power Management test failed for Host
 ovc1n01.lnf.infn.it.Parse error: Ignoring unknown option '=Linux1'
 Failed: You have to enter plug number
 Please use '-h' for usage
 
 2013-10-17 12:35:59,116 INFO
 [org.ovirt.engine.core.vdsbroker.vdsbroker.FenceVdsVDSCommand]
 (ajp--127.0.0.1-8702-7) FINISH, FenceVdsVDSCommand, return: Test Failed,
 Parse error: Ignoring unknown option '=Linux1'
 Failed: You have to enter plug number
 Please use '-h' for usage
 , log id: 4c92e476
 
 
 Thank you very much!
 
 
 Dael.
 
 
 ___
 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: [Users] VM import from ESXi

2013-10-17 Thread Richard W.M. Jones
On Tue, Oct 15, 2013 at 06:29:39PM -0200, emi...@gmail.com wrote:
 Hi,
 
 I've imported a Windows VM from an ESXi to an export domain using virt-v2v.
 It didn't return me any error wen it finished (i think), but when attached
 the export domain I get the following advertising and the vm doesn't appear
 in the list to be imported:
 
 Failed to read VM '[Empty Name]' OVF, it may be corrupted
 
 Could you give me some hint to fix this, or what it could be the problem?

This seems like a bug in virt-v2v, but it's hard to say.

You should enable debugging in virt-v2v and then we should be
able to see exactly what's going on.

  export LIBGUESTFS_TRACE=1
  virt-v2v [...etc...]

Remember to capture the complete, unedited output.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming blog: http://rwmj.wordpress.com
Fedora now supports 80 OCaml packages (the OPEN alternative to F#)
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] vmware disks

2013-10-17 Thread Richard W.M. Jones

On Thu, Oct 17, 2013 at 10:14:11AM +0100, supo...@logicworks.pt wrote:
 Hi, it's possible to import a vmware disk into ovirt? 

It depends.

If you're using an ESX server, then yes, pretty easily with
virt-v2v.

If it's just a disk image, that's more difficult.  I think the
latest virt-v2v can do it.  (Matt?)

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines.  Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://people.redhat.com/~rjones/virt-top
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] VM import from ESXi

2013-10-17 Thread Omer Frenkel


- Original Message -
 From: Richard W.M. Jones rjo...@redhat.com
 To: emi...@gmail.com, mbo...@redhat.com
 Cc: users@ovirt.org
 Sent: Thursday, October 17, 2013 2:32:15 PM
 Subject: Re: [Users] VM import from ESXi
 
 On Tue, Oct 15, 2013 at 06:29:39PM -0200, emi...@gmail.com wrote:
  Hi,
  
  I've imported a Windows VM from an ESXi to an export domain using virt-v2v.
  It didn't return me any error wen it finished (i think), but when attached
  the export domain I get the following advertising and the vm doesn't appear
  in the list to be imported:
  
  Failed to read VM '[Empty Name]' OVF, it may be corrupted
  
  Could you give me some hint to fix this, or what it could be the problem?
 
 This seems like a bug in virt-v2v, but it's hard to say.
 
 You should enable debugging in virt-v2v and then we should be
 able to see exactly what's going on.
 
   export LIBGUESTFS_TRACE=1
   virt-v2v [...etc...]
 
 Remember to capture the complete, unedited output.
 
 Rich.
 

please also attach engine.log as it may contain some meaningful info

 --
 Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
 Read my programming blog: http://rwmj.wordpress.com
 Fedora now supports 80 OCaml packages (the OPEN alternative to F#)
 ___
 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: [Users] Unable to remove Vdisk and Ovirt UI spams finished messages

2013-10-17 Thread Itamar Heim

On 10/16/2013 05:45 PM, Aslam, Usman wrote:

The version Im using is
oVirt Engine Version: 3.1.0-3.26.3.el6.centos.alt

It is the latest available from this repo 
http://dev.centos.org/centos/6/ovirt/x86_64/;

Which stable repo can I use for upgrades? Would it be safe to yum update from 
3.1 to 3.3?


http://resources.ovirt.org/releases and then the right version.
(not sure who maintained the centos repos to newer versions)



Vdsm version I'm using

vdsm-python-4.10.3-10.el6.centos.alt.x86_64
vdsm-xmlrpc-4.10.3-10.el6.centos.alt.noarch
vdsm-cli-4.10.3-10.el6.centos.alt.noarch
vdsm-4.10.3-10.el6.centos.alt.x86_64

repo for upgrades? Safe to just do yum update?


for vdsm, should be safe to update. you should do it via engine. via 
host you may need to restart to reconfigure libvirt (note the message on 
vdsm start if it fails).


for engine, 3.2.1 was the first version we had .el6 in ovirt. previous 
versions were maintained by dreyou.
we usually tests upgrades only from one version to the next, not 
directly skipping more than a single version, which is what i recommend 
trying.
(or back it up and try to go the full way, just do it in morning hours 
for more support if needed...)




Thanks,
Usman

-Original Message-
From: Daniel Erez [mailto:de...@redhat.com]
Sent: Wednesday, October 16, 2013 10:10 AM
To: Aslam, Usman
Cc: users@ovirt.org
Subject: Re: [Users] Unable to remove Vdisk and Ovirt UI spams finished messages



- Original Message -

From: Usman Aslam usman.as...@tufts.edu
To: Daniel Erez de...@redhat.com
Cc: users@ovirt.org
Sent: Wednesday, October 16, 2013 2:27:44 AM
Subject: RE: [Users] Unable to remove Vdisk and Ovirt UI spams
finished messages

Daniel,



I did manage to remove the lock on disk by change the value in the
images table.

The spam messages have since I first reported the issue have gone away.
However, I am still unable to remove the VM or its Disks.



On the SPM the suggested getAllTasks comes back with a blank line (I
assume no active tasks). The db table  async_task also has not data in it.

But as shown in the screenshot below. The Ovirt Web UI shows 0 tasks
but also shows a week old task on still trying to remove that vdisk.



[cid:image001.png@01CEC9DB.F3296440]



Furthermore, below are logs of ovirt engine and vdsm (from SPM) for
period when I try to first remove the VM (it fails) and then the two
vdisks (which also fail) similar to the above screenshot.



Please let me know if there is any more info I can send over. Thanks!


You may encountered bug 884635 [1] which has already been resolved and 
integrated to oVirt 3.3. Are you using the latest source code or an older 
release?

[1]
http://bugzilla.redhat.com/show_bug.cgi?id=884635





###*** vdsm.log ***###



2013-10-15 19:23:50,174 INFO
[org.ovirt.engine.core.bll.RemoveVmCommand]
(ajp--127.0.0.1-8702-4) Lock Acquired to object EngineLock
[exclusiveLocks=
key: f0462ff5-d22b-49d0-b308-af4a4381b93d value: VM

, sharedLocks= ]

2013-10-15 19:23:50,188 INFO
[org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand]
(ajp--127.0.0.1-8702-4) START, IsValidVDSCommand( storagePoolId =
430cd986-6488-403b-8d46-29abbc3eba38, ignoreFailoverLimit = false,
compatabilityVersion = null), log id: 18c4d4ab

2013-10-15 19:23:50,194 INFO
[org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand]
(ajp--127.0.0.1-8702-4) FINISH, IsValidVDSCommand, return: true, log id:
18c4d4ab

2013-10-15 19:23:50,280 INFO
[org.ovirt.engine.core.bll.RemoveVmCommand]
(pool-3-thread-49) [36218b4b] Running command: RemoveVmCommand internal:
false. Entities affected :  ID: f0462ff5-d22b-49d0-b308-af4a4381b93d Type:
VM

2013-10-15 19:23:50,286 INFO
[org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand]
(pool-3-thread-49) [36218b4b] START, SetVmStatusVDSCommand( vmId =
f0462ff5-d22b-49d0-b308-af4a4381b93d, status = ImageLocked), log id:
59fc9345

2013-10-15 19:23:50,296 INFO
[org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand]
(pool-3-thread-49) [36218b4b] FINISH, SetVmStatusVDSCommand, log id:
59fc9345

2013-10-15 19:23:50,301 INFO
[org.ovirt.engine.core.bll.RemoveVmCommand]
(pool-3-thread-49) [36218b4b] Lock freed to object EngineLock
[exclusiveLocks= key: f0462ff5-d22b-49d0-b308-af4a4381b93d value: VM

, sharedLocks= ]

2013-10-15 19:23:50,304 INFO
[org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand]
(pool-3-thread-49) [36218b4b] START, RemoveVMVDSCommand( storagePoolId
= 430cd986-6488-403b-8d46-29abbc3eba38, ignoreFailoverLimit = false,
compatabilityVersion = null, storageDomainId =
----, vmGuid =
f0462ff5-d22b-49d0-b308-af4a4381b93d), log id: 13c7a395

2013-10-15 19:23:50,323 INFO
[org.ovirt.engine.core.vdsbroker.irsbroker.RemoveVMVDSCommand]
(pool-3-thread-49) [36218b4b] FINISH, RemoveVMVDSCommand, log id:
13c7a395

2013-10-15 19:23:50,346 INFO
[org.ovirt.engine.core.bll.RemoveAllVmImagesCommand]
(pool-3-thread-49) [148b1174] Running command: RemoveAllVmImagesCommand 
internal: 

Re: [Users] Proposal for a fresh look and feel for Ovirt

2013-10-17 Thread Einav Cohen
  as malini mentioned, this focused on look and feel.
  please open a BZ to track the RFE of allowing to choose which columns to
  see per main tab.
 
 I'm of the same opinion as Frank (and others) - there should be an
 option to remove/add columns to improve the look and feel. 

Thank you for your feedback. 
we are tracking this feature via 
https://bugzilla.redhat.com/show_bug.cgi?id=957600


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


Re: [Users] virt-io drivers for windows xp

2013-10-17 Thread Gianluca Cecchi
On Wed, Oct 16, 2013 at 10:33 AM, David Jaša  wrote:
 Why don't you use latest spice guest tools? They are linked at
 http://www.spice-space.org/download.html . You could also follow
 spice-announce list @ lists.freedesktop.org. The latest tools will give
 you some goodies:
 http://lists.freedesktop.org/archives/spice-devel/2013-October/014789.html
 ;)

Yes, I plan to update it. I already updated them on another VM with Win 7.
In the past I had problems with virtio on Windows XP, especially the
network part.
So my answer was only to give an example of a working virtio disk+net
combination for Win XP.
I'll let you know how it goes with latest spice-guest-tools

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


Re: [Users] Proposal for a fresh look and feel for Ovirt

2013-10-17 Thread Einav Cohen
Thank you for your feedback.

We are tracking low resolution issues via the following BZs:
https://bugzilla.redhat.com/show_bug.cgi?id=818051
https://bugzilla.redhat.com/show_bug.cgi?id=832258

I agree that the new design should accommodate low resolutions.

I actually hope that we will be able to accommodate low resolutions 
even with the current lookfeel, and then possibly apply the same 
solution to the new lookfeel.

Please note that the new lookfeel doesn't really introduce a new 
layout structure (which we'd might want to do as well at some point) - 
it is mainly about graphical improvements to the current layout 
structure.


Thanks,
Einav

- Original Message -
 From: Gianluca Cecchi gianluca.cec...@gmail.com
 To: Doron Fediuck dfedi...@redhat.com
 Cc: users users@ovirt.org
 Sent: Thursday, October 17, 2013 4:40:38 AM
 Subject: Re: [Users] Proposal for a fresh look and feel for Ovirt
 
 On Thu, Oct 17, 2013 at 9:07 AM, Doron Fediuck  wrote:
  - Original Message -
  From: Malini Rao m...@redhat.com
  To: users users@ovirt.org
  Sent: Monday, October 14, 2013 8:06:49 PM
  Subject: [Users] Proposal for a fresh look and feel for Ovirt
 
  Hi all,
 
  Here is a proposal for updating the ovirt look and feel to give it a fresh
  and modern look - http://www.ovirt.org/Ovirt_LAF.
  Your feedback and input is invited.
 
  Thanks
  Malini
 
  Hi Malini,
  From the LF perspective it looks much better.
  What I'd like you to review is the resolution you are using.
  This seems to be taken in a full-hd screen, where I think we
  should be able to support somewhat lower resolution, where
  LF may have a big impact.
 
  Would you consider posting also a lower resolution sample?
 
 
 +1 for this
 
 As a side note, I have noticed that going from oVirt 3.2.3 to 3.3.0
 the horizontal needs are greater.
 For example refresh icon/button at the top right of the main admin
 portal is shown as a half row if window size is too small
 horizontally.
 And Users tab and Events are then shown on next line down.
 Also at 1176x885 is not good enugh.
 It works instead ok at 1280x1024 and 1366x768 both full screen; see link:
 In my opinion it should desirable to give chance to have a correct
 behavior at least at 1024x768.
 Using xwininfo it seems that the first size I get correct and complete
 horizontal layout is 1268 at the moment, using xwininfo on oVirt
 3.3.0.
 Complete xwininfo output:
 
 [g.cecchi@ope46 ~]$ xwininfo
 
 xwininfo: Please select the window about which you
   would like information by clicking the
   mouse in that window.
 
 xwininfo: Window id: 0x260007f oVirt Engine Web Administration -
 Mozilla Firefox
 
   Absolute upper-left X:  1
   Absolute upper-left Y:  70
   Relative upper-left X:  10
   Relative upper-left Y:  40
   Width: 1268
   Height: 819
   Depth: 24
   Visual: 0x21
   Visual Class: TrueColor
   Border width: 0
   Class: InputOutput
   Colormap: 0x20 (installed)
   Bit Gravity State: NorthWestGravity
   Window Gravity State: NorthWestGravity
   Backing Store State: NotUseful
   Save Under State: no
   Map State: IsViewable
   Override Redirect State: no
   Corners:  +1+70  -97+70  -97-903  +1-903
   -geometry 1268x819+-9+30
 
 xprop gives instead:
 [g.cecchi@ope46 ~]$ xprop
 WM_STATE(WM_STATE):
 window state: Normal
 icon window: 0x0
 _NET_FRAME_EXTENTS(CARDINAL) = 1, 1, 32, 1
 _NET_WM_DESKTOP(CARDINAL) = 0
 _NET_WM_ALLOWED_ACTIONS(ATOM) = _NET_WM_ACTION_MOVE,
 _NET_WM_ACTION_RESIZE, _NET_WM_ACTION_FULLSCREEN,
 _NET_WM_ACTION_MINIMIZE, _NET_WM_ACTION_SHADE,
 _NET_WM_ACTION_MAXIMIZE_HORZ, _NET_WM_ACTION_MAXIMIZE_VERT,
 _NET_WM_ACTION_CHANGE_DESKTOP, _NET_WM_ACTION_CLOSE,
 _NET_WM_ACTION_ABOVE, _NET_WM_ACTION_BELOW
 _NET_WM_VISIBLE_ICON_NAME(UTF8_STRING) = oVirt Engine Web
 Administration - Mozilla Firefox (on f18engine.mydomain)
 _NET_WM_VISIBLE_NAME(UTF8_STRING) = oVirt Engine Web Administration -
 Mozilla Firefox (on f18engine.mydomain)
 _NET_WM_STATE(ATOM) =
 WM_HINTS(WM_HINTS):
 Client accepts input or input focus: True
 Initial state is Normal State.
 bitmap id # to use for icon: 0x2600082
 bitmap id # of mask for icon: 0x2600083
 window id # of group leader: 0x261
 WM_WINDOW_ROLE(STRING) = browser
 XdndAware(ATOM) = BITMAP
 _MOTIF_DRAG_RECEIVER_INFO(_MOTIF_DRAG_RECEIVER_INFO) = 0x6c, 0x0, 0x5,
 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x0
 _NET_WM_ICON(CARDINAL) = Icon (22 x 22):
 
 [icons]
 
 _NET_WM_SYNC_REQUEST_COUNTER(CARDINAL) = 39846017
 _NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_NORMAL
 _NET_WM_USER_TIME_WINDOW(WINDOW): window id # 0x2600080
 WM_CLIENT_LEADER(WINDOW): window id # 0x261
 _NET_WM_PID(CARDINAL) = 16689
 WM_LOCALE_NAME(STRING) = en_US.utf8
 WM_CLIENT_MACHINE(STRING) = f18engine.mydomain
 WM_NORMAL_HINTS(WM_SIZE_HINTS):
 program specified minimum size: 1 by 98
 program specified maximum size: 32767 by 32767
 window gravity: NorthWest
 WM_PROTOCOLS(ATOM): protocols  WM_DELETE_WINDOW, WM_TAKE_FOCUS,
 

Re: [Users] Guest to guest multicast

2013-10-17 Thread Moti Asayag


- Original Message -
 From: Frank Wall f...@moov.de
 To: Moti Asayag masa...@redhat.com
 Cc: users@ovirt.org
 Sent: Thursday, October 17, 2013 2:12:35 PM
 Subject: Re: [Users] Guest to guest multicast
 
 Hi Moti,
 
 On 17.10.2013 08:04, Moti Asayag wrote:
  I used iperf for testing multicast between the vms. See
  http://iperf.fr/#multicast
  for the exact commands.
 
 thanks, I did a quick test with iperf with a good result (445 out of 446
 datagrams could be received). But still pfSense/FreeBSD CARP/uCARP does
 not work, it seems to be filtered on the oVirt/KVM Host. Have you ever
 heard of this? Any idea?
 

On ovirt 3.2 we introduced the network-filters feature [1] which prevents guests
from spoofing other mac-addresses than these which assigned by the engine.
The feature is enable by default since introduced (for 3.2 and above)

There is a possibility that the implementation of the VRRP modifies the mac 
address
to the expected addresses  which be ended in libvirt's filtering 
(using the ebtables) the frames.

Could you try disabling the filter, restart the vms and re-run the test ?
1. On the ovirt-engine run: engine-config -s 
EnableMACAntiSpoofingFilterRules=false --cver=3.3
   (if you're using ovirt-engine 3.2, make sure to specify it in the --cver= 
option).
2. Restart the ovirt-engine service
3. Restart the vms 
4. Re-run the test

An alternative might be to use the custom mac address for the vms which serves
as routers to start with 00-00-5E-00-01-XX (as long as the mac address will not 
be replaced by the protocol)

[1] http://www.ovirt.org/Features/Design/Network/NetworkFiltering
[2] 

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


[Users] Host installation failed ovirt 3.2

2013-10-17 Thread Sven Kieske
Hi,

Today I got the following error, adding a CentOS 6.4 minimal
to an Gluster based Datacenter:

Everything is ok and installed fine, until I get this error in
the events from webadmin:

Failed to install Host server4. Failed to execute stage 'Closing up':
Command '/sbin/service' failed to execute.


Host server4 installation failed. Command returned failure code 1
during SSH session 'root@vroot4.vrootdev'.

Here is an excerpt from the corresponding host-deploy log
it seems to be iptables related?

Any Hints?


2013-10-17 15:11:03 DEBUG otopi.plugins.otopi.services.rhel
rhel.state:169 starting service iptables
2013-10-17 15:11:03 DEBUG otopi.plugins.otopi.services.rhel
plugin.executeRaw:347 execute: ('/sbin/initctl', 'status', 'iptables'),
executable='None', cwd='None', env=None
2013-10-17 15:11:03 DEBUG otopi.vplugins.otopi.services.rhel
plugin.executeRaw:364 execute-result: ('/sbin/initctl', 'status',
'iptables'), rc=1
2013-10-17 15:11:03 DEBUG otopi.plugins.otopi.services.rhel
plugin.execute:412 execute-output: ('/sbin/initctl', 'status',
'iptables') stdout:


2013-10-17 15:11:03 DEBUG otopi.plugins.otopi.services.rhel
plugin.execute:417 execute-output: ('/sbin/initctl', 'status',
'iptables') stderr:
initctl: Unknown job: iptables

2013-10-17 15:11:03 DEBUG otopi.plugins.otopi.services.rhel
plugin.executeRaw:347 execute: ('/sbin/service', 'iptables', 'stop'),
executable='None', cwd='None', env=None
2013-10-17 15:11:04 DEBUG otopi.plugins.otopi.services.rhel
plugin.executeRaw:364 execute-result: ('/sbin/service', 'iptables',
'stop'), rc=1
2013-10-17 15:11:04 DEBUG otopi.plugins.otopi.services.rhel
plugin.execute:412 execute-output: ('/sbin/service', 'iptables', 'stop')
stdout:
iptables: Flushing firewall rules: [  OK  ]
iptables: Setting chains to policy ACCEPT: nat mangle filter [  OK  ]
iptables: Unloading modules:  ip_tables[FAILED]

2013-10-17 15:11:04 DEBUG otopi.plugins.otopi.services.rhel
plugin.execute:417 execute-output: ('/sbin/service', 'iptables', 'stop')
stderr:


2013-10-17 15:11:04 DEBUG otopi.context context._executeMethod:130
method exception
Traceback (most recent call last):
  File /tmp/ovirt-C88JvFdKfe/pythonlib/otopi/context.py, line 120, in
_executeMethod
method['method']()
  File /tmp/ovirt-C88JvFdKfe/otopi-plugins/otopi/network/iptables.py,
line 111, in _closeup
self.services.state('iptables', False)
  File /tmp/ovirt-C88JvFdKfe/otopi-plugins/otopi/services/rhel.py,
line 184, in state
'start' if state else 'stop'
  File /tmp/ovirt-C88JvFdKfe/otopi-plugins/otopi/services/rhel.py,
line 96, in _executeServiceCommand
raiseOnError=raiseOnError
  File /tmp/ovirt-C88JvFdKfe/pythonlib/otopi/plugin.py, line 422, in
execute
command=args[0],
RuntimeError: Command '/sbin/service' failed to execute
2013-10-17 15:11:04 ERROR otopi.context context._executeMethod:139
Failed to execute stage 'Closing up': Command '/sbin/service' failed to
execute
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Guest to guest multicast

2013-10-17 Thread Frank Wall

Hi Moti,

On 17.10.2013 15:08, Moti Asayag wrote:
Could you try disabling the filter, restart the vms and re-run the test 
?

1. On the ovirt-engine run: engine-config -s
EnableMACAntiSpoofingFilterRules=false --cver=3.3
   (if you're using ovirt-engine 3.2, make sure to specify it in the
--cver= option).
2. Restart the ovirt-engine service
3. Restart the vms
4. Re-run the test


YES! This solved the VRRP problem. THANK YOU!

At some point I was already suspecting that ebtables and the 
Anti-Spoofing

rules would be causing my problem, because I could see them in the XML
configuration of my VMs, but a ebtables -L did not show any rule. So I
kept on searching...

My question is: How would I find these Anti-Spoofing rules that
oVirt applies to each VM? Just want to find out at which point my
debugging went into the wrong direction ;-)


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


Re: [Users] Unable to remove Vdisk and Ovirt UI spams finished messages

2013-10-17 Thread Aslam, Usman
I will do upgrades one version at a time. I dont see an option to upgrade vsdm 
on hypervisors via engine.. is that a feature of a new engine? Also what whould 
I upgrade first, engine or vsdm on nodes?

Thanks,
Usman


From my Android phone on T-Mobile. The first nationwide 4G network.



 Original message 
From: Itamar Heim ih...@redhat.com
Date: 10/17/2013 8:30 AM (GMT-05:00)
To: Aslam, Usman usman.as...@tufts.edu
Cc: Daniel Erez de...@redhat.com,users@ovirt.org
Subject: Re: [Users] Unable to remove Vdisk and Ovirt UI spams finished messages


On 10/16/2013 05:45 PM, Aslam, Usman wrote:
 The version Im using is
 oVirt Engine Version: 3.1.0-3.26.3.el6.centos.alt

 It is the latest available from this repo 
 http://dev.centos.org/centos/6/ovirt/x86_64/;

 Which stable repo can I use for upgrades? Would it be safe to yum update from 
 3.1 to 3.3?

http://resources.ovirt.org/releases and then the right version.
(not sure who maintained the centos repos to newer versions)


 Vdsm version I'm using

 vdsm-python-4.10.3-10.el6.centos.alt.x86_64
 vdsm-xmlrpc-4.10.3-10.el6.centos.alt.noarch
 vdsm-cli-4.10.3-10.el6.centos.alt.noarch
 vdsm-4.10.3-10.el6.centos.alt.x86_64

 repo for upgrades? Safe to just do yum update?

for vdsm, should be safe to update. you should do it via engine. via
host you may need to restart to reconfigure libvirt (note the message on
vdsm start if it fails).

for engine, 3.2.1 was the first version we had .el6 in ovirt. previous
versions were maintained by dreyou.
we usually tests upgrades only from one version to the next, not
directly skipping more than a single version, which is what i recommend
trying.
(or back it up and try to go the full way, just do it in morning hours
for more support if needed...)


 Thanks,
 Usman

 -Original Message-
 From: Daniel Erez [mailto:de...@redhat.com]
 Sent: Wednesday, October 16, 2013 10:10 AM
 To: Aslam, Usman
 Cc: users@ovirt.org
 Subject: Re: [Users] Unable to remove Vdisk and Ovirt UI spams finished 
 messages



 - Original Message -
 From: Usman Aslam usman.as...@tufts.edu
 To: Daniel Erez de...@redhat.com
 Cc: users@ovirt.org
 Sent: Wednesday, October 16, 2013 2:27:44 AM
 Subject: RE: [Users] Unable to remove Vdisk and Ovirt UI spams
 finished messages

 Daniel,



 I did manage to remove the lock on disk by change the value in the
 images table.

 The spam messages have since I first reported the issue have gone away.
 However, I am still unable to remove the VM or its Disks.



 On the SPM the suggested getAllTasks comes back with a blank line (I
 assume no active tasks). The db table  async_task also has not data in it.

 But as shown in the screenshot below. The Ovirt Web UI shows 0 tasks
 but also shows a week old task on still trying to remove that vdisk.



 [cid:image001.png@01CEC9DB.F3296440]



 Furthermore, below are logs of ovirt engine and vdsm (from SPM) for
 period when I try to first remove the VM (it fails) and then the two
 vdisks (which also fail) similar to the above screenshot.



 Please let me know if there is any more info I can send over. Thanks!

 You may encountered bug 884635 [1] which has already been resolved and 
 integrated to oVirt 3.3. Are you using the latest source code or an older 
 release?

 [1]
 http://bugzilla.redhat.com/show_bug.cgi?id=884635




 ###*** vdsm.log ***###



 2013-10-15 19:23:50,174 INFO
 [org.ovirt.engine.core.bll.RemoveVmCommand]
 (ajp--127.0.0.1-8702-4) Lock Acquired to object EngineLock
 [exclusiveLocks=
 key: f0462ff5-d22b-49d0-b308-af4a4381b93d value: VM

 , sharedLocks= ]

 2013-10-15 19:23:50,188 INFO
 [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand]
 (ajp--127.0.0.1-8702-4) START, IsValidVDSCommand( storagePoolId =
 430cd986-6488-403b-8d46-29abbc3eba38, ignoreFailoverLimit = false,
 compatabilityVersion = null), log id: 18c4d4ab

 2013-10-15 19:23:50,194 INFO
 [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand]
 (ajp--127.0.0.1-8702-4) FINISH, IsValidVDSCommand, return: true, log id:
 18c4d4ab

 2013-10-15 19:23:50,280 INFO
 [org.ovirt.engine.core.bll.RemoveVmCommand]
 (pool-3-thread-49) [36218b4b] Running command: RemoveVmCommand internal:
 false. Entities affected :  ID: f0462ff5-d22b-49d0-b308-af4a4381b93d Type:
 VM

 2013-10-15 19:23:50,286 INFO
 [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand]
 (pool-3-thread-49) [36218b4b] START, SetVmStatusVDSCommand( vmId =
 f0462ff5-d22b-49d0-b308-af4a4381b93d, status = ImageLocked), log id:
 59fc9345

 2013-10-15 19:23:50,296 INFO
 [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand]
 (pool-3-thread-49) [36218b4b] FINISH, SetVmStatusVDSCommand, log id:
 59fc9345

 2013-10-15 19:23:50,301 INFO
 [org.ovirt.engine.core.bll.RemoveVmCommand]
 (pool-3-thread-49) [36218b4b] Lock freed to object EngineLock
 [exclusiveLocks= key: f0462ff5-d22b-49d0-b308-af4a4381b93d value: VM

 , sharedLocks= ]

 2013-10-15 19:23:50,304 INFO
 

[Users] openldap

2013-10-17 Thread Jonas Israelsson
I saw that openldap is now listed as a provider when invoking
engine-manage-domains. I'm eager to find more information about this.
Does anyone know if there is any updated documentation floating around
somewhere ?

Found this: http://www.ovirt.org/LDAP_Quick_Start

But the article seem only half-finished.

Rgds Jonas

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


Re: [Users] Guest to guest multicast

2013-10-17 Thread Moti Asayag


- Original Message -
 From: Frank Wall f...@moov.de
 To: Moti Asayag masa...@redhat.com
 Cc: users@ovirt.org
 Sent: Thursday, October 17, 2013 4:33:51 PM
 Subject: Re: [Users] Guest to guest multicast
 
 Hi Moti,
 
 On 17.10.2013 15:08, Moti Asayag wrote:
  Could you try disabling the filter, restart the vms and re-run the test
  ?
  1. On the ovirt-engine run: engine-config -s
  EnableMACAntiSpoofingFilterRules=false --cver=3.3
 (if you're using ovirt-engine 3.2, make sure to specify it in the
  --cver= option).
  2. Restart the ovirt-engine service
  3. Restart the vms
  4. Re-run the test
 
 YES! This solved the VRRP problem. THANK YOU!
 
 At some point I was already suspecting that ebtables and the
 Anti-Spoofing
 rules would be causing my problem, because I could see them in the XML
 configuration of my VMs, but a ebtables -L did not show any rule. So I
 kept on searching...

you should have specify the 'nat' table name and then you'd see the entire 
rules:

 ebtables -t nat  -L 


 
 My question is: How would I find these Anti-Spoofing rules that
 oVirt applies to each VM? Just want to find out at which point my
 debugging went into the wrong direction ;-)
 

ovirt applies the same rules for all of the vm. A custom nwfilter rule named 
'vdsm-no-mac-spoofing' 
is being created by vdsm when it starts.

To see it contents requires using 'virsh' on the node:
virsh -r nwfilter-dumpxml vdsm-no-mac-spoofing

uuidc05471a7-9dee-6021-32e3-5d70e7617fc5/uuid
  filterref filter='no-mac-spoofing'/
  filterref filter='no-arp-mac-spoofing'/
/filter

where the 2 rules are predefined by libvirt's nwfilter.

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


Re: [Users] Host installation failed ovirt 3.2

2013-10-17 Thread Alon Bar-Lev
Please send the entire host-deploy log so I can see what iptables rules are 
there.


- Original Message -
 From: Sven Kieske s.kie...@mittwald.de
 To: users@ovirt.org
 Sent: Thursday, October 17, 2013 4:19:46 PM
 Subject: [Users] Host installation failed ovirt 3.2
 
 Hi,
 
 Today I got the following error, adding a CentOS 6.4 minimal
 to an Gluster based Datacenter:
 
 Everything is ok and installed fine, until I get this error in
 the events from webadmin:
 
 Failed to install Host server4. Failed to execute stage 'Closing up':
 Command '/sbin/service' failed to execute.
 
   
 Host server4 installation failed. Command returned failure code 1
 during SSH session 'root@vroot4.vrootdev'.
 
 Here is an excerpt from the corresponding host-deploy log
 it seems to be iptables related?
 
 Any Hints?
 
 
 2013-10-17 15:11:03 DEBUG otopi.plugins.otopi.services.rhel
 rhel.state:169 starting service iptables
 2013-10-17 15:11:03 DEBUG otopi.plugins.otopi.services.rhel
 plugin.executeRaw:347 execute: ('/sbin/initctl', 'status', 'iptables'),
 executable='None', cwd='None', env=None
 2013-10-17 15:11:03 DEBUG otopi.vplugins.otopi.services.rhel
 plugin.executeRaw:364 execute-result: ('/sbin/initctl', 'status',
 'iptables'), rc=1
 2013-10-17 15:11:03 DEBUG otopi.plugins.otopi.services.rhel
 plugin.execute:412 execute-output: ('/sbin/initctl', 'status',
 'iptables') stdout:
 
 
 2013-10-17 15:11:03 DEBUG otopi.plugins.otopi.services.rhel
 plugin.execute:417 execute-output: ('/sbin/initctl', 'status',
 'iptables') stderr:
 initctl: Unknown job: iptables
 
 2013-10-17 15:11:03 DEBUG otopi.plugins.otopi.services.rhel
 plugin.executeRaw:347 execute: ('/sbin/service', 'iptables', 'stop'),
 executable='None', cwd='None', env=None
 2013-10-17 15:11:04 DEBUG otopi.plugins.otopi.services.rhel
 plugin.executeRaw:364 execute-result: ('/sbin/service', 'iptables',
 'stop'), rc=1
 2013-10-17 15:11:04 DEBUG otopi.plugins.otopi.services.rhel
 plugin.execute:412 execute-output: ('/sbin/service', 'iptables', 'stop')
 stdout:
 iptables: Flushing firewall rules: [  OK  ]
 iptables: Setting chains to policy ACCEPT: nat mangle filter [  OK  ]
 iptables: Unloading modules:  ip_tables[FAILED]
 
 2013-10-17 15:11:04 DEBUG otopi.plugins.otopi.services.rhel
 plugin.execute:417 execute-output: ('/sbin/service', 'iptables', 'stop')
 stderr:
 
 
 2013-10-17 15:11:04 DEBUG otopi.context context._executeMethod:130
 method exception
 Traceback (most recent call last):
   File /tmp/ovirt-C88JvFdKfe/pythonlib/otopi/context.py, line 120, in
 _executeMethod
 method['method']()
   File /tmp/ovirt-C88JvFdKfe/otopi-plugins/otopi/network/iptables.py,
 line 111, in _closeup
 self.services.state('iptables', False)
   File /tmp/ovirt-C88JvFdKfe/otopi-plugins/otopi/services/rhel.py,
 line 184, in state
 'start' if state else 'stop'
   File /tmp/ovirt-C88JvFdKfe/otopi-plugins/otopi/services/rhel.py,
 line 96, in _executeServiceCommand
 raiseOnError=raiseOnError
   File /tmp/ovirt-C88JvFdKfe/pythonlib/otopi/plugin.py, line 422, in
 execute
 command=args[0],
 RuntimeError: Command '/sbin/service' failed to execute
 2013-10-17 15:11:04 ERROR otopi.context context._executeMethod:139
 Failed to execute stage 'Closing up': Command '/sbin/service' failed to
 execute
 ___
 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: [Users] Unable to remove Vdisk and Ovirt UI spams finished messages

2013-10-17 Thread Itamar Heim

On 10/17/2013 09:39 AM, Aslam, Usman wrote:

I will do upgrades one version at a time. I dont see an option to upgrade vsdm 
on hypervisors via engine.. is that a feature of a new engine? Also what whould 
I upgrade first, engine or vsdm on nodes?


move a host to maint, click re-install.
(first make sure host has the repo of new version configured).

it doesn't cover general yum-update, which is worth doing usually.



Thanks,
Usman


 From my Android phone on T-Mobile. The first nationwide 4G network.



 Original message 
From: Itamar Heim ih...@redhat.com
Date: 10/17/2013 8:30 AM (GMT-05:00)
To: Aslam, Usman usman.as...@tufts.edu
Cc: Daniel Erez de...@redhat.com,users@ovirt.org
Subject: Re: [Users] Unable to remove Vdisk and Ovirt UI spams finished messages


On 10/16/2013 05:45 PM, Aslam, Usman wrote:

The version Im using is
oVirt Engine Version: 3.1.0-3.26.3.el6.centos.alt

It is the latest available from this repo 
http://dev.centos.org/centos/6/ovirt/x86_64/;

Which stable repo can I use for upgrades? Would it be safe to yum update from 
3.1 to 3.3?


http://resources.ovirt.org/releases and then the right version.
(not sure who maintained the centos repos to newer versions)



Vdsm version I'm using

vdsm-python-4.10.3-10.el6.centos.alt.x86_64
vdsm-xmlrpc-4.10.3-10.el6.centos.alt.noarch
vdsm-cli-4.10.3-10.el6.centos.alt.noarch
vdsm-4.10.3-10.el6.centos.alt.x86_64

repo for upgrades? Safe to just do yum update?


for vdsm, should be safe to update. you should do it via engine. via
host you may need to restart to reconfigure libvirt (note the message on
vdsm start if it fails).

for engine, 3.2.1 was the first version we had .el6 in ovirt. previous
versions were maintained by dreyou.
we usually tests upgrades only from one version to the next, not
directly skipping more than a single version, which is what i recommend
trying.
(or back it up and try to go the full way, just do it in morning hours
for more support if needed...)



Thanks,
Usman

-Original Message-
From: Daniel Erez [mailto:de...@redhat.com]
Sent: Wednesday, October 16, 2013 10:10 AM
To: Aslam, Usman
Cc: users@ovirt.org
Subject: Re: [Users] Unable to remove Vdisk and Ovirt UI spams finished messages



- Original Message -

From: Usman Aslam usman.as...@tufts.edu
To: Daniel Erez de...@redhat.com
Cc: users@ovirt.org
Sent: Wednesday, October 16, 2013 2:27:44 AM
Subject: RE: [Users] Unable to remove Vdisk and Ovirt UI spams
finished messages

Daniel,



I did manage to remove the lock on disk by change the value in the
images table.

The spam messages have since I first reported the issue have gone away.
However, I am still unable to remove the VM or its Disks.



On the SPM the suggested getAllTasks comes back with a blank line (I
assume no active tasks). The db table  async_task also has not data in it.

But as shown in the screenshot below. The Ovirt Web UI shows 0 tasks
but also shows a week old task on still trying to remove that vdisk.



[cid:image001.png@01CEC9DB.F3296440]



Furthermore, below are logs of ovirt engine and vdsm (from SPM) for
period when I try to first remove the VM (it fails) and then the two
vdisks (which also fail) similar to the above screenshot.



Please let me know if there is any more info I can send over. Thanks!


You may encountered bug 884635 [1] which has already been resolved and 
integrated to oVirt 3.3. Are you using the latest source code or an older 
release?

[1]
http://bugzilla.redhat.com/show_bug.cgi?id=884635





###*** vdsm.log ***###



2013-10-15 19:23:50,174 INFO
[org.ovirt.engine.core.bll.RemoveVmCommand]
(ajp--127.0.0.1-8702-4) Lock Acquired to object EngineLock
[exclusiveLocks=
key: f0462ff5-d22b-49d0-b308-af4a4381b93d value: VM

, sharedLocks= ]

2013-10-15 19:23:50,188 INFO
[org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand]
(ajp--127.0.0.1-8702-4) START, IsValidVDSCommand( storagePoolId =
430cd986-6488-403b-8d46-29abbc3eba38, ignoreFailoverLimit = false,
compatabilityVersion = null), log id: 18c4d4ab

2013-10-15 19:23:50,194 INFO
[org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand]
(ajp--127.0.0.1-8702-4) FINISH, IsValidVDSCommand, return: true, log id:
18c4d4ab

2013-10-15 19:23:50,280 INFO
[org.ovirt.engine.core.bll.RemoveVmCommand]
(pool-3-thread-49) [36218b4b] Running command: RemoveVmCommand internal:
false. Entities affected :  ID: f0462ff5-d22b-49d0-b308-af4a4381b93d Type:
VM

2013-10-15 19:23:50,286 INFO
[org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand]
(pool-3-thread-49) [36218b4b] START, SetVmStatusVDSCommand( vmId =
f0462ff5-d22b-49d0-b308-af4a4381b93d, status = ImageLocked), log id:
59fc9345

2013-10-15 19:23:50,296 INFO
[org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand]
(pool-3-thread-49) [36218b4b] FINISH, SetVmStatusVDSCommand, log id:
59fc9345

2013-10-15 19:23:50,301 INFO
[org.ovirt.engine.core.bll.RemoveVmCommand]
(pool-3-thread-49) [36218b4b] Lock freed to object EngineLock
[exclusiveLocks= key: 

Re: [Users] openldap

2013-10-17 Thread Itamar Heim

On 10/17/2013 09:57 AM, Jonas Israelsson wrote:

I saw that openldap is now listed as a provider when invoking
engine-manage-domains. I'm eager to find more information about this.
Does anyone know if there is any updated documentation floating around
somewhere ?

Found this: http://www.ovirt.org/LDAP_Quick_Start

But the article seem only half-finished.

Rgds Jonas

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



this may help you.
https://bugzilla.redhat.com/show_bug.cgi?id=967327#c4
https://bugzilla.redhat.com/show_bug.cgi?id=967327#c5

help finishing the wiki would be great...

thanks,
   Itamar


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


Re: [Users] openldap

2013-10-17 Thread Juan Hernandez
On 10/17/2013 05:15 PM, Itamar Heim wrote:
 On 10/17/2013 09:57 AM, Jonas Israelsson wrote:
 I saw that openldap is now listed as a provider when invoking
 engine-manage-domains. I'm eager to find more information about this.
 Does anyone know if there is any updated documentation floating around
 somewhere ?

 Found this: http://www.ovirt.org/LDAP_Quick_Start

 But the article seem only half-finished.

 Rgds Jonas

 
 this may help you.
 https://bugzilla.redhat.com/show_bug.cgi?id=967327#c4
 https://bugzilla.redhat.com/show_bug.cgi?id=967327#c5
 
 help finishing the wiki would be great...
 
 thanks,
 Itamar
 

I am attaching slightly updated notes on how to configure OpenLDAP and
Kerberos for both Fedora and RHEL/CentOS.

-- 
Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta
3ºD, 28016 Madrid, Spain
Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.
This are instructions to setup an environment for testing authentication
of ovirt-engine with OpenLDAP. All the instructions are based on
Fedora 18 and assume that the name of the domain is f19.example.com and
that the name of the realm is F19.EXAMPLE.COM.

1. Install the OpenLDAP server and clients:

# yum -y install openldap-{clients,servers}
# yum -y install cyrus-sasl-gssapi

2. Start and enable the OpenLDAP service:

# systemctl start slapd
# systemctl enable slapd

3. Add the cosine and inetorgperson schemas:

# ldapadd -H ldapi:/// -Y EXTERNAL -f /etc/openldap/schema/cosine.ldif
# ldapadd -H ldapi:/// -Y EXTERNAL -f /etc/openldap/schema/inetorgperson.ldif

4. Add the memberof overlay:

# cat  memberof.ldif '.'
dn: cn={0}module,cn=config
objectClass: olcModuleList
cn: {0}module
olcModulePath: /usr/lib64/openldap
olcModuleLoad: {0}memberof.la

dn: olcOverlay={0}memberof,olcDatabase={2}hdb,cn=config
objectClass: olcConfig
objectClass: olcMemberOf
objectClass: olcOverlayConfig
objectClass: top
olcOverlay: {0}memberof
.

# ldapadd -H ldapi:/// -Y EXTERNAL -f memberof.ldif

5. Create a password for the directory administrator (I used example123):

# slappasswd 
New password: 
Re-enter new password: 
{SSHA}0EAIzAxRBMZ1LP/XAhq4q80DLpNpDzr2

6. Change the suffix and the credentians of the directory manager:

# cat  config.ldif '.'
dn: cn=config
replace: olcSaslSecProps
olcSaslSecProps: noanonymous,noplain,minssf=1
-

dn: olcDatabase={2}hdb,cn=config
changetype: modify
replace: olcSuffix
olcSuffix: dc=f19,dc=example,dc=com
-
replace: olcRootDN
olcRootDN: cn=Manager,dc=f19,dc=example,dc=com
-
replace: olcRootPW
olcRootPW: {SSHA}0EAIzAxRBMZ1LP/XAhq4q80DLpNpDzr2
-
.

# ldapmodify -H ldapi:/// -Y EXTERNAL -f config.ldif

7. Create the top level structure of the directory, with a branch for
users and another for groups:

# cat  structure.ldif '.'
dn: dc=f19,dc=example,dc=com
objectClass: dcObject
objectClass: organization
dc: f19
o: F19 Example Inc.

dn: ou=Users,dc=f19,dc=example,dc=com
objectClass: organizationalUnit
ou: Users

dn: ou=Groups,dc=f19,dc=example,dc=com
objectClass: organizationalUnit
ou: Groups
.

# ldapadd -H ldapi:/// -D 'cn=Manager,dc=f19,dc=example,dc=com' -x -W -f 
structure.ldif

8. Create some users:

# cat  users.ldif '.'
dn: uid=user0,ou=Users,dc=f19,dc=example,dc=com
objectclass: inetOrgPerson
objectclass: uidObject
uid: user0
cn: User2
givenName: User
title: User
mail: us...@f19.example.com
sn: 0

dn: uid=user1,ou=Users,dc=f19,dc=example,dc=com
objectclass: inetOrgPerson
objectclass: uidObject
uid: user1
cn: User1
givenName: User
title: User
mail: us...@f19.example.com
sn: 1
.

Note that the users don't need to have a memberof attribute, as this
will be calculated and assigned by the memberof overlay when the group
is created or modified.

# ldapadd -H ldapi:/// -D 'cn=Manager,dc=f19,dc=example,dc=com' -x -W -f 
users.ldif

9. Create some groups:

# cat  groups.ldif '.'
dn: cn=Group0,ou=Groups,dc=f19,dc=example,dc=com
objectclass: groupOfNames
cn: Group0
member: uid=user0,ou=Users,dc=f19,dc=example,dc=com
member: uid=user1,ou=Users,dc=f19,dc=example,dc=com
.

# ldapadd -H ldapi:/// -D 'cn=Manager,dc=f19,dc=example,dc=com' -x -W -f 
groups.ldif

Once this is done the directory should return the memberOf attributes
when quering users:

# ldapsearch -H ldapi:/// -b 'dc=f19,dc=example,dc=com' -x '(uid=user0)' 
memberOf -LLL
dn: uid=user0,ou=Users,dc=f19,dc=example,dc=com
memberOf: cn=Group0,ou=Groups,dc=f19,dc=example,dc=com

10. Install the kerberos server packages:

# yum -y install krb5-{workstation,server}

11. Adjust the /etc/krb5.conf file, should be something like this:

[logging]
 default = FILE:/var/log/krb5libs.log
 kdc = FILE:/var/log/krb5kdc.log
 admin_server = FILE:/var/log/kadmind.log

[libdefaults]
 dns_lookup_realm = false
 ticket_lifetime = 24h
 renew_lifetime = 7d
 forwardable = true
 default_realm = F19.EXAMPLE.COM

[realms]
 F19.EXAMPLE.COM = {
  kdc = f19.example.com
  admin_server = f19.example.com
 }

[domain_realm]
 .f19.example.com = F19.EXAMPLE.COM
 f19.example.com = 

[Users] Gluster not aligned with double maintenance... problem

2013-10-17 Thread Gianluca Cecchi
Hello,
One engine and two hosts all with updated f19 (despite on their names)
and ovirt updates-testing repo enabled.
So I have 3.3.0.1-1 and vdsm-4.12.1-4
kernel is 3.11.2-201.fc19.x86_64 (problems booting with latest
3.11.4-201.fc19.x86_64)
Storage domain configured with gluster as in f19 (3.4.1-1.fc19.x86_64
recompiled binding to port 50152+) and distributed replicated bricks

I do this kind of operations:
- power off all VMs (to start clean)
- put both hosts in maintenance
- shutdown both hosts
- startup one host
- activate one host in webadmin gui
after about 2-3 minutes delay it comes up and so it has its own
gluster copy active
- power on VM and write 3Gb on it

[g.cecchi@c6s ~]$ sudo time dd if=/dev/zero bs=1024k count=3096 of=/testfile
3096+0 records in
3096+0 records out
3246391296 bytes (3.2 GB) copied, 42.3414 s, 76.7 MB/s
0.01user 7.99system 0:42.34elapsed 18%CPU (0avgtext+0avgdata 7360maxresident)k
0inputs+6352984outputs (0major+493minor)pagefaults 0swaps

Originally the gluster fs had 13Gb used, so now has 16Gb (see
/rhev/data-center/mnt/glusterSD/f18ovn01.mydomain:gvdata below):
[root@f18ovn01 ~]# df -h
Filesystem  Size  Used Avail Use% Mounted on
/dev/mapper/fedora-root  15G  5.6G  8.1G  41% /
devtmpfs 24G 0   24G   0% /dev
tmpfs24G  8.0K   24G   1% /dev/shm
tmpfs24G  656K   24G   1% /run
tmpfs24G 0   24G   0%
/sys/fs/cgroup
tmpfs24G 0   24G   0% /tmp
/dev/mapper/3600508b1001037414d4b3039383300021  477M  103M  345M  23% /boot
/dev/mapper/fedora-ISO_GLUSTER   10G   33M   10G   1%
/gluster/ISO_GLUSTER
/dev/mapper/fedora-DATA_GLUSTER  30G   16G   15G  52%
/gluster/DATA_GLUSTER
f18ovn01.mydomain:gvdata   30G   16G   15G  52%
/rhev/data-center/mnt/glusterSD/f18ovn01.mydomain:gvdata

- power on second host
From a gluster point of view it seems ok
[root@f18ovn03 glusterfs]# gluster volume status
Status of volume: gviso
Gluster process Port Online Pid
--
Brick f18ovn01.mydomain:/gluster/ISO_GLUSTER/bric
k1 50153 Y 1314
Brick f18ovn03.mydomain:/gluster/ISO_GLUSTER/bric
k1 50153 Y 1275
NFS Server on localhost 2049 Y 1288
Self-heal Daemon on localhost N/A Y 1295
NFS Server on 192.168.3.1 2049 Y 1328
Self-heal Daemon on 192.168.3.1 N/A Y 1335

There are no active volume tasks
Status of volume: gvdata
Gluster process Port Online Pid
--
Brick f18ovn01.mydomain:/gluster/DATA_GLUSTER/bri
ck1 50152 Y 1313
Brick f18ovn03.mydomaint:/gluster/DATA_GLUSTER/bri
ck1 50152 Y 1280
NFS Server on localhost 2049 Y 1288
Self-heal Daemon on localhost N/A Y 1295
NFS Server on 192.168.3.1 2049 Y 1328
Self-heal Daemon on 192.168.3.1 N/A Y 1335

There are no active volume tasks

But actually I don't see any network sync and fs remains in fact at 13GB...
[root@f18ovn03 ~]# df -h
Filesystem  Size  Used Avail Use% Mounted on
/dev/mapper/fedora-root  15G  4.7G  8.9G  35% /
devtmpfs 16G 0   16G   0% /dev
tmpfs16G 0   16G   0% /dev/shm
tmpfs16G  560K   16G   1% /run
tmpfs16G 0   16G   0%
/sys/fs/cgroup
tmpfs16G 0   16G   0% /tmp
/dev/mapper/3600508b1001037424d4b3035343800031  477M  103M  345M  23% /boot
/dev/mapper/fedora-DATA_GLUSTER  30G   13G   18G  44%
/gluster/DATA_GLUSTER
/dev/mapper/fedora-ISO_GLUSTER   10G   33M   10G   1%
/gluster/ISO_GLUSTER

I wait some minutes but nothing changes...
- I activate from webadmin gui this second host and it comes up in Up state
But actually it is not synced from a storage point of view so in my
opinion it should come up...
Now I see on it:
[root@f18ovn03 bricks]# df -h
Filesystem  Size  Used Avail Use% Mounted on
/dev/mapper/fedora-root  15G  4.7G  8.9G  35% /
devtmpfs 16G 0   16G   0% /dev
tmpfs16G 0   16G   0% /dev/shm
tmpfs16G  588K   16G   1% /run
tmpfs16G 0   16G   0%
/sys/fs/cgroup
tmpfs16G 0   16G   0% /tmp
/dev/mapper/3600508b1001037424d4b3035343800031  477M  103M  345M  23% /boot
/dev/mapper/fedora-DATA_GLUSTER  30G   13G   18G  44%
/gluster/DATA_GLUSTER

Re: [Users] Host installation failed ovirt 3.2

2013-10-17 Thread Alon Bar-Lev


- Original Message -
 From: Sven Kieske s.kie...@mittwald.de
 To: Alon Bar-Lev alo...@redhat.com, users@ovirt.org
 Sent: Thursday, October 17, 2013 6:21:11 PM
 Subject: Re: [Users] Host installation failed ovirt 3.2
 
 Hi,
 
 here it is.
 
 atm, I try to reproduce this bug on a different hardware, it may be
 related to a yum update before installing vdsm, this is the only
 difference to our working machines.

Can you please try to manual put the attached in /etc/sysconfig/iptables?

This is what host-deploy try to apply.

Then stop and start iptables service, this should fail as well but allow us to 
find the issue.

Thanks,
Alon

 
 Thanks!
 
 PS: You can also catch me on IRC
 
 On 17.10.2013 16:15, Alon Bar-Lev wrote:
  Please send the entire host-deploy log so I can see what iptables rules are
  there.
  
 
# 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 -i lo -j ACCEPT
# vdsm
-A INPUT -p tcp --dport 54321 -j ACCEPT
# SSH
-A INPUT -p tcp --dport 22 -j ACCEPT
# snmp
-A INPUT -p udp --dport 161 -j ACCEPT
# libvirt tls
-A INPUT -p tcp --dport 16514 -j ACCEPT
# guest consoles
-A INPUT -p tcp -m multiport --dports 5634:6166 -j ACCEPT
# migration
-A INPUT -p tcp -m multiport --dports 49152:49216 -j ACCEPT
# glusterd
-A INPUT -p tcp -m tcp --dport 24007 -j ACCEPT
# portmapper
-A INPUT -p udp -m udp --dport 111   -j ACCEPT
-A INPUT -p tcp -m tcp --dport 38465 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 38466 -j ACCEPT
# nfs
-A INPUT -p tcp -m tcp --dport 38467 -j ACCEPT
# status
-A INPUT -p tcp -m tcp --dport 39543 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 55863 -j ACCEPT
# nlockmgr
-A INPUT -p tcp -m tcp --dport 38468 -j ACCEPT
-A INPUT -p udp -m udp --dport 963   -j ACCEPT
-A INPUT -p tcp -m tcp --dport 965   -j ACCEPT
# ctdbd
-A INPUT -p tcp -m tcp --dport 4379  -j ACCEPT
# smbd
-A INPUT -p tcp -m tcp --dport 139   -j ACCEPT
-A INPUT -p tcp -m tcp --dport 445   -j ACCEPT
# Ports for gluster volume bricks (default 100 ports)
-A INPUT -p tcp -m tcp --dport 24009:24108 -j ACCEPT
# 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
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Proposal for a fresh look and feel for Ovirt

2013-10-17 Thread Federico Alberto Sayd

On 17/10/13 05:21, René Koch (ovido) wrote:

  green is too
bright - this is just additional information which can be very useful

+1 Also, I think that a softer green would look better


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


Re: [Users] hacking at the ovirt db howto?

2013-10-17 Thread Jason Brooks
On Thu, 2013-10-17 at 03:31 -0400, Itamar Heim wrote:
 On 10/17/2013 12:02 AM, Jason Brooks wrote:
 
  Hi All --
 
  I'm finding myself sometimes in need of hacking at the oVirt DB -- has
  anyone written a wiki page or something about this?
 
 
 I'd be interested to know when you need to hack it, which in most normal 
 flows shouldn't be needed?

I was running oVirt 3.2 w/ POSIXFS storage and Gluster. After 3.3 came
out, I exported a few VMs, and imported them into a GlusterFS domain on
3.3. After lots of trouble w/ that domain type, I exported the VMs
again, blew away that GlusterFS data center, made a new POSIXFS data
center, and went to re-import them. oVirt told me no, there were already
disks in the system with these names, and I'd have to clone then
instead.

I went ahead and cloned, even though that's a bit less convenient, and
required some config file fiddling to deal with the changed MAC address,
but it's times like these when I feel a desire to crack the DB, if not
to change things, then to figure out what ovirt thinks is happening. 

Jason

 
 thanks,
 Itamar
 


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


Re: [Users] hacking at the ovirt db howto?

2013-10-17 Thread Itamar Heim

On 10/17/2013 12:56 PM, Jason Brooks wrote:

On Thu, 2013-10-17 at 03:31 -0400, Itamar Heim wrote:

On 10/17/2013 12:02 AM, Jason Brooks wrote:


Hi All --

I'm finding myself sometimes in need of hacking at the oVirt DB -- has
anyone written a wiki page or something about this?



I'd be interested to know when you need to hack it, which in most normal
flows shouldn't be needed?


I was running oVirt 3.2 w/ POSIXFS storage and Gluster. After 3.3 came
out, I exported a few VMs, and imported them into a GlusterFS domain on
3.3. After lots of trouble w/ that domain type, I exported the VMs
again, blew away that GlusterFS data center, made a new POSIXFS data
center, and went to re-import them. oVirt told me no, there were already
disks in the system with these names, and I'd have to clone then
instead.


so sounds like a bug when you blew the DC the disks remained?
maybe this one (should be in 3.3.1, beta real-soon-now)
Bug 999048 - VM permissions entries remain in database after force 
deleting data-center




I went ahead and cloned, even though that's a bit less convenient, and
required some config file fiddling to deal with the changed MAC address,
but it's times like these when I feel a desire to crack the DB, if not
to change things, then to figure out what ovirt thinks is happening.

Jason



thanks,
 Itamar






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


Re: [Users] oVirt 3.3 All-in-One (AIO) setup

2013-10-17 Thread Jason Brooks
I wrote a post about it here: 
http://community.redhat.com/testing-ovirt-3-3-with-nested-kvm/

- Original Message -
 From: Udaya Kiran P ukiran...@yahoo.in
 To: users@ovirt.org
 Sent: Wednesday, October 16, 2013 9:19:38 PM
 Subject: [Users] oVirt 3.3 All-in-One (AIO) setup
 
 Hi everyone,
 
 I found an article on setting up oVirt3.3 All-in-One.
 
 http://community.redhat.com/up-and-running-with-ovirt-3-3/
 
 
 Can this be set up on a VM ?
 
 I tried setting up the same on a Fedora 19 VM. But it looks like Nested KVM
 feature isn't enabled.
 
 How to enable Nested KVM in feature in Fedora19.
 
 Please suggest.
 
 Thank You.
 
 Regards,
 Udaya Kiran
 ___
 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: [Users] Proposal for a fresh look and feel for Ovirt

2013-10-17 Thread Federico Alberto Sayd



Hi Malini,
 From the LF perspective it looks much better.
What I'd like you to review is the resolution you are using.
This seems to be taken in a full-hd screen, where I think we
should be able to support somewhat lower resolution, where
LF may have a big impact.

Would you consider posting also a lower resolution sample?


Responsive web design[1] could be the answer and a nice feature.

[1]http://en.wikipedia.org/wiki/Responsive_web_design

--

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


Re: [Users] vdsmd seg fault

2013-10-17 Thread Jason Brooks


- Original Message -
 From: Dan Ferris dfer...@prometheusresearch.com
 To: users@ovirt.org users@ovirt.org
 Sent: Tuesday, October 15, 2013 9:24:44 AM
 Subject: [Users] vdsmd seg fault
 
 I updated to the latest Fedora 19 on two test servers, and now vdsmd
 will not start.
 
 Systedctl says this:
 
 dsmd.service - Virtual Desktop Server Manager
 Loaded: loaded (/usr/lib/systemd/system/vdsmd.service; enabled)
 Active: failed (Result: exit-code) since Mon 2013-10-14 12:31:30
 EDT; 23h ago
Process: 1788 ExecStart=/lib/systemd/systemd-vdsmd start
 (code=exited, status=139)
 
 Oct 14 12:31:30 rs0-ovirt0.rexdb.us python[1862]: DIGEST-MD5 ask_user_info()
 Oct 14 12:31:30 rs0-ovirt0.rexdb.us python[1862]: DIGEST-MD5 client step 2
 Oct 14 12:31:30 rs0-ovirt0.rexdb.us python[1862]: DIGEST-MD5 ask_user_info()
 Oct 14 12:31:30 rs0-ovirt0.rexdb.us python[1862]: DIGEST-MD5
 make_client_response()
 Oct 14 12:31:30 rs0-ovirt0.rexdb.us python[1862]: DIGEST-MD5 client step 3
 Oct 14 12:31:30 rs0-ovirt0.rexdb.us systemd-vdsmd[1788]:
 /lib/systemd/systemd-vdsmd: line 185:  1862 Segmentation fault
 $VDSM_TOOL nwfilter
 Oct 14 12:31:30 rs0-ovirt0.rexdb.us systemd-vdsmd[1788]: vdsm: Failed to
 define network filters on libvirt[FAILED]
 Oct 14 12:31:30 rs0-ovirt0.rexdb.us systemd[1]: vdsmd.service: control
 process exited, code=exited status=139
 Oct 14 12:31:30 rs0-ovirt0.rexdb.us systemd[1]: Failed to start Virtual
 Desktop Server Manager.
 Oct 14 12:31:30 rs0-ovirt0.rexdb.us systemd[1]: Unit vdsmd.service
 entered failed state.
 
 Has anyone else experienced this?

I just hit this on one of my test installs. 

I did yum downgrade libvirt* and then vdsmd would start

Jason

 
 Dan
 ___
 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] how can I get the vdsm hooking module?

2013-10-17 Thread hackxay
I want to use ovirt hooks,and where can I get the ovirt hooking moduel.___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Guest to guest multicast

2013-10-17 Thread Karli Sjöberg
tor 2013-10-17 klockan 13:12 +0200 skrev Frank Wall:


Hi Moti,

On 17.10.2013 08:04, Moti Asayag wrote:
 I used iperf for testing multicast between the vms. See
 http://iperf.fr/#multicast
 for the exact commands.

thanks, I did a quick test with iperf with a good result (445 out of 446
datagrams could be received). But still pfSense/FreeBSD CARP/uCARP does
not work, it seems to be filtered on the oVirt/KVM Host. Have you ever
heard of this? Any idea?


Didn´t think of it first but I´ve actually set up VM's as cluster with CARP 
and FreeBSD, and it worked flawlessly for me (TM). I´m running oVirt-3.2, if 
that is of interest.






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


--

Med Vänliga Hälsningar
---
Karli Sjöberg
Swedish University of Agricultural Sciences
Box 7079 (Visiting Address Kronåsvägen 8)
S-750 07 Uppsala, Sweden
Phone:  +46-(0)18-67 15 66
karli.sjob...@slu.semailto:karli.sjob...@adm.slu.se
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Guest to guest multicast

2013-10-17 Thread Karli Sjöberg
fre 2013-10-18 klockan 05:12 + skrev Karli Sjöberg:
tor 2013-10-17 klockan 13:12 +0200 skrev Frank Wall:


Hi Moti,

On 17.10.2013 08:04, Moti Asayag wrote:
 I used iperf for testing multicast between the vms. See
 http://iperf.fr/#multicast
 for the exact commands.

thanks, I did a quick test with iperf with a good result (445 out of 446
datagrams could be received). But still pfSense/FreeBSD CARP/uCARP does
not work, it seems to be filtered on the oVirt/KVM Host. Have you ever
heard of this? Any idea?


Didn´t think of it first but I´ve actually set up VM's as cluster with CARP 
and FreeBSD, and it worked flawlessly for me (TM). I´m running oVirt-3.2, if 
that is of interest.

Hmm, come to think of it, those VM's were created back in 3.1 for a specific 
test and I haven´t run them since, so if I wanted to run them again, I would 
also likely have to change that spoofing setting. Sorry for the noise.







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


--

Med Vänliga Hälsningar
---
Karli Sjöberg
Swedish University of Agricultural Sciences
Box 7079 (Visiting Address Kronåsvägen 8)
S-750 07 Uppsala, Sweden
Phone:  +46-(0)18-67 15 66
karli.sjob...@slu.semailto:karli.sjob...@adm.slu.se

--

Med Vänliga Hälsningar
---
Karli Sjöberg
Swedish University of Agricultural Sciences
Box 7079 (Visiting Address Kronåsvägen 8)
S-750 07 Uppsala, Sweden
Phone:  +46-(0)18-67 15 66
karli.sjob...@slu.semailto:karli.sjob...@adm.slu.se
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users