Re: [ovirt-users] [QE][ACTION REQUIRED] oVirt 3.6.0 status

2014-12-04 Thread Sandro Bonazzola
Il 04/12/2014 09:19, Sven Kieske ha scritto:
 
 
 On 04/12/14 02:24, Robert Story wrote:
 On Wed, 03 Dec 2014 10:37:19 +0100 Sandro wrote: SB Two different
 proposals have been made about above scheduling [3]: SB 1) extend
 the cycle to 10 months for allowing to include a large SB feature
 set 2) reduce the cycle to less than 6 months and split SB
 features over 3.6 and 3.7
 
 I'd prefer a six-month cycle, so that the smaller features and
 enhancements come more quickly.
 
 If I read Sandro correct your choice is not in the given alternatives?
 Would this be an third option? to neither decrease nor increase the
 release cycle?

Keeping current is what we'll have if we won't have agreements :-)
Let's wait a couple of weeks for gathering the full feature list and have a 
better picture of how much time it will take to get them in.

 
 ___
 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


[ovirt-users] [QE][ACTION REQUIRED] oVirt 3.5.1 RC status - postponed

2014-12-08 Thread Sandro Bonazzola
Hi,
We were supposed to start composing oVirt 3.5.1 RC today *2014-12-09 08:00 UTC* 
from 3.5 branch.
We have still blockers for oVirt 3.5.1 RC release so we need to postpone it 
until they'll be fixed.
Being so near to winter's holidays we need to discuss the new tentative date 
for RC in tomorrow sync meeting.

The bug tracker [1] shows 1 open blocker:
Bug ID  Whiteboard  Status  Summary
1160846 sla NEW Can't add disk to VM without specifying 
disk profile when the storage domain has more than one disk profile

In order to stabilize the release a new branch ovirt-engine-3.5.1 will be 
created from the same git hash used for composing the RC.

Maintainers:
- Please be sure that 3.5 snapshot allow to create VMs
- Please be sure that no pending patches are going to block the release
- If any patch must block the RC release please raise the issue as soon as 
possible.

There are still 65 bugs [2] targeted to 3.5.1.
Excluding node and documentation bugs we still have 44 bugs [3] targeted to 
3.5.1.

Maintainers / Assignee:
- Please add the bugs to the tracker if you think that 3.5.1 should not be 
released without them fixed.
- Please update the target to 3.5.2 or later for bugs that won't be in 3.5.1:
  it will ease gathering the blocking bugs for next releases.
- Please fill release notes, the page has been created here [4]

Community:
- If you're testing oVirt 3.5 nightly snapshot, please add yourself to the test 
page [5]


[1] http://bugzilla.redhat.com/1155170
[2] http://goo.gl/7G0PDV
[3] http://goo.gl/6gUbVr
[4] http://www.ovirt.org/OVirt_3.5.1_Release_Notes
[5] http://www.ovirt.org/Testing/oVirt_3.5.1_Testing

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


Re: [ovirt-users] 答复: 3.5 hosted engine: 2nd host Cannot acquire bridge address

2014-12-09 Thread Sandro Bonazzola
Il 09/12/2014 10:32, Sandro Bonazzola ha scritto:
 Il 08/12/2014 14:38, Xie, Chao ha scritto:
 Hi
  I also have the problem in CENTOS7 / Host Engine 3.5 when using VLAN 
 adding 2nd host. Do you have the patch or some temporary way to fix ?? 
 
 Looking at setup logs, you have: OVEHOSTED_NETWORK/bridgeIf=str:'eth1.79'
 
 and when it try to get the ip address for the interface:
 
 2014-11-05 19:35:03 DEBUG 
 otopi.plugins.ovirt_hosted_engine_setup.engine.add_host plugin.execute:861 
 execute-output: ('/sbin/ip', 'addr', 'show',
 'eth1.79') stdout:
 4: eth1.79@eth1: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc noqueue 
 state UP
 link/ether 00:26:9e:0b:31:e5 brd ff:ff:ff:ff:ff:ff
 inet 10.69.79.32/24 brd 10.69.79.255 scope global eth1.79
 inet6 fe80::226:9eff:fe0b:31e5/64 scope link
valid_lft forever preferred_lft forever
 
 2014-11-05 19:35:03 DEBUG 
 otopi.plugins.ovirt_hosted_engine_setup.engine.add_host plugin.execute:866 
 execute-output: ('/sbin/ip', 'addr', 'show',
 'eth1.79') stderr:
 
 
 2014-11-05 19:35:03 DEBUG otopi.context context._executeMethod:152 method 
 exception
 Traceback (most recent call last):
   File /usr/lib/python2.6/site-packages/otopi/context.py, line 142, in 
 _executeMethod
 method['method']()
   File 
 /usr/share/ovirt-hosted-engine-setup/scripts/../plugins/ovirt-hosted-engine-setup/engine/add_host.py,
  line 485, in _closeup
 address=self._getIPAddress(),
   File 
 /usr/share/ovirt-hosted-engine-setup/scripts/../plugins/ovirt-hosted-engine-setup/engine/add_host.py,
  line 199, in _getIPAddress
 raise RuntimeError(_('Cannot acquire bridge address'))
 RuntimeError: Cannot acquire bridge address
 
 
 which seems to fail matching REGEXP:
 
 _ADDRESS_RE = re.compile(
 flags=re.VERBOSE,
 pattern=r
 \s+
 inet
 \s
 (?Paddress\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})
 .+
 \s+
 (?Pinterface\w+)
 $
 
 )
 
 I guess the match is failing due to the '.' in 'eth1.79'

If you haven't already opened a BZ about it, please open one, thanks

 
 

 Xie

 -邮件原件-
 发件人: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] 代表 Sandro 
 Bonazzola
 发送时间: 2014年11月6日 15:39
 收件人: Antoni Segura Puimedon
 抄送: users@ovirt.org
 主题: Re: [ovirt-users] 3.5 hosted engine: 2nd host Cannot acquire bridge 
 address

 Il 06/11/2014 08:19, Jiri Moskovcak ha scritto:
 On 11/06/2014 02:19 AM, Robert Story wrote:
 On Wed, 5 Nov 2014 19:57:07 -0500 Robert wrote:
 RS I've got a hosted engine up and running on a freshly installed 
 RS 3.5 host (CentOS 6.6), and I'm tyying to add a second host. The 
 RS install fails trying to configure the ovirtmgmt bridge:
 RS
 RS [ INFO  ] Updating hosted-engine configuration [ INFO  ] Stage: 
 RS Transaction commit [ INFO  ] Stage: Closing up [ ERROR ] Failed 
 RS to execute stage 'Closing up': Cannot acquire bridge address
 RS
 RS From the setup log:
 RS [snip]

 complete logs from the second host at 
 http://futz.org/users/tmp/ovirt7/



 Hi,
 this seems like a question for our network gurus, Antoni, can you please 
 take a look?

 Adding Antoni to cc


 Thanks,
 Jirka


 Robert



 ___
 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


 --
 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

 
 


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


Re: [ovirt-users] 答复: 3.5 hosted engine: 2nd host Cannot acquire bridge address

2014-12-09 Thread Sandro Bonazzola
Il 08/12/2014 14:38, Xie, Chao ha scritto:
 Hi
   I also have the problem in CENTOS7 / Host Engine 3.5 when using VLAN 
 adding 2nd host. Do you have the patch or some temporary way to fix ?? 

Looking at setup logs, you have: OVEHOSTED_NETWORK/bridgeIf=str:'eth1.79'

and when it try to get the ip address for the interface:

2014-11-05 19:35:03 DEBUG 
otopi.plugins.ovirt_hosted_engine_setup.engine.add_host plugin.execute:861 
execute-output: ('/sbin/ip', 'addr', 'show',
'eth1.79') stdout:
4: eth1.79@eth1: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc noqueue state 
UP
link/ether 00:26:9e:0b:31:e5 brd ff:ff:ff:ff:ff:ff
inet 10.69.79.32/24 brd 10.69.79.255 scope global eth1.79
inet6 fe80::226:9eff:fe0b:31e5/64 scope link
   valid_lft forever preferred_lft forever

2014-11-05 19:35:03 DEBUG 
otopi.plugins.ovirt_hosted_engine_setup.engine.add_host plugin.execute:866 
execute-output: ('/sbin/ip', 'addr', 'show',
'eth1.79') stderr:


2014-11-05 19:35:03 DEBUG otopi.context context._executeMethod:152 method 
exception
Traceback (most recent call last):
  File /usr/lib/python2.6/site-packages/otopi/context.py, line 142, in 
_executeMethod
method['method']()
  File 
/usr/share/ovirt-hosted-engine-setup/scripts/../plugins/ovirt-hosted-engine-setup/engine/add_host.py,
 line 485, in _closeup
address=self._getIPAddress(),
  File 
/usr/share/ovirt-hosted-engine-setup/scripts/../plugins/ovirt-hosted-engine-setup/engine/add_host.py,
 line 199, in _getIPAddress
raise RuntimeError(_('Cannot acquire bridge address'))
RuntimeError: Cannot acquire bridge address


which seems to fail matching REGEXP:

_ADDRESS_RE = re.compile(
flags=re.VERBOSE,
pattern=r
\s+
inet
\s
(?Paddress\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})
.+
\s+
(?Pinterface\w+)
$

)

I guess the match is failing due to the '.' in 'eth1.79'


 
 Xie
 
 -邮件原件-
 发件人: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] 代表 Sandro 
 Bonazzola
 发送时间: 2014年11月6日 15:39
 收件人: Antoni Segura Puimedon
 抄送: users@ovirt.org
 主题: Re: [ovirt-users] 3.5 hosted engine: 2nd host Cannot acquire bridge 
 address
 
 Il 06/11/2014 08:19, Jiri Moskovcak ha scritto:
 On 11/06/2014 02:19 AM, Robert Story wrote:
 On Wed, 5 Nov 2014 19:57:07 -0500 Robert wrote:
 RS I've got a hosted engine up and running on a freshly installed 
 RS 3.5 host (CentOS 6.6), and I'm tyying to add a second host. The 
 RS install fails trying to configure the ovirtmgmt bridge:
 RS
 RS [ INFO  ] Updating hosted-engine configuration [ INFO  ] Stage: 
 RS Transaction commit [ INFO  ] Stage: Closing up [ ERROR ] Failed 
 RS to execute stage 'Closing up': Cannot acquire bridge address
 RS
 RS From the setup log:
 RS [snip]

 complete logs from the second host at 
 http://futz.org/users/tmp/ovirt7/



 Hi,
 this seems like a question for our network gurus, Antoni, can you please 
 take a look?
 
 Adding Antoni to cc
 

 Thanks,
 Jirka


 Robert



 ___
 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
 
 
 --
 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
 


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


Re: [ovirt-users] 答复: 3.5 hosted engine: 2nd host Cannot acquire bridge address

2014-12-09 Thread Sandro Bonazzola
Il 09/12/2014 20:16, Robert Story ha scritto:
 On Tue, 09 Dec 2014 10:33:51 +0100 Sandro wrote:
 SB  Looking at setup logs, you have:
 SB  OVEHOSTED_NETWORK/bridgeIf=str:'eth1.79'
 SB  [...]
 SB  which seems to fail matching REGEXP:
 SB  
 SB  _ADDRESS_RE = re.compile(
 SB  flags=re.VERBOSE,
 SB  pattern=r
 SB  \s+
 SB  inet
 SB  \s
 SB  (?Paddress\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})
 SB  .+
 SB  \s+
 SB  (?Pinterface\w+)
 SB  $
 SB  
 SB  )
 SB  
 SB  I guess the match is failing due to the '.' in 'eth1.79'
 SB 
 SB If you haven't already opened a BZ about it, please open one, thanks
 
   https://bugzilla.redhat.com/show_bug.cgi?id=1172287
 

Thanks

 
 Robert
 


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


[ovirt-users] [QE][ACTION REQUIRED] oVirt 3.6.0 status

2014-12-10 Thread Sandro Bonazzola
Hi,

Release criteria discussion has been closed and wiki has been updated 
accordingly by Brian [1][2].

Release management for 3.6.0 [3] has been updated with the accepted changes in 
release criteria.

ACTION: Feature proposed for 3.6.0 must now be collected in the 3.6 Google doc 
[4] and reviewed by maintainers.
Finished the review process, the remaining key milestones for this release will 
be scheduled.

For reference, external project schedules we're tracking are:
Fedora 21: 2014-12-09 (RELEASED)
Fedora 22: no earlier than 2015-05-19
Foreman 1.8.0: 2015-03-01
GlusterFS 3.7: 2015-04-29
OpenStack Kilo: 2015-04-30


Two different proposals have been made about above scheduling [5]:
1) extend the cycle to 10 months for allowing to include a large feature set
2) reduce the cycle to less than 6 months and split features over 3.6 and 3.7

and we can also add

3) keep current 6 months cycle

The tracker bug for 3.6.0 [6] currently shows no blockers.

There are 460 bugs [7] targeted to 3.6.0.
Excluding node and documentation bugs we have 436 bugs [8] targeted to 3.6.0.


[1] http://www.ovirt.org/Release_Criteria_Template
[2] http://www.ovirt.org/Release_process
[3] http://www.ovirt.org/OVirt_3.6_Release_Management
[4] http://goo.gl/9X3G49
[5] http://lists.ovirt.org/pipermail/users/2014-November/028875.html
[6] https://bugzilla.redhat.com/show_bug.cgi?id=1155425
[7] http://goo.gl/zwkF3r
[8] http://goo.gl/ZbUiMc


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


[ovirt-users] [QE][ACTION REQUIRED] oVirt 3.5.1 RC status

2014-12-10 Thread Sandro Bonazzola
Hi,
We have still blockers for oVirt 3.5.1 RC release so we need to postpone it 
until they'll be fixed.
ACTION: Being so near to winter's holidays we need to discuss the new tentative 
date for RC in today sync meeting.

The bug tracker [1] shows 2 open blocker:
Bug ID  Whiteboard  Status  Summary
1160846 sla NEW Can't add disk to VM without specifying 
disk profile when the storage domain has more than one disk profile
1168709 virtNEW Hosted Engine VM is listed as paused 
after upgrading from 3.4.4 to 3.5.1 snapshot

In order to stabilize the release a new branch ovirt-engine-3.5.1 will be 
created from the same git hash used for composing the RC.

- ACTION: assignee please provide ETA on above blockers

Maintainers:
- Please be sure that 3.5 snapshot allow to create VMs
- Please be sure that no pending patches are going to block the release
- If any patch must block the RC release please raise the issue as soon as 
possible.

There are still 63 bugs [2] targeted to 3.5.1.
Excluding node and documentation bugs we still have 42 bugs [3] targeted to 
3.5.1.

Maintainers / Assignee:
- Please add the bugs to the tracker if you think that 3.5.1 should not be 
released without them fixed.
- ACTION: Please update the target to 3.5.2 or later for bugs that won't be in 
3.5.1:
  it will ease gathering the blocking bugs for next releases.
- ACTION: Please fill release notes, the page has been created here [4]

Community:
- If you're testing oVirt 3.5 nightly snapshot, please add yourself to the test 
page [5]


[1] http://bugzilla.redhat.com/1155170
[2] http://goo.gl/7G0PDV
[3] http://goo.gl/6gUbVr
[4] http://www.ovirt.org/OVirt_3.5.1_Release_Notes
[5] http://www.ovirt.org/Testing/oVirt_3.5.1_Testing

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


[ovirt-users] 3.5.1 RC schedule [was Re: oVirt Weekly Sync Meeting: Dec. 10, 2014]

2014-12-10 Thread Sandro Bonazzola
Il 10/12/2014 16:54, Brian Proffitt ha scritto:
 (On time this week!)
 
 =
 #ovirt: oVirt Weekly Sync
 =

[cut]

   * 3.5.z updates Two blockers have postponed RC again. New RC date will
 be discussed and decided in mailing list.  (bkp, 15:30:01)

[cut]

Let's start the discussion and decision task.
We have an ETA on the last pending blocker for 3.5.1 on next week.
I suggest to postpone RC and GA after winter holidays.

What about:
RC - 2015-01-07
GA - 2015-01-14


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


Re: [ovirt-users] [ovirt-devel] 3.5.1 RC schedule [was Re: oVirt Weekly Sync Meeting: Dec. 10, 2014]

2014-12-12 Thread Sandro Bonazzola
Il 11/12/2014 10:45, Dan Kenigsberg ha scritto:
 On Thu, Dec 11, 2014 at 08:36:46AM +0100, Sandro Bonazzola wrote:
 Il 10/12/2014 16:54, Brian Proffitt ha scritto:
 (On time this week!)

 =
 #ovirt: oVirt Weekly Sync
 =

 [cut]

   * 3.5.z updates Two blockers have postponed RC again. New RC date will
 be discussed and decided in mailing list.  (bkp, 15:30:01)

 [cut]

 Let's start the discussion and decision task.
 We have an ETA on the last pending blocker for 3.5.1 on next week.
 I suggest to postpone RC and GA after winter holidays.

 What about:
 RC - 2015-01-07
 GA - 2015-01-14
 
 Can we have a vdsm respin before that? We get repeated reports of bugs
 that are already solved in the stable branch.
 

Can you elaborate on what's the request?
1) have a VDSM async release which should go in 
http://resources.ovirt.org/pub/ovirt-3.5/ as stable release
2) have a beta in http://resources.ovirt.org/pub/ovirt-3.5-pre taking latest 
snapshot

If the request is 1, please provide the RPMs to be added to the stable 
repository.
If the request is 2, I can't see the added value from just enabling nightly 3.5 
snapshot, run 'yum update vdsm*' and disable it.

I assume that not having replies to above dates other than this vdsm early 
release request means all the other agree with the proposed date.
Updating the calendar accordingly.

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


Re: [ovirt-users] [ovirt-devel] 3.5.1 RC schedule [was Re: oVirt Weekly Sync Meeting: Dec. 10, 2014]

2014-12-14 Thread Sandro Bonazzola
Il 12/12/2014 22:01, Dan Kenigsberg ha scritto:
 On Fri, Dec 12, 2014 at 03:22:50PM +0100, Sandro Bonazzola wrote:
 Il 11/12/2014 10:45, Dan Kenigsberg ha scritto:
 On Thu, Dec 11, 2014 at 08:36:46AM +0100, Sandro Bonazzola wrote:
 Il 10/12/2014 16:54, Brian Proffitt ha scritto:
 (On time this week!)

 =
 #ovirt: oVirt Weekly Sync
 =

 [cut]

   * 3.5.z updates Two blockers have postponed RC again. New RC date will
 be discussed and decided in mailing list.  (bkp, 15:30:01)

 [cut]

 Let's start the discussion and decision task.
 We have an ETA on the last pending blocker for 3.5.1 on next week.
 I suggest to postpone RC and GA after winter holidays.

 What about:
 RC - 2015-01-07
 GA - 2015-01-14

 Can we have a vdsm respin before that? We get repeated reports of bugs
 that are already solved in the stable branch.


 Can you elaborate on what's the request?
 1) have a VDSM async release which should go in 
 http://resources.ovirt.org/pub/ovirt-3.5/ as stable release
 2) have a beta in http://resources.ovirt.org/pub/ovirt-3.5-pre taking 
 latest snapshot

 If the request is 1, please provide the RPMs to be added to the stable 
 repository.
 
 It's 1. The stable branch vdsm is clearly better from the one shipped in
 3.5.0.
 
 I've tagged v4.16.9 for this occasion.
 Yaniv, can you build an official ovirt build from this tag?
 

Ok, let me know when we have the rpms.


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


Re: [ovirt-users] Complete CentOS 7 environment

2014-12-14 Thread Sandro Bonazzola
Il 06/11/2014 20:35, Aslam, Usman ha scritto:
 Thanks for the info Robert.
 I'm setting up nodes with CentOS 7 and Engine is the only thing on 6.6
 In your opinion, do you think it will be easy enough to rebuild the engine on 
 a CentOS 7 machine when support is available?

