Change in vdsm[master]: BZ#807642 Use Securable as base class
by Federico Simoncelli
Federico Simoncelli has uploaded a new change for review.
Change subject: BZ#807642 Use Securable as base class
......................................................................
BZ#807642 Use Securable as base class
Using Securable as base class allow us to take the best of metaclasses
(being able to modifying methods at import time) and the best of
subclassing (explicit inherited methods such as __init__, _setSafe and
_setUnsafe).
It's also now possible to instantiate attributes per object (__init__)
instead of per class and therefore fix BZ#807642.
Change-Id: I2309e2cfc0291309023238ed91527884ec879d64
---
M vdsm/storage/securable.py
M vdsm/storage/sp.py
2 files changed, 44 insertions(+), 44 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/98/3198/1
--
To view, visit http://gerrit.ovirt.org/3198
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2309e2cfc0291309023238ed91527884ec879d64
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Federico Simoncelli <fsimonce(a)redhat.com>
10 years, 11 months
Change in vdsm[master]: Using supervdsmServer.py when present
by Federico Simoncelli
Federico Simoncelli has uploaded a new change for review.
Change subject: Using supervdsmServer.py when present
......................................................................
Using supervdsmServer.py when present
Change-Id: I5674995bf92e9e9a40fcee73dfe7a12efe664f23
---
M vdsm/supervdsm.py
1 file changed, 12 insertions(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/37/2837/1
--
To view, visit http://gerrit.ovirt.org/2837
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5674995bf92e9e9a40fcee73dfe7a12efe664f23
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Federico Simoncelli <fsimonce(a)redhat.com>
10 years, 11 months
Change in vdsm[master]: BZ#808116 - Fix post-zeroing process during delition of prea...
by Igor Lvovsky
Igor Lvovsky has uploaded a new change for review.
Change subject: BZ#808116 - Fix post-zeroing process during delition of preallocated volumes
......................................................................
BZ#808116 - Fix post-zeroing process during delition of preallocated volumes
Change-Id: Ia594ae7bea92754f25a5568e1c20a6891ff0eca5
---
M vdsm/storage/blockVolume.py
M vdsm/storage/hsm.py
2 files changed, 3 insertions(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/07/3207/1
--
To view, visit http://gerrit.ovirt.org/3207
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia594ae7bea92754f25a5568e1c20a6891ff0eca5
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Igor Lvovsky <ilvovsky(a)redhat.com>
10 years, 11 months
Change in vdsm[master]: Added some documentation to the connection management verbs
by smizrahi@redhat.com
Saggi Mizrahi has uploaded a new change for review.
Change subject: Added some documentation to the connection management verbs
......................................................................
Added some documentation to the connection management verbs
Change-Id: Ic9210c44051f693c4efc4ddb1e2f906f3e0d16ea
---
M vdsm/storage/hsm.py
1 file changed, 39 insertions(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/03/3003/1
--
To view, visit http://gerrit.ovirt.org/3003
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic9210c44051f693c4efc4ddb1e2f906f3e0d16ea
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Saggi Mizrahi <smizrahi(a)redhat.com>
10 years, 11 months
Change in vdsm[master]: fix circular reference of storage pool BZ#806774:storage dom...
by lvroyce@linux.vnet.ibm.com
Royce Lv has uploaded a new change for review.
Change subject: fix circular reference of storage pool BZ#806774:storage domain uuid can't be reused after storage pool destroyed Change-Id: If45ca96ab5865dfc59b3c2016dd9d468763d703e
......................................................................
fix circular reference of storage pool
BZ#806774:storage domain uuid can't be reused after storage pool destroyed
Change-Id: If45ca96ab5865dfc59b3c2016dd9d468763d703e
---
M vdsm/storage/hsm.py
M vdsm/storage/sp.py
M vdsm/storage/task.py
3 files changed, 12 insertions(+), 3 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/41/3241/1
--
To view, visit http://gerrit.ovirt.org/3241
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If45ca96ab5865dfc59b3c2016dd9d468763d703e
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Royce Lv <lvroyce(a)linux.vnet.ibm.com>
10 years, 11 months
Change in vdsm[master]: vdsm: fix make distcheck
by Douglas Schilling Landgraf
Douglas Schilling Landgraf has uploaded a new change for review.
Change subject: vdsm: fix make distcheck
......................................................................
vdsm: fix make distcheck
ERROR: files left in build directory after distclean:
./vdsm/constants.py
./vdsm/config.py
./vdsm/dumpStorageTable.py
./vdsm_cli/vdscli.py
make[1]: *** [distcleancheck] Error 1
Change-Id: I972203f280ba883fb443c01df32be80380840eeb
---
M vdsm/Makefile.am
M vdsm_cli/Makefile.am
2 files changed, 3 insertions(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/99/3199/1
--
To view, visit http://gerrit.ovirt.org/3199
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I972203f280ba883fb443c01df32be80380840eeb
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Douglas Schilling Landgraf <dougsland(a)redhat.com>
10 years, 11 months
Change in vdsm[master]: [WIP] Support unicode in domain and pool description
by smizrahi@redhat.com
Saggi Mizrahi has uploaded a new change for review.
Change subject: [WIP] Support unicode in domain and pool description
......................................................................
[WIP] Support unicode in domain and pool description
Change-Id: Ie8fd0676ba263a66e54e8caecad6c76c001f7f3e
---
M vdsm/storage/dispatcher.py
M vdsm/storage/persistentDict.py
M vdsm/storage/sd.py
M vdsm/storage/sp.py
4 files changed, 17 insertions(+), 31 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/37/637/1
--
To view, visit http://gerrit.ovirt.org/637
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie8fd0676ba263a66e54e8caecad6c76c001f7f3e
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Saggi Mizrahi <smizrahi(a)redhat.com>
10 years, 11 months
Change in vdsm[master]: dispatcher: drop Unicode-less validation
by Dan Kenigsberg
Dan Kenigsberg has uploaded a new change for review.
Change subject: dispatcher: drop Unicode-less validation
......................................................................
dispatcher: drop Unicode-less validation
Change-Id: Ic4a2e87cd9bde71326e10893843efd04ef33aec8
---
M vdsm/storage/dispatcher.py
1 file changed, 2 insertions(+), 25 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/03/1703/1
--
To view, visit http://gerrit.ovirt.org/1703
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic4a2e87cd9bde71326e10893843efd04ef33aec8
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <danken(a)redhat.com>
10 years, 11 months
Change in vdsm[master]: BZ#805273 Fix LVM preferred names
by Federico Simoncelli
Federico Simoncelli has uploaded a new change for review.
Change subject: BZ#805273 Fix LVM preferred names
......................................................................
BZ#805273 Fix LVM preferred names
Change-Id: Ibaa71b784cfacdbc05677fdb37acf9a2ac11db0f
---
M vdsm.spec.in
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/20/3220/1
--
To view, visit http://gerrit.ovirt.org/3220
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibaa71b784cfacdbc05677fdb37acf9a2ac11db0f
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Federico Simoncelli <fsimonce(a)redhat.com>
10 years, 11 months