Change in vdsm[master]: localFsSD: Use the right manifest.

aaviram at redhat.com aaviram at redhat.com
Thu Feb 18 08:01:03 UTC 2016


Amit Aviram has uploaded a new change for review.

Change subject: localFsSD: Use the right manifest.
......................................................................

localFsSD: Use the right manifest.

Local storage domain should use its own manifest instead of the
inherited one from FileStorageDomain.

Change-Id: I482511290032cad3813e5c8b85b59d2369da2e90
Bug-Url:https://bugzilla.redhat.com/1305768
Signed-off-by: Amit Aviram <aaviram at redhat.com>
---
M vdsm/storage/localFsSD.py
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/88/53688/1

diff --git a/vdsm/storage/localFsSD.py b/vdsm/storage/localFsSD.py
index 845b461..bbbc1a7 100644
--- a/vdsm/storage/localFsSD.py
+++ b/vdsm/storage/localFsSD.py
@@ -39,6 +39,8 @@
 
 
 class LocalFsStorageDomain(fileSD.FileStorageDomain):
+    manifestClass = LocalFsStorageDomainManifest
+
     @property
     def supportsMailbox(self):
         return False


-- 
To view, visit https://gerrit.ovirt.org/53688
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I482511290032cad3813e5c8b85b59d2369da2e90
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Amit Aviram <aaviram at redhat.com>


More information about the vdsm-patches mailing list