Federico Simoncelli has uploaded a new change for review.
Change subject: Do not lock the image when preparing the VM path
......................................................................
Do not lock the image when preparing the VM path
Since the resource manager scope is local there is no need for a VM
to take an exclusive lock on the images: in fact the SPM running on
an other machine could still manipulate such images.
Change-Id: I4b5cb55a868cb9bf5a720610273af139ee858a1a
---
M vdsm/clientIF.py
M vdsm/storage/hsm.py
2 files changed, 14 insertions(+), 114 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/54/554/1
--
To view, visit http://gerrit.ovirt.org/554
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4b5cb55a868cb9bf5a720610273af139ee858a1a
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Federico Simoncelli <fsimonce(a)redhat.com>
Federico Simoncelli has uploaded a new change for review.
Change subject: Group the cluster lock code into a new SP method
......................................................................
Group the cluster lock code into a new SP method
Both the create and reconstructMaster methods were sharing a very
similar code for temporarly acquiring the cluster lock.
Change-Id: I981d84af7816ccd2db64eb5beb440e9f7637f734
---
M vdsm/storage/sp.py
1 file changed, 29 insertions(+), 24 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/03/603/1
--
To view, visit http://gerrit.ovirt.org/603
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I981d84af7816ccd2db64eb5beb440e9f7637f734
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Federico Simoncelli <fsimonce(a)redhat.com>
Juan Hernandez has uploaded a new change for review.
Change subject: Handle correctly nic names like p33p1.
......................................................................
Handle correctly nic names like p33p1.
Currently these types of network interface names are not handled
correctly in the "nicSort" method because it assumes that the name
is composed by a name (like "eth") and a number. As a result
anything after the first number is removed.
Change-Id: I716f5d7d137325abaa0022a40f482c9ad270855a
---
M vdsm/configNetwork.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/99/799/1
--
To view, visit http://gerrit.ovirt.org/799
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I716f5d7d137325abaa0022a40f482c9ad270855a
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <juan.hernandez(a)redhat.com>
Igor Lvovsky has uploaded a new change for review.
Change subject: Return domXml and its md5 per VM.
......................................................................
Return domXml and its md5 per VM.
Report full domXml per VM by using the 'list' verb with the option full = true.
The 'getVmStats'/'getAllVmStats' verbs report the md5 of the domXml per VM.
Change-Id: I5b3a97fa998d0f52ebe752024c62b8ec16c32c78
---
M vdsm/libvirtvm.py
1 file changed, 18 insertions(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/35/235/1
--
To view, visit http://gerrit.ovirt.org/235
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5b3a97fa998d0f52ebe752024c62b8ec16c32c78
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Igor Lvovsky <ilvovsky(a)redhat.com>
Lee Yarwood has uploaded a new change for review.
Change subject: Improves logging when attempting to run hooks for a vm.
......................................................................
Improves logging when attempting to run hooks for a vm.
Change-Id: I9f3f15dda5560ef515c6753293c9f1ec2ed874e4
---
M vdsm/hooks.py
1 file changed, 5 insertions(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/43/243/1
--
To view, visit http://gerrit.ovirt.org/243
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9f3f15dda5560ef515c6753293c9f1ec2ed874e4
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Lee Yarwood <lyarwood(a)redhat.com>
Eduardo has uploaded a new change for review.
Change subject: Fix HSM flows should not change rw permissions.
......................................................................
Fix HSM flows should not change rw permissions.
This whole setrw flow should not be done in HSM flows, as prepare
volume is.
In blocks domains can change VG metadata!
Minimal fix needs further development.
Change-Id: Ia53f0008cf3e7b25e14c7f03798c1ae527056725
---
M vdsm/storage/volume.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/97/797/1
--
To view, visit http://gerrit.ovirt.org/797
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia53f0008cf3e7b25e14c7f03798c1ae527056725
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Eduardo <ewarszaw(a)redhat.com>