simple backup on 6 and restore on a clean 7 should work.

 
 Thanks,
 Usman
 
 -Original Message-
 From: Robert Story [mailto:rst...@tislabs.com] 
 Sent: Thursday, November 06, 2014 2:12 PM
 To: Aslam, Usman
 Cc: users@ovirt.org
 Subject: Re: [ovirt-users] Complete CentOS 7 environment
 
 On Thu, 6 Nov 2014 17:47:52 + Usman wrote:
 AU We are upgrading hardware and I'm upgrading/rebuilding our Ovirt 
 AU infrastructure. Are CentOS 7 host nodes supported? And can the 
 AU engine be installed on CentOS 7? (3.5 repo isn't working for me)
 
 CentOS 7 is supported for host nodes, but not the engine. If you have a mixed 
 CentOS 6/7 environment, note that migration works from 6-7 hosts, but not 
 from 7-6.
 
 
 Robert
 
 --
 Senior Software Engineer @ Parsons
 ___
 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


[ovirt-users] [RFI] Fedora 21 support on oVirt 3.5.z

2014-12-15 Thread Sandro Bonazzola
Hi,
We have proposed Fedora 21 support as oVirt 3.6.0 new feature.
oVirt 3.5.z is now in maintenance phase so no new features should be added.
Supporting Fedora 21 is not just re-building everything on Fedora 21, it 
requires changes in several packages.
My question is, is there community interest in having Fedora 21 support for 
oVirt 3.5.z while still having Fedora 20 as actively supported distribution?

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


Re: [ovirt-users] [RFI] Fedora 21 support on oVirt 3.5.z

2014-12-15 Thread Sandro Bonazzola
Il 15/12/2014 13:30, Gianluca Cecchi ha scritto:
 On Mon, Dec 15, 2014 at 10:39 AM, Sandro Bonazzola sbona...@redhat.com 
 mailto:sbona...@redhat.com wrote:
 
 Hi,
 We have proposed Fedora 21 support as oVirt 3.6.0 new feature.
 oVirt 3.5.z is now in maintenance phase so no new features should be 
 added.
 Supporting Fedora 21 is not just re-building everything on Fedora 21, it 
 requires changes in several packages.
 My question is, is there community interest in having Fedora 21 support 
 for oVirt 3.5.z while still having Fedora 20 as actively supported
 distribution?
 
 
 Back in May (see http://lists.ovirt.org/pipermail/users/2014-May/024004.html 
 and following answers) we talked about Fedora Server and that Fedora 21
 Server would have been a preview of that...
 
 Now that it is out officially, it would be nice to see if oVirt 
 Hypervisor/Engine could become sort of Server Roles, as stated at 
 https://getfedora.org/en/server/
 
 
 Server Roles and Rolekit
 There's no need to set up your server from scratch when you use server roles. 
 Server roles plug into your Fedora Server system, providing a
 well-integrated service on top of the Fedora Server platform. Deploy and 
 manage these prepared roles simply using the Rolekit tool.
 
 

I suggest to open a RFE in bugzilla for it, but it won't be in 3.5.z. I'm not 
even sure if we can make it for 3.6.
BTW I think it's an interesting RFE.

 Gianluca
 


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


Re: [ovirt-users] [RFI] Fedora 21 support on oVirt 3.5.z

2014-12-15 Thread Sandro Bonazzola
Il 15/12/2014 14:10, Gianluca Cecchi ha scritto:
 On Mon, Dec 15, 2014 at 1:48 PM, Sandro Bonazzola sbona...@redhat.com 
 mailto:sbona...@redhat.com wrote:
 
 
 I suggest to open a RFE in bugzilla for it, but it won't be in 3.5.z. I'm 
 not even sure if we can make it for 3.6.
 BTW I think it's an interesting RFE.
 
 --
 Sandro Bonazzola
 Better technology. Faster innovation. Powered by community collaboration.
 See how it works at redhat.com http://redhat.com
 
 
 Bugzilla created against ovirt-engine-installer and version 4.0:
 
 https://bugzilla.redhat.com/show_bug.cgi?id=1174236 
 
 Do you think it is better to create another one specifically for oVirt 
 Hypervisor? And in that case against what component?

Fabian?

 
 Gianluca


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


Re: [ovirt-users] Problem after update ovirt to 3.5

2014-12-15 Thread Sandro Bonazzola
Il 15/12/2014 14:17, Juan Jose ha scritto:
 Hello everybody,
 
 After upgrade my engine to oVirt 3.5, I have also upgraded one of my hosts to 
 oVirt 3.5. After that it seems that all have gone good aparently.

Also please check iptables settings, as part of the upgrade you may have 
selected to automatically reconfigure it and had nfs firewall rules dropped.

 
 But in some seconds my ISO domain is desconnected and it is impossible to 
 Activate. I'm attaching my engine.log. The below error is showed each time I
 try to Activate the ISO domain. Before the upgrade it was working without 
 problems:
 
 2014-12-15 13:25:07,607 ERROR 
 [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] 
 (org.ovirt.thread.pool-8-thread-5) [460733dd]
 Correlation ID: null, Call Stack: null, Custom Event ID: -1, Message: Failed 
 to connect Host host1 to the Storage Domains ISO_DOMAIN.
 2014-12-15 13:25:07,608 INFO  
 [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand] 
 (org.ovirt.thread.pool-8-thread-5) [460733dd]
 FINISH, ConnectStorageServerVDSCommand, return: 
 {81c0a853-715c-4478-a812-6a74808fc482=477}, log id: 3590969e
 2014-12-15 13:25:07,615 ERROR 
 [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] 
 (org.ovirt.thread.pool-8-thread-5) [460733dd]
 Correlation ID: null, Call Stack: null, Custom Event ID: -1, Message: The 
 error message for connection
 ovirt-engine.siee.local:/var/lib/exports/iso-20140303082312 returned by VDSM 
 was: Problem while trying to mount target
 2014-12-15 13:25:07,616 ERROR 
 [org.ovirt.engine.core.bll.storage.NFSStorageHelper] 
 (org.ovirt.thread.pool-8-thread-5) [460733dd] The connection with
 details ovirt-engine.siee.local:/var/lib/exports/iso-20140303082312 failed 
 because of error code 477 and error message is: problem while trying to
 mount target
 
 If any other information is required, please tell me.
 
 Many thanks in advanced,
 
 Juanjo.
 
 
 ___
 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


Re: [ovirt-users] Complete CentOS 7 environment

2014-12-15 Thread Sandro Bonazzola
Il 15/12/2014 18:28, Aslam, Usman ha scritto:
 Thanks for the info guys. CentOS 6 engine seems stable enough and its working 
 great with 6 hypervisors.
 
 CentOS 7 hypervisors hosts are however a different story. Is nic teaming not 
 supported?

Dan?

 Also kdump service commands keep failing in ovirt logs after a clean install? 
 This frustrating enough to make me use 6.

Martin?

 
 Lastly, Id like to mention that the Ovirt Node 3.5 install iso seems broken 
 on HP DL360. It goes through the install process fine until the very end 
 where it complains about not being able to write the boot loader.
 

Fabian?

 Nodes setup using a minimal install of 6.6 work like a charm and overall I'm 
 loving 3.5
 Thanks guys!

I suggest to open one bugzilla item for each of your issues above if not 
already opened.

 
 Usman
 
 -Original Message-
 From: Yedidyah Bar David [mailto:d...@redhat.com] 
 Sent: Monday, December 15, 2014 3:06 AM
 To: Sandro Bonazzola
 Cc: Aslam, Usman; Robert Story; users@ovirt.org
 Subject: Re: [ovirt-users] Complete CentOS 7 environment
 
 - Original Message -
 From: Sandro Bonazzola sbona...@redhat.com
 To: Usman Aslam usman.as...@tufts.edu, Robert Story 
 rst...@tislabs.com
 Cc: users@ovirt.org, Yedidyah Bar David d...@redhat.com
 Sent: Monday, December 15, 2014 9:53:28 AM
 Subject: Re: [ovirt-users] Complete CentOS 7 environment

 Il 06/11/2014 20:35, Aslam, Usman ha scritto:
 Thanks for the info Robert.
 I'm setting up nodes with CentOS 7 and Engine is the only thing on 
 6.6 In your opinion, do you think it will be easy enough to rebuild 
 the engine on a CentOS 7 machine when support is available?

 simple backup on 6 and restore on a clean 7 should work.
 
 Indeed, although:
 1. I didn't yet try that myself (yet?)
 2. The opposite direction (7-6) might fail, due to postgresql in 7 dumping 
 data that the version in 6 fails to parse/accept.
 


 Thanks,
 Usman

 -Original Message-
 From: Robert Story [mailto:rst...@tislabs.com]
 Sent: Thursday, November 06, 2014 2:12 PM
 To: Aslam, Usman
 Cc: users@ovirt.org
 Subject: Re: [ovirt-users] Complete CentOS 7 environment

 On Thu, 6 Nov 2014 17:47:52 + Usman wrote:
 AU We are upgrading hardware and I'm upgrading/rebuilding our Ovirt 
 AU infrastructure. Are CentOS 7 host nodes supported? And can the 
 AU engine be installed on CentOS 7? (3.5 repo isn't working for me)
 
 It's likely that 3.5.1 will work, but contrary to nodes, there is not a big 
 difference between them for the engine.
 

 CentOS 7 is supported for host nodes, but not the engine. If you 
 have a mixed CentOS 6/7 environment, note that migration works from 
 6-7 hosts, but not from 7-6.


 Robert

 --
 Senior Software Engineer @ Parsons
 ___
 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

 
 --
 Didi
 


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


[ovirt-users] [QE][ACTION REQUIRED] oVirt 3.5.1 RC status

2014-12-17 Thread Sandro Bonazzola
Hi,
according to the new oVirt 3.5.1 schedule, we're going to start composing oVirt 
3.5.1 RC on *2015-01-07 08:00 UTC* from 3.5 branch.
The new GA release date is now targeted to 2015-01-14.

VDSM team decided to release a new vdsm package as async release for 3.5.0. Due 
to issues with Fedora Koji Build System packages are not yet ready to
be released.
ACTION: VDSM team to follow up when the packages will be ready to be released.

The bug tracker [1] shows 1 open blocker:
Bug ID  Whiteboard  Status  Summary
1160846 sla NEW Can't add disk to VM without specifying 
disk profile when the storage domain has more than one disk profile

In order to stabilize the release a new branch ovirt-engine-3.5.1 will be 
created from the same git hash used for composing the RC.

- ACTION: assignee please provide ETA on above blocker

Maintainers:
- Please be sure that 3.5 snapshot allow to create VMs
- Please be sure that no pending patches are going to block the release
- If any patch must block the RC release please raise the issue as soon as 
possible.

There are still 62 bugs [2] targeted to 3.5.1.
Excluding node and documentation bugs we still have 41 bugs [3] targeted to 
3.5.1.

Maintainers / Assignee:
- Please add the bugs to the tracker if you think that 3.5.1 should not be 
released without them fixed.
- ACTION: Please update the target to 3.5.2 or later for bugs that won't be in 
3.5.1:
  it will ease gathering the blocking bugs for next releases.
- ACTION: Please fill release notes, the page has been created here [4]

Community:
- If you're testing oVirt 3.5 nightly snapshot, please add yourself to the test 
page [5]


[1] http://bugzilla.redhat.com/1155170
[2] http://goo.gl/7G0PDV
[3] http://goo.gl/6gUbVr
[4] http://www.ovirt.org/OVirt_3.5.1_Release_Notes
[5] http://www.ovirt.org/Testing/oVirt_3.5.1_Testing

Thanks,

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


[ovirt-users] [QE][ACTION REQUIRED] oVirt 3.6.0 status

2014-12-17 Thread Sandro Bonazzola
Hi,
Release management for 3.6.0 [1] has been updated following the new release 
process[2].

ACTION: Feature proposed for 3.6.0 must now be collected in the 3.6 Google doc 
[3] and reviewed by maintainers.
Finished the review process, the remaining key milestones for this release will 
be scheduled.

For reference, external project schedules we're tracking are:
Fedora 21: 2014-12-09 (RELEASED)
Fedora 22: no earlier than 2015-05-19
Foreman 1.8.0: 2015-03-01
GlusterFS 3.7: 2015-04-29
OpenStack Kilo: 2015-04-30
QEMU 2.1.3: 2014-12-29
QEMU 2.2.0: 2014-12-09 (RELEASED)

The tracker bug for 3.6.0 [4] currently shows no blockers.

There are 461 bugs [5] targeted to 3.6.0.
Excluding node and documentation bugs we have 438 bugs [6] targeted to 3.6.0.

[1] http://www.ovirt.org/OVirt_3.6_Release_Management
[2] http://www.ovirt.org/Release_process
[3] http://goo.gl/9X3G49
[4] https://bugzilla.redhat.com/show_bug.cgi?id=1155425
[5] http://goo.gl/zwkF3r
[6] http://goo.gl/ZbUiMc

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


[ovirt-users] Get involved in oVirt project! Xmas edition

2014-12-18 Thread Sandro Bonazzola
Hi,
have you got some free time in upcoming holidays and do you want to get 
involved in oVirt project?
Here are some bugs you can hopefully fix in less that one day or you can just 
try to reproduce providing info:

Bug 1080823 - [RFE] make override of iptables configurable when using 
hosted-engine
Bug 1065350 - hosted-engine should prompt a question at the user when the host 
was already a host in the engine
Bug 1059952 - hosted-engine --deploy (additional host) will fail if the engine 
is not using the default self-signed CA
Bug 1073421 - [RFE] allow additional parameter for engine-backup to omit 
audit_log data
Bug 1083104 - engine-setup --offline does not update versionlock

Do you want something easier?

Bug ID  Status  Summary
1174285 NEW [de-DE] Live Snapshot Support reads Live Snapsnot Support
734120  NEW [RFE] VDSM: use virt-sparsify/zerofree to reduce image size
1065989 NEW AddStorageDomainCommand CDA allows export storage on block 
devices
1115059 NEW Incomplete error message when adding VNIC profile to running VM
1156060 NEW [text] engine admin password prompt consistency
1143817 NEW [TEXT ONLY] - Hosted Engine - Instructions for FQDN are not 
clear enough
772931  NEW [RFE] Reports should include the name of the oVirt engine


You don't have programming skills but you want to contribute?
Here are some bugs you can take care of, also without writing a line of code:

Bug ID  Status  Summary
108 NEW Hosted Engine documentation has several errors
105 NEW Migrate to Hosted Engine How-To does not state all pre-reqs
1159784 NEW [RFE] Document when and where new features are available when 
upgrading cluster / datacenters
1074545 NEW Error in API documentation: Create API object in python sdk
1120585 NEW update image uploader documentation
1120586 NEW update iso uploader documentation
1120588 NEW update log collector documentation
1074301 NEW [RFE] ovirt-shell has no man page

Do you prefer to test things? We have some test cases[5] you can try using 
nightly snapshots[6]

Do you want to contribute test cases? Most of the features[7] included in 
oVirtare missing a test case, you're welcome to contribute one!

Is this the first time you try to contribute to oVirt project?
You can start from here [1][2]!
Don't know gerrit very well? You can find some more docs here [3].
Any other question about development? Feel free to ask on de...@ovirt.org or on 
irc channel[4].

[1] http://www.ovirt.org/Develop
[2] http://www.ovirt.org/Working_with_oVirt_Gerrit
[3] https://gerrit-review.googlesource.com/Documentation
[4] http://www.ovirt.org/Community
[5] http://www.ovirt.org/Category:TestCase
[6] http://www.ovirt.org/Install_nightly_snapshot
[7] http://www.ovirt.org/Category:Feature

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


Re: [ovirt-users] [ovirt-devel] [QE] oVirt 3.6.0 nightly build testing

2015-02-04 Thread Sandro Bonazzola
Il 04/02/2015 17:43, Michal Skrivanek ha scritto:
 
 On Feb 4, 2015, at 17:39 , Nir Soffer nsof...@redhat.com wrote:
 
 - Original Message -
 From: Sandro Bonazzola sbona...@redhat.com
 To: Users@ovirt.org, de...@ovirt.org
 Sent: Wednesday, February 4, 2015 6:06:03 PM
 Subject: [ovirt-devel] [QE] oVirt 3.6.0 nightly build testing

 Hi,
 I've been asked to start the discussion about testing 3.6.0 nightly builds.

 Once http://gerrit.ovirt.org/37384 will be merged or manually applied on the
 testing host, 3.6 cluster compatibility will be enabled on the following
 distributions:

 Fedora 21: no special instructions for this distribution, should work out of
 the box.
 Fedora 20: requires virt-preview repository. 

 Last time I used virt-preview with Fedora 20 (last ovirt test day), *nothing*
 worked - live snapshot, live storage migration, vm migration, all broken!
 
 that was maybe due to qemu-kvm vs qemu-kvm-rhev we now package in ovirt. That 
 should supersede the one provided in virt-preview repo. However we better 
 check…;-)

Michal, qemu-kvm-rhev is provided only for EL6 and EL7.
On Fedora, qemu-kvm provided by Fedora is used. virt-preview provided by 
ovirt-release-master will enable libvirt only.



 

 Be careful using this repo.

 you can find the .repo file[1]
 in the virt-preview home[2]. AN update to ovirt-release-master rpm will
 enable the repository by default, 

 Did you test this before enabling it for everyone?

 it will be available probably tomorrow.
 RHEL / CentOS 7.1: not yet released, but once they'll be out they'll support
 3.6 cluster compatibility

 RHEL / CentOS = 7.0 won't have 3.6 cluster compatibility.


 [1]
 https://fedorapeople.org/groups/virt/virt-preview/fedora-virt-preview.repo
 [2] https://fedorapeople.org/groups/virt/virt-preview/

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

 ___
 Devel mailing list
 de...@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/devel
 


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


[ovirt-users] [QE][ACTION REQUIRED] oVirt 3.5.2 RC status

2015-02-04 Thread Sandro Bonazzola
Hi,
We're going to start composing oVirt 3.5.2 RC on *2015-02-25 08:00 UTC* from 
3.5 branch.
Maintainers:
- Please be sure that 3.5 snapshot allow to create VMs before *2015-02-24 15:00 
UTC*
- Please be sure that no pending patches are going to block the release before 
*2015-02-24 15:00 UTC*
- If any patch must block the RC release please raise the issue as soon as 
possible.

A release management entry has been added for tracking the schedule of 3.5.2 [0]

A bug tracker [1] has been created and currently has no open blockers.

There are still 43 bugs [2] targeted to 3.5.2.
Excluding node and documentation bugs we still have 35 bugs [3] targeted to 
3.5.2.

Maintainers / Assignee:
- Please add the bugs to the tracker if you think that 3.5.2 should not be 
released without them fixed.
- Please update the target to 3.5.3 or later for bugs that won't be in 3.5.2:
  it will ease gathering the blocking bugs for next releases.
- Please fill release notes, the page has been created here [4]

Community:
- If you're testing oVirt 3.5 nightly snapshot, please add yourself to the test 
page [5]


[0] http://www.ovirt.org/OVirt_3.5.z_Release_Management#oVirt_3.5.2
[1] http://bugzilla.redhat.com/1186161
[2] http://goo.gl/crVJPH
[3] http://goo.gl/2qTZZU
[4] http://www.ovirt.org/OVirt_3.5.2_Release_Notes
[5] http://www.ovirt.org/Testing/oVirt_3.5.2_Testing


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


Re: [ovirt-users] please test and give karma to novnc on epel6

2015-02-03 Thread Sandro Bonazzola
Il 03/02/2015 18:03, Gianluca Cecchi ha scritto:
 On Tue, Feb 3, 2015 at 2:35 PM, Sandro Bonazzola sbona...@redhat.com 
 mailto:sbona...@redhat.com wrote:
 
 
 
  Any particular log to check?
  When I click console button in user portal I get this on engine.log
 
 Adding some people that may know the answer.
 
 
 Hello I found the answer here.. I have to acquire certificate also on 6100 
 port, not only on 6100... donna exactly the reason but it works as was in
 this thread:
 http://lists.ovirt.org/pipermail/users/2014-November/029169.html
 
 Now I can get the novnc desktop console and so can go to test the new novnc 
 package indicated in your first link.
 What does it give more than current, to check against?

It shouldn't give anything more, it should just work as the previous one

 
 I see that I have the novnc package installed only on engine, is this correct?
 Now I have novnc-0.4-7.el6.noarch on engine.

Yes, it's correct

 
 Gianluca


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


[ovirt-users] [QE][ACTION REQUIRED] oVirt 3.6.0 status

2015-02-04 Thread Sandro Bonazzola
Hi, here's an update on 3.6 status on integration / rel-eng side

ACTION: Feature proposed for 3.6.0 must now be collected in the 3.6 Google doc 
[1] and reviewed by maintainers.
Finished the review process, the remaining key milestones for this release will 
be scheduled.

For reference, external project schedules we're tracking are:

Fedora 22: 2015-05-19
Fedora 20 End Of Life: 2015-06-19 (1 month after Fedora 22 release)
Foreman 1.8.0: 2015-03-01
GlusterFS 3.7: 2015-04-29
OpenStack Kilo: 2015-04-30
QEMU 2.3.0: 2015-03-27

The tracker bug for 3.6.0 [2] currently shows no blockers.

There are 548 bugs [3] targeted to 3.6.0.
Excluding node and documentation bugs we have 506 bugs [4] targeted to 3.6.0.

oVirt 3.6 cluster compatibility status in nightly builds:

VDSM patch introducing 3.6 compatibility[5] has not been merged yet, waiting 
for CentOS and RHEL 7.1 to be released for getting libvirt support.
CentOS and RHEL 6.z won't have 3.6 compatibility by design [6].
Fedora 20 won't have 3.6 compatibility level since virt maintainers are going 
to maintain latest libvirt rpms only in latest stable Fedora release
(currently Fedora 21). There's no point in providing Fedora 20 packages on 
oVirt side since Fedora 20 will go EOL before oVirt 3.6.0 GA.
Fedora 21 will be able to support 3.6 compatibility once VDSM patch[5] will be 
merged.
Fedora 22 may not be able to support VDSM at all since it will run Python 3 
instead of Python 2 as default python interpreter[7], so more work will be
needed there.

[1] http://goo.gl/9X3G49
[2] https://bugzilla.redhat.com/show_bug.cgi?id=1155425
[3] 
https://bugzilla.redhat.com/buglist.cgi?quicksearch=target_release%3A3.6.0%20Product%3AoVirt%20status%3Anew%2Cassigned%2Cpost
[4] http://goo.gl/ZbUiMc
[5] http://gerrit.ovirt.org/37384
[6] http://lists.ovirt.org/pipermail/users/2014-September/027421.html
[7] https://fedoraproject.org/wiki/Releases/22/ChangeSet

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


[ovirt-users] [ANN] Async release for ovirt-engine is now available.

2015-02-02 Thread Sandro Bonazzola
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


The oVirt Team has just released a new version of ovirt-engine package for 
3.5.1.1 that fixes a severe regression introduced in 3.5.1[1].
We recommend to all users who have already upgraded to 3.5.1 to update to this 
package.
Thanks,


[1] https://bugzilla.redhat.com/1185615 - NPE in AddDiskCommand during ovf 
volume creation.
- -- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUz1RxAAoJEHw3u57E4QAOZrEP/25VMKJFKB2mis6PXLC4LAE6
Z4c6gXNBFN+jMIDB7N4NIVH8YXN+wMm/iy2V16aG7MObFueIyHc2GuuFRKPdOh7k
PL91aQsXolrfpU0nr7dTk6UvWIXb37NKr3IlIX2mc/03YqzA4fqOJGt53a2OSCWI
bAI9TRlg1aZWdAEUQ0iBsJqvXw8GuFo+1HuuvIZhtK8zCEOd1djfmyYw89Upd7/k
VpfCqatQL+Zl2dltO5tktlW5gUnmo6pBtZzKlAS1ajDhwb5NPGbFU/JlJ5ToWQD5
W6bZ84N4bGnG3LfLkYFWJhRWY2+5Vsj3Kry5mKoJZdUwjI+6LODi6uyzGCT1DegJ
mUrPljMv0c0BBJzVcmiDPn2BXFLuXbkmvMgpbWqlBNSixhoXCKE8jdfSElEZ0AWZ
Vav98YhNSSv1R4bf/DBj1SQVLNaW+BdU22kmqDsZK4futmOh3V38jTvTQUrpYFnu
8kYFj2GvUyC1R3W7PgswHnr1weWtEbZnvsLRBlXw/QLC2zgMUqrWlbGDKHD+e/I7
RJ0HYyUM1BIrpDjcawdA48rjm2O3Y58dUcferFJdMYzX595R1QvUo+05J9mYLJGE
pLRtExjWvMGJfK30zV9LB4y6VvIbj+gwMK3NfN7vBkK7I311Rqqv3KDS6RheZECL
ic6WURcJRolasO/uOH5Z
=zAuW
-END PGP SIGNATURE-
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [ANN] Async release for ovirt-engine is now available.

2015-02-02 Thread Sandro Bonazzola
Il 02/02/2015 12:45, Gianluca Cecchi ha scritto:
 On Mon, Feb 2, 2015 at 11:41 AM, Sandro Bonazzola sbona...@redhat.com 
 mailto:sbona...@redhat.com wrote:
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 
 The oVirt Team has just released a new version of ovirt-engine package 
 for 3.5.1.1 that fixes a severe regression introduced in 3.5.1[1].
 We recommend to all users who have already upgraded to 3.5.1 to update to 
 this package.
 Thanks,
 
 
 [1] https://bugzilla.redhat.com/1185615 - NPE in AddDiskCommand during 
 ovf volume creation.
 
 
 
 QUESTIONS:
  
 1) if we already are in 3.5.0 the steps are the usual thing on engine
 # yum update ovirt-engine-setup*
 # engine-setup
 
 while nothing to do at host level, correct?

Correct

 
 2) If one today is in 3.5.0 and follows what detailed in 3.5.1 release notes, 
 he/she will directly go into 3.5.1.1 now?

It will take 1 day for the mirror to sync, but other than that yes, you'll go 
directly to 3.5.1.1.


 
 Thanks,
 Gianluca
 
 


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


[ovirt-users] please test and give karma to novnc on epel6

2015-02-02 Thread Sandro Bonazzola
Hi,
a new package restoring novnc on epel6 has been pushed:
https://admin.fedoraproject.org/updates/novnc-0.4-9.el6

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


[ovirt-users] Get involved in oVirt project! February edition

2015-02-03 Thread Sandro Bonazzola
Hi,
do you want to get involved in oVirt project?
Here are some bugs you can hopefully fix in less that one day or you can just 
try to reproduce providing info:

Bug ID  Whiteboard  Status  Summary
1059952 integration NEW hosted-engine --deploy (additional host) will 
fail if the engine is not using the default self-signed CA
1065350 integration NEW hosted-engine should prompt a question at the 
user when the host was already a host in the engine
1073421 integration NEW [RFE] allow additional parameter for 
engine-backup to omit audit_log data
1080823 integration NEW [RFE] make override of iptables configurable 
when using hosted-engine
1083104 integration NEW engine-setup --offline does not update 
versionlock

Do you want something easier?

