mirror of https://github.com/apache/cloudstack.git
Apply suggestions from code review
Co-authored-by: Suresh Kumar Anaparti <sureshkumar.anaparti@gmail.com>
This commit is contained in:
parent
360201b5f6
commit
f4502f1929
|
|
@ -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
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue