Xu He Jie has uploaded a new change for review.
Change subject: add hack for regenerate vdsm.spec with configure param from vdsm.spec
......................................................................
add hack for regenerate vdsm.spec with configure param from vdsm.spec
Because vdsm.spec was generated before rpm build, @marco@
wasn't generated with configure params from vdsm.spec. This hack
will fix this problem.
Change-Id: I2fdf228f79f6f626f4faa9c6a7f342a2c60d4f54
Signed-off-by: Xu He Jie <xuhj(a)linux.vnet.ibm.com>
---
M Makefile.am
M autobuild.sh
2 files changed, 15 insertions(+), 10 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/90/5790/1
--
To view, visit http://gerrit.ovirt.org/5790
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2fdf228f79f6f626f4faa9c6a7f342a2c60d4f54
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Xu He Jie <xuhj(a)linux.vnet.ibm.com>
Xu He Jie has uploaded a new change for review.
Change subject: add configure variable vdsmcoredumpdir for /var/log/core
......................................................................
add configure variable vdsmcoredumpdir for /var/log/core
6106db0db4832fd0e9a9f08c288d524d99fb0799 was reverted.
Because vdsm.spec was generated before rpm build, so we won't
use @VDSMCOREDUMPDIR@ in vdsm.spec.in.
Change-Id: I993c5d550dd828800eb6ac68e74072489caa996a
Signed-off-by: Xu He Jie <xuhj(a)linux.vnet.ibm.com>
---
M build-aux/Makefile.subs
M configure.ac
M vdsm/Makefile.am
M vdsm/sos/vdsm.py.in
M vdsm/vdsm-logrotate.conf.in
R vdsm/vdsm-logrotate.in
6 files changed, 10 insertions(+), 4 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/23/5723/1
--
To view, visit http://gerrit.ovirt.org/5723
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I993c5d550dd828800eb6ac68e74072489caa996a
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Xu He Jie <xuhj(a)linux.vnet.ibm.com>
Xu He Jie has uploaded a new change for review.
Change subject: remove su directive in logrotate for el6
......................................................................
remove su directive in logrotate for el6
In el6 didn't support su directive, so remove it and add limition
in spec file.
Change-Id: Ie01d9b020b0d70ae76ab1e4d81626202fd8d12c6
Signed-off-by: Xu He Jie <xuhj(a)linux.vnet.ibm.com>
---
M vdsm.spec.in
M vdsm/vdsm-logrotate-coredump.conf.in
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/55/5155/1
--
To view, visit http://gerrit.ovirt.org/5155
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie01d9b020b0d70ae76ab1e4d81626202fd8d12c6
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Xu He Jie <xuhj(a)linux.vnet.ibm.com>
Xu He Jie has uploaded a new change for review.
Change subject: add vdsm-tool verb configure-core-dump
......................................................................
add vdsm-tool verb configure-core-dump
Change-Id: Ifed530a35339e1e2a366a61f1bce1a8c9e71db53
Signed-off-by: Xu He Jie <xuhj(a)linux.vnet.ibm.com>
---
M vdsm-tool/Makefile.am
A vdsm-tool/configureCoreDump.py
M vdsm.spec.in
M vdsm/constants.py.in
M vdsm/vdsmd.init.in
5 files changed, 48 insertions(+), 17 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/54/5154/1
--
To view, visit http://gerrit.ovirt.org/5154
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifed530a35339e1e2a366a61f1bce1a8c9e71db53
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Xu He Jie <xuhj(a)linux.vnet.ibm.com>
Xu He Jie has uploaded a new change for review.
Change subject: move monitored_paths to configure.ac
......................................................................
move monitored_paths to configure.ac
move monitored_paths to configure.ac, then we can make it configurable
Change-Id: I5d2c468c56f0c97eadacd1905c7e7def5a207963
Signed-off-by: Xu He Jie <xuhj(a)linux.vnet.ibm.com>
---
M build-aux/Makefile.subs
M configure.ac
M vdsm/constants.py.in
M vdsm/utils.py
4 files changed, 10 insertions(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/53/5153/1
--
To view, visit http://gerrit.ovirt.org/5153
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5d2c468c56f0c97eadacd1905c7e7def5a207963
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Xu He Jie <xuhj(a)linux.vnet.ibm.com>
Xu He Jie has uploaded a new change for review.
Change subject: split logrotate configure into two file for coredump and log
......................................................................
split logrotate configure into two file for coredump and log
We will only collected core dump for rl6 in default, so split
it into two file will easy for config.
Change-Id: Ic22b4ac89583aa8a73863a7c3e1574895159c978
Signed-off-by: Xu He Jie <xuhj(a)linux.vnet.ibm.com>
---
M vdsm.spec.in
M vdsm/Makefile.am
R vdsm/vdsm-logrotate-coredump
A vdsm/vdsm-logrotate-coredump.conf.in
A vdsm/vdsm-logrotate-log
A vdsm/vdsm-logrotate-log.conf.in
D vdsm/vdsm-logrotate.conf.in
7 files changed, 50 insertions(+), 30 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/52/5152/1
--
To view, visit http://gerrit.ovirt.org/5152
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic22b4ac89583aa8a73863a7c3e1574895159c978
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Xu He Jie <xuhj(a)linux.vnet.ibm.com>
Xu He Jie has uploaded a new change for review.
Change subject: Remove '/var/log/core' for fedora
......................................................................
Remove '/var/log/core' for fedora
Remove '/var/log/core' for fedora, this directory only be created
for RHEL
Change-Id: I594b5aa2ecaad1b1a268fa231a5769ef437ec75e
Signed-off-by: Xu He Jie <xuhj(a)linux.vnet.ibm.com>
---
M build-aux/Makefile.subs
M configure.ac
M vdsm/Makefile.am
M vdsm/constants.py.in
M vdsm/sos/vdsm.py.in
M vdsm/utils.py
M vdsm/vdsm-logrotate.conf.in
A vdsm/vdsm-logrotate.conf.rhel.in
M vdsm/vdsmd.init.in
9 files changed, 56 insertions(+), 27 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/48/4348/1
--
To view, visit http://gerrit.ovirt.org/4348
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I594b5aa2ecaad1b1a268fa231a5769ef437ec75e
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Xu He Jie <xuhj(a)linux.vnet.ibm.com>
Gal Hammer has uploaded a new change for review.
Change subject: BZ#841555 A migration failure with an "AttributeError" exception.
......................................................................
BZ#841555 A migration failure with an "AttributeError" exception.
Libvirt sometimes send the SUSPENDED/SUSPENDED_PAUSED event
after RESUMED/RESUMED_MIGRATED (when VM status is PAUSED
when migration completes, see qemuMigrationFinish function).
In this case self._dom is None because the function
_waitForIncomingMigrationFinish didn't update it yet.
Change-Id: I3b7ed13c6dc8d1d590449118cf167290f4630070
Signed-off-by: Gal Hammer <ghammer(a)redhat.com>
---
M vdsm/libvirtvm.py
1 file changed, 7 insertions(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/01/6901/1
--
To view, visit http://gerrit.ovirt.org/6901
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3b7ed13c6dc8d1d590449118cf167290f4630070
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Gal Hammer <ghammer(a)redhat.com>
Eduardo has uploaded a new change for review.
Change subject: BZ#840407 - Create a fake template when moving to backup SD.
......................................................................
BZ#840407 - Create a fake template when moving to backup SD.
This code is repeated twice because the copy in deprecated
moveMultipleImages() will be removed when this image will be
removed in the next version.
All the related fake template code should be removed.
Change-Id: Ibbeef2480e03cc075b80880485739139e496d0b6
Signed-off-by: Eduardo <ewarszaw(a)redhat.com>
---
M vdsm/storage/hsm.py
1 file changed, 26 insertions(+), 3 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/19/6519/1
--
To view, visit http://gerrit.ovirt.org/6519
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibbeef2480e03cc075b80880485739139e496d0b6
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Eduardo <ewarszaw(a)redhat.com>