Bug ID  Whiteboard  Status  Summary
1174285 i18nNEW [de-DE] Live Snapshot Support reads Live 
Snapsnot Support
772931  infra   NEW [RFE] Reports should include the name of the 
oVirt engine
1143817 integration NEW [TEXT ONLY] - Hosted Engine - Instructions for 
FQDN are not clear enough
1156060 integration NEW [text] engine admin password prompt consistency
1115059 network NEW Incomplete error message when adding VNIC 
profile to running VM
734120  storage NEW [RFE] VDSM: use virt-sparsify/zerofree to 
reduce image size


Do you love DevOps?, you count stable builds in jenkins ci while trying to 
fall a sleep?
Then oVirt infra team is looking for you!, join the infra team and dive in to 
do the newest and coolest devops tools today!
Here are some of our open tasks you can help with: 
https://fedorahosted.org/ovirt/report/1


You don't have programming skills, not enough time for DevOps but you want 
still to contribute?
Here are some bugs you can take care of, also without writing a line of code:

Bug ID  Whiteboard  Status  Summary
1074545 docsNEW Error in API documentation: Create API object 
in python sdk
105 docsNEW Migrate to Hosted Engine How-To does not state 
all pre-reqs
108 docsNEW Hosted Engine documentation has several errors
1159784 docsNEW [RFE] Document when and where new features are 
available when upgrading cluster / datacenters
1074301 infra   NEW [RFE] ovirt-shell has no man page
1120585 integration NEW update image uploader documentation
1120586 integration NEW update iso uploader documentation
1120588 integration NEW update log collector documentation


Do you prefer to test things? We have some test cases[5] you can try using 
nightly snapshots[6]

Do you want to contribute test cases? Most of the features[7] included in oVirt 
are missing a test case, you're welcome to contribute one!

Is this the first time you try to contribute to oVirt project?
You can start from here [1][2]!
Don't know gerrit very well? You can find some more docs here [3].
Any other question about development? Feel free to ask on de...@ovirt.org or on 
irc channel[4].

[1] http://www.ovirt.org/Develop
[2] http://www.ovirt.org/Working_with_oVirt_Gerrit
[3] https://gerrit-review.googlesource.com/Documentation
[4] http://www.ovirt.org/Community
[5] http://www.ovirt.org/Category:TestCase
[6] http://www.ovirt.org/Install_nightly_snapshot
[7] http://www.ovirt.org/Category:Feature


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


Re: [ovirt-users] please test and give karma to novnc on epel6

2015-02-03 Thread Sandro Bonazzola
Il 03/02/2015 14:27, Gianluca Cecchi ha scritto:
 On Tue, Feb 3, 2015 at 1:04 PM, Sandro Bonazzola sbona...@redhat.com 
 mailto:sbona...@redhat.com wrote:
 
 
 
 Have you imported the CA in your browser?
 You can download the certificate authority by navigating 'https://your 
 engine address/ca.crt'.
 
 
 Yes I already imported it, see this screenshot:
 https://drive.google.com/file/d/0BwoPbcrMv8mvblp5amdoQmFaX1E/view?usp=sharing
 
 In fact if I try to go to ca.crt page again from firefox I receive the 
 message (translated from italian):
 This certificate results already installed as a certificate of a 
 certification authority
 
 Any particular log to check?
 When I click console button in user portal I get this on engine.log

Adding some people that may know the answer.


 
 2015-02-03 14:20:10,125 INFO  [org.ovirt.engine.core.bll.SetVmTicketCommand] 
 (ajp--127.0.0.1-8702-5) [65265ef3] Running command: SetVmTicketCommand
 internal: false. Entities affected :  ID: 
 168470b1-b7eb-4dab-8fa4-6b744e2ad738 Type: VMAction group CONNECT_TO_VM with 
 role type USER
 2015-02-03 14:20:10,130 INFO  
 [org.ovirt.engine.core.vdsbroker.vdsbroker.SetVmTicketVDSCommand] 
 (ajp--127.0.0.1-8702-5) [65265ef3] START,
 SetVmTicketVDSCommand(HostName = ovnode04, HostId = 
 36fec87b-c21f-4157-ab2f-434b67c05cb9, 
 vmId=168470b1-b7eb-4dab-8fa4-6b744e2ad738,
 ticket=foy2cb1NuPds, validTime=120,m userName=ovadmin, 
 userId=92fa8316-45ac-47bb-9bbd-be80709bf888), log id: 6da35818
 2015-02-03 14:20:10,189 INFO  
 [org.ovirt.engine.core.vdsbroker.vdsbroker.SetVmTicketVDSCommand] 
 (ajp--127.0.0.1-8702-5) [65265ef3] FINISH,
 SetVmTicketVDSCommand, log id: 6da35818
 2015-02-03 14:20:10,233 INFO  
 [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] 
 (ajp--127.0.0.1-8702-5) [65265ef3] Correlation
 ID: 65265ef3, Call Stack: null, Custom Event ID: -1, Message: user 
 ovadmin@ldap1 initiated console session for VM ubuntutrusty
 
 and in ssl_access _log of engine:
 
 192.168.1.128 - - [03/Feb/2015:14:20:10 +0100] POST 
 /ovirt-engine/userportal/GenericApiGWTService HTTP/1.1 200 3389
 192.168.1.128 - - [03/Feb/2015:14:20:10 +0100] POST 
 /ovirt-engine/userportal/GenericApiGWTService HTTP/1.1 200 315
 192.168.1.128 - - [03/Feb/2015:14:20:10 +0100] POST 
 /ovirt-engine/userportal/GenericApiGWTService HTTP/1.1 200 4060
 192.168.1.128 - - [03/Feb/2015:14:20:14 +0100] GET 
 /ovirt-engine/services/novnc-main.html?host=ovirtmgr.localdomain.localport=6100
  HTTP/1.1 304 -
 192.168.1.128 - - [03/Feb/2015:14:20:15 +0100] GET 
 /ovirt-engine/services/files/novnc/include/vnc.js HTTP/1.1 304 -
 192.168.1.128 - - [03/Feb/2015:14:20:15 +0100] GET 
 /ovirt-engine/services/files/novnc/include/base.css HTTP/1.1 304 -
 192.168.1.128 - - [03/Feb/2015:14:20:15 +0100] GET 
 /ovirt-engine/services/files/novnc/include/util.js HTTP/1.1 304 -
 192.168.1.128 - - [03/Feb/2015:14:20:15 +0100] GET 
 /ovirt-engine/services/files/novnc/include/webutil.js HTTP/1.1 304 -
 192.168.1.128 - - [03/Feb/2015:14:20:15 +0100] GET 
 /ovirt-engine/services/files/novnc/include/base64.js HTTP/1.1 304 -
 192.168.1.128 - - [03/Feb/2015:14:20:15 +0100] GET 
 /ovirt-engine/services/files/novnc/include/des.js HTTP/1.1 304 -
 192.168.1.128 - - [03/Feb/2015:14:20:15 +0100] GET 
 /ovirt-engine/services/files/novnc/include/websock.js HTTP/1.1 304 -
 192.168.1.128 - - [03/Feb/2015:14:20:15 +0100] GET 
 /ovirt-engine/services/files/novnc/include/input.js HTTP/1.1 304 -
 192.168.1.128 - - [03/Feb/2015:14:20:15 +0100] GET 
 /ovirt-engine/services/files/novnc/include/display.js HTTP/1.1 304 -
 192.168.1.128 - - [03/Feb/2015:14:20:15 +0100] GET 
 /ovirt-engine/services/files/novnc/include/rfb.js HTTP/1.1 304 -
 192.168.1.128 - - [03/Feb/2015:14:20:15 +0100] GET 
 /ovirt-engine/services/files/novnc/include/jsunzip.js HTTP/1.1 304 -
 
 
 and in ssl_request_log:
 [03/Feb/2015:14:20:10 +0100] 192.168.1.128 TLSv1.2 
 ECDHE-RSA-AES128-GCM-SHA256 POST /ovirt-engine/userportal/GenericA
 piGWTService HTTP/1.1 3389
 [03/Feb/2015:14:20:10 +0100] 192.168.1.128 TLSv1.2 
 ECDHE-RSA-AES128-GCM-SHA256 POST /ovirt-engine/userportal/GenericA
 piGWTService HTTP/1.1 315
 [03/Feb/2015:14:20:10 +0100] 192.168.1.128 TLSv1.2 
 ECDHE-RSA-AES128-GCM-SHA256 POST /ovirt-engine/userportal/GenericA
 piGWTService HTTP/1.1 4060
 [03/Feb/2015:14:20:14 +0100] 192.168.1.128 TLSv1.2 
 ECDHE-RSA-AES128-GCM-SHA256 GET /ovirt-engine/services/novnc-main.
 html?host=ovirtmgr.localdomain.localport=6100 HTTP/1.1 -
 [03/Feb/2015:14:20:15 +0100] 192.168.1.128 TLSv1.2 
 ECDHE-RSA-AES128-GCM-SHA256 GET /ovirt-engine/services/files/novnc
 /include/vnc.js HTTP/1.1 -
 [03/Feb/2015:14:20:15 +0100] 192.168.1.128 TLSv1.2 
 ECDHE-RSA-AES128-GCM-SHA256 GET /ovirt-engine/services/files/novnc
 /include/base.css HTTP/1.1 -
 [03/Feb/2015:14:20:15 +0100] 192.168.1.128 TLSv1.2 
 ECDHE-RSA-AES128-GCM-SHA256 GET /ovirt-engine/services/files/novnc
 /include/util.js HTTP/1.1 -
 [03/Feb/2015:14:20:15 +0100] 192.168.1.128 TLSv1.2 
 ECDHE

Re: [ovirt-users] please test and give karma to novnc on epel6

2015-02-03 Thread Sandro Bonazzola
Il 03/02/2015 12:09, Gianluca Cecchi ha scritto:
 On Mon, Feb 2, 2015 at 1:26 PM, Sandro Bonazzola sbona...@redhat.com 
 mailto:sbona...@redhat.com wrote:
 
 Hi,
 a new package restoring novnc on epel6 has been pushed:
 https://admin.fedoraproject.org/updates/novnc-0.4-9.el6
 
 Please help testing and giving karma.
 Thanks,
 --
 Sandro Bonazzola
 Better technology. Faster innovation. Powered by community collaboration.
 See how it works at redhat.com http://redhat.com
 ___
 Users mailing list
 Users@ovirt.org mailto:Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 
 
 
 hello,
 I'm currently on 3.5.1.1 with myengine and both engine and another system 
 configured as host are 6.6 + updates
 (host has 3.5.1 packages too)
 I have an ubuntu vm configured with vnc console.
 From user portal I select novnc and open console and I get 
 Server disconnected (code: 1006)

Have you imported the CA in your browser?
You can download the certificate authority by navigating 'https://your engine 
address/ca.crt'.


 
 (that seems the error when websocket proxy is not configured as in
 https://access.redhat.com/solutions/718653
 )
 
 Is this the problem we are trying to address? Or is anything wrong at first 
 step in configuring?
 I have not updated novnc package yet.

No, the issue here is that novnc was orphaned in epel6 and we built a custom 
novnc within ovirt for having it back.
Now someone took maintainership of novnc within epel6 and in order to get it 
back the package must have enough karma.
That's why test is requested.



 
 My current setup for test:
 
 On engine
 [root@ovirtmgr ~]# engine-config -g WebSocketProxy
 WebSocketProxy: ovirtmgr.localdomain.local:6100 version: general
 
 [root@ovirtmgr ~]# service ovirt-websocket-proxy status
 ovirt-websocket-proxy (pid  10848) is running...
 
 [root@ovirtmgr ~]# lsof -Pp 10848|grep TCP
 ovirt-web 10848 ovirt5u  IPv4  51868  0t0 TCP *:6100 
 (LISTEN)
 
 
 [root@ovirtmgr ~]# iptables -L -n | egrep Chain|6100
 Chain INPUT (policy ACCEPT)
 ACCEPT tcp  --  0.0.0.0/0 http://0.0.0.0/00.0.0.0/0 
 http://0.0.0.0/0   state NEW tcp dpt:6100
 Chain FORWARD (policy ACCEPT)
 Chain OUTPUT (policy ACCEPT)
 
 The client is windows 7 with firefox 35.0.1
 and I correctly imported the certificate of ovirtmgr.
 
 So let me know if I'm in the point to apply the novnc patch and test it or if 
 it is supposed I fix my 1006 error before.
 Also, the novnc package I think I have to install it on hypervisor, correct?
 Gianluca


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


[ovirt-users] bondC is not accepted by ovirt-engine Was: Re: Hosted Engine Setup

2015-02-06 Thread Sandro Bonazzola
Il 02/02/2015 00:55, Michael Schefczyk ha scritto:
 Dear All,
 
 Tying hard to get a hosted engine setup using Centos 7, I remain stuck after 
 many tries setting up the network.
 
 Enclosed please find (a) the ifconfig of the host called linuxhost1 and (b) 
 screenshots of the network issue as seen from the hosted engine.
 
 - I have a HostedEngine on host hosted_engine_1 as I did not change the 
 defaults (Hosted Engine Network.pdf, page 1)
 
 - The host thinks that one of the logical networks defined is unreachable by 
 the host (Hosted Engine Network.pdf, page 2)
 
 - The host actually has four NICs (linuxhost1 ifconfig.pdf): enps0s20f0 
 through f3. The latter two are part of bondC leading to brC with the address 
 192.168.25.30. The cables are connected to the other host of this two box 
 setup. The first two NICs are part of bond0 leading to (a) ovirtmgmt with 
 address 192.168.12.30 and (b) another VLAN for other purposes (br0.16). This 
 does work well on linuxhost1, i.e. one can ping and surf outbound and ssh / 
 tigervnc in via 192.168.12.30. I did name the major bridge ovirtmgmt after 
 endless trying. Of course, linuxhost1 and the engine ovirt1 can ping each 
 other with no difficulties whatsoever.
 
 - In the web interface of the hosted engine, however (Hosted Engine 
 Network.pdf, page 3) the required network ovirtmgmt is initially not 
 connected to bond0 (while it is in reality connected, as ifconfig shows). 
 When dragging ovirtmtgt to the arrow pointing to bond0, it does not work. The 
 error message is Bad bond name, it must begin with the prefix 'bond' 
 followed by a number. This is easy to understand, as bond0 is a combination 
 of bond and the number zero.
 
 Please point me to the right direction.
 
 Thanks  Regards,
 


Looks like bondC is not supported by ovirt-engine, it's requiring bond[0-9]+.


 Michael
 
 
 
 ___
 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


[ovirt-users] [QE] oVirt Live re-based on EL7 for oVirt 3.6

2015-02-06 Thread Sandro Bonazzola
Hi,
oVirt Live has been rebased on EL7 for oVirt 3.6.
An initial ISO is available here: 
http://resources.ovirt.org/pub/ovirt-master-snapshot-static/iso/ovirt-live-el7-master.iso

Nightly build will be always available here: 
http://jenkins.ovirt.org/job/ovirt_live_create_iso/

Help with testing and bugfix is welcome!

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


Re: [ovirt-users] oVirt Resources Site

2015-01-18 Thread Sandro Bonazzola
Il 18/01/2015 02:30, Nick Kesick ha scritto:
 I keep getting 404 errors when trying to access anything under 
 http://resources.ovirt.org/releases/ . Is anyone else seeing the same thing?
 
 Is it down right now is seeing the same thing. 
 http://www.isitdownrightnow.com/resources.ovirt.org.html

Infra, can you take a look at the redirect to phx lab for the releases tree 
(old and unsupported releases kept for historical record)?

Users, /releases is not used anymore, /pub/ is the directory you should look 
for oVirt = 3.4.

 
 -- 
 cybertimber2...@gmail.com mailto:cybertimber2...@gmail.com
 
 
 ___
 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


[ovirt-users] [ANN] oVirt 3.5.1 Final Release is now available

2015-01-21 Thread Sandro Bonazzola
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The oVirt team is pleased to announce that the oVirt 3.5.1 Final Release is now 
available as of Jan 21st 2015.

The release candidate is available now for Fedora 20, Red Hat Enterprise Linux 
6.6, CentOS 6.6, (or similar) and Red Hat Enterprise Linux 7, CentOS
7 (or similar).

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

Please refer to release notes [1] for Installation / Upgrade instructions.

A new oVirt Live and oVirt Node ISO will be available soon as well[2].

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

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

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

- -- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUv89CAAoJEHw3u57E4QAOE5EP/iREEVWYXRt2u2yEZAIopat9
HTTb5ipHn6tc1he3V6pKzbM1LhFM5k0kx57X+EHw7eq2rYaOcmtEKPy8kEXEtXDt
jFeWEI6vfi1ZebzZ5W4SkMQWuY6/iX5PUnDHyLDC9/wV/mucHLHsUe67W6Fr0SV+
c78xrv2/kfSITjHTZmZG1NnZRfYiB1MHOMrUxT65jSR/fwHN8+I1SQJbg+ntIUiW
XRD9CvnPyy3OGphEeZP0RiqK24A/cUOXv2qeMd7l8jI3aHB5z/JEz7ODPk2pSrUR
B4xkBVa60axzPtg4xcTFaN/klzegs4x3RPr0lHTdwipL0r17JA0/hoCJR0N4lZDN
CtO41kjcyBKfAcYGM/ODoTmD//symYQdXEwi88c1HOvr/lepHiup6mDQt0fvXngD
qvjVAx9r50UkQi3a+HiEw2jqOnwXDyubpC/HwjUl62wZ0uK7e6x5b5GQTAmY/USl
Xa2wUNmh9xG81f0BeYcjXOnx/CVRu9gfamtagtb2i+P0sFhI7LnNqYc556cXdz7s
rIgfmDO4QjMLiE6b8jYmiRaOb1mK0mBq1s5WHroikRH+JqNtUp7CX0U9OY0rCeaf
hj3TCEe/6BT378lb30KZ1ELkgBCs1050xXBozx0W9vfj4PwFEj4vzenpHtpE/A8H
2xPTHrUW0uiQaqlohxeQ
=nGaB
-END PGP SIGNATURE-
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] [ANN] oVirt 3.5.1 First Release Candidate is now available for testing

2015-01-16 Thread Sandro Bonazzola
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The oVirt team is pleased to announce that the 3.5.1 First Release Candidate is 
now
available for testing as of Jan 16th 2015.

The release candidate is available now for Fedora 20, Red Hat Enterprise Linux 
6.6
(or similar) and Red Hat Enterprise Linux 7 (or similar).

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

Please refer to release notes [1] for Installation / Upgrade instructions.
New oVirt Live and oVirt Node ISO will be available soon as well[2].

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

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

[1] http://www.ovirt.org/OVirt_3.5.1_Release_Notes
[2] http://resources.ovirt.org/pub/ovirt-3.5-pre/iso/

- -- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUuPJtAAoJEHw3u57E4QAOVccP/0qAx81oBpN2U4gVwxbcFJuD
tFEXGYgbdBDOrh4Z8hX/PA8U+xuRE0Ctjy3SOP9FzHnPJ6qoekPzZuSfDaKVIqvi
qKOrOfQu4lE9wkTiuXuIm/4R/Oc3+34aSKCAO8KQKYx32sEVM4S3yShQVBM9p/Ga
+vYearlfHjNOUoqghh/3hNhdgr82XNkS8Lk6RsGaGqbkLhEO5jo5hQ3pv2g2QGXB
7upM8kB9fM4rEDzeflcQ3gHAsak+DeGjnNzY4fKDL9iLgjm08Kf4IemQJSNqXMu6
t9lIQJHTOYGBI9eLyPZ9Q3eC9uAvmk15Ckb7tIQRMulJqI3zxzgXJrQzawDw2Srk
enRfnPg18j0OZzeDZSREePDBldQv420hcKhQsQbheObRW67+A1jHQC+Nnn4iAikI
y+ZGJwXHsLjmnjvuVkO4ygE2YBp8KSj8OAFLXHlrx2OZJOE4KtIhVHXIY7ES+W6z
WFJIwHLGBklEmFLRWRgzcWiGxNZAIAATehvO6ZZmTC3/DWH2CfuhS1f0ZZdussxR
qcEcrbd5EEy7AqV5jRDyuQP5q8S53kWawU2N7Iqxdq0QcufSo9XgMnOjqF2nJGKz
7UsPhgBbFSuF3xJbXGGMnKPCesizIm9SotjEievRe1SJxmvcxhA5fybQ7CtB7DI0
ZRmWY8kERzKAYFeH2TeQ
=EKEO
-END PGP SIGNATURE-
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] [ACTION REQUIRED] oVirt 3.5.1 branch created

2015-01-14 Thread Sandro Bonazzola
Hi,
All blockers for 3.5.1 have been closed.
the tag ovirt-engine-3.5.1_rc1 has been created on hash 4f0c48e and will be 
used for creating the new ovirt-engine-3.5.1 branch.
All patches targeted to 3.5.1 will need to be cherry-picked on the 3.5.1 branch 
too.

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


[ovirt-users] [QE][ACTION REQUIRED] oVirt 3.5.1 GA status

2015-01-21 Thread Sandro Bonazzola
Hi,
We have no blockers for oVirt 3.5.1 GA [1] so we're good to go with the release.
We're now gathering final release rpms and performing last sanity tests.

Maintainers:
Please review packages list and provide required rpms

There are still 50 bugs [2] targeted to 3.5.1.
Excluding node and documentation bugs we still have 30 bugs [3] targeted to 
3.5.1.
All of them will be automatically re-targeted to 3.5.2 if severity is set to 
high or urgent, otherwise they'll be re-targeted to 3.6

Maintainers / Assignee:
- ACTION: Please fill release notes, the page has been created here [4]

[1] http://bugzilla.redhat.com/1155170
[2] http://goo.gl/7G0PDV
[3] http://goo.gl/6gUbVr
[4] http://www.ovirt.org/OVirt_3.5.1_Release_Notes

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


[ovirt-users] [QE][ACTION REQUIRED] oVirt 3.6.0 status

2015-01-21 Thread Sandro Bonazzola
Hi,
I haven't many news for 3.6 this week:

ACTION: Feature proposed for 3.6.0 must now be collected in the 3.6 Google doc 
[1] and reviewed by maintainers.
Finished the review process, the remaining key milestones for this release will 
be scheduled.

For reference, external project schedules we're tracking are:
Fedora 21: 2014-12-09 (RELEASED)
Fedora 22: 2015-05-19
Foreman 1.8.0: 2015-03-01
GlusterFS 3.7: 2015-04-29
OpenStack Kilo: 2015-04-30
QEMU 2.1.3: 2014-01-21
QEMU 2.2.0: 2014-12-09 (RELEASED)
QEMU 2.3.0: 2015-03-27

The tracker bug for 3.6.0 [2] currently shows no blockers.

There are 502 bugs [3] targeted to 3.6.0.
Excluding node and documentation bugs we have 454 bugs [4] targeted to 3.6.0.


[1] http://goo.gl/9X3G49
[2] https://bugzilla.redhat.com/show_bug.cgi?id=1155425
[3] 
https://bugzilla.redhat.com/buglist.cgi?quicksearch=target_release%3A3.6.0%20Product%3AoVirt%20status%3Anew%2Cassigned%2Cpost
[4] http://goo.gl/ZbUiMc

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


Re: [ovirt-users] New user intro some questions

