Adam Litke has uploaded a new change for review.
Change subject: storageConnection: iterate on a copy of _conDict
......................................................................
storageConnection: iterate on a copy of _conDict
The method _checkConnections slowly iterates over the dictionary of connections
to ensure that they all remain connected. If the dict changes during this
iteraton an exception will be thrown. Avoid this by operating on a copy.
Change-Id: I898c3d6c84b8b9adbecef5a0a39c92617d34b2a0
Signed-off-by: Adam Litke <agl(a)us.ibm.com>
---
M vdsm/storage/storageServer.py
1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/78/3578/1
--
To view, visit http://gerrit.ovirt.org/3578
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I898c3d6c84b8b9adbecef5a0a39c92617d34b2a0
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Adam Litke <agl(a)us.ibm.com>
Ryan Harper has uploaded a new change for review.
Change subject: pylint: vdsm/libvirtvm.py
......................................................................
pylint: vdsm/libvirtvm.py
E:914,11:NetworkInterfaceDevice.__init__: Access to member 'nicModel' before its definition line 915
Modify the kwarg dict before device init.
Change-Id: I2b090c647089588f621552f7b99aed4ba33c0e71
Signed-off-by: Ryan Harper <ryanh(a)us.ibm.com>
---
M vdsm/libvirtvm.py
1 file changed, 6 insertions(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/43/3443/1
--
To view, visit http://gerrit.ovirt.org/3443
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2b090c647089588f621552f7b99aed4ba33c0e71
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Ryan Harper <ryanh(a)us.ibm.com>
Lee Yarwood has uploaded a new change for review.
Change subject: BZ#809012 - Remove physical block size limitations.
......................................................................
BZ#809012 - Remove physical block size limitations.
Corrects limitations set against the logical and physical block size of a device.
Also hints at adding finer grain exceptions for errors related to the block size of a device.
Change-Id: I82630ff2964f875a2e135dad550eafca451af42d
---
M vdsm/constants.py.in
M vdsm/storage/lvm.py
M vdsm/storage/multipath.py
3 files changed, 9 insertions(+), 5 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/84/3284/1
--
To view, visit http://gerrit.ovirt.org/3284
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I82630ff2964f875a2e135dad550eafca451af42d
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Lee Yarwood <lyarwood(a)redhat.com>
Igor Lvovsky has uploaded a new change for review.
Change subject: isBlockDevice should fail for empty cdrom/floppy. Don't need traceback in the log.
......................................................................
isBlockDevice should fail for empty cdrom/floppy. Don't need traceback in the log.
Change-Id: Id6ebccebee73b48dcb882290421e698bdb131184
Signed-off-by: Igor Lvovsky <ilvovsky(a)redhat.com>
---
M vdsm/libvirtvm.py
1 file changed, 1 insertion(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/58/3558/1
--
To view, visit http://gerrit.ovirt.org/3558
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id6ebccebee73b48dcb882290421e698bdb131184
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Igor Lvovsky <ilvovsky(a)redhat.com>
Saggi Mizrahi has uploaded a new change for review.
Change subject: Fix build-aux version scripts so that internal tags don't confuse them
......................................................................
Fix build-aux version scripts so that internal tags don't confuse them
Change-Id: I63844a8b859fec2a84ee180eba0bbfb2fd2223fe
Signed-off-by: Saggi Mizrahi <smizrahi(a)redhat.com>
---
M build-aux/release.sh
M build-aux/version.sh
2 files changed, 3 insertions(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/84/3484/1
--
To view, visit http://gerrit.ovirt.org/3484
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I63844a8b859fec2a84ee180eba0bbfb2fd2223fe
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Saggi Mizrahi <smizrahi(a)redhat.com>
Xu He Jie has uploaded a new change for review.
Change subject: Fix some code didn't use VDSMUSER
......................................................................
Fix some code didn't use VDSMUSER
Use @VDSMUSER@ instead of hardcode to sudoers file.
Change-Id: Ib4f834b1b34ffcdbbf32a1f5cd9e7728976b623c
---
M configure.ac
M vdsm/sudoers.vdsm.in
M vdsm_hooks/directlun/Makefile.am
D vdsm_hooks/directlun/sudoers.vdsm_hook_directlun
A vdsm_hooks/directlun/sudoers.vdsm_hook_directlun.in
M vdsm_hooks/hostusb/Makefile.am
D vdsm_hooks/hostusb/sudoers.vdsm_hook_hostusb
A vdsm_hooks/hostusb/sudoers.vdsm_hook_hostusb.in
M vdsm_hooks/hugepages/Makefile.am
D vdsm_hooks/hugepages/sudoers.vdsm_hook_hugepages
A vdsm_hooks/hugepages/sudoers.vdsm_hook_hugepages.in
M vdsm_hooks/promisc/Makefile.am
D vdsm_hooks/promisc/sudoers.vdsm_hook_promisc
A vdsm_hooks/promisc/sudoers.vdsm_hook_promisc.in
M vdsm_hooks/sriov/Makefile.am
D vdsm_hooks/sriov/sudoers.vdsm_hook_sriov
A vdsm_hooks/sriov/sudoers.vdsm_hook_sriov.in
M vdsm_hooks/vhostmd/Makefile.am
D vdsm_hooks/vhostmd/sudoers.vdsm_hook_vhostmd
A vdsm_hooks/vhostmd/sudoers.vdsm_hook_vhostmd.in
20 files changed, 88 insertions(+), 22 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/63/3363/1
--
To view, visit http://gerrit.ovirt.org/3363
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib4f834b1b34ffcdbbf32a1f5cd9e7728976b623c
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Xu He Jie <xuhj(a)linux.vnet.ibm.com>