예제 #1
0
 def setup(self):
     detach_detachable(self.device)
예제 #2
0
파일: hostdevice.py 프로젝트: nirs/vdsm
 def setup(self):
     self.log.info('Detaching device %s from the host.' % self.device)
     detach_detachable(self.device)
예제 #3
0
 def setup(self):
     self.log.info('Detaching device %s from the host.' % self.device)
     detach_detachable(self.device)
예제 #4
0
파일: hostdevice.py 프로젝트: nirs/vdsm
 def setup(self):
     detach_detachable(self.device)