Eduardo has uploaded a new change for review.
Change subject: Related to BZ# - One shot prepare.
......................................................................
Related to BZ# - One shot prepare.
The number of storage accesses is reduced to 1 or none instead of
the recursive volume images produces.
Change-Id: Id47db9c53199385dd5d08586e4782ea23885eb72
Signed-off-by: Eduardo <ewarszaw(a)redhat.com>
---
M vdsm/storage/hsm.py
1 file changed, 7 insertions(+), 5 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/20/4220/1
--
To view, visit http://gerrit.ovirt.org/4220
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id47db9c53199385dd5d08586e4782ea23885eb72
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Eduardo <ewarszaw(a)redhat.com>
Allon Mureinik has uploaded a new change for review.
Change subject: sdc.py: Remove domain before activating
......................................................................
sdc.py: Remove domain before activating
When a domain is activated, we should not rely on the cache as the
domain's connection data may have been edited while it was deactivated.
Change-Id: I458132878f2ae39f9efec6420dd582bfc2f888fc
Bug-Url: https://bugzilla.redhat.com/950055
Signed-off-by: Allon Mureinik <amureini(a)redhat.com>
---
M vdsm/storage/sp.py
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/58/18458/1
diff --git a/vdsm/storage/sp.py b/vdsm/storage/sp.py
index 3f3c1bf..5aafd9c 100644
--- a/vdsm/storage/sp.py
+++ b/vdsm/storage/sp.py
@@ -1102,6 +1102,7 @@
"""
self.log.info("sdUUID=%s spUUID=%s", sdUUID, self.spUUID)
+ sdCache.manuallyRemoveDomain(sdUUID)
dom = sdCache.produce(sdUUID)
# Avoid domain activation if not owned by pool
self.validateAttachedDomain(dom)
--
To view, visit http://gerrit.ovirt.org/18458
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I458132878f2ae39f9efec6420dd582bfc2f888fc
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <amureini(a)redhat.com>
On Tue, Sep 03, 2013 at 06:55:23PM +0100, Jenkins ci oVirt Server wrote:
> Project: http://jenkins.ovirt.org/job/vdsm_create_rpms/
> Build: http://jenkins.ovirt.org/job/vdsm_create_rpms/637/
> Build Number: 637
> Build Status: Still Failing
> Triggered By: Started by an SCM change
>
> -------------------------------------
> Changes Since Last Success:
> -------------------------------------
> Changes for Build #636
> [Yaniv Bronhaim] Fixing start return the return value of vdsm execution
>
>
> Changes for Build #637
> [Federico Simoncelli] storage: kill ongoing operations on exit
Douglas, the fedora18 slave has
RPM build errors:
File must begin with "/": %{_tmpfilesdir}/vdsm.conf
make: *** [rpm] Error 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE
but AFAIR %{_tmpfilesdir} should have been well-defined in F18. Any idea?
David, could you find out what is `rpm --version` on fedora18, and what is `rpm
--eval '%{_tmpfilesdir}'`?
Dan.