From f4502f1929975fea8e448b75e6fb29c473aba373 Mon Sep 17 00:00:00 2001 From: Suresh Kumar Anaparti Date: Thu, 30 Apr 2026 12:07:28 +0530 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Suresh Kumar Anaparti --- .../src/main/java/com/cloud/storage/VolumeApiServiceImpl.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server/src/main/java/com/cloud/storage/VolumeApiServiceImpl.java b/server/src/main/java/com/cloud/storage/VolumeApiServiceImpl.java index 07c8d854597..166831fcbc3 100644 --- a/server/src/main/java/com/cloud/storage/VolumeApiServiceImpl.java +++ b/server/src/main/java/com/cloud/storage/VolumeApiServiceImpl.java @@ -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 }; } }