Second host detection broken in hosted-engine --deplot
by Christopher Pereira
This is a multi-part message in MIME format.
--------------020002080300070006070002
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
It seems like something broke recently, because now, when deploying
hosted-engine to the second host, setup is saying:
[ INFO ] GlusterFS replica 3 Volume detected
[ INFO ] Installing on first host
How can I diagnose/fix the problem?
--------------020002080300070006070002
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 8bit
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
It seems like something broke recently, because now, when deploying
hosted-engine to the second host, setup is saying:<br>
<blockquote>[ INFO ] GlusterFS replica 3 Volume detected<br>
[ INFO ] Installing on first host<br>
</blockquote>
How can I diagnose/fix the problem?<br>
</body>
</html>
--------------020002080300070006070002--
9 years, 7 months
Installing host from engine fails (master)
by Christopher Pereira
This is a multi-part message in MIME format.
--------------080704070103080902010009
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Hi,
Engine in master is having problems activating a CentOS 7 host.
The cause seems to be related with "missing" plugins:
2015-04-20 00:32:20,955 ERROR
[org.ovirt.engine.core.bll.InstallerMessages] (VdsDeploy) [50ddd3ed]
Installation 'h4.imatronix.com': Internal error: Internal error,
plugins set(['otopi', 'setup']) are missing
We have this RPMS:
otopi-1.4.0-0.0.master.20150409182110.git0d2105b.el7.noarch
otopi-java-1.4.0-0.0.master.20150409182110.git0d2105b.el7.noarch
ovirt-engine-setup-plugin-ovirt-engine-3.6.0-0.0.master.20150419172236.gitb6adbca.el7.centos.noarch
ovirt-engine-setup-plugin-allinone-3.6.0-0.0.master.20150419172236.gitb6adbca.el7.centos.noarch
ovirt-engine-setup-plugin-ovirt-engine-common-3.6.0-0.0.master.20150419172236.gitb6adbca.el7.centos.noarch
ovirt-engine-setup-plugin-websocket-proxy-3.6.0-0.0.master.20150419172236.gitb6adbca.el7.centos.noarch
More logs:
2015-04-20 00:32:20,830 INFO
[org.ovirt.engine.core.uutils.ssh.SSHDialog]
(org.ovirt.thread.pool-8-thread-3) [50ddd3ed] SSH execute
'root(a)h4.imatronix.com' 'umask 0077;
MYTMP="$(TMPDIR="${OVIRT_TMPDIR}" mktemp -d -t ovirt-XXXXXXXXXX)";
trap "chmod -R u+rwX \"${MYTMP}\" > /dev/null 2>&1; rm -fr
\"${MYTMP}\" > /dev/null 2>&1" 0; tar --warning=no-timestamp -C
"${MYTMP}" -x && "${MYTMP}"/setup DIALOG/dialect=str:machine
DIALOG/customization=bool:True'
2015-04-20 00:32:20,955 ERROR
[org.ovirt.engine.core.bll.InstallerMessages] (VdsDeploy) [50ddd3ed]
Installation 'h4.imatronix.com': Internal error: Internal error,
plugins set(['otopi', 'setup']) are missing
2015-04-20 00:32:20,970 ERROR
[org.ovirt.engine.core.uutils.ssh.SSHDialog]
(org.ovirt.thread.pool-8-thread-3) [50ddd3ed] SSH error running
command root(a)h4.imatronix.com:'umask 0077;
MYTMP="$(TMPDIR="${OVIRT_TMPDIR}" mktemp -d -t ovirt-XXXXXXXXXX)";
trap "chmod -R u+rwX \"${MYTMP}\" > /dev/null 2>&1; rm -fr
\"${MYTMP}\" > /dev/null 2>&1" 0; tar --warning=no-timestamp -C
"${MYTMP}" -x && "${MYTMP}"/setup DIALOG/dialect=str:machine
DIALOG/customization=bool:True': Command returned failure code 2
during SSH session 'root(a)h4.imatronix.com'
2015-04-20 00:32:20,970 ERROR
[org.ovirt.engine.core.uutils.ssh.SSHDialog]
(org.ovirt.thread.pool-8-thread-3) [50ddd3ed] Exception:
java.io.IOException: Command returned failure code 2 during SSH
session 'root(a)h4.imatronix.com'
at
org.ovirt.engine.core.uutils.ssh.SSHClient.executeCommand(SSHClient.java:527)
[uutils.jar:]
at
org.ovirt.engine.core.uutils.ssh.SSHDialog.executeCommand(SSHDialog.java:312)
[uutils.jar:]
at
org.ovirt.engine.core.bll.VdsDeploy.execute(VdsDeploy.java:1125)
[bll.jar:]
at
org.ovirt.engine.core.bll.InstallVdsInternalCommand.installHost(InstallVdsInternalCommand.java:165)
[bll.jar:]
at
org.ovirt.engine.core.bll.InstallVdsInternalCommand.executeCommand(InstallVdsInternalCommand.java:91)
[bll.jar:]
at
org.ovirt.engine.core.bll.CommandBase.executeWithoutTransaction(CommandBase.java:1183)
[bll.jar:]
at
org.ovirt.engine.core.bll.CommandBase.executeActionInTransactionScope(CommandBase.java:1327)
[bll.jar:]
at
org.ovirt.engine.core.bll.CommandBase.runInTransaction(CommandBase.java:1925)
[bll.jar:]
at
org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:174)
[utils.jar:]
at
org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:116)
[utils.jar:]
at
org.ovirt.engine.core.bll.CommandBase.execute(CommandBase.java:1351)
[bll.jar:]
at
org.ovirt.engine.core.bll.CommandBase.executeAction(CommandBase.java:346)
[bll.jar:]
at
org.ovirt.engine.core.bll.MultipleActionsRunner.executeValidatedCommand(MultipleActionsRunner.java:202)
[bll.jar:]
at
org.ovirt.engine.core.bll.MultipleActionsRunner.runCommands(MultipleActionsRunner.java:170)
[bll.jar:]
at
org.ovirt.engine.core.bll.MultipleActionsRunner$2.run(MultipleActionsRunner.java:179)
[bll.jar:]
at
org.ovirt.engine.core.utils.threadpool.ThreadPoolUtil$InternalWrapperRunnable.run(ThreadPoolUtil.java:92)
[utils.jar:]
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[rt.jar:1.7.0_79]
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
[rt.jar:1.7.0_79]
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[rt.jar:1.7.0_79]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[rt.jar:1.7.0_79]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_79]
2015-04-20 00:32:20,989 ERROR
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
(VdsDeploy) [50ddd3ed] Correlation ID: 50ddd3ed, Call Stack: null,
Custom Event ID: -1, Message: Failed to install Host H4. Internal
error: Internal error, plugins set(['otopi', 'setup']) are missing.
2015-04-20 00:32:20,992 ERROR [org.ovirt.engine.core.bll.VdsDeploy]
(VdsDeploy) [50ddd3ed] Error during deploy dialog:
java.io.IOException: Unexpected connection termination
at
org.ovirt.otopi.dialog.MachineDialogParser.nextEvent(MachineDialogParser.java:388)
[otopi.jar:]
at
org.ovirt.otopi.dialog.MachineDialogParser.nextEvent(MachineDialogParser.java:405)
[otopi.jar:]
at
org.ovirt.engine.core.bll.VdsDeploy._threadMain(VdsDeploy.java:828)
[bll.jar:]
at
org.ovirt.engine.core.bll.VdsDeploy.access$2000(VdsDeploy.java:87)
[bll.jar:]
at
org.ovirt.engine.core.bll.VdsDeploy$51.run(VdsDeploy.java:976)
[bll.jar:]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_79]
2015-04-20 00:32:20,996 ERROR [org.ovirt.engine.core.bll.VdsDeploy]
(org.ovirt.thread.pool-8-thread-3) [50ddd3ed] Error during host
h4.imatronix.com install
2015-04-20 00:32:20,996 ERROR
[org.ovirt.engine.core.bll.InstallerMessages]
(org.ovirt.thread.pool-8-thread-3) [50ddd3ed] Installation
'h4.imatronix.com': Command returned failure code 2 during SSH
session 'root(a)h4.imatronix.com'
2015-04-20 00:32:21,034 ERROR
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
(org.ovirt.thread.pool-8-thread-3) [50ddd3ed] Correlation ID:
50ddd3ed, Call Stack: null, Custom Event ID: -1, Message: Failed to
install Host H4. Command returned failure code 2 during SSH session
'root(a)h4.imatronix.com'.
2015-04-20 00:32:21,034 ERROR [org.ovirt.engine.core.bll.VdsDeploy]
(org.ovirt.thread.pool-8-thread-3) [50ddd3ed] Error during host
h4.imatronix.com install, prefering first exception: Unexpected
connection termination
2015-04-20 00:32:21,035 ERROR
[org.ovirt.engine.core.bll.InstallVdsInternalCommand]
(org.ovirt.thread.pool-8-thread-3) [50ddd3ed] Host installation
failed for host 'c579682d-693b-4491-9040-f77ae8e923cc', 'H4':
Unexpected connection termination
2015-04-20 00:32:21,037 INFO
[org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
(org.ovirt.thread.pool-8-thread-3) [50ddd3ed] START,
SetVdsStatusVDSCommand(HostName = H4,
SetVdsStatusVDSCommandParameters:{runAsync='true',
hostId='c579682d-693b-4491-9040-f77ae8e923cc',
status='InstallFailed', nonOperationalReason='NONE',
stopSpmFailureLogged='false', maintenanceReason='null'}), log id:
2bd1ce90
2015-04-20 00:32:21,079 INFO
[org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
(org.ovirt.thread.pool-8-thread-3) [50ddd3ed] FINISH,
SetVdsStatusVDSCommand, log id: 2bd1ce90
2015-04-20 00:32:21,112 ERROR
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
(org.ovirt.thread.pool-8-thread-3) [50ddd3ed] Correlation ID:
50ddd3ed, Call Stack: null, Custom Event ID: -1, Message: Host H4
installation failed. Unexpected connection termination.
2015-04-20 00:32:21,117 INFO
[org.ovirt.engine.core.bll.InstallVdsInternalCommand]
(org.ovirt.thread.pool-8-thread-3) [50ddd3ed] Lock freed to object
'EngineLock:{exclusiveLocks='[c579682d-693b-4491-9040-f77ae8e923cc=<VDS,
ACTION_TYPE_FAILED_OBJECT_LOCKED>]', sharedLocks='null'}'
--------------080704070103080902010009
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 8bit
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
<br>
Engine in master is having problems activating a CentOS 7 host.<br>
The cause seems to be related with "missing" plugins:<br>
<blockquote>2015-04-20 00:32:20,955 ERROR
[org.ovirt.engine.core.bll.InstallerMessages] (VdsDeploy)
[50ddd3ed] Installation 'h4.imatronix.com': Internal error:
Internal error, plugins set(['otopi', 'setup']) are missing<br>
</blockquote>
We have this RPMS:<br>
<blockquote>otopi-1.4.0-0.0.master.20150409182110.git0d2105b.el7.noarch<br>
otopi-java-1.4.0-0.0.master.20150409182110.git0d2105b.el7.noarch<br>
ovirt-engine-setup-plugin-ovirt-engine-3.6.0-0.0.master.20150419172236.gitb6adbca.el7.centos.noarch<br>
ovirt-engine-setup-plugin-allinone-3.6.0-0.0.master.20150419172236.gitb6adbca.el7.centos.noarch<br>
ovirt-engine-setup-plugin-ovirt-engine-common-3.6.0-0.0.master.20150419172236.gitb6adbca.el7.centos.noarch<br>
ovirt-engine-setup-plugin-websocket-proxy-3.6.0-0.0.master.20150419172236.gitb6adbca.el7.centos.noarch<br>
</blockquote>
More logs:<br>
<br>
<blockquote>2015-04-20 00:32:20,830 INFO
[org.ovirt.engine.core.uutils.ssh.SSHDialog]
(org.ovirt.thread.pool-8-thread-3) [50ddd3ed] SSH execute
'<a class="moz-txt-link-abbreviated" href="mailto:root@h4.imatronix.com">root(a)h4.imatronix.com</a>' 'umask 0077;
MYTMP="$(TMPDIR="${OVIRT_TMPDIR}" mktemp -d -t ovirt-XXXXXXXXXX)";
trap "chmod -R u+rwX \"${MYTMP}\" > /dev/null 2>&1; rm
-fr \"${MYTMP}\" > /dev/null 2>&1" 0; tar
--warning=no-timestamp -C "${MYTMP}" -x &&
"${MYTMP}"/setup DIALOG/dialect=str:machine
DIALOG/customization=bool:True'<br>
2015-04-20 00:32:20,955 ERROR
[org.ovirt.engine.core.bll.InstallerMessages] (VdsDeploy)
[50ddd3ed] Installation 'h4.imatronix.com': Internal error:
Internal error, plugins set(['otopi', 'setup']) are missing<br>
2015-04-20 00:32:20,970 ERROR
[org.ovirt.engine.core.uutils.ssh.SSHDialog]
(org.ovirt.thread.pool-8-thread-3) [50ddd3ed] SSH error running
command <a class="moz-txt-link-abbreviated" href="mailto:root@h4.imatronix.com">root(a)h4.imatronix.com</a>:'umask 0077;
MYTMP="$(TMPDIR="${OVIRT_TMPDIR}" mktemp -d -t ovirt-XXXXXXXXXX)";
trap "chmod -R u+rwX \"${MYTMP}\" > /dev/null 2>&1; rm
-fr \"${MYTMP}\" > /dev/null 2>&1" 0; tar
--warning=no-timestamp -C "${MYTMP}" -x &&
"${MYTMP}"/setup DIALOG/dialect=str:machine
DIALOG/customization=bool:True': Command returned failure code 2
during SSH session '<a class="moz-txt-link-abbreviated" href="mailto:root@h4.imatronix.com">root(a)h4.imatronix.com</a>'<br>
2015-04-20 00:32:20,970 ERROR
[org.ovirt.engine.core.uutils.ssh.SSHDialog]
(org.ovirt.thread.pool-8-thread-3) [50ddd3ed] Exception:
java.io.IOException: Command returned failure code 2 during SSH
session '<a class="moz-txt-link-abbreviated" href="mailto:root@h4.imatronix.com">root(a)h4.imatronix.com</a>'<br>
at
org.ovirt.engine.core.uutils.ssh.SSHClient.executeCommand(SSHClient.java:527)
[uutils.jar:]<br>
at
org.ovirt.engine.core.uutils.ssh.SSHDialog.executeCommand(SSHDialog.java:312)
[uutils.jar:]<br>
at
org.ovirt.engine.core.bll.VdsDeploy.execute(VdsDeploy.java:1125)
[bll.jar:]<br>
at
org.ovirt.engine.core.bll.InstallVdsInternalCommand.installHost(InstallVdsInternalCommand.java:165)
[bll.jar:]<br>
at
org.ovirt.engine.core.bll.InstallVdsInternalCommand.executeCommand(InstallVdsInternalCommand.java:91)
[bll.jar:]<br>
at
org.ovirt.engine.core.bll.CommandBase.executeWithoutTransaction(CommandBase.java:1183)
[bll.jar:]<br>
at
org.ovirt.engine.core.bll.CommandBase.executeActionInTransactionScope(CommandBase.java:1327)
[bll.jar:]<br>
at
org.ovirt.engine.core.bll.CommandBase.runInTransaction(CommandBase.java:1925)
[bll.jar:]<br>
at
org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:174)
[utils.jar:]<br>
at
org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:116)
[utils.jar:]<br>
at
org.ovirt.engine.core.bll.CommandBase.execute(CommandBase.java:1351)
[bll.jar:]<br>
at
org.ovirt.engine.core.bll.CommandBase.executeAction(CommandBase.java:346)
[bll.jar:]<br>
at
org.ovirt.engine.core.bll.MultipleActionsRunner.executeValidatedCommand(MultipleActionsRunner.java:202)
[bll.jar:]<br>
at
org.ovirt.engine.core.bll.MultipleActionsRunner.runCommands(MultipleActionsRunner.java:170)
[bll.jar:]<br>
at
org.ovirt.engine.core.bll.MultipleActionsRunner$2.run(MultipleActionsRunner.java:179)
[bll.jar:]<br>
at
org.ovirt.engine.core.utils.threadpool.ThreadPoolUtil$InternalWrapperRunnable.run(ThreadPoolUtil.java:92)
[utils.jar:]<br>
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[rt.jar:1.7.0_79]<br>
at
java.util.concurrent.FutureTask.run(FutureTask.java:262)
[rt.jar:1.7.0_79]<br>
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[rt.jar:1.7.0_79]<br>
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[rt.jar:1.7.0_79]<br>
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_79]<br>
<br>
2015-04-20 00:32:20,989 ERROR
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
(VdsDeploy) [50ddd3ed] Correlation ID: 50ddd3ed, Call Stack: null,
Custom Event ID: -1, Message: Failed to install Host H4. Internal
error: Internal error, plugins set(['otopi', 'setup']) are
missing.<br>
2015-04-20 00:32:20,992 ERROR
[org.ovirt.engine.core.bll.VdsDeploy] (VdsDeploy) [50ddd3ed] Error
during deploy dialog: java.io.IOException: Unexpected connection
termination<br>
at
org.ovirt.otopi.dialog.MachineDialogParser.nextEvent(MachineDialogParser.java:388)
[otopi.jar:]<br>
at
org.ovirt.otopi.dialog.MachineDialogParser.nextEvent(MachineDialogParser.java:405)
[otopi.jar:]<br>
at
org.ovirt.engine.core.bll.VdsDeploy._threadMain(VdsDeploy.java:828)
[bll.jar:]<br>
at
org.ovirt.engine.core.bll.VdsDeploy.access$2000(VdsDeploy.java:87)
[bll.jar:]<br>
at
org.ovirt.engine.core.bll.VdsDeploy$51.run(VdsDeploy.java:976)
[bll.jar:]<br>
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_79]<br>
<br>
2015-04-20 00:32:20,996 ERROR
[org.ovirt.engine.core.bll.VdsDeploy]
(org.ovirt.thread.pool-8-thread-3) [50ddd3ed] Error during host
h4.imatronix.com install<br>
2015-04-20 00:32:20,996 ERROR
[org.ovirt.engine.core.bll.InstallerMessages]
(org.ovirt.thread.pool-8-thread-3) [50ddd3ed] Installation
'h4.imatronix.com': Command returned failure code 2 during SSH
session '<a class="moz-txt-link-abbreviated" href="mailto:root@h4.imatronix.com">root(a)h4.imatronix.com</a>'<br>
2015-04-20 00:32:21,034 ERROR
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
(org.ovirt.thread.pool-8-thread-3) [50ddd3ed] Correlation ID:
50ddd3ed, Call Stack: null, Custom Event ID: -1, Message: Failed
to install Host H4. Command returned failure code 2 during SSH
session '<a class="moz-txt-link-abbreviated" href="mailto:root@h4.imatronix.com">root(a)h4.imatronix.com</a>'.<br>
2015-04-20 00:32:21,034 ERROR
[org.ovirt.engine.core.bll.VdsDeploy]
(org.ovirt.thread.pool-8-thread-3) [50ddd3ed] Error during host
h4.imatronix.com install, prefering first exception: Unexpected
connection termination<br>
2015-04-20 00:32:21,035 ERROR
[org.ovirt.engine.core.bll.InstallVdsInternalCommand]
(org.ovirt.thread.pool-8-thread-3) [50ddd3ed] Host installation
failed for host 'c579682d-693b-4491-9040-f77ae8e923cc', 'H4':
Unexpected connection termination<br>
2015-04-20 00:32:21,037 INFO
[org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
(org.ovirt.thread.pool-8-thread-3) [50ddd3ed] START,
SetVdsStatusVDSCommand(HostName = H4,
SetVdsStatusVDSCommandParameters:{runAsync='true',
hostId='c579682d-693b-4491-9040-f77ae8e923cc',
status='InstallFailed', nonOperationalReason='NONE',
stopSpmFailureLogged='false', maintenanceReason='null'}), log id:
2bd1ce90<br>
2015-04-20 00:32:21,079 INFO
[org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
(org.ovirt.thread.pool-8-thread-3) [50ddd3ed] FINISH,
SetVdsStatusVDSCommand, log id: 2bd1ce90<br>
2015-04-20 00:32:21,112 ERROR
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
(org.ovirt.thread.pool-8-thread-3) [50ddd3ed] Correlation ID:
50ddd3ed, Call Stack: null, Custom Event ID: -1, Message: Host H4
installation failed. Unexpected connection termination.<br>
2015-04-20 00:32:21,117 INFO
[org.ovirt.engine.core.bll.InstallVdsInternalCommand]
(org.ovirt.thread.pool-8-thread-3) [50ddd3ed] Lock freed to object
'EngineLock:{exclusiveLocks='[c579682d-693b-4491-9040-f77ae8e923cc=<VDS,
ACTION_TYPE_FAILED_OBJECT_LOCKED>]', sharedLocks='null'}'<br>
</blockquote>
<br>
</body>
</html>
--------------080704070103080902010009--
9 years, 7 months
dbscripts-duplicate_upgrade_scripts.sh and 03_06_1240_revert_03_06_1210_add_vm_host_device_commands.sql problem
by Jakub Niedermertl
Hi all,
I can't compile engine master, following message is printed
Found duplicate upgrade scripts with version 03_06_1210, please resolve and retry
make[1]: *** [validations] Error 1
make[1]: Leaving directory `/home/jakub/src/ovirt-engine'
make: *** [all-dev] Error 2
It seems that command in dbscripts-duplicate_upgrade_scripts.sh
OUT="$(find "$(dirname "$0")/../packaging/dbscripts" | grep -P '\d{2}_\d{2}_\d{2,8}' -o | sort | uniq -d)"
is too dummy to handle '..._revert_03_06_1210_...' upgrade script name.
Anyone experiencing this problem too?
Jakub
9 years, 7 months
Agenda for today oVirt Weekly Sync
by Sandro Bonazzola
Hi,
I would like to add to the oVirt Weekly Sync agenda the following topics
- Packages review for 3.5.2 GA
- Blockers review for 3.5.2 GA
- Outages in Jenkins due to no space left on master
- Next week is feature submission deadline: plans for reviewing submitted features
- Support for JDK 1.8 / Wildfly progress updates / Contingency plan of building Java7 rpms for Fedora 22.
--
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
9 years, 7 months
[QE][ACTION REQUIRED] oVirt 3.5.2 and 3.5.3 status
by Sandro Bonazzola
Hi,
We have 1 open blocker for 3.5.2[1]:
Bug ID Whiteboard Status Summary
1154399 network ASSIGNED VDSM script reset network configuration on every reboot when based on predefined bond
and 1 dependency not yet fixed:
Bug ID Status Whiteboard Summary
1209486 POST network Networks created by vdsm are not persisted
ACTION: Assignee please provide an ETA for above bugs and check if they must block GA requiring another release candidate before GA.
We still have 1 bugs in MODIFIED and 3 on QA[2]:
MODIFIED ON_QA Total
network 0 1 1
sla 1 0 1
storage 0 1 1
virt 0 1 1
Total 1 3 4
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 RC4
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 and currently shows no blockers.
We have 26 bugs currently targeted to 3.5.3[5]:
Whiteboard NEW ASSIGNED POST Total
docs 1 0 0 1
external 1 0 0 1
gluster 1 0 0 1
infra 1 1 1 3
network 1 0 1 2
node 4 0 1 5
ppc 0 0 1 1
sla 4 0 0 4
storage 4 0 2 6
ux 1 0 0 1
virt 1 0 0 1
Total 19 1 6 26
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] http://goo.gl/UEVTCf
[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%20tar...
[6] http://www.ovirt.org/OVirt_3.5.2_Release_Notes
[7] 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
9 years, 7 months
[QE] oVirt 3.6.0 status
by 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 521 bugs [2] targeted to 3.6.0.
NEW ASSIGNED POST Total
docs 10 0 0 10
external 1 0 0 1
gluster 25 22 20 67
i18n 2 0 0 2
infra 59 5 6 70
integration 40 2 5 47
network 42 2 9 53
node 26 3 2 31
sla 51 3 2 56
spice 1 0 0 1
storage 63 2 8 73
ux 33 0 2 35
virt 59 6 10 75
Total 412 45 64 521
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]
On Integration side:
* Progress on Hosted Engine Hyper Converged support
* Progress on Hosted Engine additional hosts deploy from WEB UI
* Progress on Glance docker integration
* Progress on Fedora 22 packaging
* Progress on backup / restore RFEs
On Release engineering side:
* CentOS Virt SIG: CBS tag hierarchy requested
* Fedora: pushed some dependencies for Fedora inclusion
* Worked with infra team YAMLizing jenkins build jobs
* Moved to QE all bugs included in 2015/04/13 nightly snapshot, starting QE testing on master
You're welcome to join QE effort[5] by testing nightly master snapshot[6] on test systems
[1] https://bugzilla.redhat.com/1155425
[2] https://bugzilla.redhat.com/buglist.cgi?quicksearch=target_release%3A3.6....
[3] http://goo.gl/9X3G49
[4] https://gerrit.ovirt.org/39249
[5] http://www.ovirt.org/OVirt_Quality_Assurance
[6] http://www.ovirt.org/Install_nightly_snapshot
--
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
9 years, 7 months
unboundid-ldapsdk
by Sandro Bonazzola
Hi,
We are currently building unboundid-ldapsdk from svn.
The README file within our build job says:
LDAP Framework for ovirt-engine-extension-aaa-ldap
NOTE:
Until release of 2.3.7 and util upstream actually
releases source tarballs, we use svn snapshots from
svn at[1]
[1] http://svn.code.sf.net/p/ldap-sdk/code/trunk
but looks like 2.3.7 and 2.3.8 has been already released:
https://docs.ldap.com/ldap-sdk/docs/release-notes.html
Should we now build from 2.3.8? Who's maintaining the package?
Thanks,
--
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
9 years, 7 months