2015-02-10 Thread Sandro Bonazzola
Il 10/02/2015 16:49, Sven Kieske ha scritto:
 
 
 On 10/02/15 03:02, Jason Brooks wrote:
 The meaning of support is important here -- support from whom? It's 
 true that there's no gluster+virt SKU of the RHEV downstream project.
 All configurations of ovirt proper are self-supported, or community-
 supported, and what we choose to support is up to us individuals.

 However, gluster + virt on the same nodes does work -- even w/ management
 through the engine. I do use gluster on my virt nodes, but I don't manage
 them w/ the engine, because, afaik, there isn't a way to have gluster and 
 virt on separate networks this way, so I just manage gluster from the
 gluster cli.

 It's true, oVirt is happiest w/ separate machines for everything, and
 a rock-solid san of some sort, etc., but that's not the only way, and 
 as you point out, hardware isn't free.
 
 Well you might be interested in these upcoming features:
 
 http://www.ovirt.org/Features/Self_Hosted_Engine_Hyper_Converged_Gluster_Support
 
 sadly the slides from this talk are not online:
 https://fosdem.org/2015/schedule/event/hyperconvergence/
 
 maybe brian(cc'ed) can put them somewhere?

Or Federico (CCed) :-)

 


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


Re: [ovirt-users] [QE] oVirt 3.6.0 nightly build testing

2015-02-10 Thread Sandro Bonazzola
Il 10/02/2015 16:13, Lior Vernia ha scritto:
 
 
 On 04/02/15 18:06, Sandro Bonazzola wrote:
 Hi,
 I've been asked to start the discussion about testing 3.6.0 nightly builds.

 Once http://gerrit.ovirt.org/37384 will be merged or manually applied on the 
 testing host, 3.6 cluster compatibility will be enabled on the following
 distributions:

 Fedora 21: no special instructions for this distribution, should work out of 
 the box.
 Fedora 20: requires virt-preview repository. you can find the .repo file[1] 
 in the virt-preview home[2]. AN update to ovirt-release-master rpm will
 enable the repository by default, it will be available probably tomorrow.
 RHEL / CentOS 7.1: not yet released, but once they'll be out they'll support 
 3.6 cluster compatibility

 RHEL / CentOS = 7.0 won't have 3.6 cluster compatibility.

 
 Apologize for being late to this, but why can't we get the necessary
 libvirt build for those?

Feel free to provide the necessary libvirt builds, we'll publish them in 
ovirt-master-snapshot-static repo until CentOS 7.1 will be out.

 

 [1] 
 https://fedorapeople.org/groups/virt/virt-preview/fedora-virt-preview.repo
 [2] https://fedorapeople.org/groups/virt/virt-preview/

 ___
 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


[ovirt-users] [QE][ACTION NEEDED] oVirt 3.5.2 RC status - branching

2015-02-17 Thread Sandro Bonazzola
Hi,
We're going to start composing oVirt 3.5.2 RC on *2015-02-25 08:00 UTC* from 
3.5 branch.
In order to stabilize the release a new branch ovirt-engine-3.5.2 will be 
created from the same git hash used for composing the RC.

Maintainers:
- Please be sure that 3.5 snapshot allow to create VMs before *2015-02-24 15:00 
UTC*
- Please be sure that no pending patches are going to block the release before 
*2015-02-24 15:00 UTC*
- If any patch must block the RC release please raise the issue as soon as 
possible.

A release management entry has been added for tracking the schedule of 3.5.2 [0]

A bug tracker [1] has been created and currently has one open blocker.

Bug ID  Whiteboard  Status  Summary
1161012 infra   POSTtask cleaning utility  should erase commands that have 
running tasks

Yair, can you please provide ETA for this?

There are still 46 bugs [2] targeted to 3.5.2.
Excluding node and documentation bugs we still have 37 bugs [3] targeted to 
3.5.2.

Whiteboard  NEW ASSIGNEDPOSTTotal
0   1   0   1
docs1   0   0   1
gluster 4   0   1   5
infra   2   2   3   7
integration 9   0   0   9
network 0   1   0   1
node4   0   1   5
ppc 0   0   1   1
sla 4   0   0   4
storage 8   0   0   8
ux  1   0   0   1
virt1   0   2   3
Total   34  4   8   46


Maintainers / Assignee:
- Please add the bugs to the tracker if you think that 3.5.2 should not be 
released without them fixed.
- Please update the target to 3.5.3 or later for bugs that won't be in 3.5.2:
  it will ease gathering the blocking bugs for next releases.
- Please fill release notes, the page has been created here [4]

Community:
- If you're testing oVirt 3.5 nightly snapshot, please add yourself to the test 
page [5]


[0] http://www.ovirt.org/OVirt_3.5.z_Release_Management#oVirt_3.5.2
[1] http://bugzilla.redhat.com/1186161
[2] http://goo.gl/crVJPH
[3] http://goo.gl/2qTZZU
[4] http://www.ovirt.org/OVirt_3.5.2_Release_Notes
[5] http://www.ovirt.org/Testing/oVirt_3.5.2_Testing


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


[ovirt-users] [QE][ACTION REQUIRED] oVirt 3.6.0 status

2015-02-18 Thread Sandro Bonazzola
Hi, here's an update on 3.6 status on integration / rel-eng side

ACTION: Feature proposed for 3.6.0 must now be collected in the 3.6 Google doc 
[1] and reviewed by maintainers.
Finished the review process, the remaining key milestones for this release will 
be scheduled.

For reference, external project schedules we're tracking are:

Fedora 22: 2015-05-19
Fedora 20 End Of Life:2015-06-19 (1 month after Fedora 22 release)
Foreman 1.8.0: 2015-04-01
GlusterFS 3.7: 2015-04-29
OpenStack Kilo: 2015-04-30
QEMU 2.3.0: 2015-03-27

The tracker bug for 3.6.0 [2] currently shows no blockers.

There are 552 bugs [3] targeted to 3.6.0.
Excluding node and documentation bugs we have 510 bugs [4] targeted to 3.6.0.


NEW ASSIGNEDPOSTTotal
docs11  0   0   11
gluster 28  2   1   31
i18n2   0   0   2
infra   82  10  4   96
integration 56  5   4   65
network 30  2   9   41
node25  3   3   31
ppc 0   0   1   1
sla 56  3   1   60
spice   1   0   0   1
storage 75  4   5   84
ux  36  1   3   40
virt74  6   9   89
Total   476 36  40  552



oVirt Live for 3.6 has been rebased on EL7. Nightly builds are available here: 
http://jenkins.ovirt.org/job/ovirt_live_create_iso/


[1] http://goo.gl/9X3G49
[2] https://bugzilla.redhat.com/show_bug.cgi?id=1155425
[3] 
https://bugzilla.redhat.com/buglist.cgi?quicksearch=target_release%3A3.6.0%20Product%3AoVirt%20status%3Anew%2Cassigned%2Cpost
[4] http://goo.gl/ZbUiMc


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


Re: [ovirt-users] Where do you run oVirt?

2015-02-18 Thread Sandro Bonazzola
Il 16/02/2015 17:01, Sven Kieske ha scritto:
 Will the submitted information be published somewhere (public)?
 If yes, under which license?
 
 I could imagine that some people would not like to share
 some information when it get's public.

Well, I agree, some people would not like to share info to public.
That's why the form is anonymous and basically asks only about the OS and if 
hosted engine is used allowing people to share more info about it.
The collected results are included automatically in a spreadsheet by google 
forms app.
The objective of the survey is to help devel to understand what's better to 
focus on, mostly for integration team having to deal with CentOS and
Fedora (and experimental Gentoo and upcoming Debian).
Intention is to share the result of the survey on devel mailing list. So the 
same license (public domain?) of the mailing list will be used.

I'll leave the survey open until next week sync meeting, let me know if any 
record should be deleted.
For what I can see only your record has a name within it :-)


 
 On 16/02/15 16:37, Sandro Bonazzola wrote:
 Hi,
 As we continue developing oVirt 3.6 and future releases of oVirt, the 
 development and integration team are seeking input from users on how oVirt is
 being run and on what platforms. We would appreciate you help by taking this 
 quick survey!

 https://docs.google.com/forms/d/1u-YccuNRza4_WmS5VMdy0mEkXuKxt4lzrALKKcnEMBs/viewform?usp=send_form

 Thanks,

 


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


[ovirt-users] Where do you run oVirt?

2015-02-16 Thread Sandro Bonazzola
Hi,
As we continue developing oVirt 3.6 and future releases of oVirt, the 
development and integration team are seeking input from users on how oVirt is
being run and on what platforms. We would appreciate you help by taking this 
quick survey!

https://docs.google.com/forms/d/1u-YccuNRza4_WmS5VMdy0mEkXuKxt4lzrALKKcnEMBs/viewform?usp=send_form

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


Re: [ovirt-users] Ovirt 3.5.1, Windows 2008 hangs

2015-02-18 Thread Sandro Bonazzola
Il 11/02/2015 17:21, wodel youchi ha scritto:
 Hi,
 
 I've a two nodes hosted-engine ovirt 3.5
 used storage is NFS4 for the: engine, vms, iso and export
 
 I have many Linux VMs and one Windows 2008 VM.
 The windows 2008 VMs is acting as a second AD, it's the second time in a 
 month where the VM hangs and the cpu usage is 100%.
 I have this problem only with this VM only.
 
 I tried to look into vdsm logs, but no luck so far, all I found is
 GuestMonitor-Win2k8x64-AD2::DEBUG::2015-02-11 
 12:01:02,158::vm::486::vm.Vm::(_getUserCpuTuneInfo) 
 vmId=`ce0bcb92-90e8-45a7-9b9f-cfed10e920d6`::Domain
 Metadata is not set
 
 Is there a log file where I can follow the behaviour of the VM, because for 
 now I have no clue about what is causing this problem.
 
 any advice?


Hi, are you using ovirt-guest-agent on the Windows 2008 VM?

 
 PS: is there a good solution to gather and analyze all the logs from ovirt's 
 hypervisors and engine, storage...etc?
 
 thanks in advance.
 
 
 
 ___
 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


[ovirt-users] oVirt 3.6.0 release schedule update

2015-02-19 Thread Sandro Bonazzola
Hi,
  here is the proposed schedule for oVirt 3.6.0.

These are tentative planning dates and may change:

2015-04-22 - Feature Submission Closed
2015-05-06 - Alpha Release
2015-05-12 - Alpha Release Test Day
2015-06-16 - Feature freeze - Stable branch
2015-07-15 - Beta Release
2015-07-20 - Beta Release Test Day
2015-08-03 - String Freeze
2015-08-19 - Release Candidate
2015-08-24 - Release Candidate Test Day
2015-09-16 - Release

Release management page has been updated accordingly:
http://www.ovirt.org/OVirt_3.6_Release_Management

oVirt Google Calendar has been updated accordingly:
ICAL: 
https://www.google.com/calendar/ical/ppqtk46u9cglj7l987ruo2l0f8%40group.calendar.google.com/public/basic.ics
XML: 
https://www.google.com/calendar/feeds/ppqtk46u9cglj7l987ruo2l0f8%40group.calendar.google.com/public/basic
HTML: 
https://www.google.com/calendar/embed?src=ppqtk46u9cglj7l987ruo2l0f8%40group.calendar.google.comctz=UTC

Thanks,

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


Re: [ovirt-users] oVirt 3.6.0 release schedule update

2015-02-19 Thread Sandro Bonazzola
Il 19/02/2015 15:37, Nathanaël Blanchet ha scritto:
 This is very far away!
 If  counting the usual late due to blockers, we can consider that ovirt team 
 provides actually one major release per year against two until now.
 We can expect a lot of 3.5.z :)

Yep, lot of 3.5.z :-)

 
 Le 19/02/2015 15:27, Sandro Bonazzola a écrit :
 Hi,
here is the proposed schedule for oVirt 3.6.0.

 These are tentative planning dates and may change:

  2015-04-22 - Feature Submission Closed
  2015-05-06 - Alpha Release
  2015-05-12 - Alpha Release Test Day
  2015-06-16 - Feature freeze - Stable branch
  2015-07-15 - Beta Release
  2015-07-20 - Beta Release Test Day
  2015-08-03 - String Freeze
  2015-08-19 - Release Candidate
  2015-08-24 - Release Candidate Test Day
  2015-09-16 - Release

 Release management page has been updated accordingly:
 http://www.ovirt.org/OVirt_3.6_Release_Management

 oVirt Google Calendar has been updated accordingly:
 ICAL: 
 https://www.google.com/calendar/ical/ppqtk46u9cglj7l987ruo2l0f8%40group.calendar.google.com/public/basic.ics
 XML: 
 https://www.google.com/calendar/feeds/ppqtk46u9cglj7l987ruo2l0f8%40group.calendar.google.com/public/basic
 HTML: 
 https://www.google.com/calendar/embed?src=ppqtk46u9cglj7l987ruo2l0f8%40group.calendar.google.comctz=UTC

 Thanks,

 
 ___
 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


Re: [ovirt-users] oVirt 3.5.1 - VM hostedengine Failing to start

2015-01-28 Thread Sandro Bonazzola

 the failure is to create this file.





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


 Mik Rose | Manager, IT - Support Services | *PowerSoft Development Corp*
 1 (250) 642-0295 x23 http://www.power-soft.com
 http://www.power-soft.com/ Live Support
 https://secure.logmeinrescue.com/Customer/Download.aspx?EntryID=15095831
 This e-mail may be privileged and/or confidential, and the sender does
 not waive
 any related rights and obligations. Any distribution, use or copying
 of this e-mail or the information
 it contains by other than an intended recipient is unauthorized.
 If you received this e-mail in error, please advise me (by return
 e-mail or otherwise) immediately.
 









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


[ovirt-users] [QE] oVirt 3.5.2 status

2015-01-28 Thread Sandro Bonazzola
Hi,
Development cycle for oVirt 3.5.2 release started and we're now going to 
schedule this release.

A release management entry has been added for tracking the schedule of 3.5.2 [0]

A bug tracker [1] has been created and currently has no open blockers.

Maintainers:
- Please be sure that 3.5 snapshot allow to create VMs
- Please be sure that no pending patches are going to block the release
- If any patch must block the RC release please raise the issue as soon as 
possible.

There are still 44 bugs [2] targeted to 3.5.2.
Excluding node and documentation bugs we still have 36 bugs [3] targeted to 
3.5.2.

Maintainers / Assignee:
- Please add the bugs to the tracker if you think that 3.5.2 should not be 
released without them fixed.
- Please update the target to 3.5.3 or later for bugs that won't be in 3.5.2:
  it will ease gathering the blocking bugs for next releases.
- Please fill release notes, the page has been created here [4]

Community:
- If you're testing oVirt 3.5 nightly snapshot, please add yourself to the test 
page [5]


[0] http://www.ovirt.org/OVirt_3.5.z_Release_Management#oVirt_3.5.2
[1] http://bugzilla.redhat.com/1186161
[2] http://goo.gl/crVJPH
[3]http://goo.gl/2qTZZU
[4] http://www.ovirt.org/OVirt_3.5.2_Release_Notes
[5] http://www.ovirt.org/Testing/oVirt_3.5.2_Testing

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


[ovirt-users] [QE][ACTION REQUIRED] oVirt 3.6.0 status

2015-01-28 Thread Sandro Bonazzola
Hi,
I haven't many news for 3.6 this week:

ACTION: Feature proposed for 3.6.0 must now be collected in the 3.6 Google doc 
[1] and reviewed by maintainers.
Finished the review process, the remaining key milestones for this release will 
be scheduled.

For reference, external project schedules we're tracking are:
Fedora 22: 2015-05-19
Foreman 1.8.0: 2015-03-01
GlusterFS 3.7: 2015-04-29
OpenStack Kilo: 2015-04-30
QEMU 2.3.0: 2015-03-27

The tracker bug for 3.6.0 [2] currently shows no blockers.

There are 530 bugs [3] targeted to 3.6.0.
Excluding node and documentation bugs we have 489 bugs [4] targeted to 3.6.0.

[1] http://goo.gl/9X3G49
[2] https://bugzilla.redhat.com/show_bug.cgi?id=1155425
[3] 
https://bugzilla.redhat.com/buglist.cgi?quicksearch=target_release%3A3.6.0%20Product%3AoVirt%20status%3Anew%2Cassigned%2Cpost
[4] http://goo.gl/ZbUiMc

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


Re: [ovirt-users] oVirt 3.5.1 - VM hostedengine Failing to start

2015-01-28 Thread Sandro Bonazzola
Il 28/01/2015 18:39, Mikola Rose ha scritto:
 Hi Sandro
 
 I was was trying both
 
 Here is the debug version...
 
 [root@powerhost1 ~]# engine-iso-uploader -v  upload -i iso 
 /tmp/rhel-server-6.6-x86_64-dvd.iso
 Please provide the REST API password for the admin@internal oVirt Engine user 
 (CTRL+D to abort): 
 DEBUG: API Vendor(ovirt.org http://ovirt.org)API Version(3.5.0)
 DEBUG: id=1328bbfe-f05a-4779-ac34-560b213ece11 address=192.168.1.32 
 path=/Volumes/Raid1/iso
 Uploading, please wait...
 DEBUG: local NFS mount point is /tmp/tmpCjZhA_
 DEBUG: NFS mount command (/bin/mount -t nfs -o rw,sync,soft 
 192.168.1.32:/Volumes/Raid1/iso /tmp/tmpCjZhA_)
 DEBUG: /bin/mount -t nfs -o rw,sync,soft 192.168.1.32:/Volumes/Raid1/iso 
 /tmp/tmpCjZhA_
 DEBUG: _cmds(['/bin/mount', '-t', 'nfs', '-o', 'rw,sync,soft', 
 '192.168.1.32:/Volumes/Raid1/iso', '/tmp/tmpCjZhA_'])
 DEBUG: returncode(32)
 DEBUG: STDOUT()
 DEBUG: STDERR(mount.nfs: Connection timed out
 )
 ERROR: mount.nfs: Connection timed out
 
 DEBUG: /bin/umount -t nfs -f  /tmp/tmpCjZhA_
 DEBUG: /bin/umount -t nfs -f  /tmp/tmpCjZhA_
 DEBUG: _cmds(['/bin/umount', '-t', 'nfs', '-f', '/tmp/tmpCjZhA_'])
 DEBUG: returncode(1)
 DEBUG: STDOUT()
 DEBUG: STDERR(umount2: Invalid argument
 umount: /tmp/tmpCjZhA_: not mounted
 )
 DEBUG: umount2: Invalid argument
 umount: /tmp/tmpCjZhA_: not mounted


The NFS connection timed out may depend on several factors. CCing storage guys 
that may assist you better than me on this.



 
 
 
 Could this be associated with the auto negotiation of the nfs version?  Is 
 there a way I can specify nfs3 on the mount or on the export(os x)
 
 
 On Jan 28, 2015, at 6:11 AM, Sandro Bonazzola sbona...@redhat.com 
 mailto:sbona...@redhat.com wrote:

 Il 28/01/2015 16:05, Maor Lipchuk ha scritto:




 - Original Message -
 From: Roy Golan rgo...@redhat.com mailto:rgo...@redhat.com
 To: Mikola Rose mr...@power-soft.com mailto:mr...@power-soft.com, 
 Maor Lipchuk mlipc...@redhat.com mailto:mlipc...@redhat.com
 Cc: users@ovirt.org mailto:users@ovirt.org
 Sent: Wednesday, January 28, 2015 12:02:50 PM
 Subject: Re: [ovirt-users] oVirt 3.5.1 - VM hostedengine Failing to start

 On 01/28/2015 11:04 AM, Mikola Rose wrote:
 -rwxr-xr-x   1 vdsm  kvm  0 Jan 28 00:59 /Volumes/Raid1/__DIRECT_IO_TEST__
 -rwxr-xr-x   1 vdsm  kvm  0 Jan 28 00:55
 /Volumes/Raid1/data/__DIRECT_IO_TEST__
 -rwxrwxrwx   1 vdsm  kvm  0 Jan 28 00:55
 /Volumes/Raid1/iso/__DIRECT_IO_TEST__
 -rwxr-xr-x   1 vdsm  kvm  0 Jan 26 09:43
 /Volumes/Raid1/vm/__DIRECT_IO_TEST__

 Note,  since removing the file the hosted_engine1 is starting up and
 everything seems fine but then all of a sudden it restarts.

 please attach some logs.
 Also may be related...

 root@powerhost1 ~]# engine-iso-uploader --ssh-user=36 upload -i iso
 rhel-server-6.6-x86_64-dvd.iso
 Please provide the REST API password for the admin@internal oVirt
 Engine user (CTRL+D to abort):
 Uploading, please wait...
 INFO: Start uploading rhel-server-6.6-x86_64-dvd.iso
 ERROR: Unable to copy rhel-server-6.6-x86_64-dvd.iso to ISO storage
 domain on iso.
 ERROR: Error message is unable to test the available space on
 /Volumes/Raid1/iso

 Maor?


 Hi,

 I think this is related to the engine-iso-uploader tool,
 Sandro, do you have any insights about this?

 Please don't use UIDs like 36 as user.

 a command line like:

 ovirt-iso-uploader --ssh-user=root upload -i iso 
 rhel-server-6.6-x86_64-dvd.iso

 or like

 ovirt-iso-uploader --ssh-user=your_user_in_kvm_group upload -i iso 
 rhel-server-6.6-x86_64-dvd.iso

 should work.


 Regards,
 Maor







 On Jan 28, 2015, at 12:53 AM, Roy Golan rgo...@redhat.com 
 mailto:rgo...@redhat.com
 mailto:rgo...@redhat.com wrote:

 On 01/28/2015 03:10 AM, Mikola Rose wrote:
 Hi there,


 I seem to have run into a problem.  my hosted engine vm is failing
 to start;

 vdsm.log;


 Thread-20::DEBUG::2015-01-27
 16:53:37,999::fileSD::152::Storage.StorageDomain::(__init__) Reading
 domain in path
 /rhev/data-center/mnt/192.168.1.32:_Volumes_Raid1/443b4931-667f-441f-98d8-51384e67a0af
 Thread-20::ERROR::2015-01-27
 16:53:38,000::domainMonitor::256::Storage.DomainMonitorThread::(_monitorDomain)
 Error while collecting domain 443b4931-667f-441f-98d8-51384e67a0af
 monitoring information
 Traceback (most recent call last):
  File /usr/share/vdsm/storage/domainMonitor.py, line 221, in
 _monitorDomain
self.domain = sdCache.produce(self.sdUUID)
  File /usr/share/vdsm/storage/sdc.py, line 98, in produce
domain.getRealDomain()
  File /usr/share/vdsm/storage/sdc.py, line 52, in getRealDomain
return self._cache._realProduce(self._sdUUID)
  File /usr/share/vdsm/storage/sdc.py, line 122, in _realProduce
domain = self._findDomain(sdUUID)
  File /usr/share/vdsm/storage/sdc.py, line 141, in _findDomain
dom = findMethod(sdUUID)
  File /usr/share/vdsm/storage/nfsSD.py, line 122, in findDomain
return NfsStorageDomain(NfsStorageDomain.findDomainPath(sdUUID))
  File /usr/share/vdsm/storage

[ovirt-users] [QE][ACTION REQUIRED] oVirt 3.6.0 status

2015-01-07 Thread Sandro Bonazzola
Hi,
I haven't many news for 3.6 this week:

ACTION: Feature proposed for 3.6.0 must now be collected in the 3.6 Google doc 
[1] and reviewed by maintainers.
Finished the review process, the remaining key milestones for this release will 
be scheduled.

For reference, external project schedules we're tracking are:
Fedora 21: 2014-12-09 (RELEASED)
Fedora 22: no earlier than 2015-05-19
Foreman 1.8.0: 2015-03-01
GlusterFS 3.7: 2015-04-29
OpenStack Kilo: 2015-04-30
QEMU 2.1.3: 2014-12-29 (DELAYED)
QEMU 2.2.0: 2014-12-09 (RELEASED)

The tracker bug for 3.6.0 [2] currently shows no blockers.

