Royce Lv has uploaded a new change for review.
Change subject: fix masterVersion 0 err when connecting storage pool
......................................................................
fix masterVersion 0 err when connecting storage pool
when masterVersion is 0 getPoolParams will read saved connection data from (self._poolFile),but self._poolFile is not exist at this moment, it will be created later by pool.connect.So masterVersion 0 when connecting triggers error here
Change-Id: I7228bd340a4281400e16c26b311d9945dd5ce597
---
M vdsm/storage/hsm.py
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/79/2679/1
--
To view, visit http://gerrit.ovirt.org/2679
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7228bd340a4281400e16c26b311d9945dd5ce597
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Royce Lv <lvroyce(a)linux.vnet.ibm.com>
Saggi Mizrahi has uploaded a new change for review.
Change subject: Fix inconsistencies with new connection management API
......................................................................
Fix inconsistencies with new connection management API
Change-Id: I5580793735d78a6b9195e9a95d49283ece6c4b92
---
M vdsm/BindingXMLRPC.py
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/60/3260/1
--
To view, visit http://gerrit.ovirt.org/3260
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5580793735d78a6b9195e9a95d49283ece6c4b92
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Saggi Mizrahi <smizrahi(a)redhat.com>
Saggi Mizrahi has uploaded a new change for review.
Change subject: Add pep8 checks to build process
......................................................................
Add pep8 checks to build process
Change-Id: I77a2ae06467a676cf8b9574474852071599117ac
---
M Makefile.am
M configure.ac
M tests/main.py
M tests/miscTests.py
M vdsm/storage/misc.py
5 files changed, 15 insertions(+), 3 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/59/3259/1
--
To view, visit http://gerrit.ovirt.org/3259
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I77a2ae06467a676cf8b9574474852071599117ac
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Saggi Mizrahi <smizrahi(a)redhat.com>
Saggi Mizrahi has uploaded a new change for review.
Change subject: Make misc.py conform with pep8 again
......................................................................
Make misc.py conform with pep8 again
Change-Id: Ibb98c45f01501367d04f7952ccb4a80cac586153
---
M vdsm/storage/misc.py
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/41/3341/1
--
To view, visit http://gerrit.ovirt.org/3341
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibb98c45f01501367d04f7952ccb4a80cac586153
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Saggi Mizrahi <smizrahi(a)redhat.com>
Federico Simoncelli has uploaded a new change for review.
Change subject: Integrate SANLock with VM's life cycle
......................................................................
Integrate SANLock with VM's life cycle
Change-Id: I55596a7a5b25fded341f6157f190ae741af41fce
---
M vdsm/libvirtvm.py
M vdsm/storage/blockSD.py
M vdsm/storage/fileSD.py
M vdsm/storage/hsm.py
M vdsm/storage/sd.py
5 files changed, 78 insertions(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/53/1253/1
--
To view, visit http://gerrit.ovirt.org/1253
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I55596a7a5b25fded341f6157f190ae741af41fce
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Federico Simoncelli <fsimonce(a)redhat.com>