Change in vdsm[master]: Iterates over delete candidates networks only once
by Igor Lvovsky
Igor Lvovsky has uploaded a new change for review.
Change subject: Iterates over delete candidates networks only once
......................................................................
Iterates over delete candidates networks only once
Change-Id: Iec45c1cb3d76a70555e256f96c983e13a0518cbe
Signed-off-by: Igor Lvovsky <ilvovsky(a)redhat.com>
---
M vdsm/configNetwork.py
1 file changed, 12 insertions(+), 14 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/04/5204/1
--
To view, visit http://gerrit.ovirt.org/5204
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iec45c1cb3d76a70555e256f96c983e13a0518cbe
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Igor Lvovsky <ilvovsky(a)redhat.com>
11 years, 3 months
Change in vdsm[master]: Add syncImage to copy an image subchain
by Federico Simoncelli
Federico Simoncelli has uploaded a new change for review.
Change subject: Add syncImage to copy an image subchain
......................................................................
Add syncImage to copy an image subchain
Change-Id: I9ec8ec97536099f4f73b7d9a72956c873908d04d
---
M vdsm/API.py
M vdsm/BindingXMLRPC.py
M vdsm/storage/hsm.py
M vdsm/storage/sp.py
4 files changed, 71 insertions(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/18/3218/1
--
To view, visit http://gerrit.ovirt.org/3218
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9ec8ec97536099f4f73b7d9a72956c873908d04d
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Federico Simoncelli <fsimonce(a)redhat.com>
11 years, 3 months
Change in vdsm[master]: BZ#788640 - Avoid race between several concurrently running ...
by Igor Lvovsky
Igor Lvovsky has uploaded a new change for review.
Change subject: BZ#788640 - Avoid race between several concurrently running merges.
......................................................................
BZ#788640 - Avoid race between several concurrently running merges.
Merge snapshots shouldn't run on template's images.
Looking for volumes children in merged image only instead of a whole domain.
Change-Id: I9c04b343781c98a852f7de794a32c7db8e863847
---
M vdsm/storage/blockVolume.py
M vdsm/storage/fileVolume.py
M vdsm/storage/image.py
3 files changed, 36 insertions(+), 4 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/57/2757/1
--
To view, visit http://gerrit.ovirt.org/2757
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9c04b343781c98a852f7de794a32c7db8e863847
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Igor Lvovsky <ilvovsky(a)redhat.com>
11 years, 3 months
Change in vdsm[master]: Do not validate image during the move operation
by Igor Lvovsky
Igor Lvovsky has uploaded a new change for review.
Change subject: Do not validate image during the move operation
......................................................................
Do not validate image during the move operation
Change-Id: I8c470719c58eef34cf972e379d96b80e379066aa
---
M vdsm/storage/hsm.py
M vdsm/storage/image.py
M vdsm/storage/sp.py
3 files changed, 0 insertions(+), 40 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/56/2756/1
--
To view, visit http://gerrit.ovirt.org/2756
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8c470719c58eef34cf972e379d96b80e379066aa
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Igor Lvovsky <ilvovsky(a)redhat.com>
11 years, 3 months
Change in vdsm[master]: Adding "ksmShared" and "ksmSharing" statistics to getStats()
by apahim@redhat.com
Amador Pahim has uploaded a new change for review.
Change subject: Adding "ksmShared" and "ksmSharing" statistics to getStats()
......................................................................
Adding "ksmShared" and "ksmSharing" statistics to getStats()
Currently getStats funcion shows three KSM info: "ksmState" (test
if ksm is running - true or false), "ksmPages" (pages to scan
before ksmd goes to sleep) and "ksmCpu" (the ksmd process cpu load).
This patch exposes KSM memory de-duplications statistics through
two new fields: "ksmShared" (how many Mbytes of memory are being
shared) and "ksmSharing" (how many more sites are sharing them
i.e. how much Mbytes are being saved).
Change-Id: Ic8b5b366b8668cf74b04d1089e6e515e93c0f746
Signed-off-by: Amador Pahim <apahim(a)redhat.com>
---
M vdsm/API.py
M vdsm/ksm.py
2 files changed, 35 insertions(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/55/4755/1
--
To view, visit http://gerrit.ovirt.org/4755
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic8b5b366b8668cf74b04d1089e6e515e93c0f746
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Amador Pahim <apahim(a)redhat.com>
11 years, 3 months
Change in vdsm[master]: fix pep8 for vdsm/sos/vdsmd.py.in
by Xu He Jie
Xu He Jie has uploaded a new change for review.
Change subject: fix pep8 for vdsm/sos/vdsmd.py.in
......................................................................
fix pep8 for vdsm/sos/vdsmd.py.in
Change-Id: I3fa7ce9a621ad825f7942e19c20beb3498280975
Signed-off-by: Xu He Jie <xuhj(a)linux.vnet.ibm.com>
---
M Makefile.am
M vdsm/sos/vdsmd.py.in
2 files changed, 13 insertions(+), 7 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/82/4582/1
--
To view, visit http://gerrit.ovirt.org/4582
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3fa7ce9a621ad825f7942e19c20beb3498280975
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Xu He Jie <xuhj(a)linux.vnet.ibm.com>
11 years, 3 months
Change in vdsm[master]: add VdsmConfig.py for support writing comment to config file
by Xu He Jie
Xu He Jie has uploaded a new change for review.
Change subject: add VdsmConfig.py for support writing comment to config file
......................................................................
add VdsmConfig.py for support writing comment to config file
current config.py just use ConfigParser the python default
implement. it doesn't support adding comment. so create
class VdsmConfig that derived from ConfigParser,
and it can write comment to config file.
Change-Id: I06d8d23e1d1f12b880ae71e2c978efcfece8001a
Signed-off-by: Xu He Jie <xuhj(a)linux.vnet.ibm.com>
---
M vdsm.spec.in
M vdsm/Makefile.am
A vdsm/VdsmConfig.py
M vdsm/config.py.in
4 files changed, 76 insertions(+), 26 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/26/4826/1
--
To view, visit http://gerrit.ovirt.org/4826
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I06d8d23e1d1f12b880ae71e2c978efcfece8001a
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Xu He Jie <xuhj(a)linux.vnet.ibm.com>
11 years, 3 months
Change in vdsm[master]: pep8 fixes for storage/blockVolume.py
by deepakcs@linux.vnet.ibm.com
Deepak C Shetty has uploaded a new change for review.
Change subject: pep8 fixes for storage/blockVolume.py
......................................................................
pep8 fixes for storage/blockVolume.py
An attempt to clean blockVolume.py from pep8 errors.
Change-Id: I270b8182be7fb2cfc33b54dbd262d209bd554164
Signed-off-by: Deepak C Shetty <deepakcs(a)linux.vnet.ibm.com>
---
M vdsm/storage/blockVolume.py
1 file changed, 135 insertions(+), 75 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/91/5091/1
--
To view, visit http://gerrit.ovirt.org/5091
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I270b8182be7fb2cfc33b54dbd262d209bd554164
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Deepak C Shetty <deepakcs(a)linux.vnet.ibm.com>
11 years, 3 months
Change in vdsm[master]: deployUtil: Do not use static home for root user
by Douglas Schilling Landgraf
Douglas Schilling Landgraf has uploaded a new change for review.
Change subject: deployUtil: Do not use static home for root user
......................................................................
deployUtil: Do not use static home for root user
Fix for systems which do not use /root as home for root user.
Change-Id: Ib12318f4d4a4a14cf7508d5ea626d5e6b36bf102
Signed-off-by: Douglas Schilling Landgraf <dougsland(a)redhat.com>
---
M vdsm_reg/deployUtil.py.in
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/12/5112/1
--
To view, visit http://gerrit.ovirt.org/5112
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib12318f4d4a4a14cf7508d5ea626d5e6b36bf102
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Douglas Schilling Landgraf <dougsland(a)redhat.com>
11 years, 3 months
Change in vdsm[master]: additional capsTests
by ykaplan@redhat.com
Yeela Kaplan has uploaded a new change for review.
Change subject: additional capsTests
......................................................................
additional capsTests
Change-Id: I8c8cbf4c5b7801b2887a84c8c3b7a503f1a995f1
Signed-off-by: y kaplan <ykaplan(a)redhat.com>
---
M tests/Makefile.am
M tests/capsTests.py
A tests/route_info.out
M vdsm/caps.py
4 files changed, 25 insertions(+), 3 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/85/4185/1
--
To view, visit http://gerrit.ovirt.org/4185
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8c8cbf4c5b7801b2887a84c8c3b7a503f1a995f1
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Yeela Kaplan <ykaplan(a)redhat.com>
11 years, 3 months