There are 466 bugs [3] targeted to 3.6.0.
Excluding node and documentation bugs we have 440 bugs [4] targeted to 3.6.0.


[1] http://goo.gl/9X3G49
[2] https://bugzilla.redhat.com/show_bug.cgi?id=1155425
[3] http://goo.gl/zwkF3r
[4] http://goo.gl/ZbUiMc

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


[ovirt-users] [QE][ACTION REQUIRED] oVirt 3.5.1 RC status - postponed

2015-01-13 Thread Sandro Bonazzola
Hi,
We still have blockers for oVirt 3.5.1 RC release so we need to postpone it 
until they'll be fixed.

The bug tracker [1] shows 1 open blocker:
Bug ID  Whiteboard  Status  Summary
1160846 sla POSTCan't add disk to VM without specifying 
disk profile when...

In order to stabilize the release a new branch ovirt-engine-3.5.1 will be 
created from the same git hash used for composing the RC.

- ACTION: Gilad please provide ETA on above blocker, the new proposed RC date 
will be decided on the given ETA.

Maintainers:
- Please be sure that 3.5 snapshot allow to create VMs
- Please be sure that no pending patches are going to block the release
- If any patch must block the RC release please raise the issue as soon as 
possible.

There are still 61 bugs [2] targeted to 3.5.1.
Excluding node and documentation bugs we still have 41 bugs [3] targeted to 
3.5.1.

Maintainers / Assignee:
- Please add the bugs to the tracker if you think that 3.5.1 should not be 
released without them fixed.
- ACTION: Please update the target to 3.5.2 or later for bugs that won't be in 
3.5.1:
  it will ease gathering the blocking bugs for next releases.
- ACTION: Please fill release notes, the page has been created here [4]

Community:
- If you're testing oVirt 3.5 nightly snapshot, please add yourself to the test 
page [5]


[1] http://bugzilla.redhat.com/1155170
[2] http://goo.gl/7G0PDV
[3] http://goo.gl/6gUbVr
[4] http://www.ovirt.org/OVirt_3.5.1_Release_Notes
[5] http://www.ovirt.org/Testing/oVirt_3.5.1_Testing


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


[ovirt-users] [QE][ACTION REQUIRED] oVirt 3.6.0 status

2015-01-13 Thread Sandro Bonazzola
Hi,
I haven't many news for 3.6 this week:

ACTION: Feature proposed for 3.6.0 must now be collected in the 3.6 Google doc 
[1] and reviewed by maintainers.
Finished the review process, the remaining key milestones for this release will 
be scheduled.

For reference, external project schedules we're tracking are:
Fedora 21: 2014-12-09 (RELEASED)
Fedora 22: 2015-05-19
Foreman 1.8.0: 2015-03-01
GlusterFS 3.7: 2015-04-29
OpenStack Kilo: 2015-04-30
QEMU 2.1.3: 2014-01-21
QEMU 2.2.0: 2014-12-09 (RELEASED)
QEMU 2.3.0: 2015-03-27

The tracker bug for 3.6.0 [2] currently shows no blockers.

There are 480 bugs [3] targeted to 3.6.0.
Excluding node and documentation bugs we have 454 bugs [4] targeted to 3.6.0.


[1] http://goo.gl/9X3G49
[2] https://bugzilla.redhat.com/show_bug.cgi?id=1155425
[3] http://goo.gl/zwkF3r
[4] http://goo.gl/ZbUiMc

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


[ovirt-users] Get involved in oVirt project! January edition

2015-01-09 Thread Sandro Bonazzola
Hi,
are you full of energy after winter holidays and do you want to get 
involved in oVirt project?
Here are some bugs you can hopefully fix in less that one day or you can just 
try to reproduce providing info:

Bug 1080823 - [RFE] make override of iptables configurable when using 
hosted-engine
Bug 1065350 - hosted-engine should prompt a question at the user when the host 
was already a host in the engine
Bug 1059952 - hosted-engine --deploy (additional host) will fail if the engine 
is not using the default self-signed CA
Bug 1073421 - [RFE] allow additional parameter for engine-backup to omit 
audit_log data
Bug 1083104 - engine-setup --offline does not update versionlock

Do you want something easier?

Bug ID  Status  Summary
1174285 NEW [de-DE] Live Snapshot Support reads Live Snapsnot Support
734120  NEW [RFE] VDSM: use virt-sparsify/zerofree to reduce image size
1115059 NEW Incomplete error message when adding VNIC profile to running VM
1156060 NEW [text] engine admin password prompt consistency
1143817 NEW [TEXT ONLY] - Hosted Engine - Instructions for FQDN are not 
clear enough
772931  NEW [RFE] Reports should include the name of the oVirt engine


You don't have programming skills but you want to contribute?
Here are some bugs you can take care of, also without writing a line of code:

Bug ID  Status  Summary
108 NEW Hosted Engine documentation has several errors
105 NEW Migrate to Hosted Engine How-To does not state all pre-reqs
1159784 NEW [RFE] Document when and where new features are available when 
upgrading cluster / datacenters
1074545 NEW Error in API documentation: Create API object in python sdk
1120585 NEW update image uploader documentation
1120586 NEW update iso uploader documentation
1120588 NEW update log collector documentation
1074301 NEW [RFE] ovirt-shell has no man page

Do you prefer to test things? We have some test cases[5] you can try using 
nightly snapshots[6]

Do you want to contribute test cases? Most of the features[7] included in oVirt 
are missing a test case, you're welcome to contribute one!

Is this the first time you try to contribute to oVirt project?
You can start from here [1][2]!
Don't know gerrit very well? You can find some more docs here [3].
Any other question about development? Feel free to ask on de...@ovirt.org or on 
irc channel[4].

[1] http://www.ovirt.org/Develop
[2] http://www.ovirt.org/Working_with_oVirt_Gerrit
[3] https://gerrit-review.googlesource.com/Documentation
[4] http://www.ovirt.org/Community
[5] http://www.ovirt.org/Category:TestCase
[6] http://www.ovirt.org/Install_nightly_snapshot
[7] http://www.ovirt.org/Category:Feature

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


[ovirt-users] [QE][ACTION REQUIRED] oVirt 3.5.2 RC status

2015-02-10 Thread Sandro Bonazzola
Hi,
We're going to start composing oVirt 3.5.2 RC on *2015-02-25 08:00 UTC* from 
3.5 branch.
Maintainers:
- Please be sure that 3.5 snapshot allow to create VMs before *2015-02-24 15:00 
UTC*
- Please be sure that no pending patches are going to block the release before 
*2015-02-24 15:00 UTC*
- If any patch must block the RC release please raise the issue as soon as 
possible.

A release management entry has been added for tracking the schedule of 3.5.2 [0]

A bug tracker [1] has been created and currently has one open blocker.

Bug ID  Whiteboard  Status  Summary
1161012 infra   POSTtask cleaning utility  should erase commands 
that have running tasks


There are still 43 bugs [2] targeted to 3.5.2.
Excluding node and documentation bugs we still have 35 bugs [3] targeted to 
3.5.2.

Whiteboard / Status NEW ASSIGNEDPOSTTotal
docs1   0   0   1
gluster 4   0   1   5
infra   1   1   3   5
integration 9   0   0   9
network 0   1   0   1
node3   0   1   4
ppc 0   0   1   1
sla 4   0   0   4
storage 8   0   1   9
ux  1   0   0   1
virt2   0   1   3
Total   33  2   8   43


Maintainers / Assignee:
- Please add the bugs to the tracker if you think that 3.5.2 should not be 
released without them fixed.
- Please update the target to 3.5.3 or later for bugs that won't be in 3.5.2:
  it will ease gathering the blocking bugs for next releases.
- Please fill release notes, the page has been created here [4]

Community:
- If you're testing oVirt 3.5 nightly snapshot, please add yourself to the test 
page [5]


[0] http://www.ovirt.org/OVirt_3.5.z_Release_Management#oVirt_3.5.2
[1] http://bugzilla.redhat.com/1186161
[2] http://goo.gl/crVJPH
[3] http://goo.gl/2qTZZU
[4] http://www.ovirt.org/OVirt_3.5.2_Release_Notes
[5] http://www.ovirt.org/Testing/oVirt_3.5.2_Testing


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


[ovirt-users] [QE][ACTION REQUIRED] oVirt 3.6.0 status

2015-02-11 Thread Sandro Bonazzola
Hi, here's an update on 3.6 status on integration / rel-eng side

ACTION: Feature proposed for 3.6.0 must now be collected in the 3.6 Google doc 
[1] and reviewed by maintainers.
Finished the review process, the remaining key milestones for this release will 
be scheduled.

For reference, external project schedules we're tracking are:

Fedora 22: 2015-05-19
Fedora 20 End Of Life:2015-06-19 (1 month after Fedora 22 release)
Foreman 1.8.0: 2015-04-01
GlusterFS 3.7: 2015-04-29
OpenStack Kilo: 2015-04-30
QEMU 2.3.0: 2015-03-27

The tracker bug for 3.6.0 [2] currently shows no blockers.

There are 545 bugs [3] targeted to 3.6.0.
Excluding node and documentation bugs we have 503 bugs [4] targeted to 3.6.0.


NEW ASSIGNEDPOSTTotal
1   0   0   1
docs11  0   0   11
gluster 25  2   1   28
i18n2   0   0   2
infra   80  10  3   93
integration 59  4   2   65
network 29  2   8   39
node26  2   3   31
ppc 0   0   1   1
sla 56  3   1   60
spice   1   0   0   1
storage 76  4   5   85
ux  35  1   3   39
virt74  6   9   89
Total   475 34  36  545


oVirt Live for 3.6 has been rebased on EL7. Nightly builds are available here: 
http://jenkins.ovirt.org/job/ovirt_live_create_iso/


[1] http://goo.gl/9X3G49
[2] https://bugzilla.redhat.com/show_bug.cgi?id=1155425
[3] 
https://bugzilla.redhat.com/buglist.cgi?quicksearch=target_release%3A3.6.0%20Product%3AoVirt%20status%3Anew%2Cassigned%2Cpost
[4] http://goo.gl/ZbUiMc

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


[ovirt-users] [ACTION REQUIRED] oVirt 3.5.2 and 3.5.3 status (building RC2 today!)

2015-03-18 Thread Sandro Bonazzola
[6] 
https://bugzilla.redhat.com/buglist.cgi?quicksearch=product%3Aovirt%20target_release%3A3.5.3
[7] http://www.ovirt.org/OVirt_3.5.2_Release_Notes
[8] http://www.ovirt.org/Testing/oVirt_3.5.2_Testing

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


[ovirt-users] [ANN] oVirt 3.5.2 Second Release Candidate is now available for testing

2015-03-18 Thread Sandro Bonazzola
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


The oVirt team is pleased to announce that the 3.5.2 Second Release Candidate 
is now
available for testing as of Mar 18th 2015.

The release candidate is available now for Fedora 20,
Red Hat Enterprise Linux 6.6, CentOS 6.6 (or similar) and
Red Hat Enterprise Linux 7.1, CentOS 7 (or similar).

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

Please refer to release notes [1] for Installation / Upgrade instructions.
New oVirt Live and oVirt Node ISO will be available soon as well[2].

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

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

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

- -- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJVCZq1AAoJEHw3u57E4QAOmj8P/2Nn3OcRKErMFXJLXeqZHaEi
vhk9MEiaSKMuPSLAfigvhAX5133czXlv1qmcLP8zQ4yqXdbkBXHptFQXWGRsFmH5
zhmy9bqUUlDFIcepMWw5Rm+LZRWKWwUVQUijnpah1l6d6w0YJoqy8hZxgeFtaFna
ytDlVBHpvLCubbjmCWRibOFd80P+z2pSk31/Y4k0vi/UIwMGnXO74vkBU+mzLuZO
mHVLueQjJORe6jEwoBeFFnen1QI/+uCpCCSm+inHoiSGxISnujhoZT1T9DmOPFJT
2i0cd7QnxmMo/aY8EoIEagCGXsIravgSW6NmrAXbJfKQ4NrylaAD/mfDhQy0tZLt
fRnANlDV2aHqdE0Cfw5LjzgOHgLrtG8cSCXL40tQI+/HGh1Av4OjnJQDbWL7dMIR
rxXn4t/hicIYPy17SM/+qo/2/2BSgR1jro17WgIn6nxAsV3YiXbHghRJ+uJRxFCJ
a8fT4vReHExRASdjjw+KMF0O3o4sqjd7ldX4aTDtuaEojYc3ducZVZDIT/L3SFPP
o+S6cWggWL/VZ7Ormts3Fkz6Il/pMAAre7NEuAk8gtARukmrMoBTz88TvvTQlNXg
ttynkryL/bPE6xsQ6nQbR0c7Iks3cYyg1T1VF7rbQyjD56X2wKJPCe+lX7Id0KqT
sJ5UIcdDI5VCHCElWzih
=QuV3
-END PGP SIGNATURE-
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] [QE] oVirt 3.6.0 status

2015-03-18 Thread Sandro Bonazzola
Hi, here's an update on 3.6 status on integration / rel-eng side
The tracker bug for 3.6.0 [1] currently shows no blockers.

There are 579 bugs [2] targeted to 3.6.0.

NEW ASSIGNEDPOSTTotal
docs11  0   0   11
gluster 35  2   1   38
i18n2   0   0   2
infra   82  7   8   97
integration 64  5   6   75
network 39  1   9   49
node27  3   3   33
ppc 0   0   1   1
sla 52  3   2   57
spice   1   0   0   1
storage 72  5   7   84
ux  33  0   10  43
virt73  5   10  88
Total   491 31  57  579


Features submission is still open until 2015-04-22 as per current release 
schedule.
Maintainers: be sure to have your features tracked in the google doc[3]

[1] https://bugzilla.redhat.com/1155425
[2] 
https://bugzilla.redhat.com/buglist.cgi?quicksearch=target_release%3A3.6.0%20Product%3AoVirt%20status%3Anew%2Cassigned%2Cpost
[3] http://goo.gl/9X3G49

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


Re: [ovirt-users] 答复: FAILED! Using engine-image-uploader to Upload OVF to Export Domain

2015-03-16 Thread Sandro Bonazzola
Il 16/03/2015 10:51, Xie, Chao ha scritto:
 Hi, Sandro
   Thanks for replying~ I download the virt-v2v and test it . But it 
 directly wirte others' OVF file to RHEV , so the engine-image-uploader is not 
 useful.
 How can I use virt-v2v to convert others' OVF to oVirt's OVF without writing 
 it to Export Domain?

I'm not sure to have understood, but I can suggest you to take a look at
http://website-humblec.rhcloud.com/convert-physical-virtual-virtual-using-virt-v2v-virt-p2v-kvmovirt/
about v2v usage.

 
 
 -邮件原件-
 发件人: Sandro Bonazzola [mailto:sbona...@redhat.com] 
 发送时间: 2015年3月16日 15:25
 收件人: Xie, Chao/谢 超; users@ovirt.org; Yaniv Dary
 主题: Re: [ovirt-users] FAILED! Using engine-image-uploader to Upload OVF to 
 Export Domain
 
 Il 16/03/2015 07:33, Xie, Chao ha scritto:
 Hi, all

  I export a OVF/OVA vm file from VirtualBox (Manage --  
 Export a vm. When I choose “ovf”, I got two files: test.ovf and test.vmdk) 
 and want to use engine-image-upload to upload into oVirt Export Domain.

 But I get Error as below:

  

 1. using OVA

 =

 [root ~]# engine-image-uploader 
 --conf-file=/etc/ovirt-engine/imageuploader.conf -e export_debug 
 upload test1.ova

 ERROR: not a gzip file

  

 2. using OVF

 =

 [root ~]# engine-image-uploader 
 --conf-file=/etc/ovirt-engine/imageuploader.conf -e export_debug 
 upload test.ovf

 ERROR: not a gzip file

  

 ### so I tar the test.ovf and test.vmdk as gzip file ###

  

 [root@rhev-pc-host2 ~]# tar -zcvf ggtest.ovf ./test.ovf 
 ./test-disk1.vmdk

 ./test.ovf

 ./test-disk1.vmdk

 [root@ ~]# engine-image-uploader 
 --conf-file=/etc/ovirt-engine/imageuploader.conf -e export_debug 
 upload ggtest.ovf ERROR: Unable to update the disk ID in the OVF XML. 
 Message: global name 'n_id_d' is not defined


 
 Hi, you need to use v2v for converting the OVF from other virtualization 
 systems to oVirt / RHEV OVF format.
 The format exported by VirtualBox is not compatible wiht oVirt.
 

 ___
 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
 


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


Re: [ovirt-users] Fedora 21 as Ovirt (hypervisor) host

2015-03-17 Thread Sandro Bonazzola
Il 16/03/2015 19:42, Markus Stockhausen ha scritto:
 Hi,
 
 back in december there was a discussion about Ovirt on Fedora 21. From
 my point of view that was about ovirt engine. So I'm somehow lost if
 Fedora 21 is at least supported as hypervisor host. Anyone with deeper
 knowledge?
 
 The reason I'm asking:
 
 We are currently on FC20 + virt-preview and enjoy the feature of live 
 merges. But with BZ1199182 (snapshot deletion bug) I guess we might
 need newer libvirt builds. With virt-preview for FC20 no longer in 
 maintenance we would ony be on the save side with FC21.
 
 Markus


Hi Markus,
Dan Kenigsberg pushed changes to our automated build system for building VDSM 
on Fedora 21 for 3.5.
I've not checked if he finished the porting of the required components into 
ovirt-3.5-snapshot, CCing him.
As far as I know, there's willing to support Fedora 22 in 3.6 but no plans to 
support Fedora 21 either in 3.5 or in 3.6.
As hypervisor host Dan can tell you better about VDSM plans for supporting 
Fedora 21, but I've not seen any feature proposal or bugs tracking the
effort in that direction.

 
 
 ___
 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


Re: [ovirt-users] FAILED! Using engine-image-uploader to Upload OVF to Export Domain

2015-03-16 Thread Sandro Bonazzola
Il 16/03/2015 07:33, Xie, Chao ha scritto:
 Hi, all
 
  I export a OVF/OVA vm file from VirtualBox (Manage --  Export a vm. 
 When I choose “ovf”, I got two files: test.ovf and test.vmdk) and want
 to use engine-image-upload to upload into oVirt Export Domain.
 
 But I get Error as below:
 
  
 
 1. using OVA
 
 =
 
 [root ~]# engine-image-uploader 
 --conf-file=/etc/ovirt-engine/imageuploader.conf -e export_debug upload 
 test1.ova
 
 ERROR: not a gzip file
 
  
 
 2. using OVF
 
 =
 
 [root ~]# engine-image-uploader 
 --conf-file=/etc/ovirt-engine/imageuploader.conf -e export_debug upload 
 test.ovf
 
 ERROR: not a gzip file
 
  
 
 ### so I tar the test.ovf and test.vmdk as gzip file ###
 
  
 
 [root@rhev-pc-host2 ~]# tar -zcvf ggtest.ovf ./test.ovf ./test-disk1.vmdk
 
 ./test.ovf
 
 ./test-disk1.vmdk
 
 [root@ ~]# engine-image-uploader 
 --conf-file=/etc/ovirt-engine/imageuploader.conf -e export_debug upload 
 ggtest.ovf ERROR: Unable to update the disk
 ID in the OVF XML. Message: global name 'n_id_d' is not defined
 
 

Hi, you need to use v2v for converting the OVF from other virtualization 
systems to oVirt / RHEV OVF format.
The format exported by VirtualBox is not compatible wiht oVirt.

 
 ___
 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


[ovirt-users] [QE] oVirt 3.6.0 status

2015-03-11 Thread Sandro Bonazzola
Hi, here's an update on 3.6 status on integration / rel-eng side
The tracker bug for 3.6.0 [1] currently shows no blockers.

There are 566 bugs [2] targeted to 3.6.0.

NEW ASSIGNEDPOSTTotal
docs11  0   0   11
gluster 28  2   1   31
i18n2   0   0   2
infra   82  7   8   97
integration 63  5   6   74
network 38  1   9   48
node27  3   3   33
ppc 0   0   1   1
sla 52  3   1   56
spice   1   0   0   1
storage 70  6   6   82
ux  33  0   11  44
virt71  5   10  86
Total   478 32  56  566


Features submission is still open until 2015-04-22 as per current release 
schedule.
Maintainers: be sure to have your features tracked in the google doc[3]

Be aware that new packages are landed in ovirt-master-snapshot-static this week:

- openstack-java-sdk-3.1.1 (only on Fedora 20)
- jasperreports-server-6.0.1

So testing is needed.

[1] https://bugzilla.redhat.com/1155425
[2] 
https://bugzilla.redhat.com/buglist.cgi?quicksearch=target_release%3A3.6.0%20Product%3AoVirt%20status%3Anew%2Cassigned%2Cpost
[3] http://goo.gl/9X3G49

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


[ovirt-users] [ACTION REQUIRED] oVirt 3.5.2 and 3.5.3 status

2015-03-11 Thread Sandro Bonazzola
Hi,
We still have 8 open blockers for 3.5.2[1]:

Bug ID  Whiteboard  Status  Summary
1195119 infra   POST[backend] [NPE] Adding permission to an 
object fails if DEBUG level is set
1190466 integration NEW HEAP_MAX default value as 1G must be 
changed
1187244 network NEW [RHEL  7.0 + 7.1] Host configure with 
DHCP is losing connectivity after some time - dhclient is not running
1176581 storage ASSIGNEDStorage Tab - import Domain - help 
button is missing
1176582 storage ASSIGNEDTemplates tab - export template - 
help leads to exporting VM
1176583 storage ASSIGNEDStorage tab- ISO Domain - Data Center 
- Attach - help button is missing
1177220 storage ASSIGNED[BLOCKED] Failed to Delete First NFS 
snapshot with live merge
1197292 storage POST[3.5-7.1] Failed to retrieve iscsi lun 
from hardware iscsi after register to RHEV-M


ACTION: Assignee to provide ETA for the blocker bug.

We also had 5 blockers fixed since 3.5.2 RC1[2] so a new RC and GA has been 
rescheduled as release criteria for RC1 are not met.
2015-03-18  2nd Release candidate
2015-04-02  General availability


We still have 7 bugs in MODIFIED and 48 on QA[8]:

Whiteboard  MODIFIEDON_QA   Total
infra   2   19  21
integration 0   4   4
network 0   2   2
node0   1   1
sla 2   2   4
storage 3   13  16
virt0   7   7
Total   7   48  55


ACTION: Maintainers/Assignee: please move bugs to ON_QA if they're included in 
3.5.2 RC1
ACTION: Testers: you're welcome to verify bugs currently ON_QA.


All remaining bugs not marked as blockers have been moved to 3.5.3.
A release management entry has been added for tracking the schedule of 3.5.3[3]
A bug tracker [4] has been created for 3.5.3.
We have 33 bugs currently targeted to 3.5.3[5]:

Whiteboard  NEW ASSIGNEDPOSTTotal
doc 1   0   0   1
docs1   0   0   1
external1   0   0   1
gluster 4   0   1   5
infra   2   2   0   4
network 0   1   0   1
node3   0   1   4
ppc 0   0   1   1
sla 4   0   0   4
storage 8   0   0   8
ux  0   0   1   1
virt1   0   1   2
Total   25  3   5   33


ACTION: Maintainers / Assignee: to review the bugs targeted to 3.5.3 ensuring 
they're correctly targeted.
ACTION: Maintainers: to fill release notes for 3.5.2, the page has been created 
and updated here [6]
ACTION: Testers: please add yourself to the test page [7]

4 Patches have been merged for 3.5.3 and not backported to 3.5.2 branch 
according to Change-Id

