Apply suggestions from code review

Co-authored-by: Suresh Kumar Anaparti <sureshkumar.anaparti@gmail.com>
This commit is contained in:
Suresh Kumar Anaparti 2026-04-30 12:07:28 +05:30 committed by GitHub
parent 360201b5f6
commit f4502f1929
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -2974,7 +2974,6 @@ public class VolumeApiServiceImpl extends ManagerBase implements VolumeApiServic
return volService.findVolumeLockHost(volume);
}
public Volume attachVolumeToVM(Long vmId, Long volumeId, Long deviceId, Boolean allowAttachForSharedFS) {
Account caller = CallContext.current().getCallingAccount();
@ -5734,7 +5733,7 @@ public class VolumeApiServiceImpl extends ManagerBase implements VolumeApiServic
MatchStoragePoolTagsWithDiskOffering,
UseHttpsToUpload,
WaitDetachDevice,
AllowCheckAndRepairVolume,
AllowCheckAndRepairVolume
};
}
}