Saggi Mizrahi has posted comments on this change. Change subject: Renamed backup domain make master tree. ......................................................................
Patch Set 1: I would prefer that you didn't submit this (1 inline comment) .................................................... File vdsm/storage/sp.py Line 1070: return True Line 1071: Line 1072: if dom.getDomainClass() == sd.DATA_DOMAIN: Line 1073: dom.upgrade(self.getVersion()) Line 1074: elif domMD[sd.DMDK_CLASS] == sd.BACKUP_DOMAIN: Use accessor Line 1075: dom.makeMasterTree() Line 1076: Line 1077: domainStatuses[sdUUID] = sd.DOM_ACTIVE_STATUS Line 1078: self.setMetaParam(PMDK_DOMAINS, domainStatuses) -- To view, visit http://gerrit.usersys/1092 To unsubscribe, visit http://gerrit.usersys/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ie7b7af67039a38765a4758ce0db15633d7dbd5e3 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Eduardo Warszawski <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
