Update for restoreBackedUpVolume

This commit is contained in:
Pierre Charton 2024-09-09 15:30:42 +02:00
parent f80a318a6f
commit 813929a9de
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ public class BackrollBackupProvider extends AdapterBase implements BackupProvide
}
@Override
public Pair<Boolean, String> restoreBackedUpVolume(Backup backup, String volumeUuid, String hostIp, String dataStoreUuid) {
public Pair<Boolean, String> restoreBackedUpVolume(Backup backup, String volumeUuid, String hostIp, String dataStoreUuid, Pair<String, VirtualMachine.State> vmNameAndState) {
s_logger.debug("Restoring volume " + volumeUuid + "from backup " + backup.getUuid() + " on the backroll Backup Provider");
throw new CloudRuntimeException("Backroll plugin does not support this feature");
}