def create_job(self):
job = BackupJob(
repository=self.repository,
client=self.client,
config=self,
)
transaction.get().note('Created backup job from check config %s on client %s' % (self.oid, self.client.hostname))
log.info('Created job for client %s, job config %s', self.client.hostname, self.oid)
评论列表
文章目录