Skip to content

Commit f4502f1

Browse files
Apply suggestions from code review
Co-authored-by: Suresh Kumar Anaparti <sureshkumar.anaparti@gmail.com>
1 parent 360201b commit f4502f1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

server/src/main/java/com/cloud/storage/VolumeApiServiceImpl.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2974,7 +2974,6 @@ private Long findVolumeLockHost(VolumeInfo volume) {
29742974
return volService.findVolumeLockHost(volume);
29752975
}
29762976

2977-
29782977
public Volume attachVolumeToVM(Long vmId, Long volumeId, Long deviceId, Boolean allowAttachForSharedFS) {
29792978
Account caller = CallContext.current().getCallingAccount();
29802979

@@ -5734,7 +5733,7 @@ public ConfigKey<?>[] getConfigKeys() {
57345733
MatchStoragePoolTagsWithDiskOffering,
57355734
UseHttpsToUpload,
57365735
WaitDetachDevice,
5737-
AllowCheckAndRepairVolume,
5736+
AllowCheckAndRepairVolume
57385737
};
57395738
}
57405739
}

0 commit comments

Comments
 (0)