Yeela Kaplan has posted comments on this change.
Change subject: vm: new parameter 'protected' for vm creation ......................................................................
Patch Set 4:
(1 comment)
.................................................... File vdsm/vm.py Line 1645: """ Line 1646: self._dom = None Line 1647: self.conf = { Line 1648: 'pid': '0', Line 1649: 'protected': config.getboolean('irs', 'use_volume_leases'), As I understand, this should be a configuration per vm, so how can it be we take it as a constant from config.py? Line 1650: } Line 1651: self.conf.update(params) Line 1652: self.cif = cif Line 1653: self.log = SimpleLogAdapter(self.log, {"vmId": self.conf['vmId']})