@ -108,7 +108,7 @@ public class SetVolume {
List<String> volumeNames = volumeInfo.showAllVolumeName();
if (!volumeNames.contains(volumeName)) {
log.error("3801 " + volumeName + " is not exists !");
// return -1;
return -1;
}
List<String> mountPoints = volumeInfo.getVolumeMountPoint(volumeName);