Adam Litke has uploaded a new change for review.
Change subject: schema: Remove remaining instance of IntStr
......................................................................
schema: Remove remaining instance of IntStr
Oops, we missed one IntStr type. Remove it.
Change-Id: I5a906652eed51f2d575d8d31fb598360edcd977f
Signed-off-by: Adam Litke <agl(a)us.ibm.com>
---
M vdsm_api/vdsmapi-schema.json
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/09/7009/1
--
To view, visit http://gerrit.ovirt.org/7009
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5a906652eed51f2d575d8d31fb598360edcd977f
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Adam Litke <agl(a)us.ibm.com>
Alon Bar-Lev has uploaded a new change for review.
Change subject: cleanup: use iproute instead of vconfig for vlan management
......................................................................
cleanup: use iproute instead of vconfig for vlan management
**EXPERIMENTAL**
iproute utility is much better maintained and supported, it
supersedes the vconfig in most setups.
As VDSM uses vconfig only to delete vlans, it even simpler
to replace it with iproute at this point.
Change-Id: Iae9acdd92f1775d70ced96a04047d40abfec2548
Signed-off-by: Alon Bar-Lev <alonbl(a)redhat.com>
---
M configure.ac
M vdsm.spec.in
M vdsm/configNetwork.py
M vdsm/constants.py.in
4 files changed, 4 insertions(+), 3 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/39/6139/1
--
To view, visit http://gerrit.ovirt.org/6139
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iae9acdd92f1775d70ced96a04047d40abfec2548
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alonbl(a)redhat.com>
Igor Lvovsky has uploaded a new change for review.
Change subject: BZ#832765 - Load backups from from backup files to memory
......................................................................
BZ#832765 - Load backups from from backup files to memory
Change-Id: Ia2003e1b0b198fd14d69cc0ed59b2e6d0d8abe36
Signed-off-by: Igor Lvovsky <ilvovsky(a)redhat.com>
---
M vdsm/configNetwork.py
1 file changed, 20 insertions(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/67/6967/1
--
To view, visit http://gerrit.ovirt.org/6967
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia2003e1b0b198fd14d69cc0ed59b2e6d0d8abe36
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Igor Lvovsky <ilvovsky(a)redhat.com>
Alon Bar-Lev has uploaded a new change for review.
Change subject: legal: update copyright to 2012
......................................................................
legal: update copyright to 2012
2012 is here.
Change-Id: I610cd0ee51f47eeeb17f08aeafeb8b354f80e874
Signed-off-by: Alon Bar-Lev <alonbl(a)redhat.com>
---
M tests/testValidation.py
M vds_bootstrap/Makefile.am
M vds_bootstrap/vds_bootstrap.py
M vds_bootstrap/vds_bootstrap_complete.py
M vdsm-tool/Makefile.am
M vdsm-tool/__init__.py
M vdsm-tool/vdsm-tool
M vdsm/SecureXMLRPCServer.py
M vdsm/betterThreading.py
M vdsm/caps.py
M vdsm/clientIF.py
M vdsm/config.py.in
M vdsm/define.py
M vdsm/dsaversion.py.in
M vdsm/dumpStorageTable.py.in
M vdsm/guestIF.py
M vdsm/hooking.py
M vdsm/hooks.py
M vdsm/kaxmlrpclib.py
M vdsm/ksm.py
M vdsm/libvirtconnection.py
M vdsm/libvirtev.py
M vdsm/libvirtvm.py
M vdsm/logUtils.py
M vdsm/mk_sysprep_floppy.in
M vdsm/neterrors.py
M vdsm/netinfo.py
M vdsm/pthread.py
M vdsm/respawn
M vdsm/rest/Makefile.am
M vdsm/rest/templates/Makefile.am
M vdsm/sos/Makefile.am
M vdsm/sos/vdsm.py.in
M vdsm/storage/12-vdsm-lvm.rules
M vdsm/storage/Makefile.am
M vdsm/storage/__init__.py
M vdsm/storage/blockSD.py
M vdsm/storage/blockVolume.py
M vdsm/storage/devicemapper.py
M vdsm/storage/dispatcher.py
M vdsm/storage/domainMonitor.py
M vdsm/storage/fileSD.py
M vdsm/storage/fileUtils.py
M vdsm/storage/fileVolume.py
M vdsm/storage/fuser.py
M vdsm/storage/hba.py
M vdsm/storage/localFsSD.py
M vdsm/storage/lvm.py
M vdsm/storage/misc.py
M vdsm/storage/mount.py
M vdsm/storage/multipath.py
M vdsm/storage/nfsSD.py
M vdsm/storage/outOfProcess.py
M vdsm/storage/persistentDict.py
M vdsm/storage/protect/Makefile.am
M vdsm/storage/protect/spmprotect.sh
M vdsm/storage/protect/spmstop.sh
M vdsm/storage/resourceFactories.py
M vdsm/storage/resourceManager.py
M vdsm/storage/safelease.py
M vdsm/storage/sd.py
M vdsm/storage/sdc.py
M vdsm/storage/securable.py
M vdsm/storage/sp.py
M vdsm/storage/storageConstants.py
M vdsm/storage/storage_exception.py
M vdsm/storage/storage_mailbox.py
M vdsm/storage/task.py
M vdsm/storage/taskManager.py
M vdsm/storage/threadLocal.py
M vdsm/storage/threadPool.py
M vdsm/storage/volume.py
M vdsm/substitute_constants.py
M vdsm/supervdsm.py
M vdsm/supervdsmServer.py
M vdsm/ut/ivdsm.py
M vdsm/vdsm
M vdsm/vdsmDebugPlugin.py
M vdsm/vm.py
M vdsm_cli/Makefile.am
M vdsm_cli/vdsClient.1
M vdsm_cli/vdsClient.py
M vdsm_cli/vdscli.py.in
M vdsm_hooks/Makefile.am
M vdsm_hooks/directlun/Makefile.am
M vdsm_hooks/faqemu/before_vm_start.py
M vdsm_hooks/fileinject/Makefile.am
M vdsm_hooks/floppy/Makefile.am
M vdsm_hooks/hostusb/Makefile.am
M vdsm_hooks/hugepages/Makefile.am
M vdsm_hooks/isolatedprivatevlan/Makefile.am
M vdsm_hooks/numa/Makefile.am
M vdsm_hooks/pincpu/Makefile.am
M vdsm_hooks/promisc/Makefile.am
M vdsm_hooks/qos/Makefile.am
M vdsm_hooks/scratchpad/Makefile.am
M vdsm_hooks/smartcard/Makefile.am
M vdsm_hooks/smbios/Makefile.am
M vdsm_hooks/sriov/Makefile.am
M vdsm_hooks/vhostmd/Makefile.am
M vdsm_hooks/vhostmd/after_vm_destroy.py
M vdsm_hooks/vhostmd/before_vm_start.py
M vdsm_hooks/vmdisk/Makefile.am
M vdsm_log/vdsmlog.sh
M vdsm_reg/Makefile.am
M vdsm_reg/createDaemon.py
M vdsm_reg/define.py
M vdsm_reg/deployUtil.py.in
M vdsm_reg/engine.py.in
M vdsm_reg/vdsm-complete
M vdsm_reg/vdsm-reg.8
M vdsm_reg/vdsm-upgrade
112 files changed, 115 insertions(+), 115 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/31/7031/1
--
To view, visit http://gerrit.ovirt.org/7031
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I610cd0ee51f47eeeb17f08aeafeb8b354f80e874
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alonbl(a)redhat.com>
Mark Wu has uploaded a new change for review.
Change subject: Move option 'save_image_format' to qemu.conf
......................................................................
Move option 'save_image_format' to qemu.conf
'save_image_format' is an option for qemu.conf, not libvirtd.conf,
so move it to qemu.conf.
Change-Id: I55d3e33783071cacbc71a31c5c46083e99fe65d1
Signed-off-by: Mark Wu <wudxw(a)linux.vnet.ibm.com>
---
M vdsm/vdsmd.init.in
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/28/5928/1
--
To view, visit http://gerrit.ovirt.org/5928
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I55d3e33783071cacbc71a31c5c46083e99fe65d1
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Mark Wu <wudxw(a)linux.vnet.ibm.com>
Wenyi Gao has uploaded a new change for review.
Change subject: [WIP] Move vdsmd.init to vdsm-tool
......................................................................
[WIP] Move vdsmd.init to vdsm-tool
The vdsmd.init script is a bit complex, so recode some functions
with python and move it to vdsm-tool.
Change-Id: I52db67207532ac7ded51cdd8c5dc388e85629104
Signed-off-by: Wenyi Gao <wenyi(a)linux.vnet.ibm.com>
---
M vdsm-tool/Makefile.am
A vdsm-tool/vdsmd.py
M vdsm.spec.in
M vdsm/vdsmd.init.in
4 files changed, 700 insertions(+), 558 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/38/4738/1
--
To view, visit http://gerrit.ovirt.org/4738
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I52db67207532ac7ded51cdd8c5dc388e85629104
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Wenyi Gao <wenyi(a)linux.vnet.ibm.com>
Wenyi Gao has uploaded a new change for review.
Change subject: Make safer to get vdsm section version in configuration files
......................................................................
Make safer to get vdsm section version in configuration files
For "configure_libvirt" function in vdsmd.init file, it only search
the version number(currently it is "4.9.6") to make sure if vdsm section
version is in configuration files. That is not enough safe if the same
number but not vdsm section version maybe be in a configuration file.
So this patch serach vdsm specific version number in order to be safer.
Change-Id: I947522f6a819ecd4ea62747b42d79e11b65543af
Signed-off-by: Wenyi Gao <wenyi(a)linux.vnet.ibm.com>
---
M vdsm/vdsmd.init.in
1 file changed, 5 insertions(+), 5 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/51/5051/1
--
To view, visit http://gerrit.ovirt.org/5051
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I947522f6a819ecd4ea62747b42d79e11b65543af
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Wenyi Gao <wenyi(a)linux.vnet.ibm.com>