pull/21/head
parent
934a1f1853
commit
c3ebc64264
|
@ -54,10 +54,11 @@ class BackupImageAction extends AbstractOgRepositoryController
|
|||
|
||||
$inputData = [
|
||||
'imageName' => $image->getName(),
|
||||
'repositoryUuid' => $repository->getUuid(),
|
||||
'imageUuid' => $imageImageRepository->getUuid(),
|
||||
'ID_img' => $imageImageRepository->getImageFullsum(),
|
||||
'repo_ip' => $imageImageRepository->getRepository()->getIp(),
|
||||
'remote_path' => '/var/lib/ogrepository/images',
|
||||
'repo_ip' => $input->repoIp,
|
||||
'remote_path' => $input->remotePath
|
||||
];
|
||||
|
||||
$this->createService->__invoke($image->getClient(), CommandTypes::BACKUP_IMAGE, TraceStatus::IN_PROGRESS, $content['job_id'], $inputData);
|
||||
|
|
Loading…
Reference in New Issue