Actively triggering of CI jobs
by Amit Aviram
Hi all.
I wanted to bring up something that might make our work with CI a bit more
efficient.
As developers, we obviously use Jenkins in every step we are taking in the
developing process. Each patch that is pushed- or at least a big amount of
our patches- triggers Jenkins jobs automatically.
I can say that for myself, most of my push actions do not require any CI
jobs to run. Thus reviewing and updating patches include work that triggers
tons of redundant jobs that make the system slow for the jobs that are
actually needed..
I was thinking, maybe it would be better if we will explicitly require to
run the CI jobs when we push patches.. then only when the developer will
need the job's feedback it will be activated. no redundant jobs will run,
and we will wait much less for the jobs to finish when we will actually
need them.
Is that possible for implementation?
Thanks, Amit.
8 years, 10 months
Random jenkins failures
by Vinzenz Feenstra
--Apple-Mail=_14D5C18F-0A60-48C4-8720-5F16CB9CF311
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
charset=us-ascii
I have just submitted a set of 4 patches where 1 patch unit tests failed =
with the pasted text below. Those patches are absolutely unrelated to =
those failures.
Please check into those issues - Thanks=20
=
http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc23-x86_64/2168/cons=
ole
12:15:21=20
12:15:21 =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
12:15:21 ERROR: testLoopMount (mountTests.MountTests)
12:15:21 =
----------------------------------------------------------------------
12:15:21 Traceback (most recent call last):
12:15:21 File =
"/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/mo=
untTests.py", line 128, in testLoopMount
12:15:21 m.mount(mntOpts=3D"loop")
12:15:21 File =
"/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/vdsm/sto=
rage/mount.py", line 225, in mount
12:15:21 return self._runcmd(cmd, timeout)
12:15:21 File =
"/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/vdsm/sto=
rage/mount.py", line 241, in _runcmd
12:15:21 raise MountError(rc, ";".join((out, err)))
12:15:21 MountError: (32, ';mount: /tmp/tmpsDTh9u: failed to setup loop =
device: No such file or directory\n')
12:15:21 -------------------- >> begin captured logging << =
--------------------
12:15:21 Storage.Misc.excCmd: DEBUG: /usr/bin/taskset --cpu-list 0-1 =
/sbin/mkfs.ext2 -F /tmp/tmpsDTh9u (cwd None)
12:15:21 Storage.Misc.excCmd: DEBUG: SUCCESS: <err> =3D 'mke2fs 1.42.13 =
(17-May-2015)\n'; <rc> =3D 0
12:15:21 Storage.Misc.excCmd: DEBUG: /usr/bin/taskset --cpu-list 0-1 =
/usr/bin/mount -o loop /tmp/tmpsDTh9u /var/tmp/tmpTPj7t6 (cwd None)
12:15:21 --------------------- >> end captured logging << =
---------------------
12:15:21=20
12:15:21 =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
12:15:21 ERROR: testSymlinkMount (mountTests.MountTests)
12:15:21 =
----------------------------------------------------------------------
12:15:21 Traceback (most recent call last):
12:15:21 File =
"/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/mo=
untTests.py", line 150, in testSymlinkMount
12:15:21 m.mount(mntOpts=3D"loop")
12:15:21 File =
"/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/vdsm/sto=
rage/mount.py", line 225, in mount
12:15:21 return self._runcmd(cmd, timeout)
12:15:21 File =
"/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/vdsm/sto=
rage/mount.py", line 241, in _runcmd
12:15:21 raise MountError(rc, ";".join((out, err)))
12:15:21 MountError: (32, ';mount: /var/tmp/tmpBpSrGA/backing.img: =
failed to setup loop device: No such file or directory\n')
12:15:21 -------------------- >> begin captured logging << =
--------------------
12:15:21 Storage.Misc.excCmd: DEBUG: /usr/bin/taskset --cpu-list 0-1 =
/sbin/mkfs.ext2 -F /var/tmp/tmpBpSrGA/backing.img (cwd None)
12:15:21 Storage.Misc.excCmd: DEBUG: SUCCESS: <err> =3D 'mke2fs 1.42.13 =
(17-May-2015)\n'; <rc> =3D 0
12:15:21 Storage.Misc.excCmd: DEBUG: /usr/bin/taskset --cpu-list 0-1 =
/usr/bin/mount -o loop /var/tmp/tmpBpSrGA/link_to_image =
/var/tmp/tmpBpSrGA/mountpoint (cwd None)
12:15:21 --------------------- >> end captured logging << =
---------------------
12:15:21=20
12:15:21 =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
12:15:21 ERROR: test_getDevicePartedInfo =
(parted_utils_tests.PartedUtilsTests)
12:15:21 =
----------------------------------------------------------------------
12:15:21 Traceback (most recent call last):
12:15:21 File =
"/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/te=
stValidation.py", line 97, in wrapper
12:15:21 return f(*args, **kwargs)
12:15:21 File =
"/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/pa=
rted_utils_tests.py", line 61, in setUp
12:15:21 self.assertEquals(rc, 0)
12:15:21 AssertionError: 1 !=3D 0
12:15:21 -------------------- >> begin captured logging << =
--------------------
12:15:21 root: DEBUG: /usr/bin/taskset --cpu-list 0-1 dd if=3D/dev/zero =
of=3D/tmp/tmpNOvAvX bs=3D100M count=3D1 (cwd None)
12:15:21 root: DEBUG: SUCCESS: <err> =3D '1+0 records in\n1+0 records =
out\n104857600 bytes (105 MB) copied, 0.373591 s, 281 MB/s\n'; <rc> =3D =
0
12:15:21 root: DEBUG: /usr/bin/taskset --cpu-list 0-1 losetup -f --show =
/tmp/tmpNOvAvX (cwd None)
12:15:21 root: DEBUG: FAILED: <err> =3D 'losetup: /tmp/tmpNOvAvX: failed =
to set up loop device: No such file or directory\n'; <rc> =3D 1
12:15:21 --------------------- >> end captured logging << =
---------------------
12:15:21
--Apple-Mail=_14D5C18F-0A60-48C4-8720-5F16CB9CF311
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
charset=us-ascii
<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html =
charset=3Dus-ascii"></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" =
class=3D""><pre class=3D"console-output" style=3D"box-sizing: =
border-box; white-space: pre-wrap; word-wrap: break-word; margin-top: =
0px; margin-bottom: 0px; color: rgb(51, 51, 51); font-size: 13px;">I =
have just submitted a set of 4 patches where 1 patch unit tests failed =
with the pasted text below. Those patches are absolutely unrelated to =
those failures.</pre><pre class=3D"console-output" style=3D"box-sizing: =
border-box; white-space: pre-wrap; word-wrap: break-word; margin-top: =
0px; margin-bottom: 0px; color: rgb(51, 51, 51); font-size: 13px;"><br =
class=3D""></pre><pre class=3D"console-output" style=3D"box-sizing: =
border-box; white-space: pre-wrap; word-wrap: break-word; margin-top: =
0px; margin-bottom: 0px; color: rgb(51, 51, 51); font-size: =
13px;">Please check into those issues - Thanks </pre><pre =
class=3D"console-output" style=3D"box-sizing: border-box; white-space: =
pre-wrap; word-wrap: break-word; margin-top: 0px; margin-bottom: 0px; =
color: rgb(51, 51, 51); font-size: 13px;"><span class=3D"timestamp" =
style=3D"box-sizing: border-box;"><b style=3D"box-sizing: border-box;" =
class=3D""><br class=3D""></b></span></pre><pre class=3D"console-output" =
style=3D"box-sizing: border-box; word-wrap: break-word; margin-top: 0px; =
margin-bottom: 0px;"><span class=3D"timestamp" style=3D"box-sizing: =
border-box;"><span style=3D"box-sizing: border-box; white-space: =
pre-wrap;" class=3D""><font color=3D"#333333" size=3D"3" class=3D""><b =
class=3D""><a =
href=3D"http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc23-x86_64/2=
168/console" =
class=3D"">http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc23-x86_6=
4/2168/console</a></b></font></span></span></pre><pre =
class=3D"console-output" style=3D"box-sizing: border-box; white-space: =
pre-wrap; word-wrap: break-word; margin-top: 0px; margin-bottom: 0px; =
color: rgb(51, 51, 51); font-size: 13px;"><span class=3D"timestamp" =
style=3D"box-sizing: border-box;"><b style=3D"box-sizing: border-box;" =
class=3D""><br class=3D""></b></span></pre><pre class=3D"console-output" =
style=3D"box-sizing: border-box; white-space: pre-wrap; word-wrap: =
break-word; margin-top: 0px; margin-bottom: 0px; color: rgb(51, 51, 51); =
font-size: 13px;"><span class=3D"timestamp" style=3D"box-sizing: =
border-box;"><b style=3D"box-sizing: border-box;" class=3D""><br =
class=3D""></b></span></pre><pre class=3D"console-output" =
style=3D"box-sizing: border-box; white-space: pre-wrap; word-wrap: =
break-word; margin-top: 0px; margin-bottom: 0px; color: rgb(51, 51, 51); =
font-size: 13px;"><span class=3D"timestamp" style=3D"box-sizing: =
border-box;"><b style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> =
</span>
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> =
</span>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> </span>ERROR: =
testLoopMount (mountTests.MountTests)
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> =
</span>-------------------------------------------------------------------=
---
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> =
</span>Traceback (most recent call last):
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> </span> File =
"/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/mo=
untTests.py", line 128, in testLoopMount
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> </span> =
m.mount(mntOpts=3D"loop")
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> </span> File =
"/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/vdsm/sto=
rage/mount.py", line 225, in mount
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> </span> =
return self._runcmd(cmd, timeout)
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> </span> File =
"/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/vdsm/sto=
rage/mount.py", line 241, in _runcmd
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> </span> =
raise MountError(rc, ";".join((out, err)))
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> =
</span>MountError: (32, ';mount: /tmp/tmpsDTh9u: failed to setup loop =
device: No such file or directory\n')
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> =
</span>-------------------- >> begin captured logging << =
--------------------
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> =
</span>Storage.Misc.excCmd: DEBUG: /usr/bin/taskset --cpu-list 0-1 =
/sbin/mkfs.ext2 -F /tmp/tmpsDTh9u (cwd None)
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> =
</span>Storage.Misc.excCmd: DEBUG: SUCCESS: <err> =3D 'mke2fs =
1.42.13 (17-May-2015)\n'; <rc> =3D 0
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> =
</span>Storage.Misc.excCmd: DEBUG: /usr/bin/taskset --cpu-list 0-1 =
/usr/bin/mount -o loop /tmp/tmpsDTh9u /var/tmp/tmpTPj7t6 (cwd None)
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> =
</span>--------------------- >> end captured logging << =
---------------------
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> </span>
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> =
</span>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> </span>ERROR: =
testSymlinkMount (mountTests.MountTests)
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> =
</span>-------------------------------------------------------------------=
---
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> =
</span>Traceback (most recent call last):
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> </span> File =
"/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/mo=
untTests.py", line 150, in testSymlinkMount
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> </span> =
m.mount(mntOpts=3D"loop")
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> </span> File =
"/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/vdsm/sto=
rage/mount.py", line 225, in mount
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> </span> =
return self._runcmd(cmd, timeout)
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> </span> File =
"/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/vdsm/sto=
rage/mount.py", line 241, in _runcmd
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> </span> =
raise MountError(rc, ";".join((out, err)))
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> =
</span>MountError: (32, ';mount: /var/tmp/tmpBpSrGA/backing.img: failed =
to setup loop device: No such file or directory\n')
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> =
</span>-------------------- >> begin captured logging << =
--------------------
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> =
</span>Storage.Misc.excCmd: DEBUG: /usr/bin/taskset --cpu-list 0-1 =
/sbin/mkfs.ext2 -F /var/tmp/tmpBpSrGA/backing.img (cwd None)
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> =
</span>Storage.Misc.excCmd: DEBUG: SUCCESS: <err> =3D 'mke2fs =
1.42.13 (17-May-2015)\n'; <rc> =3D 0
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> =
</span>Storage.Misc.excCmd: DEBUG: /usr/bin/taskset --cpu-list 0-1 =
/usr/bin/mount -o loop /var/tmp/tmpBpSrGA/link_to_image =
/var/tmp/tmpBpSrGA/mountpoint (cwd None)
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> =
</span>--------------------- >> end captured logging << =
---------------------
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> </span>
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> =
</span>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> </span>ERROR: =
test_getDevicePartedInfo (parted_utils_tests.PartedUtilsTests)
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> =
</span>-------------------------------------------------------------------=
---
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> =
</span>Traceback (most recent call last):
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> </span> File =
"/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/te=
stValidation.py", line 97, in wrapper
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> </span> =
return f(*args, **kwargs)
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> </span> File =
"/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/pa=
rted_utils_tests.py", line 61, in setUp
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> </span> =
self.assertEquals(rc, 0)
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> =
</span>AssertionError: 1 !=3D 0
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> =
</span>-------------------- >> begin captured logging << =
--------------------
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> </span>root: =
DEBUG: /usr/bin/taskset --cpu-list 0-1 dd if=3D/dev/zero =
of=3D/tmp/tmpNOvAvX bs=3D100M count=3D1 (cwd None)
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> </span>root: =
DEBUG: SUCCESS: <err> =3D '1+0 records in\n1+0 records =
out\n104857600 bytes (105 MB) copied, 0.373591 s, 281 MB/s\n'; =
<rc> =3D 0
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> </span>root: =
DEBUG: /usr/bin/taskset --cpu-list 0-1 losetup -f --show /tmp/tmpNOvAvX =
(cwd None)
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> </span>root: =
DEBUG: FAILED: <err> =3D 'losetup: /tmp/tmpNOvAvX: failed to set =
up loop device: No such file or directory\n'; <rc> =3D 1
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b> =
</span>--------------------- >> end captured logging << =
---------------------
<span class=3D"timestamp" style=3D"box-sizing: border-box;"><b =
style=3D"box-sizing: border-box;" class=3D"">12:15:21</b></span></pre><div=
class=3D""><br class=3D""></div></body></html>=
--Apple-Mail=_14D5C18F-0A60-48C4-8720-5F16CB9CF311--
8 years, 10 months
Logwatch for linode01.ovirt.org (Linux)
by logwatch@lists.ovirt.org
################### Logwatch 7.3.6 (05/19/07) ####################
Processing Initiated: Fri Jan 15 03:41:23 2016
Date Range Processed: yesterday
( 2016-Jan-14 )
Period is day.
Detail Level of Output: 0
Type of Output: unformatted
Logfiles for Host: linode01.ovirt.org
##################################################################
--------------------- httpd Begin ------------------------
Requests with error response codes
400 Bad Request
HTTP/1.1: 1 Time(s)
404 Not Found
/%3Chttp%3A/lists.ovirt.org/mailman/listinfo/users: 1 Time(s)
//admin/categories.php/login.php?cPath=&ac ... product_preview: 113 Time(s)
//app/etc/local.xml: 1 Time(s)
//index.old.php?info: 1 Time(s)
//index.php?option=com_jdownloads&Itemid=0&view=upload: 1 Time(s)
//phpThumb.php?src=file.jpg&fltr[]=blur%7C ... phpThumbDebug=9: 2 Time(s)
//process-upload.php: 1 Time(s)
//wp-admin/admin-ajax.php: 6 Time(s)
//wp-admin/admin-ajax.php?action=revolutio ... ./wp-config.php: 3 Time(s)
//wp-admin/admin-ajax.php?action=revslider ... ./wp-config.php: 7 Time(s)
//wp-admin/includes/themes.php?x1: 3 Time(s)
//wp-admin/options-link.php?x1: 3 Time(s)
/:: 1 Time(s)
/_: 1 Time(s)
/_____: 1 Time(s)
/______%2A%2Amailman/listinfo/users%3Chttp ... /listinfo/users: 1 Time(s)
/admin.php: 11 Time(s)
/admin/: 11 Time(s)
/admin/board: 1 Time(s)
/admin/login.php: 11 Time(s)
/administrator/index.php: 11 Time(s)
/assets/snippets/phpthumb//phpThumb.php?sr ... phpThumbDebug=9: 2 Time(s)
/assets/snippets/phpthumb/phpThumb.libs.php?info: 2 Time(s)
/bitrix/admin/index.php?lang=en: 11 Time(s)
/blog/wp-admin/: 8 Time(s)
/board: 2 Time(s)
/category/news/feed: 1 Time(s)
/category/news/feed/: 9 Time(s)
/favicon.ico: 990 Time(s)
/image.php?src=file.jpg&fltr[]=blur%7C9%20 ... phpThumbDebug=9: 2 Time(s)
/index.old.php?info: 2 Time(s)
/listinfo/board: 1 Time(s)
/myshe.php: 1 Time(s)
/old/wp-admin/: 7 Time(s)
/phpThumb.php?src=file.jpg&fltr[]=blur%7C9 ... phpThumbDebug=9: 2 Time(s)
/phpThumb//phpThumb.php?src=file.jpg&fltr[ ... phpThumbDebug=9: 2 Time(s)
/phpThumb/phpThumb.libs.php?info: 2 Time(s)
/phpthumb//phpThumb.php?src=file.jpg&fltr[ ... phpThumbDebug=9: 2 Time(s)
/phpthumb/phpThumb.libs.php?info: 2 Time(s)
/pipermail/commits: 1 Time(s)
/pipermail/engine-patches/2011-December/001876.html: 1 Time(s)
/pipermail/engine-patches/2011-November/: 1 Time(s)
/pipermail/engine-patches/2011-November/000472.html: 1 Time(s)
/pipermail/engine-patches/2012-April/012107.html: 1 Time(s)
/pipermail/engine-patches/2012-April/012690.html: 1 Time(s)
/pipermail/engine-patches/2012-April/013056.html: 1 Time(s)
/pipermail/engine-patches/2012-April/014277.html: 1 Time(s)
/pipermail/engine-patches/2012-April/014321.html: 1 Time(s)
/pipermail/engine-patches/2012-April/015459.html: 1 Time(s)
/pipermail/engine-patches/2012-April/015529.html: 1 Time(s)
/pipermail/engine-patches/2012-April/016001.html: 1 Time(s)
/pipermail/engine-patches/2012-August/029421.html: 1 Time(s)
/pipermail/engine-patches/2012-August/031073.html: 1 Time(s)
/pipermail/engine-patches/2012-December/043074.html: 1 Time(s)
/pipermail/engine-patches/2012-December/043484.html: 1 Time(s)
/pipermail/engine-patches/2012-December/044541.html: 1 Time(s)
/pipermail/engine-patches/2012-December/044645.html: 1 Time(s)
/pipermail/engine-patches/2012-December/044809.html: 1 Time(s)
/pipermail/engine-patches/2012-December/045167.html: 1 Time(s)
/pipermail/engine-patches/2012-December/046407.html: 1 Time(s)
/pipermail/engine-patches/2012-February/007187.html: 1 Time(s)
/pipermail/engine-patches/2012-February/007349.html: 1 Time(s)
/pipermail/engine-patches/2012-January/003209.html: 1 Time(s)
/pipermail/engine-patches/2012-January/003872.html: 1 Time(s)
/pipermail/engine-patches/2012-January/003873.html: 1 Time(s)
/pipermail/engine-patches/2012-July/024740.html: 1 Time(s)
/pipermail/engine-patches/2012-July/025148.html: 1 Time(s)
/pipermail/engine-patches/2012-July/025366.html: 1 Time(s)
/pipermail/engine-patches/2012-July/025874.html: 1 Time(s)
/pipermail/engine-patches/2012-July/026156.html: 1 Time(s)
/pipermail/engine-patches/2012-July/026788.html: 1 Time(s)
/pipermail/engine-patches/2012-July/026966.html: 1 Time(s)
/pipermail/engine-patches/2012-July/028493.html: 1 Time(s)
/pipermail/engine-patches/2012-June/021414.html: 1 Time(s)
/pipermail/engine-patches/2012-June/022326.html: 1 Time(s)
/pipermail/engine-patches/2012-June/022537.html: 1 Time(s)
/pipermail/engine-patches/2012-June/022735.html: 1 Time(s)
/pipermail/engine-patches/2012-June/022832.html: 1 Time(s)
/pipermail/engine-patches/2012-June/022982.html: 1 Time(s)
/pipermail/engine-patches/2012-June/023793.html: 1 Time(s)
/pipermail/engine-patches/2012-June/023808.html: 1 Time(s)
/pipermail/engine-patches/2012-June/024466.html: 1 Time(s)
/pipermail/engine-patches/2012-June/024508.html: 1 Time(s)
/pipermail/engine-patches/2012-March/009114.html: 1 Time(s)
/pipermail/engine-patches/2012-March/009405.html: 1 Time(s)
/pipermail/engine-patches/2012-March/011157.html: 1 Time(s)
/pipermail/engine-patches/2012-March/011344.html: 1 Time(s)
/pipermail/engine-patches/2012-March/011533.html: 1 Time(s)
/pipermail/engine-patches/2012-March/011669.html: 1 Time(s)
/pipermail/engine-patches/2012-March/011684.html: 1 Time(s)
/pipermail/engine-patches/2012-November/040397.html: 1 Time(s)
/pipermail/engine-patches/2012-November/042013.html: 1 Time(s)
/pipermail/engine-patches/2012-October/038044.html: 1 Time(s)
/pipermail/engine-patches/2012-October/039728.html: 1 Time(s)
/pipermail/engine-patches/2012-September/034491.html: 1 Time(s)
/pipermail/engine-patches/2012-September/034826.html: 1 Time(s)
/pipermail/engine-patches/2012-September/035128.html: 1 Time(s)
/pipermail/engine-patches/2012-September/035496.html: 1 Time(s)
/pipermail/engine-patches/2012-September/036732.html: 1 Time(s)
/pipermail/engine-patches/2013-April/064638.html: 1 Time(s)
/pipermail/engine-patches/2013-April/064772.html: 1 Time(s)
/pipermail/engine-patches/2013-April/064857.html: 1 Time(s)
/pipermail/engine-patches/2013-April/064964.html: 1 Time(s)
/pipermail/engine-patches/2013-April/065113.html: 1 Time(s)
/pipermail/engine-patches/2013-April/065115.html: 1 Time(s)
/pipermail/engine-patches/2013-April/066172.html: 1 Time(s)
/pipermail/engine-patches/2013-April/066276.html: 1 Time(s)
/pipermail/engine-patches/2013-April/066741.html: 1 Time(s)
/pipermail/engine-patches/2013-April/067472.html: 1 Time(s)
/pipermail/engine-patches/2013-April/068312.html: 1 Time(s)
/pipermail/engine-patches/2013-April/068693.html: 1 Time(s)
/pipermail/engine-patches/2013-April/068861.html: 1 Time(s)
/pipermail/engine-patches/2013-April/068930.html: 1 Time(s)
/pipermail/engine-patches/2013-April/069164.html: 1 Time(s)
/pipermail/engine-patches/2013-August/098139.html: 1 Time(s)
/pipermail/engine-patches/2013-August/098148.html: 2 Time(s)
/pipermail/engine-patches/2013-August/098347.html: 1 Time(s)
/pipermail/engine-patches/2013-August/099063.html: 1 Time(s)
/pipermail/engine-patches/2013-August/099715.html: 1 Time(s)
/pipermail/engine-patches/2013-August/100048.html: 1 Time(s)
/pipermail/engine-patches/2013-August/101572.html: 1 Time(s)
/pipermail/engine-patches/2013-August/101811.html: 1 Time(s)
/pipermail/engine-patches/2013-August/101889.html: 1 Time(s)
/pipermail/engine-patches/2013-August/101968.html: 1 Time(s)
/pipermail/engine-patches/2013-August/102537.html: 1 Time(s)
/pipermail/engine-patches/2013-August/102616.html: 1 Time(s)
/pipermail/engine-patches/2013-August/102732.html: 1 Time(s)
/pipermail/engine-patches/2013-December/130562.html: 1 Time(s)
/pipermail/engine-patches/2013-December/131697.html: 1 Time(s)
/pipermail/engine-patches/2013-December/133380.html: 1 Time(s)
/pipermail/engine-patches/2013-December/135929.html: 1 Time(s)
/pipermail/engine-patches/2013-February/053594.html: 1 Time(s)
/pipermail/engine-patches/2013-February/054612.html: 1 Time(s)
/pipermail/engine-patches/2013-February/054676.html: 1 Time(s)
/pipermail/engine-patches/2013-February/054931.html: 1 Time(s)
/pipermail/engine-patches/2013-February/056086.html: 1 Time(s)
/pipermail/engine-patches/2013-February/056854.html: 1 Time(s)
/pipermail/engine-patches/2013-February/056993.html: 1 Time(s)
/pipermail/engine-patches/2013-February/057241.html: 1 Time(s)
/pipermail/engine-patches/2013-January/047958.html: 1 Time(s)
/pipermail/engine-patches/2013-January/048064.html: 1 Time(s)
/pipermail/engine-patches/2013-January/048398.html: 1 Time(s)
/pipermail/engine-patches/2013-January/048435.html: 1 Time(s)
/pipermail/engine-patches/2013-January/048494.html: 1 Time(s)
/pipermail/engine-patches/2013-January/049152.html: 1 Time(s)
/pipermail/engine-patches/2013-January/049265.html: 1 Time(s)
/pipermail/engine-patches/2013-January/051092.html: 1 Time(s)
/pipermail/engine-patches/2013-January/051589.html: 1 Time(s)
/pipermail/engine-patches/2013-January/052020.html: 1 Time(s)
/pipermail/engine-patches/2013-January/053240.html: 1 Time(s)
/pipermail/engine-patches/2013-July/082085.html: 1 Time(s)
/pipermail/engine-patches/2013-July/082097.html: 1 Time(s)
/pipermail/engine-patches/2013-July/082588.html: 1 Time(s)
/pipermail/engine-patches/2013-July/087644.html: 1 Time(s)
/pipermail/engine-patches/2013-July/089590.html: 1 Time(s)
/pipermail/engine-patches/2013-June/074824.html: 2 Time(s)
/pipermail/engine-patches/2013-June/074909.html: 1 Time(s)
/pipermail/engine-patches/2013-June/075050.html: 1 Time(s)
/pipermail/engine-patches/2013-June/075115.html: 1 Time(s)
/pipermail/engine-patches/2013-June/075580.html: 1 Time(s)
/pipermail/engine-patches/2013-June/078649.html: 1 Time(s)
/pipermail/engine-patches/2013-June/078777.html: 1 Time(s)
/pipermail/engine-patches/2013-June/079574.html: 1 Time(s)
/pipermail/engine-patches/2013-June/079918.html: 1 Time(s)
/pipermail/engine-patches/2013-June/080585.html: 1 Time(s)
/pipermail/engine-patches/2013-June/081036.html: 1 Time(s)
/pipermail/engine-patches/2013-March/059106.html: 1 Time(s)
/pipermail/engine-patches/2013-March/059348.html: 1 Time(s)
/pipermail/engine-patches/2013-March/060498.html: 1 Time(s)
/pipermail/engine-patches/2013-March/060709.html: 1 Time(s)
/pipermail/engine-patches/2013-March/061278.html: 1 Time(s)
/pipermail/engine-patches/2013-March/061326.html: 1 Time(s)
/pipermail/engine-patches/2013-March/061384.html: 1 Time(s)
/pipermail/engine-patches/2013-March/062040.html: 1 Time(s)
/pipermail/engine-patches/2013-March/062855.html: 1 Time(s)
/pipermail/engine-patches/2013-November/124277.html: 1 Time(s)
/pipermail/engine-patches/2013-October/109277.html: 1 Time(s)
/pipermail/engine-patches/2013-October/109765.html: 1 Time(s)
/pipermail/engine-patches/2013-October/116542.html: 1 Time(s)
/pipermail/engine-patches/2013-October/116806.html: 1 Time(s)
/pipermail/engine-patches/2013-September/103658.html: 1 Time(s)
/pipermail/engine-patches/2014-January/146331.html: 1 Time(s)
/pipermail/engine-patches/2014-January/148257.html: 1 Time(s)
/pipermail/engine-patches/2014-March/168228.html: 1 Time(s)
/pipermail/infra//admin/categories.php/log ... product_preview: 113 Time(s)
/pipermail/infra/2012-August//admin/catego ... product_preview: 16 Time(s)
/pipermail/infra/2012-December//admin/cate ... product_preview: 11 Time(s)
/pipermail/infra/2012-December/001716.html ... lay.albacom.net: 1 Time(s)
/pipermail/infra/2012-October//admin/categ ... product_preview: 16 Time(s)
/pipermail/infra/2013-April//admin/categor ... product_preview: 47 Time(s)
/pipermail/infra/2013-August/003751.html/trackback/: 1 Time(s)
/pipermail/infra/2013-August/003781.html/trackback/: 1 Time(s)
/pipermail/infra/2013-August/003815.html/trackback/: 1 Time(s)
/pipermail/infra/2013-December/004471.html/trackback/: 1 Time(s)
/pipermail/infra/2013-December/004526.html/trackback/: 2 Time(s)
/pipermail/infra/2013-December/004645.html/trackback/: 1 Time(s)
/pipermail/infra/2013-December/004718.html/trackback/: 1 Time(s)
/pipermail/infra/2013-December/tiki-register.php: 2 Time(s)
/pipermail/infra/2013-February//admin/cate ... product_preview: 7 Time(s)
/pipermail/infra/2013-February//wp-admin/admin-ajax.php: 1 Time(s)
/pipermail/infra/2013-February/002129.html ... /admin-ajax.php: 1 Time(s)
/pipermail/infra/2013-January//admin/categ ... product_preview: 6 Time(s)
/pipermail/infra/2013-January//wp-admin/admin-ajax.php: 1 Time(s)
/pipermail/infra/2013-January/001797.html/trackback/: 1 Time(s)
/pipermail/infra/2013-January/001812.html& ... /admin-ajax.php: 2 Time(s)
/pipermail/infra/2013-January/001812.html/trackback/: 1 Time(s)
/pipermail/infra/2013-July//admin/categori ... product_preview: 28 Time(s)
/pipermail/infra/2013-July/003461.html/trackback/: 2 Time(s)
/pipermail/infra/2013-July/003661.html/trackback/: 1 Time(s)
/pipermail/infra/2013-July/003739.html/trackback/: 1 Time(s)
/pipermail/infra/2013-July/tiki-register.php: 8 Time(s)
/pipermail/infra/2013-June//admin/categori ... product_preview: 4 Time(s)
/pipermail/infra/2013-June//wp-admin/admin-ajax.php: 1 Time(s)
/pipermail/infra/2013-June/003199.html/trackback/: 1 Time(s)
/pipermail/infra/2013-June/003244.html& ... /admin-ajax.php: 1 Time(s)
/pipermail/infra/2013-June/003244.html/trackback/: 1 Time(s)
/pipermail/infra/2013-June/003429.html/trackback/: 1 Time(s)
/pipermail/infra/2013-June/003443.html/trackback/: 1 Time(s)
/pipermail/infra/2013-June/wp-content/them ... com%2Fpagat.php: 1 Time(s)
/pipermail/infra/2013-March//admin/categor ... product_preview: 2 Time(s)
/pipermail/infra/2013-March//wp-admin/admin-ajax.php: 2 Time(s)
/pipermail/infra/2013-March/002294.html&am ... /admin-ajax.php: 3 Time(s)
/pipermail/infra/2013-March/002443.html&am ... /admin-ajax.php: 1 Time(s)
/pipermail/infra/2013-March/002483.html/trackback/: 1 Time(s)
/pipermail/infra/2013-March/002484.html/trackback/: 2 Time(s)
/pipermail/infra/2013-March/tiki-register.php: 4 Time(s)
/pipermail/infra/2013-March/wp-content/the ... com%2Fpagat.php: 2 Time(s)
/pipermail/infra/2013-May//admin/categorie ... product_preview: 36 Time(s)
/pipermail/infra/2013-May/tiki-register.php: 3 Time(s)
/pipermail/infra/2013-November//app/etc/local.xml: 1 Time(s)
/pipermail/infra/2013-November/004324.html/trackback/: 1 Time(s)
/pipermail/infra/2013-November/004371.html/trackback/: 1 Time(s)
/pipermail/infra/2013-November/004390.html/trackback/: 1 Time(s)
/pipermail/infra/2013-November/004400.html/trackback/: 1 Time(s)
/pipermail/infra/2013-November/004445.html/trackback/: 1 Time(s)
/pipermail/infra/2013-October/004215.html/trackback/: 1 Time(s)
/pipermail/infra/2013-September/003940.html/trackback/: 1 Time(s)
/pipermail/infra/2014-December/wp-content/ ... com%2Fpagat.php: 1 Time(s)
/pipermail/infra/2014-February/005344.html/trackback/: 1 Time(s)
/pipermail/infra/2014-May/006341.html/trackback/: 1 Time(s)
/pipermail/infra/2015: 1 Time(s)
/pipermail/infra/2015-April//wp-admin/admi ... ./wp-config.php: 1 Time(s)
/pipermail/infra/2015-April/009473.html&am ... ./wp-config.php: 4 Time(s)
/pipermail/infra/2015-April/wp-admin/admin ... ./wp-config.php: 1 Time(s)
/pipermail/infra/2015-February/tiki-register.php: 1 Time(s)
/pipermail/infra/2015-January//index.old.php?info: 1 Time(s)
/pipermail/infra/2015-January//phpThumb.ph ... phpThumbDebug=9: 2 Time(s)
/pipermail/infra/2015-July//wp-admin/admin ... ./wp-config.php: 3 Time(s)
/pipermail/infra/2015-July//wp-admin/admin-ajax.php: 2 Time(s)
/pipermail/infra/2015-July//wp-admin/includes/themes.php?x1: 1 Time(s)
/pipermail/infra/2015-July//wp-admin/options-link.php?x1: 1 Time(s)
/pipermail/infra/2015-July/010147.html& ... /admin-ajax.php: 1 Time(s)
/pipermail/infra/2015-July/010224.html/trackback/: 1 Time(s)
/pipermail/infra/2015-June//wp-admin/admin ... ./wp-config.php: 2 Time(s)
/pipermail/infra/2015-May//index.php?optio ... d=0&view=upload: 1 Time(s)
/pipermail/infra/2015-May//wp-admin/admin- ... ./wp-config.php: 4 Time(s)
/pipermail/infra/2015-May//wp-admin/admin-ajax.php: 2 Time(s)
/pipermail/infra/2015-May//wp-admin/includes/themes.php?x1: 2 Time(s)
/pipermail/infra/2015-May//wp-admin/options-link.php?x1: 2 Time(s)
/pipermail/infra/2015-May/wp-admin/admin-a ... ./wp-config.php: 1 Time(s)
/pipermail/node-devel/2011-December/000057.html/trackback/: 1 Time(s)
/pipermail/node-devel/2011-November/000045.html/trackback/: 1 Time(s)
/pipermail/node-devel/2012-May/000234.html/trackback/: 1 Time(s)
/pipermail/nomad-devel: 1 Time(s)
/pipermail/users/2012-February/006095.html/trackback/: 1 Time(s)
/pipermail/users/2012-March/001032.html/trackback/: 1 Time(s)
/pipermail/users/2012-May/001914.html/trackback/: 1 Time(s)
/pipermail/users/2012-November/010555.html/trackback/: 1 Time(s)
/pipermail/users/2012-November/010569.html/trackback/: 1 Time(s)
/pipermail/users/2012-October/010174.html/trackback/: 1 Time(s)
/pipermail/users/2013-february/012269.html: 1 Time(s)
/pipermail/users/2014-november/029596.html: 1 Time(s)
/pipermail/users/2014-september/027225.html: 1 Time(s)
/pipermail/users/2015-February//process-upload.php: 1 Time(s)
/pipermail/users/2015-February/031277.html ... cess-upload.php: 1 Time(s)
/plus/mytag_js.php?aid=511348:: 1 Time(s)
/repos/ci-tools/EL/6/repodata/repomd.xml: 46 Time(s)
/robots.txt: 359 Time(s)
/test/wp-admin/: 6 Time(s)
/thumb//phpThumb.php?src=file.jpg&fltr[]=b ... phpThumbDebug=9: 2 Time(s)
/thumb/phpThumb.libs.php?info: 2 Time(s)
/upload/phpThumb//phpThumb.php?src=file.jp ... phpThumbDebug=9: 2 Time(s)
/upload/phpThumb/phpThumb.libs.php?info: 2 Time(s)
/user/: 11 Time(s)
/web/ui/page/error.html: 2 Time(s)
/wordpress/wp-admin/: 7 Time(s)
/wp-admin/: 7 Time(s)
/wp-admin/admin-ajax.php: 2 Time(s)
/wp-admin/admin-ajax.php?action=revslider_ ... ./wp-config.php: 2 Time(s)
/wp-admin/install.php: 1 Time(s)
/wp-content/plugins/Login-wall-etgFB/login ... vcGx1Z2lucy8%3d: 1 Time(s)
/wp-content/plugins/myshe.php: 1 Time(s)
/wp-content/themes/canvas/functions/thumb. ... com%2Fpagat.php: 1 Time(s)
/wp-content/themes/inspire/thumb.php?src=h ... com%2Fpagat.php: 3 Time(s)
/wp-login.php: 14 Time(s)
/wp-login.php?action=register::: 1 Time(s)
/wp/wp-admin/: 8 Time(s)
/xmlrpc.php: 4 Time(s)
http://lists.ovirt.org/pipermail/infra/201 ... ki-register.php: 1 Time(s)
503 Service Unavailable
/repos/ci-tools/EL/6/repodata/repomd.xml: 2 Time(s)
---------------------- httpd End -------------------------
--------------------- Postfix Begin ------------------------
1 *Fatal: Configuration error
1 *Warning: Startup error
504 *Warning: Pre-queue content-filter connection overload
1 Process exited
322 Miscellaneous warnings
26.542M Bytes accepted 27,831,547
1.385G Bytes delivered 1,487,235,569
======== ================================================
1503 Accepted 81.24%
347 Rejected 18.76%
-------- ------------------------------------------------
1850 Total 100.00%
======== ================================================
10 Reject relay denied 2.88%
47 Reject HELO/EHLO 13.54%
290 Reject unknown user 83.57%
-------- ------------------------------------------------
347 Total Rejects 100.00%
======== ================================================
598 4xx Reject recipient address 92.14%
51 4xx Reject sender address 7.86%
-------- ------------------------------------------------
649 Total 4xx Rejects 100.00%
======== ================================================
2123 Connections made
89 Connections lost
2123 Disconnections
1492 Removed from queue
865 Delivered
24257 Sent via SMTP
8 Forwarded
166 Deferred
608 Deferrals
237 Bounce (remote)
1 Expired and returned to sender
214 DSNs undeliverable
525 Connection failure (outbound)
36 Timeout (inbound)
1 Numeric hostname
1 Excessive errors in SMTP commands dialog
305 Hostname verification errors
15 Hostname validation error
164 Enabled PIX workaround
**Unmatched Entries**
1 Jan 14 10:30:32 linode01 postfix/smtp[12886]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 14 12:44:33 linode01 postfix/smtp[16706]: EC5ACC774: Cannot start TLS: handshake failure
1 Jan 14 11:32:15 linode01 postfix/smtp[14443]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 14 05:43:34 linode01 postfix/smtp[5162]: 7A35FC779: Cannot start TLS: handshake failure
1 Jan 14 11:34:49 linode01 postfix/smtp[14441]: DD485C757: Cannot start TLS: handshake failure
1 Jan 14 05:39:14 linode01 postfix/smtp[5008]: A8109C76B: Cannot start TLS: handshake failure
1 Jan 14 11:50:08 linode01 postfix/smtp[15055]: SSL_connect error to tacos.lugy.net[70.85.31.174]:25: -1
1 Jan 14 10:30:32 linode01 postfix/smtp[12886]: A8C48C774: Cannot start TLS: handshake failure
1 Jan 14 08:28:26 linode01 postfix/smtp[9649]: 877B3C7A5: Cannot start TLS: handshake failure
1 Jan 14 05:39:14 linode01 postfix/smtp[5008]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 14 00:07:34 linode01 postfix/smtp[28736]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 14 07:29:00 linode01 postfix/smtp[8145]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 14 11:50:08 linode01 postfix/smtp[15055]: 0E27CC72D: Cannot start TLS: handshake failure
1 Jan 14 12:48:16 linode01 postfix/smtp[16858]: 32458C77A: Cannot start TLS: handshake failure
1 Jan 14 12:48:16 linode01 postfix/smtp[16858]: SSL_connect error to tacos.lugy.net[70.85.31.174]:25: -1
1 Jan 14 03:58:15 linode01 postfix/smtp[2182]: SSL_connect error to tacos.lugy.net[70.85.31.174]:25: -1
1 Jan 14 11:34:49 linode01 postfix/smtp[14441]: SSL_connect error to tacos.lugy.net[70.85.31.174]:25: -1
1 Jan 14 05:46:40 linode01 postfix/smtp[5270]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 14 08:27:03 linode01 postfix/smtp[9619]: SSL_connect error to tacos.lugy.net[70.85.31.174]:25: -1
1 Jan 14 10:31:08 linode01 postfix/smtp[12847]: 71B76C77A: Cannot start TLS: handshake failure
1 Jan 14 08:28:09 linode01 postfix/smtp[9634]: D4281C79D: Cannot start TLS: handshake failure
1 Jan 14 06:16:25 linode01 postfix/smtp[6162]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 14 07:09:53 linode01 postfix/smtp[7587]: 9D937C392: Cannot start TLS: handshake failure
1 Jan 14 03:58:15 linode01 postfix/smtp[2182]: EEB86C291: Cannot start TLS: handshake failure
1 Jan 14 08:28:09 linode01 postfix/smtp[9634]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 14 12:38:43 linode01 postfix/smtp[16502]: 960D1C774: Cannot start TLS: handshake failure
1 Jan 14 01:20:09 linode01 postfix/smtp[30534]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 14 10:16:27 linode01 postfix/smtp[12575]: EFF9BC72D: Cannot start TLS: handshake failure
1 Jan 14 05:43:34 linode01 postfix/smtp[5162]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 14 13:00:58 linode01 postfix/smtp[17131]: SSL_connect error to tacos.lugy.net[70.85.31.174]:25: -1
1 Jan 14 08:25:32 linode01 postfix/smtp[9585]: 9D475C795: Cannot start TLS: handshake failure
1 Jan 14 06:16:25 linode01 postfix/smtp[6162]: 645CBC76B: Cannot start TLS: handshake failure
1 Jan 14 05:47:17 linode01 postfix/smtp[5279]: SSL_connect error to mta6.am0.yahoodns.net[63.250.192.45]:25: -1
1 Jan 14 00:07:34 linode01 postfix/smtp[28736]: 881CEC726: Cannot start TLS: handshake failure
1 Jan 14 23:23:54 linode01 postfix/smtp[30412]: AFBFEC72D: Cannot start TLS: handshake failure
1 Jan 14 05:46:40 linode01 postfix/smtp[5270]: E4A01C77C: Cannot start TLS: handshake failure
1 Jan 14 05:47:17 linode01 postfix/smtp[5279]: E4A01C77C: Cannot start TLS: handshake failure
1 Jan 14 06:32:11 linode01 postfix/smtp[6454]: 7F867C78B: Cannot start TLS: handshake failure
1 Jan 14 06:16:59 linode01 postfix/smtp[6142]: 13A01C798: Cannot start TLS: handshake failure
1 Jan 14 15:24:15 linode01 postfix/smtp[20439]: 05640C726: Cannot start TLS: handshake failure
1 Jan 14 07:09:53 linode01 postfix/smtp[7587]: SSL_connect error to tacos.lugy.net[70.85.31.174]:25: -1
1 Jan 14 08:28:26 linode01 postfix/smtp[9649]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 14 15:24:15 linode01 postfix/smtp[20439]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 14 11:53:15 linode01 postfix/smtp[15259]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 14 11:32:15 linode01 postfix/smtp[14443]: 1A562C187: Cannot start TLS: handshake failure
1 Jan 14 07:22:19 linode01 postfix/smtp[7956]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 14 03:02:23 linode01 postfix/smtp[32697]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 14 23:23:54 linode01 postfix/smtp[30412]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 14 10:06:46 linode01 postfix/smtp[12043]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 14 12:38:43 linode01 postfix/smtp[16502]: SSL_connect error to tacos.lugy.net[70.85.31.174]:25: -1
1 Jan 14 06:16:59 linode01 postfix/smtp[6142]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 14 07:29:00 linode01 postfix/smtp[8145]: 6E168C798: Cannot start TLS: handshake failure
1 Jan 14 07:22:19 linode01 postfix/smtp[7956]: 4E755C392: Cannot start TLS: handshake failure
1 Jan 14 11:53:15 linode01 postfix/smtp[15259]: DA62FC72D: Cannot start TLS: handshake failure
1 Jan 14 12:44:33 linode01 postfix/smtp[16706]: SSL_connect error to tacos.lugy.net[70.85.31.174]:25: -1
1 Jan 14 10:06:46 linode01 postfix/smtp[12043]: 4C966C58D: Cannot start TLS: handshake failure
1 Jan 14 08:25:32 linode01 postfix/smtp[9585]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 14 13:00:58 linode01 postfix/smtp[17131]: E12E7C1A9: Cannot start TLS: handshake failure
1 Jan 14 03:02:23 linode01 postfix/smtp[32697]: 784F6C74B: Cannot start TLS: handshake failure
1 Jan 14 01:20:09 linode01 postfix/smtp[30534]: AB89BC726: Cannot start TLS: handshake failure
1 Jan 14 10:16:27 linode01 postfix/smtp[12575]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 14 08:27:03 linode01 postfix/smtp[9619]: 01CF2C79A: Cannot start TLS: handshake failure
1 Jan 14 10:31:08 linode01 postfix/smtp[12847]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
1 Jan 14 06:32:11 linode01 postfix/smtp[6454]: SSL_connect error to mail.albasoft.com[80.36.199.64]:25: -1
---------------------- Postfix End -------------------------
--------------------- SSHD Begin ------------------------
Received disconnect:
11: : 1 Time(s)
11: Bye Bye : 3 Time(s)
3: com.jcraft.jsch.JSchException: Auth fail : 11 Time(s)
3: java.net.SocketTimeoutException: Read timed out : 1 Time(s)
**Unmatched Entries**
reverse mapping checking getaddrinfo for hostby.guardomicro.com [85.93.0.77] failed - POSSIBLE BREAK-IN ATTEMPT! : 8 time(s)
Address 66.162.88.202 maps to mail.plunkett-gibson.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! : 1 time(s)
---------------------- SSHD End -------------------------
--------------------- Disk Space Begin ------------------------
Filesystem Size Used Avail Use% Mounted on
/dev/xvda 97G 71G 26G 73% /
---------------------- Disk Space End -------------------------
###################### Logwatch End #########################
8 years, 10 months
[JIRA] (OVIRT-376) migrate gerrit backups to phx and increase visibility
by eyal edri [Administrator] (oVirt JIRA)
------=_Part_6_30029987.1452779280120
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org=
/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns=3D"http://www.w3.org/1999/xhtml">
<head>=20
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Du=
tf-8">=20
<meta name=3D"viewport" content=3D"width=3Ddevice-width, initial-sc=
ale=3D1.0, maximum-scale=3D1.0">=20
<base href=3D"https://ovirt-jira.atlassian.net">=20
<title>Message Title</title>=20
</head>=20
<body class=3D"jira" style=3D"color: #333333; font-family: Arial, sans-=
serif; font-size: 14px; line-height: 1.429">=20
<table id=3D"background-table" cellpadding=3D"0" cellspacing=3D"0" =
width=3D"100%" style=3D"border-collapse: collapse; mso-table-lspace: 0pt; m=
so-table-rspace: 0pt; background-color: #f5f5f5; border-collapse: collapse;=
mso-table-lspace: 0pt; mso-table-rspace: 0pt" bgcolor=3D"#f5f5f5">=20
<!-- header here -->=20
<tbody>
<tr>=20
<td id=3D"header-pattern-container" style=3D"padding: 0=
px; border-collapse: collapse; padding: 10px 20px">=20
<table id=3D"header-pattern" cellspacing=3D"0" cell=
padding=3D"0" border=3D"0" style=3D"border-collapse: collapse; mso-table-ls=
pace: 0pt; mso-table-rspace: 0pt">=20
<tbody>
<tr>=20
<td id=3D"header-avatar-image-container=
" valign=3D"top" style=3D"padding: 0px; border-collapse: collapse; vertical=
-align: top; width: 32px; padding-right: 8px" width=3D"32"> <img id=3D"head=
er-avatar-image" class=3D"image_fix" src=3D"cid:jira-generated-image-avatar=
-23cdbb71-dc9f-40a4-b4e5-43d7b99471b3" height=3D"32" width=3D"32" border=3D=
"0" style=3D"border-radius: 3px; vertical-align: top"> </td>=20
<td id=3D"header-text-container" valign=
=3D"middle" style=3D"padding: 0px; border-collapse: collapse; vertical-alig=
n: middle; font-family: Arial, sans-serif; font-size: 14px; line-height: 20=
px; mso-line-height-rule: exactly; mso-text-raise: 1px"> <a class=3D"user-h=
over" rel=3D"eedri" id=3D"email_eedri" href=3D"https://ovirt-jira.atlassian=
.net/secure/ViewProfile.jspa?name=3Deedri" style=3D"color:#3b73af;; color: =
#3b73af; text-decoration: none">eyal edri [Administrator]</a> <strong>creat=
ed</strong> an issue </td>=20
</tr>=20
</tbody>
</table> </td>=20
</tr>=20
<tr>=20
<td id=3D"email-content-container" style=3D"padding: 0p=
x; border-collapse: collapse; padding: 0 20px">=20
<table id=3D"email-content-table" cellspacing=3D"0"=
cellpadding=3D"0" border=3D"0" width=3D"100%" style=3D"border-collapse: co=
llapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; bo=
rder-collapse: separate">=20
<tbody>
<tr>=20
<!-- there needs to be content in the c=
ell for it to render in some clients -->=20
<td class=3D"email-content-rounded-top =
mobile-expand" style=3D"padding: 0px; border-collapse: collapse; color: #ff=
ffff; padding: 0 15px 0 16px; height: 15px; background-color: #ffffff; bord=
er-left: 1px solid #cccccc; border-top: 1px solid #cccccc; border-right: 1p=
x solid #cccccc; border-bottom: 0; border-top-right-radius: 5px; border-top=
-left-radius: 5px; height: 10px; line-height: 10px; padding: 0 15px 0 16px;=
mso-line-height-rule: exactly" height=3D"10" bgcolor=3D"#ffffff"> </t=
d>=20
</tr>=20
<tr>=20
<td class=3D"email-content-main mobile-=
expand " style=3D"padding: 0px; border-collapse: collapse; border-left: 1px=
solid #cccccc; border-right: 1px solid #cccccc; border-top: 0; border-bott=
om: 0; padding: 0 15px 0 16px; background-color: #ffffff" bgcolor=3D"#fffff=
f">=20
<table class=3D"page-title-pattern"=
cellspacing=3D"0" cellpadding=3D"0" border=3D"0" width=3D"100%" style=3D"b=
order-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt">=20
<tbody>
<tr>=20
<td class=3D"page-title=
-pattern-first-line " style=3D"padding: 0px; border-collapse: collapse; fon=
t-family: Arial, sans-serif; font-size: 14px; padding-top: 10px"> <a href=
=3D"https://ovirt-jira.atlassian.net/browse/OVIRT" style=3D"color: #3b73af;=
text-decoration: none">oVirt - virtualization made easy</a> / <a href=3D"h=
ttps://ovirt-jira.atlassian.net/browse/OVIRT-376" style=3D"color: #3b73af; =
text-decoration: none"><img src=3D"cid:jira-generated-image-avatar-d6fad4cb=
-4be6-470a-9da8-a41cc0fb6b80" height=3D"16" width=3D"16" border=3D"0" align=
=3D"absmiddle" alt=3D"Task" style=3D"vertical-align: text-bottom"></a> <a h=
ref=3D"https://ovirt-jira.atlassian.net/browse/OVIRT-376" style=3D"color: #=
3b73af; text-decoration: none">OVIRT-376</a> </td>=20
</tr>=20
<tr>=20
<td style=3D"vertical-a=
lign: top;; padding: 0px; border-collapse: collapse; padding-right: 5px; fo=
nt-size: 20px; line-height: 30px; mso-line-height-rule: exactly" class=3D"p=
age-title-pattern-header-container"> <span class=3D"page-title-pattern-head=
er" style=3D"font-family: Arial, sans-serif; padding: 0; font-size: 20px; l=
ine-height: 30px; mso-text-raise: 2px; mso-line-height-rule: exactly; verti=
cal-align: middle"> <a href=3D"https://ovirt-jira.atlassian.net/browse/OVIR=
T-376" style=3D"color: #3b73af; text-decoration: none">migrate gerrit backu=
ps to phx and increase visibility</a> </span> </td>=20
</tr>=20
</tbody>
</table> </td>=20
</tr>=20
<tr>=20
<td class=3D"email-content-main mobile-=
expand wrapper-special-margin" style=3D"padding: 0px; border-collapse: col=
lapse; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; bor=
der-top: 0; border-bottom: 0; padding: 0 15px 0 16px; background-color: #ff=
ffff; padding-top: 10px; padding-bottom: 5px" bgcolor=3D"#ffffff">=20
<table class=3D"keyvalue-table" sty=
le=3D"border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0=
pt">=20
<tbody>
<tr>=20
<th style=3D"color: #70=
7070; font: normal 14px/20px Arial, sans-serif; text-align: left; vertical-=
align: top; padding: 2px 0">Issue Type:</th>=20
<td class=3D"has-icon" =
style=3D"padding: 0px; border-collapse: collapse; font: normal 14px/20px Ar=
ial, sans-serif; padding: 2px 0 2px 5px; vertical-align: top"> <img src=3D"=
cid:jira-generated-image-avatar-d6fad4cb-4be6-470a-9da8-a41cc0fb6b80" heigh=
t=3D"16" width=3D"16" border=3D"0" align=3D"absmiddle" alt=3D"Task" style=
=3D"vertical-align: text-bottom"> Task </td>=20
</tr>=20
<tr>=20
<th style=3D"color: #70=
7070; font: normal 14px/20px Arial, sans-serif; text-align: left; vertical-=
align: top; padding: 2px 0">Assignee:</th>=20
<td style=3D"padding: 0=
px; border-collapse: collapse; font: normal 14px/20px Arial, sans-serif; pa=
dding: 2px 0 2px 5px; vertical-align: top"> <a class=3D"user-hover" rel=3D"=
infra(a)ovirt.org" id=3D"email_infra(a)ovirt.org" href=3D"https://ovirt-jira.at=
lassian.net/secure/ViewProfile.jspa?name=3Dinfra%40ovirt.org" style=3D"colo=
r:#3b73af;; color: #3b73af; text-decoration: none">infra</a> </td>=20
</tr>=20
<tr>=20
<th style=3D"color: #70=
7070; font: normal 14px/20px Arial, sans-serif; text-align: left; vertical-=
align: top; padding: 2px 0">Components:</th>=20
<td style=3D"padding: 0=
px; border-collapse: collapse; font: normal 14px/20px Arial, sans-serif; pa=
dding: 2px 0 2px 5px; vertical-align: top"> Gerrit/git </td>=20
</tr>=20
<tr>=20
<th style=3D"color: #70=
7070; font: normal 14px/20px Arial, sans-serif; text-align: left; vertical-=
align: top; padding: 2px 0">Created:</th>=20
<td style=3D"padding: 0=
px; border-collapse: collapse; font: normal 14px/20px Arial, sans-serif; pa=
dding: 2px 0 2px 5px; vertical-align: top"> 14/Jan/16 1:47 PM </td>=20
</tr>=20
<tr>=20
<th style=3D"color: #70=
7070; font: normal 14px/20px Arial, sans-serif; text-align: left; vertical-=
align: top; padding: 2px 0">Priority:</th>=20
<td class=3D"has-icon" =
style=3D"padding: 0px; border-collapse: collapse; font: normal 14px/20px Ar=
ial, sans-serif; padding: 2px 0 2px 5px; vertical-align: top"> <img src=3D"=
cid:jira-generated-image-static-high-989b560f-0b70-4e42-a0ef-28ce1d78b954" =
height=3D"16" width=3D"16" border=3D"0" align=3D"absmiddle" alt=3D"High" st=
yle=3D"vertical-align: text-bottom"> High </td>=20
</tr>=20
<tr>=20
<th style=3D"color: #70=
7070; font: normal 14px/20px Arial, sans-serif; text-align: left; vertical-=
align: top; padding: 2px 0">Reporter:</th>=20
<td style=3D"padding: 0=
px; border-collapse: collapse; font: normal 14px/20px Arial, sans-serif; pa=
dding: 2px 0 2px 5px; vertical-align: top"> <a class=3D"user-hover" rel=3D"=
eedri" id=3D"email_eedri" href=3D"https://ovirt-jira.atlassian.net/secure/V=
iewProfile.jspa?name=3Deedri" style=3D"color:#3b73af;; color: #3b73af; text=
-decoration: none">eyal edri [Administrator]</a> </td>=20
</tr>=20
</tbody>
</table> </td>=20
</tr>=20
<tr>=20
<td class=3D"email-content-main mobile-=
expand issue-description-container" style=3D"padding: 0px; border-collapse=
: collapse; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc=
; border-top: 0; border-bottom: 0; padding: 0 15px 0 16px; background-color=
: #ffffff; padding-top: 5px; padding-bottom: 10px" bgcolor=3D"#ffffff">=20
<table class=3D"text-paragraph-patt=
ern" cellspacing=3D"0" cellpadding=3D"0" border=3D"0" width=3D"100%" style=
=3D"border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt=
; font-family: Arial, sans-serif; font-size: 14px; line-height: 20px; mso-l=
ine-height-rule: exactly; mso-text-raise: 2px">=20
<tbody>
<tr>=20
<td class=3D"text-parag=
raph-pattern-container mobile-resize-text " style=3D"padding: 0px; border-c=
ollapse: collapse; padding: 0 0 10px 0"> <p style=3D"margin-top:0;margin-bo=
ttom:10px;; margin: 10px 0 0 0; margin-top: 0">Right now gerrit is being ba=
cked up using a local cronjob on the gerrit machine and into linode01.ovirt=
.org, which we plan to decommission.</p> <p style=3D"margin-top:0;margin-bo=
ttom:10px;; margin: 10px 0 0 0">We need to move the backups to the our prod=
uction DC, maybe even to a backup VM that will used for general backups, at=
least until we'll have a proper backup solution for the entire DC.</p> <p =
style=3D"margin-top:0;margin-bottom:10px;; margin: 10px 0 0 0">In addition =
we need to increase visibility to the backup process and monitor it, probab=
ly via jenkins job, similar to <a href=3D"http://jenkins.ovirt.org/view/Sys=
tem%20and%20Monitoring/job/system_backup-jenkins-org/" class=3D"external-li=
nk" rel=3D"nofollow" style=3D"color: #3b73af; text-decoration: none">http:/=
/jenkins.ovirt.org/view/System%20and%20Monitoring/job/system_backup-jenkins=
-org/</a></p> </td>=20
</tr>=20
</tbody>
</table> </td>=20
</tr>=20
<tr>=20
<td class=3D"email-content-main mobile-=
expand " style=3D"padding: 0px; border-collapse: collapse; border-left: 1px=
solid #cccccc; border-right: 1px solid #cccccc; border-top: 0; border-bott=
om: 0; padding: 0 15px 0 16px; background-color: #ffffff" bgcolor=3D"#fffff=
f">=20
<table id=3D"actions-pattern" cells=
pacing=3D"0" cellpadding=3D"0" border=3D"0" width=3D"100%" style=3D"border-=
collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-fami=
ly: Arial, sans-serif; font-size: 14px; line-height: 20px; mso-line-height-=
rule: exactly; mso-text-raise: 1px">=20
<tbody>
<tr>=20
<td id=3D"actions-patte=
rn-container" valign=3D"middle" style=3D"padding: 0px; border-collapse: col=
lapse; padding: 10px 0 10px 24px; vertical-align: middle; padding-left: 0">=
=20
<table align=3D"lef=
t" style=3D"border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rsp=
ace: 0pt">=20
<tbody>
<tr>=20
<td cla=
ss=3D"actions-pattern-action-icon-container" style=3D"padding: 0px; border-=
collapse: collapse; font-family: Arial, sans-serif; font-size: 14px; line-h=
eight: 20px; mso-line-height-rule: exactly; mso-text-raise: 0px; vertical-a=
lign: middle"> <a href=3D"https://ovirt-jira.atlassian.net/browse/OVIRT-376=
#add-comment" target=3D"_blank" title=3D"Add Comment" style=3D"color: #3b73=
af; text-decoration: none"> <img class=3D"actions-pattern-action-icon-image=
" src=3D"cid:jira-generated-image-static-comment-icon-dd4fe57a-c4ae-424d-9a=
d1-c211ff0ec777" alt=3D"Add Comment" title=3D"Add Comment" height=3D"16" wi=
dth=3D"16" border=3D"0" style=3D"vertical-align: middle"> </a> </td>=20
<td cla=
ss=3D"actions-pattern-action-text-container" style=3D"padding: 0px; border-=
collapse: collapse; font-family: Arial, sans-serif; font-size: 14px; line-h=
eight: 20px; mso-line-height-rule: exactly; mso-text-raise: 4px; padding-le=
ft: 5px"> <a href=3D"https://ovirt-jira.atlassian.net/browse/OVIRT-376#add-=
comment" target=3D"_blank" title=3D"Add Comment" style=3D"color: #3b73af; t=
ext-decoration: none">Add Comment</a> </td>=20
</tr>=20
</tbody>
</table> </td>=20
</tr>=20
</tbody>
</table> </td>=20
</tr>=20
<!-- there needs to be content in the cell =
for it to render in some clients -->=20
<tr>=20
<td class=3D"email-content-rounded-bott=
om mobile-expand" style=3D"padding: 0px; border-collapse: collapse; color: =
#ffffff; padding: 0 15px 0 16px; height: 5px; line-height: 5px; background-=
color: #ffffff; border-top: 0; border-left: 1px solid #cccccc; border-botto=
m: 1px solid #cccccc; border-right: 1px solid #cccccc; border-bottom-right-=
radius: 5px; border-bottom-left-radius: 5px; mso-line-height-rule: exactly"=
height=3D"5" bgcolor=3D"#ffffff"> </td>=20
</tr>=20
</tbody>
</table> </td>=20
</tr>=20
<tr>=20
<td id=3D"footer-pattern" style=3D"padding: 0px; border=
-collapse: collapse; padding: 12px 20px">=20
<table id=3D"footer-pattern-container" cellspacing=
=3D"0" cellpadding=3D"0" border=3D"0" style=3D"border-collapse: collapse; m=
so-table-lspace: 0pt; mso-table-rspace: 0pt">=20
<tbody>
<tr>=20
<td id=3D"footer-pattern-text" class=3D=
"mobile-resize-text" width=3D"100%" style=3D"padding: 0px; border-collapse:=
collapse; color: #999999; font-size: 12px; line-height: 18px; font-family:=
Arial, sans-serif; mso-line-height-rule: exactly; mso-text-raise: 2px"> Th=
is message was sent by Atlassian JIRA <span id=3D"footer-build-information"=
>(v7.1.0-OD-04-012#71001-<span title=3D"dd0493d72352e1a51e29faeaa551e16c27e=
40a01" data-commit-id=3D"dd0493d72352e1a51e29faeaa551e16c27e40a01}">sha1:dd=
0493d</span>)</span> </td>=20
<td id=3D"footer-pattern-logo-desktop-c=
ontainer" valign=3D"top" style=3D"padding: 0px; border-collapse: collapse; =
padding-left: 20px; vertical-align: top">=20
<table style=3D"border-collapse: co=
llapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt">=20
<tbody>
<tr>=20
<td id=3D"footer-patter=
n-logo-desktop-padding" style=3D"padding: 0px; border-collapse: collapse; p=
adding-top: 3px"> <img id=3D"footer-pattern-logo-desktop" src=3D"cid:jira-g=
enerated-image-static-footer-desktop-logo-9c39be7a-57ad-424e-9f5e-1bd23706d=
c03" alt=3D"Atlassian logo" title=3D"Atlassian logo" width=3D"169" height=
=3D"36" class=3D"image_fix"> </td>=20
</tr>=20
</tbody>
</table> </td>=20
</tr>=20
</tbody>
</table> </td>=20
</tr>=20
</tbody>
</table> =20
</body>
</html>
------=_Part_6_30029987.1452779280120
Content-Type: image/png
Content-Transfer-Encoding: base64
Content-Disposition: inline
Content-ID: <jira-generated-image-static-comment-icon-dd4fe57a-c4ae-424d-9ad1-c211ff0ec777>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAADAFBMVEX///+1tbWzs7OysrKrq6um
pqalpaWdnZ2ZmZn///+VlZWPj4/7+/vu7u7p6enn5+fl5eXk5OTh4eHW1tbT09PMzMzJycm6urq5
ubm1tbWzs7OysrKrq6upqamlpaWKioqFhYWRkZGKioqHh4eDg4OAgIB/f398fHx6enp4eHh2dnZ0
dHRycnJwcHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAIFWMjAAAAIXRSTlMAIiIzZoiZu8zd3d3u7u7u7u7u7u7u7u7u7u7u7u7u7u6n
leogAAAAG3RFWHRqaXJhLXN5c3RlbS1pbWFnZS10eXBlAGljb266KjlFAAAAo0lEQVR42l2P2wrC
MAyG09Pa1SqKzIk3QwTf/3G8UByKyK4EcV0POqzDaTUQwv+R/EkA/gKFJGyuQrFH/+iAWJnGOCCp
THcmALms6ne7ykpNeFHpft75xZWsL/XX0bMppj7eUXNseQykI7eZu3+0GpfYuVz1ephriwAnxdkD
QVwIsTVAoTUswZNBuPRkw6X01cqzZtMbdWB0aFqIANqb349ZLJ5XFjQIuveaPQAAAABJRU5ErkJg
gg==
------=_Part_6_30029987.1452779280120
Content-Type: image/png
Content-Transfer-Encoding: base64
Content-Disposition: inline
Content-ID: <jira-generated-image-static-high-989b560f-0b70-4e42-a0ef-28ce1d78b954>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQEAYAAABPYyMiAAAAHXRFWHRqaXJhLXN5c3RlbS1pbWFn
ZS10eXBlAGF2YXRhcuQCGmEAAAHxSURBVHja1ZVNSxtRFIZHKAUpSVSoKxlEJaKGgiJ04SLiffPh
RzRaimJhCmah0rVk5caNIFlEXAT/QUBKV0WCSitUqSvFpBQqpcXYNj23RSREDCL23EwMuNOSBD2b
l5lZPM895947mnbf6rTKGXPGtBqaEBmRqfHTS4QQqo6VTUA+RS96HVn6hk50vj+nHfjg25ijFNxw
t7SXDmzHCEbaDDqBE85tQX8hIC4vicDF+RXd6N6cYTH+3rxQPHA7Agi01ckH8MCzlWagCf6dB18J
pOCCi/MXBjCw+UU+xBCGmuP/D+7ANKZbDQZ74d2uYJAJOIABIx5gUB/6To5ZhEeSrqQfGMf45z1+
5lHkBJVISlrUiOyvbwymWdeUa0pLc6t5BcuvSObBnzCGsbUEfcAoRnt2zZUfTubTMIU8T7gTDORR
XIlIleEXt+4AxeGA41kTnaELXYvzlFCjaIgxgEdRt2OCk/uFlLn3W7QHP/z2j3SkFrAU4uQO+Sy3
FvjzSARFUBuUb4QudO2iIJYD6o15cOJ66o2FEa4gg0zFY3ouIiKieYu2KW8qULK6uwJSHc9yCBzl
QLW8yzmT78wbMLlKh2r369WlF3iLYQxb7fRTnfPoOn1HP/qjWQojiqi1vmz/BMqqi8pywBeQDTar
Tbuv9Q+CE0GfkBXxKwAAAABJRU5ErkJggg==
------=_Part_6_30029987.1452779280120
Content-Type: image/jpeg
Content-Transfer-Encoding: base64
Content-Disposition: inline
Content-ID: <jira-generated-image-avatar-23cdbb71-dc9f-40a4-b4e5-43d7b99471b3>
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
UGr7AAAAAElFTkSuQmCC
------=_Part_6_30029987.1452779280120
Content-Type: image/png
Content-Transfer-Encoding: base64
Content-Disposition: inline
Content-ID: <jira-generated-image-static-footer-desktop-logo-9c39be7a-57ad-424e-9f5e-1bd23706dc03>
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
nvfbckn7YgAAAABJRU5ErkJggg==
------=_Part_6_30029987.1452779280120
Content-Type: image/png
Content-Transfer-Encoding: base64
Content-Disposition: inline
Content-ID: <jira-generated-image-avatar-d6fad4cb-4be6-470a-9da8-a41cc0fb6b80>
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAHXRFWHRqaXJhLXN5c3RlbS1pbWFn
ZS10eXBlAGF2YXRhcuQCGmEAAAD4SURBVHjaY2AYBVBg03DExqb+8GPr+iP/aYyf2zQcdsF0AH0s
hzsCwwF0tByMRx0w6gC6OCB/4ZX/s/Y+HBgHgCz/+fvvfxCYu/8RfR2AbDkMoDuCZg4AWf7t5x8U
y0GOKV16jfYOwOZzbJbTxAHYLP/z9x9Wy0lyQN/WuzgNITXYSXbAxO33wL7AZxgpwU6SA7o33wFb
js9QUoOdJAcQMpycYCc5CnAF78rjT8kKdrISITafogNig53sbIgtJMj1OdnlALmpnaq1IXJ0kBPs
VCkJQY4AWd609ubAtQdC+k+Ptoio74AB75iAumYgCTp1zTxGO8MwAADWtS+5glP17gAAAABJRU5E
rkJgggdlIZDhLWHqGCFBbrAT5YAn736ADYMBkCWgYIY5gpJgJ8oBZ+59YChbdh1sKAyAQgMUEnke
imCfc7IxkxXsRCdCmCO+//qLEhKgtEFJsJOUC0COAAUrckggA3KCneRyAFt0UBLsZBVE6NFBSbCT
XRLCogNkeduG2xRbTlZdAHJExKSzDM8//By4Bgm1LB9cTTJGhv9P6GjvC8wQYGSMRJagcdcskWEU
QAEANELWcZHTKvkAAAAASUVORK5CYII=
------=_Part_6_30029987.1452779280120--
8 years, 10 months
[JIRA] (OVIRT-376) migrate gerrit backups to phx and increase visibility
by eyal edri [Administrator] (oVirt JIRA)
------=_Part_7_28975700.1452779280162
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 7bit
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<base href="https://ovirt-jira.atlassian.net">
<title>Message Title</title>
</head>
<body class="jira" style="color: #333333; font-family: Arial, sans-serif; font-size: 14px; line-height: 1.429">
<table id="background-table" cellpadding="0" cellspacing="0" width="100%" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; background-color: #f5f5f5; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt" bgcolor="#f5f5f5">
<!-- header here -->
<tbody>
<tr>
<td id="header-pattern-container" style="padding: 0px; border-collapse: collapse; padding: 10px 20px">
<table id="header-pattern" cellspacing="0" cellpadding="0" border="0" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt">
<tbody>
<tr>
<td id="header-avatar-image-container" valign="top" style="padding: 0px; border-collapse: collapse; vertical-align: top; width: 32px; padding-right: 8px" width="32"> <img id="header-avatar-image" class="image_fix" src="cid:jira-generated-image-avatar-2a24cba3-466f-4597-b36d-ae32307e59d6" height="32" width="32" border="0" style="border-radius: 3px; vertical-align: top"> </td>
<td id="header-text-container" valign="middle" style="padding: 0px; border-collapse: collapse; vertical-align: middle; font-family: Arial, sans-serif; font-size: 14px; line-height: 20px; mso-line-height-rule: exactly; mso-text-raise: 1px"> <a class="user-hover" rel="eedri" id="email_eedri" href="https://ovirt-jira.atlassian.net/secure/ViewProfile.jspa?name=eedri" style="color:#3b73af;; color: #3b73af; text-decoration: none">eyal edri [Administrator]</a> <strong>commented</strong> on <a href="https://ovirt-jira.atlassian.net/browse/OVIRT-376" style="color: #3b73af; text-decoration: none"><img src="cid:jira-generated-image-avatar-d1fe2da6-6957-4a0b-af0a-00d948c2a8f8" height="16" width="16" border="0" align="absmiddle" alt="Task"> OVIRT-376</a> </td>
</tr>
</tbody>
</table> </td>
</tr>
<tr>
<td id="email-content-container" style="padding: 0px; border-collapse: collapse; padding: 0 20px">
<table id="email-content-table" cellspacing="0" cellpadding="0" border="0" width="100%" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-spacing: 0; border-collapse: separate">
<tbody>
<tr>
<!-- there needs to be content in the cell for it to render in some clients -->
<td class="email-content-rounded-top mobile-expand" style="padding: 0px; border-collapse: collapse; color: #ffffff; padding: 0 15px 0 16px; height: 15px; background-color: #ffffff; border-left: 1px solid #cccccc; border-top: 1px solid #cccccc; border-right: 1px solid #cccccc; border-bottom: 0; border-top-right-radius: 5px; border-top-left-radius: 5px; height: 10px; line-height: 10px; padding: 0 15px 0 16px; mso-line-height-rule: exactly" height="10" bgcolor="#ffffff"> </td>
</tr>
<tr>
<td class="email-content-main mobile-expand " style="padding: 0px; border-collapse: collapse; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; border-top: 0; border-bottom: 0; padding: 0 15px 0 16px; background-color: #ffffff" bgcolor="#ffffff">
<table class="page-title-pattern" cellspacing="0" cellpadding="0" border="0" width="100%" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt">
<tbody>
<tr>
<td style="vertical-align: top;; padding: 0px; border-collapse: collapse; padding-right: 5px; font-size: 20px; line-height: 30px; mso-line-height-rule: exactly" class="page-title-pattern-header-container"> <span class="page-title-pattern-header" style="font-family: Arial, sans-serif; padding: 0; font-size: 20px; line-height: 30px; mso-text-raise: 2px; mso-line-height-rule: exactly; vertical-align: middle"> <a href="https://ovirt-jira.atlassian.net/browse/OVIRT-376" style="color: #3b73af; text-decoration: none">Re: migrate gerrit backups to phx and increase visibility</a> </span> </td>
</tr>
</tbody>
</table> </td>
</tr>
<tr>
<td id="text-paragraph-pattern-top" class="email-content-main mobile-expand comment-top-pattern" style="padding: 0px; border-collapse: collapse; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; border-top: 0; border-bottom: 0; padding: 0 15px 0 16px; background-color: #ffffff; border-bottom: none; padding-bottom: 0" bgcolor="#ffffff">
<table class="text-paragraph-pattern" cellspacing="0" cellpadding="0" border="0" width="100%" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Arial, sans-serif; font-size: 14px; line-height: 20px; mso-line-height-rule: exactly; mso-text-raise: 2px">
<tbody>
<tr>
<td class="text-paragraph-pattern-container mobile-resize-text " style="padding: 0px; border-collapse: collapse; padding: 0 0 10px 0"> <p style="margin: 10px 0 0 0; margin-top: 0"><a href="https://ovirt-jira.atlassian.net/secure/ViewProfile.jspa?name=rbarry" class="user-hover" rel="rbarry" style="color: #3b73af; text-decoration: none">Ryan Barry</a> let me know if you can take it, not critical for now, but good for the next few weeks,<br> especially before we upgrade gerrit</p> </td>
</tr>
</tbody>
</table> </td>
</tr>
<tr>
<td class="email-content-main mobile-expand " style="padding: 0px; border-collapse: collapse; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; border-top: 0; border-bottom: 0; padding: 0 15px 0 16px; background-color: #ffffff" bgcolor="#ffffff">
<table id="actions-pattern" cellspacing="0" cellpadding="0" border="0" width="100%" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Arial, sans-serif; font-size: 14px; line-height: 20px; mso-line-height-rule: exactly; mso-text-raise: 1px">
<tbody>
<tr>
<td id="actions-pattern-container" valign="middle" style="padding: 0px; border-collapse: collapse; padding: 10px 0 10px 24px; vertical-align: middle; padding-left: 0">
<table align="left" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt">
<tbody>
<tr>
<td class="actions-pattern-action-icon-container" style="padding: 0px; border-collapse: collapse; font-family: Arial, sans-serif; font-size: 14px; line-height: 20px; mso-line-height-rule: exactly; mso-text-raise: 0px; vertical-align: middle"> <a href="https://ovirt-jira.atlassian.net/browse/OVIRT-376#add-comment" target="_blank" title="Add Comment" style="color: #3b73af; text-decoration: none"> <img class="actions-pattern-action-icon-image" src="cid:jira-generated-image-static-comment-icon-b238a2cc-60cf-470c-8fc1-d78c4c3913d5" alt="Add Comment" title="Add Comment" height="16" width="16" border="0" style="vertical-align: middle"> </a> </td>
<td class="actions-pattern-action-text-container" style="padding: 0px; border-collapse: collapse; font-family: Arial, sans-serif; font-size: 14px; line-height: 20px; mso-line-height-rule: exactly; mso-text-raise: 4px; padding-left: 5px"> <a href="https://ovirt-jira.atlassian.net/browse/OVIRT-376#add-comment" target="_blank" title="Add Comment" style="color: #3b73af; text-decoration: none">Add Comment</a> </td>
</tr>
</tbody>
</table> </td>
</tr>
</tbody>
</table> </td>
</tr>
<!-- there needs to be content in the cell for it to render in some clients -->
<tr>
<td class="email-content-rounded-bottom mobile-expand" style="padding: 0px; border-collapse: collapse; color: #ffffff; padding: 0 15px 0 16px; height: 5px; line-height: 5px; background-color: #ffffff; border-top: 0; border-left: 1px solid #cccccc; border-bottom: 1px solid #cccccc; border-right: 1px solid #cccccc; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; mso-line-height-rule: exactly" height="5" bgcolor="#ffffff"> </td>
</tr>
</tbody>
</table> </td>
</tr>
<tr>
<td id="footer-pattern" style="padding: 0px; border-collapse: collapse; padding: 12px 20px">
<table id="footer-pattern-container" cellspacing="0" cellpadding="0" border="0" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt">
<tbody>
<tr>
<td id="footer-pattern-text" class="mobile-resize-text" width="100%" style="padding: 0px; border-collapse: collapse; color: #999999; font-size: 12px; line-height: 18px; font-family: Arial, sans-serif; mso-line-height-rule: exactly; mso-text-raise: 2px"> This message was sent by Atlassian JIRA <span id="footer-build-information">(v7.1.0-OD-04-012#71001-<span title="dd0493d72352e1a51e29faeaa551e16c27e40a01" data-commit-id="dd0493d72352e1a51e29faeaa551e16c27e40a01}">sha1:dd0493d</span>)</span> </td>
<td id="footer-pattern-logo-desktop-container" valign="top" style="padding: 0px; border-collapse: collapse; padding-left: 20px; vertical-align: top">
<table style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt">
<tbody>
<tr>
<td id="footer-pattern-logo-desktop-padding" style="padding: 0px; border-collapse: collapse; padding-top: 3px"> <img id="footer-pattern-logo-desktop" src="cid:jira-generated-image-static-footer-desktop-logo-494b032c-1de6-4cfa-ba1c-a340d72d7102" alt="Atlassian logo" title="Atlassian logo" width="169" height="36" class="image_fix"> </td>
</tr>
</tbody>
</table> </td>
</tr>
</tbody>
</table> </td>
</tr>
</tbody>
</table>
</body>
</html>
------=_Part_7_28975700.1452779280162
Content-Type: image/jpeg
Content-Transfer-Encoding: base64
Content-Disposition: inline
Content-ID: <jira-generated-image-avatar-2a24cba3-466f-4597-b36d-ae32307e59d6>
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAHXRFWHRqaXJhLXN5c3RlbS1pbWFn
ZS10eXBlAGF2YXRhcuQCGmEAAAcGSURBVHjarVdnV1RXFOWvpKyYbhJNTIxL40rUZUtECUVQEFDA
CoIiiAUUYiGxQBQpIkUFRZEBBgtdQYqCMAgjoMRQlEFcQRCw7px9DH5I1kowzoez3rz37rt3n3P2
3veOzfPnzzHaePbsGcxmM/bui4bP8tXwlgjZFIbExGTk5xeir+8PvMp8DJvRDrx//z5+PXAIq1av
hbfPaixy9YSzizucF7lj0+YwBIdsRWTkXlRWVlkfwNDQEMIjdmKx61KsWOmHpctWYL6dE360d4GT
sxvWBW5ExE+74R8QhO0yzmKxWBfApUvlUvI18JSF1/iug73DIsyb74BZc2wxz9ZBgHlix45I/Pzz
XgG6C5mZBusCiIo+gFVr/LE+MASOC13h4LgYjk6uWPDjQtgucISD02K4LfFC2PafEBMTh6SkFG2Z
VQA8fvwYodsiEBS8Be6ePrCzd8bM2baYOPk7fDnpW0yYOBWff/UNJk2Zjukzf4DPCl/sjtyDq1dr
rAPA0mORxTcL6Tzw+ZdTMObD8Xjr3U/w5pixL2PkntcPPpmAudKWg4di8fTp09cH0NRkxkKXJXj3
o/F4452P8fZ7n+L9sV9g3ITJmDptNmbOma9ha7cQ9tIaJ+clmDvPHovcPFFfX/+fIP4TwBlDDj76
7Ct8PXkaFkj5ScaA9cFYKXL08l6F5St94bF0uYQPlnh4wWWxh5DUBV4i1eXSjhCRZ0rKUdy92/1q
AJ48eYI7d+5ga2i49p7ad3NfJr+94eu3TgwoFDt2RmJ/1K9ITj6KkyczcDzthBAwFdHRBxXsnO/t
4CHfrheZZmaekXmfjQ6AydSAXbt/0Q+ZBYnG8lL7dMCk5FRcuVKNa9dqJa6J+VQq8db4BmBDUIgC
Ctq4BWPHTYSTixuCN25FeXn56CpAu6WMNoaEYpmUePI3MzBN2E2t+/mtV637+Qdi85YwVFRUoKS0
VAxoA/zl2c5dkfBfFwR3acXagEAEb9qKaTPmioPGYHBwcPQtaG5u0QrYSsYfCOHCwiLU8YJFDdT8
SnHD7eE7tcQzZs3Dvv3R2iJXdy8BuE+44I1t4TtUCQGBwbJH9L06CVtbbyJAsrFzdMHx4+kI3BCC
9PQTuJCfj7y8PJzMyBAebEFcXIK0JAVnz55FcXGxjtm2LRylpSWyR4Ti9u3b/18FAwMDOHYsDdk5
uThwMAaxsfFIF6KR1ZHS8/iEwygsLESE+D8dMEHuo4SUsXHxCiYhIRHt7R2vJ8PKikqtQKn0Ol+y
54IkFFltMBhw8eJFZGdn67W+vg5VVVWorq5GUVExcnNzX98HOjs7NRuyvba2FnV1dbpYVpZBSdjQ
YFJQWVlZsmldEnVcUYAc197ebp3NiNtrTU2N+PtVnL9wHufOnUPMoXgp8RGcOHESe/bsl1Ydk/6n
o6CwQAAXCZGbrbcb0pSY2eXLl3Hq9Ck5AR1BRsYpMZ9TyhGaULz0m/ItKSlBQUEBOjo6rHsiamtr
U8PhAqdPZ6q2y8rLpNTXcEbakfyXEtgGtoQEtiqA4eFhJRjJWFhUJAZEIKcVjNGYJ6QrEmJmKvFY
AaufCRmNjY3K+JycHM3UaDQiTfqen1+g3pCUlKzS4/2jR4+sD4CsZsbkAEEYsg0KIjc3R6VKx4yL
Paz8aG6+IaeiXpUhDzW0+NcG0NXVpZJMSUnVbA2GbAF0BolHkhAmp6Y9e/cjPj4RqanHdFxT03Vx
wt9UkhbLXT3c/h3IqI5k3Egslm71AU5MstFyo6IO6Jb8i8gwJiZWbPmwquGoKINj6BE0p+rqKqmI
GbdutQqgNnR338WDB30K6F/PAyxhW9stMaMONSKSkCZEkhnzjNp3ko6OmJaehrS0dA26JCXb2dmu
iiCQ69cbcONGkwbBtLTckLlv/hPA0NAgeuQcSLSNjdeljI1SgQHd/+kFZLsqQSamNRuNuZptrlwJ
hsDKyspw754FxSXFWjWSt6GhQVtiMtVrVQjKbG58AYB9GRjol2NTl5aotbVZBxAAtT88PKi/eQCh
z3MBqoBBQATDoEfwWWdXh2ZMnzCbmzQJxkhLSgQYk2ElbPr7H8jRq1PLwQdExY9pvSQPB/f39+Hh
w355dlUz4cdsB4OlJiACq62tEQdsl/m6FBCz5aKch+9MpjqtFitIXvCdze+//6YZc1H2mX7PybgI
gxndvNkqrXmI3t57ugERHMdyHO+rqip1gZ6ebiHXHwqa85hMLxbnWM5DQGVll3Sz4tz8xoa9JhIG
Gc6XzIoT8DcXKZQNhjxgK3p7e5SILD2zoebpiOQN31dUXJa2VbxceCRYJU3uSvXLinGMDYnB7JkJ
TYVXAiBClooc4O7X0tKsVeAi/BtOwDlyUOG/4RFwzcJsfsMFme3I4qwY+TGiIs7JZ4w/AeM/k5ZZ
UGr7AAAAAElFTkSuQmCC
------=_Part_7_28975700.1452779280162
Content-Type: image/png
Content-Transfer-Encoding: base64
Content-Disposition: inline
Content-ID: <jira-generated-image-static-comment-icon-b238a2cc-60cf-470c-8fc1-d78c4c3913d5>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAADAFBMVEX///+1tbWzs7OysrKrq6um
pqalpaWdnZ2ZmZn///+VlZWPj4/7+/vu7u7p6enn5+fl5eXk5OTh4eHW1tbT09PMzMzJycm6urq5
ubm1tbWzs7OysrKrq6upqamlpaWKioqFhYWRkZGKioqHh4eDg4OAgIB/f398fHx6enp4eHh2dnZ0
dHRycnJwcHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAIFWMjAAAAIXRSTlMAIiIzZoiZu8zd3d3u7u7u7u7u7u7u7u7u7u7u7u7u7u6n
leogAAAAG3RFWHRqaXJhLXN5c3RlbS1pbWFnZS10eXBlAGljb266KjlFAAAAo0lEQVR42l2P2wrC
MAyG09Pa1SqKzIk3QwTf/3G8UByKyK4EcV0POqzDaTUQwv+R/EkA/gKFJGyuQrFH/+iAWJnGOCCp
THcmALms6ne7ykpNeFHpft75xZWsL/XX0bMppj7eUXNseQykI7eZu3+0GpfYuVz1ephriwAnxdkD
QVwIsTVAoTUswZNBuPRkw6X01cqzZtMbdWB0aFqIANqb349ZLJ5XFjQIuveaPQAAAABJRU5ErkJg
gg==
------=_Part_7_28975700.1452779280162
Content-Type: image/png
Content-Transfer-Encoding: base64
Content-Disposition: inline
Content-ID: <jira-generated-image-static-footer-desktop-logo-494b032c-1de6-4cfa-ba1c-a340d72d7102>
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
nvfbckn7YgAAAABJRU5ErkJggg==
------=_Part_7_28975700.1452779280162
Content-Type: image/png
Content-Transfer-Encoding: base64
Content-Disposition: inline
Content-ID: <jira-generated-image-avatar-d1fe2da6-6957-4a0b-af0a-00d948c2a8f8>
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAHXRFWHRqaXJhLXN5c3RlbS1pbWFn
ZS10eXBlAGF2YXRhcuQCGmEAAAD4SURBVHjaY2AYBVBg03DExqb+8GPr+iP/aYyf2zQcdsF0AH0s
hzsCwwF0tByMRx0w6gC6OCB/4ZX/s/Y+HBgHgCz/+fvvfxCYu/8RfR2AbDkMoDuCZg4AWf7t5x8U
y0GOKV16jfYOwOZzbJbTxAHYLP/z9x9Wy0lyQN/WuzgNITXYSXbAxO33wL7AZxgpwU6SA7o33wFb
js9QUoOdJAcQMpycYCc5CnAF78rjT8kKdrISITafogNig53sbIgtJMj1OdnlALmpnaq1IXJ0kBPs
VCkJQY4AWd609ubAtQdC+k+Ptoio74AB75iAumYgCTp1zTxGO8MwAADWtS+5glP17gAAAABJRU5E
rkJgggdlIZDhLWHqGCFBbrAT5YAn736ADYMBkCWgYIY5gpJgJ8oBZ+59YChbdh1sKAyAQgMUEnke
imCfc7IxkxXsRCdCmCO+//qLEhKgtEFJsJOUC0COAAUrckggA3KCneRyAFt0UBLsZBVE6NFBSbCT
XRLCogNkeduG2xRbTlZdAHJExKSzDM8//By4Bgm1LB9cTTJGhv9P6GjvC8wQYGSMRJagcdcskWEU
QAEANELWcZHTKvkAAAAASUVORK5CYII=
------=_Part_7_28975700.1452779280162--
8 years, 10 months
removing 3.6.2 jobs
by Eyal Edri
I can't recall which 3.6.2 jobs we said we'll keep and which we'll drop.
IIRC, we don't need the build artifacts jobs [1]
Tal, you mentioned there were some jobs you do want to see running on the
version branch,
Do you recall which?
I remind that running these temporarily jobs is an overhead since its
temporal and are a subset of the 3.6 jobs, so chance of hitting something
there which didn't fail on the 3.6 is slim.
[1]
http://jenkins.ovirt.org/job/ovirt-engine_3.6.2_build-artifacts-fc23-x86_64/
--
Eyal Edri
Associate Manager
EMEA ENG Virtualization R&D
Red Hat Israel
phone: +972-9-7692018
irc: eedri (on #tlv #rhev-dev #rhev-integ)
8 years, 10 months
Job template for regular builds
by Fabian Deutsch
Hey,
as I learned in this patch https://gerrit.ovirt.org/#/c/50675/2 the
current job templates are not suited for jobs which are run regularly
but do not need to be necessarily archived, like node and the
appliance.
My first impression is that we want a new template for these kind of jobs.
But I am not completely sure how these kind of job will be different
from the normal template.
After all we probably want those artifacts to be archived - but maybe
the small difference is, that we only need _one_ build published/ in
the repos.
Thoughts?
- fabian
8 years, 10 months
Using oVirt VM pools in oVirt infra
by Barak Korren
VM Pools are a nice feature of oVirt.
A VM pool lets you quickly create a pool of stateles VMs all based on
the same template.
A VM pool also seems to currently be the only way to create
template-based thin QCOW2 VMs in oVirt. (Cloning from template creates
a thick copy, this is why its relatively slow)
With the autostart [1] feature, you can have the VMs auto-started when
the pool is started, it also means VMs get started automatically a few
minutes after they are shut down.
What this comes down to is that if you run 'shutdown' in a VM from a
pool, you will automatically get back a clean VM a few minutes later.
Unfortunately VM pools are not without their short comings, I've
documented two of these in BZ#1298235 [2] and BZ#1298232 [3].
When this means in essence is that oVirt does not give you a way to
predictably assign names or IPs to VMs in a pool.
So how do we solve this?
Since the ultimate goal for VMs in a pool is to become Jenkins slaves,
one solution is to use the swarm plugin [4].
With the swarm plugin, the actual name and address of the slave VM
becomes not very important.
We could quite easily setup the cloud-init invoked for VMs in the pool
to download the swarm plugin client and then run it to register to
Jenkins while setting labels according to various system properties.
The question remains how to assign IP addresses and names, to the pool VMs.
We will probably need a range of IP addresses that is pre-assigned to
a range of DNS records an that will be assigned to pool VMs as they
boot up.
Currently our DHCP and DNS servers in PHX is managed by Foreman in a
semi-random fashion.
As we've seen in the past this is subject to various failures such as
the MAC address of the foreman record getting out of sync with the one
of the VM (for example due to Facter reporting a bad address after a
particularity nasty VDSM test run), or the DNS record going out of
sync with the VM's host name and address in the DHCP.
At this point I think we've enough evidence against Foreman's style of
managing DNS and DHCP, I suggest we will:
1. Cease from creating new VMs in PHX via Foreman for a while.
2. Shutdown the PHX foreman proxy to disconnect it from managing the
DNS and DHCP.
3. Map out our currently active MAC->IP->HOSTNAME combinations and
create static DNS and DHCP configuration files (I suggest we also
migrate from BIND+ISC DHCPD to Dnsmasq which is far easier to
configure and provides very tight DNS, DHCP and TFTP integration)
4. Add configuration for a dynamically assigned IP range as described above.
Another way to resolve the current problem of coming up with a
dynamically assignable range of IPs, is to create a new VLAN in PHX
for the new pools of VMs.
One more issue we need to consider is how to use Puppet on the pool
VMs, we will probably still like Puppet to run in order to setup SSH
access for us, as well as other things needed on the slave.
Possibly we would also like for the swarm plugin client to be actually
installed and activated by Puppet, as that would grant us easy access
to Facter facts for determining the labels the slave should have while
also ensuring the slave will not become available to Jenkins until it
is actually ready for use.
It is easy enough to get Puppet running via a cloud-init script, but
the issue here is how to select classes for the new VMs.
Since they are not created in Foreman, they will not get assigned to
hostgroups, and therefore class assignment by way of hostgroup
membership will not work.
I see a few ways to resolve this:
1. An a 'node' entry in 'site.pp' to detect pool VMs (with a name
regex) and assgin classes to them
2. Use 'hiera_include' [5] in 'site.pp' to assign classes by facts via Hiera
3. Use a combination of the two methods above to ensure
'hiera_include' gets applied to and only to pool VMs.
These are my thoughts about this so far, I am working on building a
POC for this, but I would be happy to hear other thoughts and opinions
at this point.
[1]: http://www.ovirt.org/Features/PrestartedVm
[2]: https://bugzilla.redhat.com/show_bug.cgi?id=1298235
[3]: https://bugzilla.redhat.com/show_bug.cgi?id=1298232
[4]: https://wiki.jenkins-ci.org/display/JENKINS/Swarm+Plugin
[5]: https://docs.puppetlabs.com/hiera/1/puppet.html#assigning-classes-to-node...
--
Barak Korren
bkorren(a)redhat.com
RHEV-CI Team
8 years, 10 months