Re: [vdsm] [Users] hosted-engine rebooting in the middle of setup (was: [ANN] oVirt 3.4.0 Release Candidate is now available)

2014-03-08 Thread Liviu Elama
Sounds like your hosts were not in maintenance mode while you were
upgrading the engine which explains the 2 min reboot.

This should be revealed by logs

Regards
Liviu


On Sun, Mar 2, 2014 at 10:32 PM, Yedidyah Bar David d...@redhat.com wrote:

 - Original Message -
  From: Darrell Budic darrell.bu...@zenfire.com
  To: Sandro Bonazzola sbona...@redhat.com
  Cc: annou...@ovirt.org, engine-devel engine-de...@ovirt.org, arch
 a...@ovirt.org, us...@ovirt.org, VDSM
  Project Development vdsm-devel@lists.fedorahosted.org
  Sent: Saturday, March 1, 2014 1:56:23 AM
  Subject: Re: [vdsm] [Users] [ANN] oVirt 3.4.0 Release Candidate is now
  available
 
  Started testing this on two self-hosted clusters, with mixed results.
 There
  were updates from 3.4.0 beta 3.
 
  On both, got informed the system was going to reboot in 2 minutes while
 it
  was still installing yum updates.
 
  On the faster system, the whole update process finished before the 2
 minutes
  were up, the VM restarted, and all appears normal.
 
  On the other, slower cluster, the 2 minutes hit while the yum updates
 were
  still being installed, and the system rebooted. It continued rebooting
 every
  3 minutes or so, and the engine console web pages are not available
 because
  the engine doesn't start. it did this at least 3 times before I went
 ahead
  and reran engine-setup, which completed successfully. The system stopped
  restarting and the web interface was available again. A quick perusal of
  system logs and engine-setup logs didn't reveal what requested the
 reboot.
 
  That was rather impolite of something to do that without warning :) At
 least
  it was recoverable. Seems like scheduling the reboot while the yum
 updates
  were still running seems like a poor idea as well.

 Can you please post relevant logs?
 hosts: /var/log/ovirt-hosted-engine-setup/*,
 /var/log/ovirt-hosted-engine-ha/*,
 /var/log/vdsm/*
 engine: /var/log/ovirt-engine/setup/*, /var/log/ovirt-engine/*

 You can of course open a bug on bugzilla and attach there logs if you want.

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

___
vdsm-devel mailing list
vdsm-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel


[vdsm] oVirt February 2014 Updates

2014-03-08 Thread Itamar Heim

1. Releases

- oVirt 3.3.3 was released early in the month:
  http://www.ovirt.org/OVirt_3.3.3_release_notes

- oVirt 3.3.4 about to release.
  http://www.ovirt.org/OVirt_3.3.4_release_notes

- oVirt 3.4.0 about to release!

2. Events
- Leonardo Vaz is organizing ovirt attendance at FISL15, the largest
  FOSS conference in LATAM which will happen from 7th to 10th of May in
  Porto Alegre, Brazil:
  http://softwarelivre.org/fisl15

- Allon Mureinik gave a presentation on DR with oVirt at devconf.cz
  http://www.slideshare.net/AllonMureinik/dev-conf-ovirt-dr

- oVirt workshop in korea slides (korean)
  http://www.slideshare.net/rogan/20140208-ovirtkorea-01
  https://www.facebook.com/groups/ovirt.korea

- Rogan also presented oVirt integration with OpenStack in OpenStack
  day in Korea
  http://alturl.com/m3jnx

- Pat Pierson posted on basic network setup
  http://izen.ghostpeppersrus.com/setting-up-networks/

- Fosdem 2014 sessions (slides and videos) are at:
  http://www.ovirt.org/FOSDEM_2014

- and some at Infrastructure.Next Ghent the week after forsdem.

3. oVirt Activity (software)

- oVirt Jenkins plugin by Dustin Kut Moy Cheung to control VM slaves
  managed by ovirt/RHEV
  https://github.com/thescouser89/ovirt-slaves-plugin

- Opaque oVirt/RHEV/Proxmox client and source code released
   https://play.google.com/store/apps/details?id=com.undatech.opaque

- great to see the NUMA push from HP:
  http://www.ovirt.org/Features/NUMA_and_Virtual_NUMA
  http://www.ovirt.org/Features/Detailed_NUMA_and_Virtual_NUMA

4. oVirt Activity (blogs, preso's)

- oVirt's has been accepted as a mentoring project for the Google
  Summer of Code 2014.

- Oved Ourfali posted on Importing Glance images as oVirt templates
  http://alturl.com/h7xid

- v2v had seen many active discussions. here's a post by Jon Archer on
  how to Import regular kvm image to oVirt or RHEV
  http://jonarcher.info/2014/02/import-regular-kvm-image-ovirt-rhev/

- great reviews on amazon.com for Getting Started with oVirt 3.3
  http://alturl.com/5rk2p

- oVirt Deep Dive 3.3 slides (Chinese)
  http://www.slideshare.net/mobile/johnwoolee/ovirt-deep-dive#

- oVirt intro video (russian)
  http://alturl.com/it546

- how to install oVirt 3.3 on CentOS 6.5
  http://www.youtube.com/watch?v=5i5ilSKsmbo

5. Related
- NetApp GA'd their Virtual Storage Console for RHEV, which is
  implemented as an oVirt UI plugin (and then some)
  http://captainkvm.com/2014/02/vsc-for-rhev-is-ga-today/#more-660
___
vdsm-devel mailing list
vdsm-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel


Re: [vdsm] [PATCH] monkey_patch: Fail if it is too late to monkey-patch

2014-03-08 Thread Nir Soffer
- Original Message -
 From: Nir Soffer nsof...@redhat.com
 To: vdsm-de...@fedorahosted.org
 Sent: Saturday, March 8, 2014 3:15:34 PM
 Subject: [vdsm] [PATCH] monkey_patch: Fail if it is too late to monkey-patch
 
 Please review this patch for pthreading:
 https://github.com/nirs/pthreading/commit/406abe5c0df1c09e509687c99f637799387fbad2

The patch above was replaced with this one:
https://github.com/nirs/pthreading/commit/490e837e0afed37823803d9e180a5d3eb17cb82c

Nir
___
vdsm-devel mailing list
vdsm-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel