Compare commits

..

No commits in common. "c3ebc6426400fbc0b185b1e5f6455e42ad5f57be" and "3ebe5cb1bca7c4fd8f0d486deafb622a07d06a12" have entirely different histories.

1 changed files with 2 additions and 3 deletions

View File

@ -54,11 +54,10 @@ class BackupImageAction extends AbstractOgRepositoryController
$inputData = [
'imageName' => $image->getName(),
'repositoryUuid' => $repository->getUuid(),
'imageUuid' => $imageImageRepository->getUuid(),
'ID_img' => $imageImageRepository->getImageFullsum(),
'repo_ip' => $input->repoIp,
'remote_path' => $input->remotePath
'repo_ip' => $imageImageRepository->getRepository()->getIp(),
'remote_path' => '/var/lib/ogrepository/images',
];
$this->createService->__invoke($image->getClient(), CommandTypes::BACKUP_IMAGE, TraceStatus::IN_PROGRESS, $content['job_id'], $inputData);