Ryan Harper has uploaded a new change for review.
Change subject: Change RHEV to oVirt in guestIF.py
......................................................................
Change RHEV to oVirt in guestIF.py
Change-Id: I238e8451ea4a402713b6216e1231f670132742a0
Signed-off-by: Ryan Harper <ryanh(a)us.ibm.com>
---
M vdsm/guestIF.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/89/3289/1
--
To view, visit http://gerrit.ovirt.org/3289
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I238e8451ea4a402713b6216e1231f670132742a0
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Ryan Harper <ryanh(a)us.ibm.com>
Ryan Harper has uploaded a new change for review.
Change subject: Remove rhevm from vds_bootstrap/
......................................................................
Remove rhevm from vds_bootstrap/
sed -e 's,RHEVM,OVIRT,g' -e 's,RHEV,oVirt,g'
Change-Id: Ib28617f0fa45ff867fcd85eeb7bd49d8d5220d4d
Signed-off-by: Ryan Harper <ryanh(a)us.ibm.com>
---
M vds_bootstrap/vds_bootstrap.py
M vds_bootstrap/vds_bootstrap_complete.py
2 files changed, 6 insertions(+), 6 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/87/3287/1
--
To view, visit http://gerrit.ovirt.org/3287
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib28617f0fa45ff867fcd85eeb7bd49d8d5220d4d
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Ryan Harper <ryanh(a)us.ibm.com>
Ryan Harper has uploaded a new change for review.
Change subject: Change vmchannel name to remove rhevm
......................................................................
Change vmchannel name to remove rhevm
Change-Id: I95b44512052bdb5fed8c8c1486eafc41b85b5f13
Signed-off-by: Ryan Harper <ryanh(a)us.ibm.com>
---
M vdsm/libvirtvm.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/88/3288/1
--
To view, visit http://gerrit.ovirt.org/3288
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I95b44512052bdb5fed8c8c1486eafc41b85b5f13
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Ryan Harper <ryanh(a)us.ibm.com>
Ryan Harper has uploaded a new change for review.
Change subject: Change vdsmrepo to something non-rhev specific
......................................................................
Change vdsmrepo to something non-rhev specific
Instead of /rhevm use something more distro agnostic for storage repo path.
Model this after libvirt (/var/lib/libvirt/images).
Change-Id: I080a161f6338d341c986e0aaa2270a90be10891f
Signed-off-by: Ryan Harper <ryanh(a)us.ibm.com>
---
M configure.ac
M vdsm.spec.in
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/86/3286/1
--
To view, visit http://gerrit.ovirt.org/3286
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I080a161f6338d341c986e0aaa2270a90be10891f
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Ryan Harper <ryanh(a)us.ibm.com>
Peter Portante has uploaded a new change for review.
Change subject: Attempt to name created threads appropriately.
......................................................................
Attempt to name created threads appropriately.
When debugging leaked threads, or just trying to understand
what threads are executing at a given point in time, it is
helpful to have names for the threads that relate back to the
purpose and/or individual object they are related to.
Some of the threads had names, but were not directly tied back
to the objects they were related to.
Change-Id: I8131f4cf0ef907ad7abed24065523da9a42bb0d2
Signed-off-by: Peter Portante <peter.portante(a)redhat.com>
---
M vdsm/API.py
M vdsm/clientIF.py
M vdsm/ksm.py
M vdsm/libvirtvm.py
M vdsm/storage/domainMonitor.py
M vdsm/storage/hsm.py
M vdsm/storage/misc.py
M vdsm/storage/processPool.py
M vdsm/storage/resourceManager.py
M vdsm/storage/sd.py
M vdsm/storage/sp.py
M vdsm/storage/storageServer.py
M vdsm/storage/storage_mailbox.py
M vdsm/storage/sync.py
M vdsm/storage/task.py
M vdsm/storage/taskManager.py
M vdsm/storage/threadPool.py
M vdsm/supervdsmServer.py
M vdsm/ut/ivdsm.py
M vdsm/utils.py
M vdsm/vdsmDebugPlugin.py
M vdsm/vm.py
22 files changed, 95 insertions(+), 43 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/17/3517/1
--
To view, visit http://gerrit.ovirt.org/3517
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8131f4cf0ef907ad7abed24065523da9a42bb0d2
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Peter Portante <peter.portante(a)redhat.com>
Xu He Jie has uploaded a new change for review.
Change subject: Move IOUSER from misc.py to constants.py
......................................................................
Move IOUSER from misc.py to constants.py
Move IOUSER from misc.py to constants.py and add it to configure.ac.
make it configurable.
Change-Id: Id5d20317ac5a38d8ddd74b26272cd870aa4702b9
---
M configure.ac
M vdsm/constants.py.in
M vdsm/storage/misc.py
M vdsm/storage/safelease.py
4 files changed, 3 insertions(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/62/3362/1
--
To view, visit http://gerrit.ovirt.org/3362
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id5d20317ac5a38d8ddd74b26272cd870aa4702b9
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 Global api to clientif
......................................................................
move Global api to clientif
Change-Id: I02338ed41b5d200fd0ffd9b96499ae449060f235
Signed-off-by: Xu He Jie <xuhj(a)linux.vnet.ibm.com>
---
M vdsm/API.py
M vdsm/clientIF.py
2 files changed, 446 insertions(+), 355 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/27/5527/1
--
To view, visit http://gerrit.ovirt.org/5527
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I02338ed41b5d200fd0ffd9b96499ae449060f235
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Xu He Jie <xuhj(a)linux.vnet.ibm.com>