Change in vdsm[master]: fixed iscsi discovery and added iSER transport support
by Roi Dayan
Roi Dayan has uploaded a new change for review.
Change subject: fixed iscsi discovery and added iSER transport support
......................................................................
fixed iscsi discovery and added iSER transport support
Change-Id: Ie932ecd4b382aa99ef1bb20882ea44291ba39f47
---
M vdsm/config.py.in
M vdsm/storage/iscsi.py
2 files changed, 41 insertions(+), 4 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/50/1350/1
--
To view, visit http://gerrit.ovirt.org/1350
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie932ecd4b382aa99ef1bb20882ea44291ba39f47
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Roi Dayan <roi.dayan(a)gmail.com>
11 years, 3 months
Change in vdsm[master]: A new method to read from VMs' channels.
by ghammer@redhat.com
Gal Hammer has uploaded a new change for review.
Change subject: A new method to read from VMs' channels.
......................................................................
A new method to read from VMs' channels.
Replaced having a thread-per-VM that monitor and read from the
VM's virtual channel with a 1-thread listener that handle all
VMs' channels.
Change-Id: I687a22a3fba6c1d2b42e837c5f2024aee0a98bdc
---
M vdsm.spec.in
M vdsm/Makefile.am
M vdsm/clientIF.py
M vdsm/guestIF.py
M vdsm/libvirtvm.py
A vdsm/vmChannels.py
6 files changed, 164 insertions(+), 69 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/69/869/1
--
To view, visit http://gerrit.ovirt.org/869
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I687a22a3fba6c1d2b42e837c5f2024aee0a98bdc
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Gal Hammer <ghammer(a)redhat.com>
11 years, 3 months
iSER patch for VDSM
by Roi Dayan
Hi,
The patch attached created on top of change I3cedeb6c: Implement storage
server connection aliasing
The patch adds a new config option "iscsi_transports" in section "irs" that
can accept transport list.
E.g. "iser,tcp"
When adding a new iscsi node first vdsm will try iser and then tcp.
The patch was not tested since the build of change I3cedeb6c fails.
/usr/bin/pyflakes vdsm vdsm_cli vds_bootstrap vdsm_reg vdsm_hooks
vdsm/storage/storageServer.py:25: 'Thread' imported but unused
vdsm/storage/storageServer.py:25: 'RLock' imported but unused
vdsm/storage/storageServer.py:25: 'Event' imported but unused
vdsm/storage/storageServer.py:34: 'asyncmethod' imported but unused
vdsm/storage/storageServer.py:34: 'AsyncCallStub' imported but unused
make[2]: *** [check-local] Error 1
make[2]: Leaving directory `/tmp/vdsm'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/tmp/vdsm'
make: *** [check-recursive] Error 1
Thanks,
Roi
--
*Roi *
11 years, 3 months
Change in vdsm[master]: Fix minor issues in the iscsi module
by Federico Simoncelli
Federico Simoncelli has uploaded a new change for review.
Change subject: Fix minor issues in the iscsi module
......................................................................
Fix minor issues in the iscsi module
Change-Id: I1c2d1d7ac61f0affac56e51d47e5697dcf320815
---
M vdsm/storage/hsm.py
M vdsm/storage/iscsi.py
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/21/2621/1
--
To view, visit http://gerrit.ovirt.org/2621
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1c2d1d7ac61f0affac56e51d47e5697dcf320815
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]: Use urllib.urlencode to build URI parameters
by ewoud@kohlvanwijngaarden.nl
Ewoud Kohl van Wijngaarden has uploaded a new change for review.
Change subject: Use urllib.urlencode to build URI parameters
......................................................................
Use urllib.urlencode to build URI parameters
Change-Id: I468b497524aefe8262303cab6431f6a0abb7a5cd
---
M vdsm_reg/vdsm-reg-setup.in
1 file changed, 9 insertions(+), 8 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/96/2596/1
--
To view, visit http://gerrit.ovirt.org/2596
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I468b497524aefe8262303cab6431f6a0abb7a5cd
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Ewoud Kohl van Wijngaarden <ewoud(a)kohlvanwijngaarden.nl>
11 years, 3 months
Change in vdsm[master]: Clean up logging in vdsm-reg-setup.in
by ewoud@kohlvanwijngaarden.nl
Ewoud Kohl van Wijngaarden has uploaded a new change for review.
Change subject: Clean up logging in vdsm-reg-setup.in
......................................................................
Clean up logging in vdsm-reg-setup.in
Change-Id: I0d721fee82a6fd2879019dd99c2099fe14f85bd3
---
M vdsm_reg/vdsm-reg-setup.in
1 file changed, 18 insertions(+), 27 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/95/2595/1
--
To view, visit http://gerrit.ovirt.org/2595
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0d721fee82a6fd2879019dd99c2099fe14f85bd3
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Ewoud Kohl van Wijngaarden <ewoud(a)kohlvanwijngaarden.nl>
11 years, 3 months
Change in vdsm[master]: oops, fix a bad rebase
by Dan Kenigsberg
Dan Kenigsberg has uploaded a new change for review.
Change subject: oops, fix a bad rebase
......................................................................
oops, fix a bad rebase
Change-Id: I49c26f1da683526c780ed377c5ac5fd7662bce7c
---
M vdsm/storage/iscsiadm.py
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/17/2617/1
--
To view, visit http://gerrit.ovirt.org/2617
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I49c26f1da683526c780ed377c5ac5fd7662bce7c
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <danken(a)redhat.com>
11 years, 3 months
Change in vdsm[master]: Minor text fixes
by smizrahi@redhat.com
Saggi Mizrahi has uploaded a new change for review.
Change subject: Minor text fixes
......................................................................
Minor text fixes
Change-Id: Ie450422c15a3618577e742d5e19a12485edfcf9b
---
M vdsm/storage/hsm.py
M vdsm/storage/iscsi.py
2 files changed, 6 insertions(+), 5 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/16/2616/1
--
To view, visit http://gerrit.ovirt.org/2616
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie450422c15a3618577e742d5e19a12485edfcf9b
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Saggi Mizrahi <smizrahi(a)redhat.com>
11 years, 3 months
Change in vdsm[master]: [WIP] The begining of the new API
by smizrahi@redhat.com
Saggi Mizrahi has uploaded a new change for review.
Change subject: [WIP] The begining of the new API
......................................................................
[WIP] The begining of the new API
Change-Id: If2c15799a83e7b3f39d12c2aa7c91f321156e663
---
M vdsm/storage/hsm.py
1 file changed, 30 insertions(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/95/1695/1
--
To view, visit http://gerrit.ovirt.org/1695
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If2c15799a83e7b3f39d12c2aa7c91f321156e663
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Saggi Mizrahi <smizrahi(a)redhat.com>
11 years, 3 months
Change in vdsm[master]: [WIP] Implement storage server connection monitoring
by smizrahi@redhat.com
Saggi Mizrahi has uploaded a new change for review.
Change subject: [WIP] Implement storage server connection monitoring
......................................................................
[WIP] Implement storage server connection monitoring
Change-Id: Idc4154650f001f79f27afcc0bed7474ce489c380
---
M vdsm.spec.in
M vdsm/storage/Makefile.am
M vdsm/storage/hsm.py
M vdsm/storage/storageServer.py
A vdsm/storage/sync.py
5 files changed, 304 insertions(+), 15 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/94/1694/1
--
To view, visit http://gerrit.ovirt.org/1694
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Idc4154650f001f79f27afcc0bed7474ce489c380
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Saggi Mizrahi <smizrahi(a)redhat.com>
11 years, 3 months