commit 6b5a8169093357656d3e638c7018ee516d1f44bd
Author: Maor Lipchuk mlipc...@redhat.com
Date:   Thu Feb 19 14:40:23 2015 +0200
core: Add validation when Storage Domain is blocked.
Change-Id: I9a7c12609b3780c74396dab6edf26e4deaff490f

commit 7fd4dca0a7fb15d3e9179457f1f2aea6c727d325
Author: Maor Lipchuk mlipc...@redhat.com
Date:   Sun Mar 1 17:17:16 2015 +0200
restapi: reconfigure values on import data Storage Domain.
Change-Id: I2ef7baa850bd6da08ae27d41ebe9e4ad525fbe9b

commit a3d8b687620817b38a64a3917f4440274831bca3
Author: Maor Lipchuk mlipc...@redhat.com
Date:   Wed Feb 25 17:00:47 2015 +0200
core: Add fk constraint on vm_interface_statistics
Change-Id: I53cf2737ef91cf967c93990fcb237f6c4e12a8f8

commit 773f2a108ce18e0029f864c8748d7068b71f8ff3
Author: Maor Lipchuk mlipc...@redhat.com
Date:   Sat Feb 28 11:37:26 2015 +0200
core: Add managed devices to OVF
Change-Id: Ie0e912c9b2950f1461ae95f4704f18b818b83a3b

ACTION: Maor Lipchuk please verify they're not meant to be targeted to 3.5.2.


[1] https://bugzilla.redhat.com/1186161
[2] 
https://bugzilla.redhat.com/buglist.cgi?action=wrapbug_id=1179558%2C1188176%2C1194410%2C1196327%2C1199812%2C
[3] http://www.ovirt.org/OVirt_3.5.z_Release_Management#oVirt_3.5.3
[4] https://bugzilla.redhat.com/1198142
[5] 
https://bugzilla.redhat.com/buglist.cgi?quicksearch=product%3Aovirt%20target_release%3A3.5.3
[6] http://www.ovirt.org/OVirt_3.5.2_Release_Notes
[7] http://www.ovirt.org/Testing/oVirt_3.5.2_Testing
[8] http://goo.gl/UEVTCf


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


[ovirt-users] [QE] oVirt 3.6.0 status

2015-03-25 Thread Sandro Bonazzola
Hi, here's an update on 3.6 status on integration / rel-eng side
The tracker bug for 3.6.0 [1] currently shows no blockers.

Repository closure is currently broken due to a missing required dependency on 
python-blivet, patch fixing this issue is currently under review[4].

There are 577 bugs [2] targeted to 3.6.0.

NEW ASSIGNEDPOSTTotal
docs11  0   0   11
external1   0   0   1
gluster 49  2   2   53
i18n2   0   0   2
infra   77  6   9   92
integration 59  6   5   70
network 41  1   9   51
node27  3   2   32
ppc 0   0   1   1
sla 51  3   2   56
spice   1   0   0   1
storage 72  5   8   85
ux  31  0   2   33
virt74  5   10  89
Total   496 31  50  577


Features submission is still open until 2015-04-22 as per current release 
schedule.
Maintainers: be sure to have your features tracked in the google doc[3]

[1] https://bugzilla.redhat.com/1155425
[2] 
https://bugzilla.redhat.com/buglist.cgi?quicksearch=target_release%3A3.6.0%20Product%3AoVirt%20status%3Anew%2Cassigned%2Cpost
[3] http://goo.gl/9X3G49
[4] https://gerrit.ovirt.org/38942

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


[ovirt-users] [QE][ACTION REQUIRED] oVirt 3.5.2 and 3.5.3 status

2015-03-25 Thread Sandro Bonazzola
Hi,
we still have 5 open blockers for 3.5.2[1]:

Whiteboard  Bug ID  Status  Summary
network 1187244 POST[RHEL  7.0 + 7.1] Host configure with 
DHCP is losing connectivity after some time - dhclient is not running
storage 1176581 ASSIGNEDStorage Tab - import Domain - help 
button is missing
storage 1176582 ASSIGNEDTemplates tab - export template - 
help leads to exporting VM
storage 1176583 ASSIGNEDStorage tab- ISO Domain - Data Center 
- Attach - help button is missing
storage 1177220 ASSIGNED[BLOCKED] Failed to Delete First 
snapshot with live merge


And 2 dependency on libvirt not yet fixed:
Bug ID  Status  Summary
1199182 POST2nd active commit after snapshot triggers qemu failure
1199036 POSTLibvirtd was restarted when do active blockcommit while 
there is a blockpull job running

ACTION: Assignee to provide ETA for the blocker bug.

We're going to build RC3 hopefully next week once all remaining blockers will 
be fixed.

We still have 5 bugs in MODIFIED and 13 on QA[3]:

MODIFIEDON_QA   Total
infra   0   8   8
integration 1   0   1
network 1   1   2
node0   1   1
sla 1   1   2
storage 1   1   2
virt1   1   2
Total   5   13  18


ACTION: Testers: you're welcome to verify bugs currently ON_QA.

All remaining bugs not marked as blockers have been moved to 3.5.3.
A release management entry has been added for tracking the schedule of 3.5.3[4]
A bug tracker [5] has been created for 3.5.3 and currently shows no blockers.
If you're going to test nightly snapshot on CentOS please enable CR repo[2] for 
CentOS 7.1 testing.

We have 29 bugs currently targeted to 3.5.3[6]:

Whiteboard  NEW ASSIGNEDPOSTTotal
docs2   0   0   2
external1   0   0   1
gluster 1   0   0   1
infra   1   3   0   4
node2   0   1   3
ppc 0   0   1   1
sla 4   0   0   4
storage 9   0   0   9
ux  1   0   1   2
virt1   0   1   2
Total   22  3   4   29


ACTION: Maintainers / Assignee: to review the bugs targeted to 3.5.3 ensuring 
they're correctly targeted.
ACTION: Maintainers: to fill release notes for 3.5.2, the page has been created 
and updated here [7]
ACTION: Testers: please add yourself to the test page [8]


[1] https://bugzilla.redhat.com/1186161
[2] http://mirror.centos.org/centos/7/cr/x86_64/
[3] http://goo.gl/UEVTCf
[4] http://www.ovirt.org/OVirt_3.5.z_Release_Management#oVirt_3.5.3
[5] https://bugzilla.redhat.com/1198142
[6] 
https://bugzilla.redhat.com/buglist.cgi?quicksearch=product%3Aovirt%20target_release%3A3.5.3
[7] http://www.ovirt.org/OVirt_3.5.2_Release_Notes
[8] http://www.ovirt.org/Testing/oVirt_3.5.2_Testing


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


Re: [ovirt-users] Change network of ovirt-nodes of a self-hosted engine cluster

2015-03-30 Thread Sandro Bonazzola
Il 30/03/2015 08:40, Sandro Bonazzola ha scritto:
 Il 25/03/2015 14:32, Kostyrev Aleksandr ha scritto:
 Good day!

 I'm in position when I have to change network settings of three ovirt-nodes 
 that comprise my cluster with hosted engine.
 Am I correct that to change network is not a big deal and it is possible?
 My plan was:
 1. shutdown all vms (except engine itself) on all nodes.
 2. enable maintenance mode on all nodes, except the one with running engine
 
 I think you should use Hosted Engine global maintenance while doing this.
 If for some reason the gateway configured in hosted_engine.conf become 
 unreachable I'm not sure it won't try to migrate the VM.
 Adding Martin to the loop.
 

Also if for some reason the storage become unavailable during the network 
settings update, the engine VM will be paused due to missing storage.
I'm not sure about what will happen with the SSL certificates, didi?

 3. change network settings in engine node
 4. shut engine down with hosted-engine --vm-stop
 5. change network settings on all nodes, verify that nodes can ping each 
 other
 6. start engine with hosted-engine --vm-start
 7. change VLAN tag at Logical Network for VMs
 8. activate nodes
 9. start vms

 Does it make sense?

If you manage to end successfully the migration it would be really nice to have 
a wiki page describing the steps you took for this task.



 
 


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


Re: [ovirt-users] Change network of ovirt-nodes of a self-hosted engine cluster

2015-03-30 Thread Sandro Bonazzola
Il 25/03/2015 14:32, Kostyrev Aleksandr ha scritto:
 Good day!
 
 I'm in position when I have to change network settings of three ovirt-nodes 
 that comprise my cluster with hosted engine.
 Am I correct that to change network is not a big deal and it is possible?
 My plan was:
 1. shutdown all vms (except engine itself) on all nodes.
 2. enable maintenance mode on all nodes, except the one with running engine

I think you should use Hosted Engine global maintenance while doing this.
If for some reason the gateway configured in hosted_engine.conf become 
unreachable I'm not sure it won't try to migrate the VM.
Adding Martin to the loop.

 3. change network settings in engine node
 4. shut engine down with hosted-engine --vm-stop
 5. change network settings on all nodes, verify that nodes can ping each other
 6. start engine with hosted-engine --vm-start
 7. change VLAN tag at Logical Network for VMs
 8. activate nodes
 9. start vms
 
 Does it make sense?
 


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


[ovirt-users] [QE] oVirt 3.6.0 status

2015-04-01 Thread Sandro Bonazzola
Hi, here's an update on 3.6 status on integration / rel-eng side
The tracker bug for 3.6.0 [1] currently shows no blockers.

Repository closure is currently broken on Fedora 20 due to a missing required 
dependency on recent libvirt, a patch fixing this issue is currently
under review[4].

There are 577 bugs [2] targeted to 3.6.0.

NEW ASSIGNEDPOSTTotal
docs10  0   0   10
external1   0   0   1
gluster 48  5   3   56
i18n2   0   0   2
infra   68  4   9   81
integration 54  5   4   63
network 38  1   9   48
node28  3   2   33
ppc 0   0   1   1
sla 51  3   2   56
spice   1   0   0   1
storage 72  5   7   84
ux  31  0   3   34
virt58  5   12  75
Total   462 31  52  545


Features submission is still open until 2015-04-22 as per current release 
schedule.
Maintainers: be sure to have your features tracked in the google doc[3]



[1] https://bugzilla.redhat.com/1155425
[2] 
https://bugzilla.redhat.com/buglist.cgi?quicksearch=target_release%3A3.6.0%20Product%3AoVirt%20status%3Anew%2Cassigned%2Cpost
[3] http://goo.gl/9X3G49
[4] https://gerrit.ovirt.org/39249


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


[ovirt-users] Get involved in oVirt project! Spring Holidays / April edition

2015-04-01 Thread Sandro Bonazzola
Hi,
have you got some free time in upcoming holidays and do you want to get 
involved in oVirt project?

