mirror of https://github.com/apache/cloudstack.git
remove some SMlog
This commit is contained in:
parent
bcaaef5f60
commit
0d55059583
|
|
@ -218,7 +218,6 @@ class NFSSR(FileSR.FileSR):
|
|||
if inst.code != errno.ENOENT:
|
||||
raise xs_errors.XenError('NFSDelete')
|
||||
|
||||
@echo
|
||||
def vdi(self, uuid, loadLocked = False):
|
||||
if not loadLocked:
|
||||
return NFSFileVDINolock(self, uuid)
|
||||
|
|
|
|||
|
|
@ -1576,7 +1576,7 @@ class FileSR(SR):
|
|||
for uuid, vhdInfo in vhds.iteritems():
|
||||
vdi = self.getVDI(uuid)
|
||||
if not vdi:
|
||||
Util.log("Found new VDI when scanning: %s" % uuid)
|
||||
#Util.log("Found new VDI when scanning: %s" % uuid)
|
||||
vdi = FileVDI(self, uuid)
|
||||
self.vdis[uuid] = vdi
|
||||
vdi.load(vhdInfo)
|
||||
|
|
|
|||
Loading…
Reference in New Issue