Change in vdsm[master]: Excluding some VM commands on migration
by Federico Simoncelli
Federico Simoncelli has uploaded a new change for review.
Change subject: Excluding some VM commands on migration
......................................................................
Excluding some VM commands on migration
Some operations are not permitted during a live migration:
* take a live snapshot
* hotplug/hotunplug a disk device
Change-Id: I01a4197cdaa746130152a5768e8a3bb0c8b9de2f
---
M vdsm/define.py
M vdsm/libvirtvm.py
M vdsm/vm.py
3 files changed, 19 insertions(+), 3 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/89/1389/1
--
To view, visit http://gerrit.ovirt.org/1389
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I01a4197cdaa746130152a5768e8a3bb0c8b9de2f
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Federico Simoncelli <fsimonce(a)redhat.com>
11 years, 8 months
Change in vdsm[master]: Fix the XMLRPC binding for vmSnapshot
by Federico Simoncelli
Federico Simoncelli has uploaded a new change for review.
Change subject: Fix the XMLRPC binding for vmSnapshot
......................................................................
Fix the XMLRPC binding for vmSnapshot
Change-Id: I635cf01c4c72c470fc685bbc2ff5ff19efb4108e
---
M vdsm/BindingXMLRPC.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/84/1584/1
--
To view, visit http://gerrit.ovirt.org/1584
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I635cf01c4c72c470fc685bbc2ff5ff19efb4108e
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Federico Simoncelli <fsimonce(a)redhat.com>
11 years, 8 months
Change in vdsm[master]: Minor code refactoring during domXml parsing
by Igor Lvovsky
Igor Lvovsky has uploaded a new change for review.
Change subject: Minor code refactoring during domXml parsing
......................................................................
Minor code refactoring during domXml parsing
Change-Id: Ia3fbf8beed2cce3317ff711b39c24ddf6bffaab9
---
M vdsm/libvirtvm.py
1 file changed, 3 insertions(+), 7 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/65/1365/1
--
To view, visit http://gerrit.ovirt.org/1365
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia3fbf8beed2cce3317ff711b39c24ddf6bffaab9
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Igor Lvovsky <ilvovsky(a)redhat.com>
11 years, 8 months
Change in vdsm[master]: Log exceptions when calling irs functions from the XMLRPC Bi...
by agl@us.ibm.com
Adam Litke has uploaded a new change for review.
Change subject: Log exceptions when calling irs functions from the XMLRPC Bindings
......................................................................
Log exceptions when calling irs functions from the XMLRPC Bindings
An earlier change I made introduced a bug in API.py that triggered an exception
when calling the 'getDeviceList' XMLRPC call. Unfortunately the server-side
exception was not logged anywhere (which made debugging more difficult). This
patch adds exception logging for irs methods (note: wrapApiMethod already do
this for the other calls).
Change-Id: I4cd630d112ede4aaf2299154209e0abf2a42691f
Signed-off-by: Adam Litke <agl(a)us.ibm.com>
---
M vdsm/API.py
M vdsm/BindingXMLRPC.py
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/74/1574/1
--
To view, visit http://gerrit.ovirt.org/1574
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4cd630d112ede4aaf2299154209e0abf2a42691f
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Adam Litke <agl(a)us.ibm.com>
11 years, 8 months
Change in vdsm[master]: Fix typo for getDeviceList in API.py
by Federico Simoncelli
Federico Simoncelli has uploaded a new change for review.
Change subject: Fix typo for getDeviceList in API.py
......................................................................
Fix typo for getDeviceList in API.py
Change-Id: Id5f7a89ab333e6e84cb2d840e6cc450d6caa6f94
---
M vdsm/API.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/10/1410/1
--
To view, visit http://gerrit.ovirt.org/1410
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id5f7a89ab333e6e84cb2d840e6cc450d6caa6f94
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Federico Simoncelli <fsimonce(a)redhat.com>
11 years, 8 months
Change in vdsm[master]: Replace SPM domain locks with SANLock
by Federico Simoncelli
Federico Simoncelli has uploaded a new change for review.
Change subject: Replace SPM domain locks with SANLock
......................................................................
Replace SPM domain locks with SANLock
Change-Id: I3958a171e35d65544e0f2c3593daaf7daf8750ef
---
M configure.ac
M vdsm.spec.in
M vdsm/constants.py.in.in
M vdsm/storage/blockSD.py
M vdsm/storage/safelease.py
M vdsm/storage/sd.py
M vdsm/storage/sp.py
M vdsm/storage/storage_exception.py
M vdsm/vdsmd.init.in
9 files changed, 167 insertions(+), 23 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/26/726/1
--
To view, visit http://gerrit.ovirt.org/726
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3958a171e35d65544e0f2c3593daaf7daf8750ef
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Federico Simoncelli <fsimonce(a)redhat.com>
11 years, 8 months
Change in vdsm[master]: Fix exception string for mount commands
by smizrahi@redhat.com
Saggi Mizrahi has uploaded a new change for review.
Change subject: Fix exception string for mount commands
......................................................................
Fix exception string for mount commands
Change-Id: I960f51015050f28c3ad2cf8d73d2f8948b71d49c
---
M vdsm/storage/mount.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/95/1095/1
--
To view, visit http://gerrit.ovirt.org/1095
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I960f51015050f28c3ad2cf8d73d2f8948b71d49c
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Saggi Mizrahi <smizrahi(a)redhat.com>
11 years, 8 months
Change in vdsm[master]: Remove BLANK_POOL_UUID constant.
by ewarszaw@redhat.com
Eduardo has uploaded a new change for review.
Change subject: Remove BLANK_POOL_UUID constant.
......................................................................
Remove BLANK_POOL_UUID constant.
Change-Id: Ib498bbd0d229b8e02976e0ca19feadd1ce637661
---
M vdsm/storage/sp.py
1 file changed, 2 insertions(+), 4 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/47/1347/1
--
To view, visit http://gerrit.ovirt.org/1347
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib498bbd0d229b8e02976e0ca19feadd1ce637661
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Eduardo <ewarszaw(a)redhat.com>
11 years, 8 months
Change in vdsm[master]: Fix broken APIs: hotplugDisk, hotunplugDisk, migrateCancel
by Igor Lvovsky
Igor Lvovsky has uploaded a new change for review.
Change subject: Fix broken APIs: hotplugDisk, hotunplugDisk, migrateCancel
......................................................................
Fix broken APIs: hotplugDisk, hotunplugDisk, migrateCancel
Change-Id: I1316887b307c6a2ddb3b0220c40b89d2c891c213
---
M vdsm/API.py
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/87/1387/1
--
To view, visit http://gerrit.ovirt.org/1387
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1316887b307c6a2ddb3b0220c40b89d2c891c213
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Igor Lvovsky <ilvovsky(a)redhat.com>
11 years, 8 months