Do you like the idea of having fresh disk images of recent distribution in 
oVirt Gluster repository?
You can help us by testing existing online images (like 
https://getfedora.org/en/cloud/download/) ensuring they works with cloud-init
or creating one yourself and report your success to de...@ovirt.org.
We'll be happy to upload the images once these are ready.


Do you like Debian and do you have some programming skill?
Help us getting VDSM running on it!
You can follow the progress here: http://www.ovirt.org/VDSM_on_Debian

Here are some bugs you can hopefully fix in less that one day or you can just 
try to reproduce providing info:

Bug ID  Status  Whiteboard  Summary
1083104 ASSIGNEDintegration engine-setup --offline does not update 
versionlock
1073421 NEW integration [RFE] allow additional parameter for 
engine-backup to omit audit_log data
1065350 NEW integration hosted-engine should prompt a question 
at the user when the host was already a host in the engine
1059952 NEW integration hosted-engine --deploy (additional 
host) will fail if the engine is not using the default self-signed CA


Do you want something easier?

Bug ID  Whiteboard  Status  Summary
1174285 i18nNEW [de-DE] Live Snapshot Support reads Live 
Snapsnot Support
772931  infra   NEW [RFE] Reports should include the name of the 
oVirt engine
1143817 integration NEW [TEXT ONLY] - Hosted Engine - Instructions for 
FQDN are not clear enough
1156060 integration NEW [text] engine admin password prompt consistency
1115059 network NEW Incomplete error message when adding VNIC 
profile to running VM
734120  storage NEW [RFE] VDSM: use virt-sparsify/zerofree to 
reduce image size


Do you love DevOps?, you count stable builds in jenkins ci while trying to 
fall a sleep?
Then oVirt infra team is looking for you!, join the infra team and dive in to 
do the newest and coolest devops tools today!
Here are some of our open tasks you can help with: 
https://fedorahosted.org/ovirt/report/1


You don't have programming skills, not enough time for DevOps but you want 
still to contribute?
Here are some bugs you can take care of, also without writing a line of code:
https://bugzilla.redhat.com/buglist.cgi?quicksearch=product%3Aovirt%20whiteboard%3Adocs

Do you prefer to test things? We have some test cases[5] you can try using 
nightly snapshots[6]

Do you want to contribute test cases? Most of the features[7] included in oVirt 
are missing a test case, you're welcome to contribute one!

Is this the first time you try to contribute to oVirt project?
You can start from here [1][2]!

You don't know gerrit very well? You can find some more docs here [3].

Any other question about development? Feel free to ask on de...@ovirt.org or on 
irc channel[4].

Let us know you're getting involved, present yourself and tell us what you're 
going to do, you'll be welcome!

[1] http://www.ovirt.org/Develop
[2] http://www.ovirt.org/Working_with_oVirt_Gerrit
[3] https://gerrit-review.googlesource.com/Documentation
[4] http://www.ovirt.org/Community
[5] http://www.ovirt.org/Category:TestCase
[6] http://www.ovirt.org/Install_nightly_snapshot
[7] http://www.ovirt.org/Category:Feature


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


[ovirt-users] [ANN] oVirt 3.5.2 Third Release Candidate is now available for testing

2015-04-01 Thread Sandro Bonazzola
The oVirt team is pleased to announce that the 3.5.2 Third Release Candidate is 
now
available for testing as of Apr 1st 2015.

The release candidate is available now for Fedora 20,
Red Hat Enterprise Linux 6.6, CentOS 6.6 (or similar) and
Red Hat Enterprise Linux 7.1, CentOS 7.1 (or similar).

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

Please refer to release notes [1] for Installation / Upgrade instructions.
New oVirt Live and oVirt Node ISO will be available soon as well[2].

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

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

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

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


Re: [ovirt-users] [ovirt-devel] [QE][ACTION REQUIRED] oVirt 3.5.2 and 3.5.3 status

2015-04-01 Thread Sandro Bonazzola
Il 01/04/2015 16:39, Einav Cohen ha scritto:
 1204434  POSTux  Context Sensitive Help: GUI needs to use 
 different mapping
 files for different locales.
 1206903  NEW ux  Context Sensitive Help: GUI needs to use 
 different mapping
 files for different locales.
 
 one of the above is targeted for 3.6, the other is targeted for 3.5.3. 
 none of them is a blocker, let alone a blocker for 3.5.2, so not sure 
 why they are in this list?

They're in the dependency graph for the release tracker:
https://bugzilla.redhat.com/showdependencytree.cgi?id=1186161hide_resolved=1


 
 - Original Message -
 From: Sandro Bonazzola sbona...@redhat.com
 Sent: Wednesday, April 1, 2015 7:29:51 AM

 Hi,

 we've released 3.5.2 RC3 this morning[0] easing the testing of the fixed bugs
 on the newly released CentOS 7.1 distribution.
 Please be aware that a CentOS 7.1 respin has been released this morning[2].

 We have one open blocker for 3.5.2[1]:

 Bug ID   Whiteboard  Status  Summary
 1206722  storage POSTLive Merge: Active layer merge is not properly
 synchronized with vdsm

 and 3 dependency not yet fixed:
 Bug ID   Status  Summary
 1206365  POSTstorage Live Merge: Active layer merge is not properly
 synchronized with vdsm
 1204434  POSTux  Context Sensitive Help: GUI needs to use 
 different mapping
 files for different locales.
 1206903  NEW ux  Context Sensitive Help: GUI needs to use 
 different mapping
 files for different locales.

 We'll need another release candidate before GA.

 We still have 2 bugs in MODIFIED and 9 on QA[3]:

  MODIFIEDON_QA   Total
 infra0   4   4
 integration  0   1   1
 network  0   2   2
 sla  1   0   1
 storage  1   1   2
 virt 0   1   1
 Total2   9   11

 ACTION: Testers: you're welcome to verify bugs currently ON_QA.
 ACTION: Assingee and Maintainers to check modified bugs to see if they're
 fixed in RC3

 All remaining bugs not marked as blockers have been moved to 3.5.3.
 A release management entry has been added for tracking the schedule of
 3.5.3[4]
 A bug tracker [5] has been created for 3.5.3 and currently shows no blockers.

 We have 27 bugs currently targeted to 3.5.3[6]:

 Whiteboard   NEW ASSIGNEDPOSTTotal
 docs 1   0   0   1
 external 1   0   0   1
 gluster  1   0   0   1
 infra1   2   0   3
 network  2   0   0   2
 node 2   0   1   3
 ppc  0   0   1   1
 sla  4   0   0   4
 storage  7   0   1   8
 ux   1   0   1   2
 virt 1   0   0   1
 Total21  2   4   27


 ACTION: Maintainers / Assignee: to review the bugs targeted to 3.5.3 ensuring
 they're correctly targeted.
 ACTION: Maintainers: to fill release notes for 3.5.2, the page has been
 created and updated here [7]
 ACTION: Testers: please add yourself to the test page [8]


 [0] http://lists.ovirt.org/pipermail/announce/2015-April/000165.html
 [1] https://bugzilla.redhat.com/1186161
 [2] http://lists.centos.org/pipermail/centos-announce/2015-April/021010.html
 [3] http://goo.gl/UEVTCf
 [4] http://www.ovirt.org/OVirt_3.5.z_Release_Management#oVirt_3.5.3
 [5] https://bugzilla.redhat.com/1198142
 [6]
 https://bugzilla.redhat.com/buglist.cgi?quicksearch=product%3Aovirt%20target_release%3A3.5.3
 [7] http://www.ovirt.org/OVirt_3.5.2_Release_Notes
 [8] http://www.ovirt.org/Testing/oVirt_3.5.2_Testing

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



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


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

2015-03-02 Thread Sandro Bonazzola
Il 02/03/2015 12:11, Dan Kenigsberg ha scritto:
 On Mon, Mar 02, 2015 at 11:35:00AM +0100, Sandro Bonazzola wrote:
 Il 02/03/2015 11:30, Dan Kenigsberg ha scritto:
 On Mon, Mar 02, 2015 at 08:46:51AM +0100, Sandro Bonazzola wrote:
 Il 27/02/2015 23:43, Dan Kenigsberg ha scritto:
 On Fri, Feb 27, 2015 at 03:48:22PM -0500, Nir Soffer wrote:
 - Original Message -
 From: Nir Soffer nsof...@redhat.com
 To: Sandro Bonazzola sbona...@redhat.com
 Cc: annou...@ovirt.org, Users@ovirt.org, de...@ovirt.org
 Sent: Friday, February 27, 2015 10:35:52 PM
 Subject: Re: [ovirt-users] [ovirt-devel] [ANN] oVirt 3.5.2 First 
 ReleaseCandidate is nowavailable for testing

 - Original Message -
 From: Sandro Bonazzola sbona...@redhat.com
 To: annou...@ovirt.org, de...@ovirt.org, Users@ovirt.org
 Sent: Friday, February 27, 2015 12:00:10 PM
 Subject: [ovirt-devel] [ANN] oVirt 3.5.2 First Release Candidate is now
available for testing

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 The oVirt team is pleased to announce that the 3.5.2 First Release
 Candidate
 is now
 available for testing as of Feb 27th 2015.

 The release candidate is available now for Fedora 20...

 Do we support Fedora 21?

 I don't recall a formal statement about it, but I surely WANT to support
 it, as nowadays it is the run-of-the-mill Fedora version.

 Please be sure that all relevant rpms for VDSM Fedora 21 support are 
 published in ovirt-3.5-snapshot.
 Latest job run 
 is:http://jenkins.ovirt.org/view/Publishers/job/publish_ovirt_rpms_nightly_3.5/298/console

 Important point in deed: no Vdsm build is there or in
 http://resources.ovirt.org/pub/ovirt-3.5-snapshot/rpm/fc21/noarch/

 What should be done to enabled f21 builds of Vdsm?


 change the vdsm build job for 3.5 in order to make it building for fedora 21 
 too (yaml code in jenkins repo)
 
 This https://gerrit.ovirt.org/#/c/38273/ would be a starat?

Yes, that's a start.

 
 change the publisher job for 3.5 in order to publish the artifacts from the 
 fedora 21 vdsm build job (manual change in jenkins job, not yet migrated
 to yaml)

 Same for all the vdsm deps.


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


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

2015-03-02 Thread Sandro Bonazzola
Il 02/03/2015 11:30, Dan Kenigsberg ha scritto:
 On Mon, Mar 02, 2015 at 08:46:51AM +0100, Sandro Bonazzola wrote:
 Il 27/02/2015 23:43, Dan Kenigsberg ha scritto:
 On Fri, Feb 27, 2015 at 03:48:22PM -0500, Nir Soffer wrote:
 - Original Message -
 From: Nir Soffer nsof...@redhat.com
 To: Sandro Bonazzola sbona...@redhat.com
 Cc: annou...@ovirt.org, Users@ovirt.org, de...@ovirt.org
 Sent: Friday, February 27, 2015 10:35:52 PM
 Subject: Re: [ovirt-users] [ovirt-devel] [ANN] oVirt 3.5.2 First Release  
 Candidate is nowavailable for testing

 - Original Message -
 From: Sandro Bonazzola sbona...@redhat.com
 To: annou...@ovirt.org, de...@ovirt.org, Users@ovirt.org
 Sent: Friday, February 27, 2015 12:00:10 PM
 Subject: [ovirt-devel] [ANN] oVirt 3.5.2 First Release Candidate is now
  available for testing

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 The oVirt team is pleased to announce that the 3.5.2 First Release
 Candidate
 is now
 available for testing as of Feb 27th 2015.

 The release candidate is available now for Fedora 20...

 Do we support Fedora 21?

 I don't recall a formal statement about it, but I surely WANT to support
 it, as nowadays it is the run-of-the-mill Fedora version.

 Please be sure that all relevant rpms for VDSM Fedora 21 support are 
 published in ovirt-3.5-snapshot.
 Latest job run 
 is:http://jenkins.ovirt.org/view/Publishers/job/publish_ovirt_rpms_nightly_3.5/298/console
 
 Important point in deed: no Vdsm build is there or in
 http://resources.ovirt.org/pub/ovirt-3.5-snapshot/rpm/fc21/noarch/
 
 What should be done to enabled f21 builds of Vdsm?
 

change the vdsm build job for 3.5 in order to make it building for fedora 21 
too (yaml code in jenkins repo)
change the publisher job for 3.5 in order to publish the artifacts from the 
fedora 21 vdsm build job (manual change in jenkins job, not yet migrated
to yaml)

Same for all the vdsm deps.


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


[ovirt-users] Get involved in oVirt project! March edition

2015-03-02 Thread Sandro Bonazzola
Hi,
do you want to get involved in oVirt project?

Do you like Debian and do you have some programming skill?
Help us getting VDSM running on it!
You can follow the progress here: http://www.ovirt.org/VDSM_on_Debian

Here are some bugs you can hopefully fix in less that one day or you can just 
try to reproduce providing info:

Bug ID  Whiteboard  Status  Summary
1059952 integration NEW hosted-engine --deploy (additional host) will 
fail if the engine is not using the default self-signed CA
1065350 integration NEW hosted-engine should prompt a question at the 
user when the host was already a host in the engine
1073421 integration NEW [RFE] allow additional parameter for 
engine-backup to omit audit_log data
1083104 integration NEW engine-setup --offline does not update 
versionlock

Do you want something easier?

Bug ID  Whiteboard  Status  Summary
1174285 i18nNEW [de-DE] Live Snapshot Support reads Live 
Snapsnot Support
772931  infra   NEW [RFE] Reports should include the name of the 
oVirt engine
1143817 integration NEW [TEXT ONLY] - Hosted Engine - Instructions for 
FQDN are not clear enough
1156060 integration NEW [text] engine admin password prompt consistency
1115059 network NEW Incomplete error message when adding VNIC 
profile to running VM
734120  storage NEW [RFE] VDSM: use virt-sparsify/zerofree to 
reduce image size


Do you love DevOps?, you count stable builds in jenkins ci while trying to 
fall a sleep?
Then oVirt infra team is looking for you!, join the infra team and dive in to 
do the newest and coolest devops tools today!
Here are some of our open tasks you can help with: 
https://fedorahosted.org/ovirt/report/1


You don't have programming skills, not enough time for DevOps but you want 
still to contribute?
Here are some bugs you can take care of, also without writing a line of code:
https://bugzilla.redhat.com/buglist.cgi?quicksearch=product%3Aovirt%20whiteboard%3Adocs

Do you prefer to test things? We have some test cases[5] you can try using 
nightly snapshots[6]

Do you want to contribute test cases? Most of the features[7] included in oVirt 
are missing a test case, you're welcome to contribute one!

Is this the first time you try to contribute to oVirt project?
You can start from here [1][2]!

Don't know gerrit very well? You can find some more docs here [3].

Any other question about development? Feel free to ask on de...@ovirt.org or on 
irc channel[4].

Let us know you're getting involved, present yourself and tell us what you're 
going to do, you'll be welcome!

[1] http://www.ovirt.org/Develop
[2] http://www.ovirt.org/Working_with_oVirt_Gerrit
[3] https://gerrit-review.googlesource.com/Documentation
[4] http://www.ovirt.org/Community
[5] http://www.ovirt.org/Category:TestCase
[6] http://www.ovirt.org/Install_nightly_snapshot
[7] http://www.ovirt.org/Category:Feature


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


[ovirt-users] [ACTION REQUIRED] oVirt 3.5.2 and 3.5.3 status

2015-03-04 Thread Sandro Bonazzola
Hi,
We still have one open blocker for 3.5.2[1]:

Bug ID  Whiteboard  Status  Summary
1176937 virtASSIGNEDInstance type: delta icon (new 
configuration for next run) does not appear on running pool VMs.

ACTION: Tomas Jelinek to provide ETA for the blocker bug.

We also had 4 blockers fixed since 3.5.2 RC1[2] so a new RC will be scheduled 
when the last blocker will be fixed and GA postponed to one week later
as release criteria for RC1 are not met.

We still have 16 bugs in MODIFIED and 45 on QA[8]:

Whiteboard  MODIFIEDON_QA   Total
infra   8   15  23
integration 0   4   4
network 2   3   5
node1   0   1
sla 2   3   5
storage 3   13  16
virt0   7   7
Total   16  45  61

ACTION: Maintainers/Assignee: please move bugs to ON_QA if they're included in 
3.5.2 RC1
ACTION: Testers: you're welcome to verify bugs currently ON_QA.


All remaining bugs not marked as blockers have been moved to 3.5.3.
A release management entry has been added for tracking the schedule of 3.5.3[3]
A bug tracker [4] has been created for 3.5.3.
We have 33 bugs currently targeted to 3.5.3[5]:

Whiteboard  NEW ASSIGNEDPOSTTotal
doc 1   0   0   1
docs1   0   0   1
gluster 4   0   1   5
infra   2   2   0   4
integration 1   0   0   1
network 0   1   0   1
node3   0   1   4
ppc 0   0   1   1
sla 4   0   0   4
storage 8   0   0   8
ux  0   0   1   1
virt1   0   1   2
Total   25  3   5   33

ACTION: Maintainers / Assignee: to review the bugs targeted to 3.5.3 ensuring 
they're correctly targeted.
ACTION: Maintainers: to fill release notes for 3.5.2, the page has been created 
and updated here [6]
ACTION: Testers: please add yourself to the test page [7]

[1] https://bugzilla.redhat.com/1186161
[2] 
https://bugzilla.redhat.com/buglist.cgi?action=wrapbug_id=1179558%2C1188176%2C1194410%2C1196327
[3] http://www.ovirt.org/OVirt_3.5.z_Release_Management#oVirt_3.5.3
[4] https://bugzilla.redhat.com/1198142
[5] 
https://bugzilla.redhat.com/buglist.cgi?quicksearch=product%3Aovirt%20target_release%3A3.5.3
[6] http://www.ovirt.org/OVirt_3.5.2_Release_Notes
[7] http://www.ovirt.org/Testing/oVirt_3.5.2_Testing
[8] http://goo.gl/UEVTCf

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


[ovirt-users] [QE] oVirt 3.6.0 status

2015-03-04 Thread Sandro Bonazzola
Hi, here's an update on 3.6 status on integration / rel-eng side
The tracker bug for 3.6.0 [1] currently shows no blockers.

There are 560 bugs [2] targeted to 3.6.0.

NEW ASSIGNEDPOSTTotal
docs11  0   0   11
gluster 29  2   2   33
i18n2   0   0   2
infra   81  8   7   96
integration 61  5   4   70
network 32  2   9   43
node27  4   3   34
ppc 0   0   1   1
sla 53  3   0   56
spice   1   0   0   1
storage 72  5   6   83
ux  34  0   8   42
virt72  6   10  88
Total   475 35  50  560

Features submission is still open until 2015-04-22 as per current release 
schedule.
Maintainers: be sure to have your features tracked in the google doc[3]


[1] https://bugzilla.redhat.com/1155425
[2] 
https://bugzilla.redhat.com/buglist.cgi?quicksearch=target_release%3A3.6.0%20Product%3AoVirt%20status%3Anew%2Cassigned%2Cpost
[3] http://goo.gl/9X3G49

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


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

2015-03-01 Thread Sandro Bonazzola
Il 27/02/2015 23:43, Dan Kenigsberg ha scritto:
 On Fri, Feb 27, 2015 at 03:48:22PM -0500, Nir Soffer wrote:
 - Original Message -
 From: Nir Soffer nsof...@redhat.com
 To: Sandro Bonazzola sbona...@redhat.com
 Cc: annou...@ovirt.org, Users@ovirt.org, de...@ovirt.org
 Sent: Friday, February 27, 2015 10:35:52 PM
 Subject: Re: [ovirt-users] [ovirt-devel] [ANN] oVirt 3.5.2 First Release
 Candidate is nowavailable for testing

 - Original Message -
 From: Sandro Bonazzola sbona...@redhat.com
 To: annou...@ovirt.org, de...@ovirt.org, Users@ovirt.org
 Sent: Friday, February 27, 2015 12:00:10 PM
 Subject: [ovirt-devel] [ANN] oVirt 3.5.2 First Release Candidate is now
available for testing

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 The oVirt team is pleased to announce that the 3.5.2 First Release
 Candidate
 is now
 available for testing as of Feb 27th 2015.

 The release candidate is available now for Fedora 20...

 Do we support Fedora 21?
 
 I don't recall a formal statement about it, but I surely WANT to support
 it, as nowadays it is the run-of-the-mill Fedora version.

Please be sure that all relevant rpms for VDSM Fedora 21 support are published 
in ovirt-3.5-snapshot.
Latest job run 
is:http://jenkins.ovirt.org/view/Publishers/job/publish_ovirt_rpms_nightly_3.5/298/console
Thanks!

 

 May be also relevant for Fedora 20 with virt-preview repository.

 Note also that we cannot use libvirt 1.2.8 on Fedora 20, since it contains
 critical bug that breaks live storage migration. This bug was fixed in 
 libvirt 1.2.9.
 See https://bugzilla.redhat.com/1176673

 Summary:
 - Fedora 20 is ok since it uses libvirt 1.1.3.
 - Fefora 20 with virt-preview must provide libvirt = 1.2.9 and vdsm must
   include the patch bellow
 - Fedora 21 provides libvirt 1.2.9 and vdsm must include the patch bellow.

 These requirement are not enforced in vdsm spec yet.


 If we do, then this fix _must_ be included in 3.5.2:
 https://gerrit.ovirt.org/38201 vm: Fix LSM when using libvirt = 1.2.8
 
 Please mark the relevant bug as a blocker of the 3.5.2 tracker. That
 would make sure we don't release without it.
 


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


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

2015-03-01 Thread Sandro Bonazzola
Il 27/02/2015 21:48, Nir Soffer ha scritto:
 - Original Message -
 From: Nir Soffer nsof...@redhat.com
 To: Sandro Bonazzola sbona...@redhat.com
 Cc: annou...@ovirt.org, Users@ovirt.org, de...@ovirt.org
 Sent: Friday, February 27, 2015 10:35:52 PM
 Subject: Re: [ovirt-users] [ovirt-devel] [ANN] oVirt 3.5.2 First Release 
 Candidate is nowavailable for testing

 - Original Message -
 From: Sandro Bonazzola sbona...@redhat.com
 To: annou...@ovirt.org, de...@ovirt.org, Users@ovirt.org
 Sent: Friday, February 27, 2015 12:00:10 PM
 Subject: [ovirt-devel] [ANN] oVirt 3.5.2 First Release Candidate is now
 available for testing

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 The oVirt team is pleased to announce that the 3.5.2 First Release
 Candidate
 is now
 available for testing as of Feb 27th 2015.

 The release candidate is available now for Fedora 20...

 Do we support Fedora 21?
 
 May be also relevant for Fedora 20 with virt-preview repository.
 
 Note also that we cannot use libvirt 1.2.8 on Fedora 20, since it contains
 critical bug that breaks live storage migration. This bug was fixed in 
 libvirt 1.2.9.
 See https://bugzilla.redhat.com/1176673
 
 Summary:
 - Fedora 20 is ok since it uses libvirt 1.1.3.
 - Fefora 20 with virt-preview must provide libvirt = 1.2.9 and vdsm must
   include the patch bellow

Fedora 20 virt preview won't be updated anymore now that F21 is out.
On Fedora 20 you should be sure that if virt-preview is enabled either it 
conflicts with the broken versions or explicitly require 1.1.3.

 - Fedora 21 provides libvirt 1.2.9 and vdsm must include the patch bellow.
 
 These requirement are not enforced in vdsm spec yet.
 

 If we do, then this fix _must_ be included in 3.5.2:
 https://gerrit.ovirt.org/38201 vm: Fix LSM when using libvirt = 1.2.8

 Nir
 ___
 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


[ovirt-users] [ANN] oVirt 3.5.2 First Release Candidate is now available for testing

2015-02-27 Thread Sandro Bonazzola
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The oVirt team is pleased to announce that the 3.5.2 First Release Candidate is 
now
available for testing as of Feb 27th 2015.

The release candidate is available now for Fedora 20, Red Hat Enterprise Linux 
6.6
(or similar) and Red Hat Enterprise Linux 7 (or similar).

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

Please refer to release notes [1] for Installation / Upgrade instructions.
New oVirt Live and oVirt Node ISO will be available soon as well[2].

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

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

[1] http://www.ovirt.org/OVirt_3.5.2_Release_Notes
[2] http://resources.ovirt.org/pub/ovirt-3.5-pre/iso/

- - --
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIbBAEBAgAGBQJU8EAkAAoJEHw3u57E4QAOtokP+OigmVJQh7+oy2mmRwWd5Ts3
AH+jDAvSFZnIAYOGHViwcuqGX4z3jA5vnPFKmqVyUKDByPmJgzZA/JNkv+muYRQD
R00qiL7rda5r/OXB87UoFk+nm5+fnCMPsPt3XkeQUUe4YxlhKTqpe4LuDElEFrgN
SprlPc3WbnzDRjsrWipdi/ZphYbi76udOkY25gnSlKcOGrmrZsElj+Lzuq5X4819
dwNUw3pcvDelgn1hQ9Gldj1OWUrqu2flgi8br4x0hDV46eEc3jxKbu932HWLgfir
iPJ4VkrE/cYng6GJTWTT6x38S2jZiJEDMRRaITQGm6eVkcgwFQsyKYS4+YbReawc
0OENE8J6kCRbEmUciXUQDfHWGc65k/1cZKOmHWXoalXGXfOpyxbIb3yCr9Rcnd7a
UitfgzMRJUvhtiGcK7jJcPCx/71aaxLYWjDBxpVDiQlVYVUFnM6GBeBrRApdv2uZ
AY4c54Ork8xy9Z4HgkTXGOpqrl3aKBeHSDK4lCbkgxQ7xOTcGAiijryCu28nvwYd
remkdk7mK8qmospNOc27RbpbkBdExTpnX/6jY7MKALR+IcWyF9A2FpenxS8bpTHG
dGRLk1p9iL/N0Iyl4GH6XxBoD+olWgHb8bcM11fITK5Ts3XK9rQ6hd6u79ux5WsN
HdGAsUb2PtB7ysb6X1s=
=HVxm
-END PGP SIGNATURE-
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Where do you run oVirt? Here are the answers!

2015-03-03 Thread Sandro Bonazzola
. Fedora20 installation was pretty much problem free.
Using NFS on Synology NAS for vm disks.

--
3 clusters, 1 gluster storage cluster, 50 TB total disk space, with 4 hosts 
all volumes replica 3
2 virtualisation clusters, SandyBridge with 5 hosts, Nehelem with 2 hosts
running about 70 mostly Linux clients, hosted engine runs on 3 of the 
SandyBridge nodes.

--
I use oVirt since version 3.0. The evolution of this project is outstanding. 
The biggest unsolved problem is that there is no good backup solution for
oVirt.

--
Modest server with all-in-one oVirt installation.

--
oVirt is for Testing actually, I should say validate. We use Xen Open Source 
and plan to migrate to oVirt during this year.

--
4 nodes, 30 VM's (10 are HA), ISO and export domain on NAS, local drives 
shared over NFS between nodes, one FC primary storage domain 1TB. Engine is
a KVM VM on a CentOS host.

--
5 hosts, FC 

--
Development system for working with other Open Source projects.

--
1. DATA_DOMAIN - HP P2000 G3 FC
2. Nodes - Intel server boards SB2400BB
3. VMS - On CentOS 6.6

--
We are developing VDI solution based on oVirt/KVM/SPICE.

--
So I answered for my largest oVirt cluster. I actually have several

--
Create multiple VM using ovirt in order to provide platform as a service in my 
campus environment.
All the VM(s) created will be used to run web based application for the purpose 
of final year project presentation.
I did this only on 1 physical server as we currently have the limitation on the 
hardware part.

--
small lab environment, ~10 nodes, ~20-30 VMs. 

--
Ovirt 3.4.4 with 16 VDSM Nodes and 170 virtual machines. We currently use 
Direct attached disks from our ISCSI SAN and we use the snapshot and
replication features of the SAN (Dell Equallogic).

--
Lab @Home
SuperMicro mainboard with 1 x Xeon quad core cpu (Sandy Bridge)
32 GB RAM
Synology NAS with storage for oVirt through iSCSI

--
IBM Blade Center.
1 Engine
2 Ovirt Nodes
1 NAS for NFS

--
We started looking at OVIRT a while ago and it had come a long way. My only 
objection to migrating it into our production is the issues we have with
the network interfaces (bonded VLAN tags on the mgmt) and their removal on 
boot/reboot. Other than that we have fully tested multi-cluster glusterized
environments successfully.
Again outside of the networks the only other feature I would suggest is gluster 
storage for the hosted engine. 

--
Storage is ZFS shared over NFS via dual 10 gbit links. Running 15 nodes now.

--
We will upgrade up CentOS7 soon

--
2 FC datacenters, 4 VNX SAN, 2 4To Lun,  25 hosts on 2 physical sites, 180 
centos server vms. We used to recycle all our old servers (1950, 2950, G6
etc..) to get additional vCPU and RAM,  but it has no more interest since we 
got 4 new r630 chassis with 128 Go of RAM and 40 vCPUs per server. So the
goal is to reduce the number of hosts when keeping the same capacities.

--
2 production setups in different DC, beginning their history from ovirt-3.2, 
thus centos6 and no hosted-engine.
dell m1000e bladesystem + fc storage in first one; hp dl580 g7 + fc storage in 
second. ~150 vms in each

--
Storage is ZFS shared over NFS via dual 10 gbit links. Running 15 nodes now.

--
Just started using Ovirt, we're using supermicro microcloud servers with 32GB 
memory and quad core E3-1241v3 Xeons.
We're using the jenkins builds of ovirt-node since there isn't a recent 
ovirt-node build. 

--
Hyorvisor used also as replica glusterfs nodes.

--
We run about 20 VMs on 3 proliant machines with a msa backed shared storage.
We have migrated dec/jan to oVirt and I am a big fan of the virtualization 
solution. We ran VPS before on Virtuozzo, but it did not provide out of the
box HA.
The only thing I was missing is some way of automated backups.
We have finally bought a proprietary backup solution ( R1soft CDP ) to run 
within the VMs to have disaster and file backups.
Overall a great product!




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


Re: [ovirt-users] [QE][ACTION NEEDED] oVirt 3.5.2 RC status - postponing

2015-02-25 Thread Sandro Bonazzola
Il 24/02/2015 19:25, Einav Cohen ha scritto:
 - Please update the target to 3.5.3 or later for bugs that won't be in 3.5.2:
   it will ease gathering the blocking bugs for next releases.
 
 can we add a '3.5.3' value to the 'Target Release' field in bugzilla?

Done


 
 - Original Message -
 From: Sandro Bonazzola sbona...@redhat.com
 To: Yair Zaslavsky yzasl...@redhat.com, Simone Tiraboschi 
 stira...@redhat.com, Users@ovirt.org,
 de...@ovirt.org
 Sent: Tuesday, February 24, 2015 9:54:27 AM
 Subject: [ovirt-users] [QE][ACTION NEEDED] oVirt 3.5.2 RC status - postponing

 Hi,
 We still have one open blocker for 3.5.2[1]:

 Bug ID   Whiteboard  Status  Summary
 1161012  infra   POSTtask cleaning utility  should erase commands 
 that have
 running tasks

 We need to postpone the RC until this will be fixed.
 The patch is already under review and verification so it shouldn't take too
 much.


 There are still 48 bugs [2] targeted to 3.5.2.
 Excluding node and documentation bugs we still have 42 bugs [3] targeted to
 3.5.2.

 Whiteboard   NEW ASSIGNEDPOSTTotal
 doc  1   0   0   1
 docs 1   0   0   1
 gluster  4   0   1   5
 infra4   2   8   14
 integration  0   0   1   1
 network  1   1   0   2
 node 4   0   1   5
 ppc  0   0   1   1
 sla  4   0   0   4
 storage  11  0   0   11
 ux   1   0   0   1
 virt 1   0   1   2
 Total32  3   13  48


 Maintainers / Assignee:
 - Please add the bugs to the tracker if you think that 3.5.2 should not be
 released without them fixed.
 - Please update the target to 3.5.3 or later for bugs that won't be in 3.5.2:
   it will ease gathering the blocking bugs for next releases.
 - Please fill release notes, the page has been created and updated here [4]

 Community:
 - If you're testing oVirt 3.5 nightly snapshot, please add yourself to the
 test page [5]

 [1] http://bugzilla.redhat.com/1186161
 [2] http://goo.gl/crVJPH
 [3] http://goo.gl/2qTZZU
 [4] http://www.ovirt.org/OVirt_3.5.2_Release_Notes
 [5] http://www.ovirt.org/Testing/oVirt_3.5.2_Testing

 --
 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





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


[ovirt-users] [QE][ACTION REQUIRED] oVirt 3.6.0 status

2015-02-25 Thread Sandro Bonazzola
Hi, here's an update on 3.6 status on integration / rel-eng side

Schedule for 3.6.0 has been published[1] and external project schedules have 
been updated[2].

The tracker bug for 3.6.0 [3] currently shows no blockers.

There are 561 bugs [4] targeted to 3.6.0.
Excluding node and documentation bugs we have 514 bugs [5] targeted to 3.6.0.


NEW ASSIGNEDPOSTTotal
docs11  0   0   11
gluster 30  2   1   33
i18n2   0   0   2
infra   83  8   5   96
integration 61  6   4   71
network 32  2   9   43
node27  3   3   33
ppc 0   0   1   1
sla 53  3   0   56
spice   1   0   0   1
storage 74  4   5   83
ux  34  0   8   42
virt73  6   10  89
Total   481 34  46  561


Features submission is still open until 2015-04-22 as per current release 
schedule.
Be sure to have your features tracked in the google doc[6]

From integration side, Hosted Engine support for FC is available in nightly 
builds for testing.


[1] http://www.ovirt.org/OVirt_3.6_Release_Management#Key_Milestones
[2] http://www.ovirt.org/OVirt_3.6_Release_Management#External_Project_Schedules
[3] https://bugzilla.redhat.com/show_bug.cgi?id=1155425
[4] 
https://bugzilla.redhat.com/buglist.cgi?quicksearch=target_release%3A3.6.0%20Product%3AoVirt%20status%3Anew%2Cassigned%2Cpost
[5] http://goo.gl/ZbUiMc
[6] http://goo.gl/9X3G49


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


[ovirt-users] [QE][ACTION NEEDED] oVirt 3.5.2 RC status - postponing

2015-02-24 Thread Sandro Bonazzola
Hi,
We still have one open blocker for 3.5.2[1]:

Bug ID  Whiteboard  Status  Summary
1161012 infra   POSTtask cleaning utility  should erase commands that have 
running tasks

We need to postpone the RC until this will be fixed.
The patch is already under review and verification so it shouldn't take too 
much.


There are still 48 bugs [2] targeted to 3.5.2.
Excluding node and documentation bugs we still have 42 bugs [3] targeted to 
3.5.2.

Whiteboard  NEW ASSIGNEDPOSTTotal
doc 1   0   0   1
docs1   0   0   1
gluster 4   0   1   5
infra   4   2   8   14
integration 0   0   1   1
network 1   1   0   2
node4   0   1   5
ppc 0   0   1   1
sla 4   0   0   4
storage 11  0   0   11
ux  1   0   0   1
virt1   0   1   2
Total   32  3   13  48


Maintainers / Assignee:
- Please add the bugs to the tracker if you think that 3.5.2 should not be 
released without them fixed.
- Please update the target to 3.5.3 or later for bugs that won't be in 3.5.2:
  it will ease gathering the blocking bugs for next releases.
- Please fill release notes, the page has been created and updated here [4]

Community:
- If you're testing oVirt 3.5 nightly snapshot, please add yourself to the test 
page [5]

[1] http://bugzilla.redhat.com/1186161
[2] http://goo.gl/crVJPH
[3] http://goo.gl/2qTZZU
[4] http://www.ovirt.org/OVirt_3.5.2_Release_Notes
[5] http://www.ovirt.org/Testing/oVirt_3.5.2_Testing

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


[ovirt-users] [ACTION REQUIRED] oVirt 3.5.2 branch created

2015-02-24 Thread Sandro Bonazzola
Hi,
oVirt 3.5.2 branch has been created on hash:
* 405c933 - userportal, webadmin: allow SSO robots to fill in the login form 
(34 minutes ago) Greg Sheremeta
All patches targeted to 3.5.2 will need to be cherry-picked on the 3.5.2 branch 
too.

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


Re: [ovirt-users] [DISCUSSION] oVirt Weekly Sync Goals and Future.

2015-04-02 Thread Sandro Bonazzola
Il 01/04/2015 17:28, Yaniv Dary ha scritto:
 Hi,
 In my opinion the current format can be replaced by a etherpad update that is 
 sent as a newsletter every week. The current format doesn't add a lot of
 value to the project work and doesn't create a real sync on the ongoing 
 topics. No decisions are done today there as well.
 
 What do you think should be the goal of the weekly meeting? How can we 
 improve it? Is a newsletter a good enough update?

I think a newsletter can replace the current sync format.


 
 
 Thanks!
 
 -- 
 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
 
 
 
 ___
 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


[ovirt-users] Agenda for April 22 oVirt Weekly Sync

2015-04-21 Thread Sandro Bonazzola
Hi,
I would like to add to the oVirt Weekly Sync agenda the following topics

- oVirt 3.5.2 GA - Go / No Go
- oVirt 3.6.0 Feature submission deadline
- oVirt Infra security hardening status
- Action items status from previous sync meeting
- Schedule / Volunteers for office hours series

Thanks,

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


Re: [ovirt-users] [ovirt-devel] oVirt 3.6 new feature: Affinity Group Enforcement Service

2015-04-22 Thread Sandro Bonazzola
Il 22/04/2015 14:22, Tomer Saban ha scritto:
 Greetings users and developers,
 
 I'm developing a new feature Affinity Rules Enforcement Service;
 
 In summary,
 ===
 If an anti-affinity policy is applied to VMs that are currently running on 
 the same hypervisor, the engine will not automatically migrate one of them 
 off once the policy is applied. The Affinity Rules Enforcement Service will 
 periodically check that affinity rules are being enforced and will migrate 
 VMs if necessary in order to comply with those rules.
 
 You're welcome to review the feature page:
 http://www.ovirt.org/Affinity_Group_Enforcement_Service
 The feature page is responding to RFE
 https://bugzilla.redhat.com/show_bug.cgi?id=1112332
 
 Your comments appreciated.

The bug is assigned to nobody, please take it.
The feature page is not based on the feature template 
http://www.ovirt.org/Feature_template, please fix it.
Please drop [[Category:Template]] since it's not a template
Please fix categories to be:

[[Category:Feature|Affinity Group Enforcement Service]]
[[Category:oVirt 3.6 Proposed Feature|Affinity Group Enforcement Service]]



 
 Thanks, 
 Tomer 
 
 ___
 Devel mailing list
 de...@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/devel
 


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


Re: [ovirt-users] Problem with 3.5.1 hosted engine setup

2015-04-23 Thread Sandro Bonazzola
Il 22/04/2015 22:42, Willard Dennis ha scritto:
 Hi all,
 
 I’m trying to get a hosted engine set up on a CentOS 7.1 box, per the 
 instructions found
 at http://community.redhat.com/blog/2014/10/up-and-running-with-ovirt-3-5/
 
 When I run the ‘hosted-engine —deploy’ step, I’m getting the following output…
 https://gist.github.com/wdennis/f9783b04d77676881d5b
 
 Looking at the log file, I see the following traceback:
 https://gist.github.com/wdennis/4e4de8413cf2dd1a3c6b
 
 Can anyone tell me what exactly is failing, and how I might fix it?

It's a known issue that have been fixed in next oVirt release (3.5.2) currently 
scheduled for April 28th.
You can either wait for the release or use RC4 pre release following 
instructions in the release notes at
 http://www.ovirt.org/OVirt_3.5.2_Release_Notes


 
 Thanks,
 Will
 
 
 ___
 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


Re: [ovirt-users] ovirtmgmt bridge, hosted engine, and running VMs

2015-04-30 Thread Sandro Bonazzola
Il 29/04/2015 09:55, Garry Tiedemann ha scritto:
 Hi folks,
 
 I have a 3.5 hosted-engine setup, which was recently upgraded from 3.4. It 
 has five nodes, two of them set up for hosted-engine HA.
 
 Initial problem:
 
 One of the hosted-engine HVs had a score of 1800, owing to the management 
 bridge (ovirtmgmt) being absent.
 I put ovirtmgmt bridge back in. The score went to 2400. Great!
 After that, I could use hosted-engine --set-maintenance --mode=local to force 
 it to move to the other blade.
 
 Can't migrate hosted-engine using the oVirt GUI though; I'm sure I've done so 
 before, is that still supposed to work in 3.5?

AFAIK yes, it should still be supported.


 
 Second problem:
 
 Having added the ovirtmgmt bridge, that HV, which was running VMs before, now 
 refuses to accept them.
 
 An example from hosted-engine's engine.log, it refuses to put a VM on these 
 hosts:
 
 2015-04-29 17:23:07,593 INFO  
 [org.ovirt.engine.core.bll.scheduling.SchedulingManager] 
 (ajp--127.0.0.1-8702-2) [4ca60585] Candidate host
 bl09.networkvideo.com.au (4f26611a-9f44-4832-b9e3-1a06b1d513fc) was filtered 
 out by VAR__FILTERTYPE__INTERNAL *filter Network*
 2015-04-29 17:23:07,595 INFO  
 [org.ovirt.engine.core.bll.scheduling.SchedulingManager] 
 (ajp--127.0.0.1-8702-2) [4ca60585] Candidate host
 bl07.networkvideo.com.au (fc50be91-3e07-4447-a0d8-bffbda8a07c6) was filtered 
 out by VAR__FILTERTYPE__INTERNAL filter Network
 
 I think it must relate to the configuration for either the ovirtmgmt bridge, 
 or the physical interface to which the bridge is connected.
 I have seen, for example, the need for BOOTPROTO=none to be in the ifcfg-file.
 So, it seems that filter actually reads config files, and I suspect it's 
 looking for a certain directive and/or syntax. My guess, it's being (too)
 fussy about syntax.
 
 Has anyone else encountered this? I'd be glad to learn more about how that 
 filter works, if someone can point me in the right direction please.
 
 The interface configs for the two scenarios are shown below.
 
 1. eth0 without a bridge - like this, I can run VMs on the HV, but 
 hosted-engine won't go there (of course).
 
 [root@bl09 network-scripts]# cat ifcfg-eth0
 DEVICE=eth0
 HWADDR=00:21:5a:48:4e:4a
 ONBOOT=yes
 IPADDR=10.0.14.9
 NETMASK=255.255.255.0
 GATEWAY=10.0.14.254
 BOOTPROTO=none
 MTU=1500
 DEFROUTE=yes
 NM_CONTROLLED=no
 
 2. With the bridge in, as it is now, I can put hosted-engine on it, but can't 
 run other VMs on there.
 
 [root@bl09 network-scripts]# cat ifcfg-eth0
 DEVICE=eth0
 HWADDR=00:21:5a:48:4e:4a
 BOOTPROTO=none
 ONBOOT=yes
 BRIDGE=ovirtmgmt
 MTU=1500
 DEFROUTE=no
 NM_CONTROLLED=no
 [root@bl09 network-scripts]# cat ifcfg-ovirtmgmt
 DEVICE=ovirtmgmt
 ONBOOT=yes
 TYPE=Bridge
 DELAY=0
 IPADDR=10.0.14.9
 NETMASK=255.255.255.0
 GATEWAY=10.0.14.254
 BOOTPROTO=static
 DEFROUTE=yes
 NM_CONTROLLED=no
 
 Any guidance appreciated.
 
 -- 
 Thanks,
 
 Garry
 
 
 ___
 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


[ovirt-users] [ACTION REQUIRED] oVirt 3.5.3 branch created

2015-04-27 Thread Sandro Bonazzola
Hi,
oVirt 3.5.3 branch has been created on hash:
* 31a0009 - webadmin: Advanced Parameters panel disappear when choosing to 
use hosts provider (30 hours ago) Ravi Nori

All patches targeted to 3.5.3 will need to be cherry-picked on the 3.5.3 branch 
too.

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


Re: [ovirt-users] Hi, introduction from new user

2015-05-04 Thread Sandro Bonazzola
Il 03/05/2015 08:32, John Joseph ha scritto:
 Hi All, 
 
 I am Joseph John, now based in UAE, using Linux as desktop and server, first 
 time trying to use ovirt. now preparing the machine for Cento OS 6.6 64 bit 
 OS.
 Thanks 
 
 Joseph John

Hi Joseph, welcome aboard!


 ___
 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


[ovirt-users] [QE][VOTE][ACTION REQUIRED] oVirt 3.6.0 Alpha release this week

2015-05-04 Thread Sandro Bonazzola
Hi,
just a quick reminder that oVirt 3.6.0 Alpha is scheduled for May 6th[1].


ACTION: Maintainers, please check Alpha Release Criteria[2] to ensure we can 
release this Alpha on Wednesday.
MUST: All sources must be available on ovirt.org
MUST: All packages listed by subprojects must be available in the repository
MUST: All accepted features must be substantially complete and in a 
testable state and enabled by default -- if so specified by the change

About this last MUST I think that we should drop it having changed the 
release process after release criteria discussion and move it to beta release
criteria.

VOTE: please ack for moving MUST: All accepted features must be substantially 
complete and in a testable state and enabled by default -- if so
specified by the change to beta release criteria

ACTION: Maintainers: please send a list of the packages provided by your 
sub-project.
If no list will be provided, the list will be taken by the jenkins nightly 
publisher job[3] used for publishing ovirt-master-snapshot.

ACTION: Maintainers and QE: please fill the Test Day wiki page[4]


[1] http://www.ovirt.org/OVirt_3.6_Release_Management#Key_Milestones
[2] http://www.ovirt.org/OVirt_3.6_Release_Management#Alpha_Release_Criteria
[3] 
http://jenkins.ovirt.org/view/Publishers/job/publish_ovirt_rpms_nightly_master/
[4] http://www.ovirt.org/OVirt_3.6_Test_Day


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


Re: [ovirt-users] [ovirt-devel] [QE][VOTE][ACTION REQUIRED] oVirt 3.6.0 Alpha release this week

2015-05-06 Thread Sandro Bonazzola
Il 06/05/2015 10:47, Martin Perina ha scritto:
 Hi,
 
 IMO we should add a warning to release notes that oVirt 3.6 Alpha requires
 OpenJDK 1.7 for engine and it will not work with OpenJDK 1.8 (even though
 our current packaging requirements allows OpenJDK 1.8).

You're welcome to add notes to http://www.ovirt.org/OVirt_3.6_Release_Notes :-)
This one, I'll add myself.

 
 Thanks
 
 Martin
 
 - Original Message -
 From: Sandro Bonazzola sbona...@redhat.com
 To: de...@ovirt.org, Users@ovirt.org
 Sent: Monday, May 4, 2015 1:26:07 PM
 Subject: [ovirt-devel] [QE][VOTE][ACTION REQUIRED] oVirt 3.6.0 Alpha release 
 this week

 Hi,
 just a quick reminder that oVirt 3.6.0 Alpha is scheduled for May 6th[1].


 ACTION: Maintainers, please check Alpha Release Criteria[2] to ensure we can
 release this Alpha on Wednesday.
 MUST: All sources must be available on ovirt.org
 MUST: All packages listed by subprojects must be available in the
 repository
 MUST: All accepted features must be substantially complete and in a
 testable state and enabled by default -- if so specified by the change

 About this last MUST I think that we should drop it having changed the
 release process after release criteria discussion and move it to beta
 release
 criteria.

 VOTE: please ack for moving MUST: All accepted features must be
 substantially complete and in a testable state and enabled by default -- if
 so
 specified by the change to beta release criteria

 ACTION: Maintainers: please send a list of the packages provided by your
 sub-project.
 If no list will be provided, the list will be taken by the jenkins nightly
 publisher job[3] used for publishing ovirt-master-snapshot.

 ACTION: Maintainers and QE: please fill the Test Day wiki page[4]


 [1] http://www.ovirt.org/OVirt_3.6_Release_Management#Key_Milestones
 [2] http://www.ovirt.org/OVirt_3.6_Release_Management#Alpha_Release_Criteria
 [3]
 http://jenkins.ovirt.org/view/Publishers/job/publish_ovirt_rpms_nightly_master/
 [4] http://www.ovirt.org/OVirt_3.6_Test_Day


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



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


[ovirt-users] [QE] oVirt 3.6.0 alpha not passing basic sanity test - postponig by 1 week

2015-05-06 Thread Sandro Bonazzola
Hi,
we were supposed to release oVirt 3.6.0 Alpha release today but after 
repository composition it didn't pass basic sanity test, hitting
Bug 1218325 - getSpmStatus failing with StorageDomainMasterError: Error 
validating master storage domain: ('Version or spm id invalid',)
still present while installing on CentOS 7.1

Not strictly related to oVirt, but being a required dependency, we're hitting 
also Gluster bugs:
Bug 1218990 - failing installation of 
glusterfs-server-3.7.0beta1-0.14.git09bbd5c.el7.centos.x86_64

Postponing oVirt 3.6.0 Alpha and test day by one week[1].

[1] http://www.ovirt.org/OVirt_3.6_Release_Management#Key_Milestones

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


Re: [ovirt-users] updated libvirt for EL7?

2015-05-06 Thread Sandro Bonazzola
Il 06/05/2015 15:50, Paul Jansen ha scritto:
 Hello.
 I came across a message posting from Sandro from a couple of weeks back that 
 was about providing a libvirt  1.2.9 for some upstream VDSM testing.
 I would actually be interested in a newer libvirt to take advantage of some 
 of the newer capabilities there.
 
 For now I've found this repo - 
 https://repos.fedorapeople.org/repos/openstack/.virt-upstream-el7/ - which 
 has libvirt 1.2.11 packages, built as or
 later December 2014.
 
 Are we likely to see a newer libvirt appear for EL7 somewhere on 
 cbs.centos.org at some stage in the near future?   I'd also be interested in 
 newer
 qemu-kvm-ev packages if these will be built.  I'm currently using the 
 qemu-kvm-ev packages from here -
 http://cbs.centos.org/repos/virt7-testing/x86_64/os/Packages/
 Alternatively, is there some other repository that I can look to for these?
 To preempt the question - I don't want to use Fedora for this and am instead 
 hoping to find EL7 packages as EL7 is currently standard in my lab.
 
 Thanks in advance.

Hi Paul, qemu-kvm-ev is available in 
http://cbs.centos.org/repos/virt7-testing/x86_64/os/Packages and in
http://resources.ovirt.org/pub/ovirt-master-snapshot/rpm/el7/x86_64/

I'm going to update it for 3.5.z too following
Bug 1215744 - Rebuild qemu-img-ev and qemu-kvm-ev to include fix for Bug 
1203543 - bdrv_make_zero() passes a too large nb_sectors value to
bdrv_write_zeroes() as soon as it will be available.

For libvirt, vdsm guys solved without requiring a newer version so we're not 
going to build a newer version for now.


 
  
 
 
 
 ___
 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


[ovirt-users] Invitation: Office Hours for oVirt Community - Integration @ Wed May 13, 2015 4pm - 5pm (sbona...@redhat.com)

2015-05-07 Thread Sandro Bonazzola
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VEVENT
DTSTART:20150513T14Z
DTEND:20150513T15Z
DTSTAMP:20150507T124544Z
ORGANIZER;CN=Sandro Bonazzola:mailto:sbona...@redhat.com
UID:7as3vig9m3o2l2ku55v2rlj...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=de...@ovirt.org;X-NUM-GUESTS=0:mailto:de...@ovirt.org
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=users@ovirt.org;X-NUM-GUESTS=0:mailto:users@ovirt.org
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;RSVP=TRUE
 ;CN=Sandro Bonazzola;X-NUM-GUESTS=0:mailto:sbona...@redhat.com
CREATED:20150507T124544Z
DESCRIPTION:Following past oVirt Sync Meeting decisions\, I'll be around in
  #ovirt channel trying to answer questions and discussing any cross-team/co
 mmunity-wide issues as needed.\nView your event at https://www.google.com/c
 alendar/event?action=VIEWeid=N2FzM3ZpZzltM28ybDJrdTU1djJybGoxZW8gdXNlcnNAb
 3ZpcnQub3Jntok=MTkjc2JvbmF6em9AcmVkaGF0LmNvbTdiMDViYmUxYTFjZjFhNjVhYTk2MTl
 kZjY5NGZlNTM1NzFjYzU4ZDcctz=Europe/Romehl=en.
LAST-MODIFIED:20150507T124544Z
LOCATION:
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:Office Hours for oVirt Community - Integration
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR


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


Re: [ovirt-users] updated libvirt for EL7?

2015-05-06 Thread Sandro Bonazzola
Il 06/05/2015 17:16, Nathanaël Blanchet ha scritto:
 Hi Sandro,
 
 I can't find differences between qemu-kvm-rhev and qemu-kvm-ev, except the 
 last one is more recent (2.1).
 qemu-kvm-rhev was built for activating the live migration feature, is 
 qemu-kvm-ev built for activating live merge feature?

qemu-kvm-ev is qemu-kvm-rhev, just changed suffix for branding issues in CentOS 
Virt SIG.


 
 Le 06/05/2015 16:46, Sandro Bonazzola a écrit :
 Il 06/05/2015 15:50, Paul Jansen ha scritto:
 Hello.
 I came across a message posting from Sandro from a couple of weeks back 
 that was about providing a libvirt  1.2.9 for some upstream VDSM testing.
 I would actually be interested in a newer libvirt to take advantage of some 
 of the newer capabilities there.

 For now I've found this repo - 
 https://repos.fedorapeople.org/repos/openstack/.virt-upstream-el7/ - which 
 has libvirt 1.2.11 packages, built as or
 later December 2014.

 Are we likely to see a newer libvirt appear for EL7 somewhere on 
 cbs.centos.org at some stage in the near future?   I'd also be interested 
 in newer
 qemu-kvm-ev packages if these will be built.  I'm currently using the 
 qemu-kvm-ev packages from here -
 http://cbs.centos.org/repos/virt7-testing/x86_64/os/Packages/
 Alternatively, is there some other repository that I can look to for these?
 To preempt the question - I don't want to use Fedora for this and am 
 instead hoping to find EL7 packages as EL7 is currently standard in my lab.

 Thanks in advance.
 Hi Paul, qemu-kvm-ev is available in 
 http://cbs.centos.org/repos/virt7-testing/x86_64/os/Packages and in
 http://resources.ovirt.org/pub/ovirt-master-snapshot/rpm/el7/x86_64/

 I'm going to update it for 3.5.z too following
 Bug 1215744 - Rebuild qemu-img-ev and qemu-kvm-ev to include fix for Bug 
 1203543 - bdrv_make_zero() passes a too large nb_sectors value to
 bdrv_write_zeroes() as soon as it will be available.

 For libvirt, vdsm guys solved without requiring a newer version so we're not 
 going to build a newer version for now.


  


 ___
 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


Re: [ovirt-users] updated libvirt for EL7?

2015-05-06 Thread Sandro Bonazzola
Il 06/05/2015 17:33, Nathanaël Blanchet ha scritto:
 ah ok, and what about live merge on el7?
 I made some test, but live merge failed, does it exist any requirements?

Adding some people.

 
 Le 06/05/2015 17:25, Sandro Bonazzola a écrit :
 Il 06/05/2015 17:16, Nathanaël Blanchet ha scritto:
 Hi Sandro,

 I can't find differences between qemu-kvm-rhev and qemu-kvm-ev, except the 
 last one is more recent (2.1).
 qemu-kvm-rhev was built for activating the live migration feature, is 
 qemu-kvm-ev built for activating live merge feature?
 qemu-kvm-ev is qemu-kvm-rhev, just changed suffix for branding issues in 
 CentOS Virt SIG.


 Le 06/05/2015 16:46, Sandro Bonazzola a écrit :
 Il 06/05/2015 15:50, Paul Jansen ha scritto:
 Hello.
 I came across a message posting from Sandro from a couple of weeks back 
 that was about providing a libvirt  1.2.9 for some upstream VDSM testing.
 I would actually be interested in a newer libvirt to take advantage of 
 some of the newer capabilities there.

 For now I've found this repo - 
 https://repos.fedorapeople.org/repos/openstack/.virt-upstream-el7/ - 
 which has libvirt 1.2.11 packages, built as or
 later December 2014.

 Are we likely to see a newer libvirt appear for EL7 somewhere on 
 cbs.centos.org at some stage in the near future?   I'd also be interested 
 in newer
 qemu-kvm-ev packages if these will be built.  I'm currently using the 
 qemu-kvm-ev packages from here -
 http://cbs.centos.org/repos/virt7-testing/x86_64/os/Packages/
 Alternatively, is there some other repository that I can look to for 
 these?
 To preempt the question - I don't want to use Fedora for this and am 
 instead hoping to find EL7 packages as EL7 is currently standard in my 
 lab.

 Thanks in advance.
 Hi Paul, qemu-kvm-ev is available in 
 http://cbs.centos.org/repos/virt7-testing/x86_64/os/Packages and in
 http://resources.ovirt.org/pub/ovirt-master-snapshot/rpm/el7/x86_64/

 I'm going to update it for 3.5.z too following
 Bug 1215744 - Rebuild qemu-img-ev and qemu-kvm-ev to include fix for Bug 
 1203543 - bdrv_make_zero() passes a too large nb_sectors value to
 bdrv_write_zeroes() as soon as it will be available.

 For libvirt, vdsm guys solved without requiring a newer version so we're 
 not going to build a newer version for now.


  

 ___
 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


[ovirt-users] [ANN] Async release for ovirt-engine is now available.

2015-05-11 Thread Sandro Bonazzola
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

The oVirt Team has just released a new version of ovirt-engine package for 
3.5.2.1 that fixes a severe issue introduced in 3.5.2[1].
We recommend to all users who have already upgraded to 3.5.2 to update to this 
package.
Thanks,


[1] https://bugzilla.redhat.com/1214408 - Importing storage domains into an 
uninitialized datacenter leads to
duplicate OVF_STORE disks being created, and can cause catastrophic loss of VM 
configuration data

- -- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJVUK6QAAoJEHw3u57E4QAOLo0QALoe0zgCFSCOBScWGOJHAeXT
06ZnW0mObmWwM2T5n7VptVhhT/hES7hj5QfDdF666JKEsHKlkR71YewFqvRrn/6o
ErkRmSo+yrBNSL1se1KQn3k/jLY9RGzF/1tjxc2jaWovA98ULNLXwgDRS+jBNvu2
lSvrCOAO8u5dSZnKl5oZTUN8vqWlzMB1TqbeV0/T7uuhTPwXeo/azLMtxdrLVecg
t+zfFTcT3/BP+eVv0qr8lCxIo3UtjDN11H4VBzfb7cgP7Lg6D16MC7bawcYyuxIE
waGfBFW1CtoeEWEQjic7Cti5j8pgxEc+bljw2PI09IPwEnMnBoqk1fwLg5LLCnnC
eSkyoYN1vxo6ea2HF+Nm9lQ4uolkF3LUlC2017Jb4tYuhuF0ukTkUSEwBi8nfZzL
0/e08i4eglW3g01nIGRRQXq+kohClTWxLyVIUKgWlJ5RlHYooEMYV7qOYjFo/q3y
2ukMGrUZ27rokI/za3/5LkDUMizwh+XNzbO4qCeMd8UcHtsgs2vkElxJBVZ56nx8
EYIi7Mb1dogWtlcd1CE35h6FwnuqDdu/4iYJksH5vMa8aq411Ub65j4fgf4Xjy7D
1o51DuucZoasIkSuP1JiNc2HVOFZJ0hdsOkdLO9+oQ4tB84lMWe28OaRbIP0AV/u
W6jpgUUcS+DPhBfkq0UI
=zYZs
-END PGP SIGNATURE-
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


<    1   2   3   4   5   6   7   8   9   10   >