From c50abd983976a7ec382557cfc11e5dd48e754e11 Mon Sep 17 00:00:00 2001 From: chenlw <874313221@qq.com> Date: Tue, 22 Nov 2016 15:26:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E5=8C=85=E6=8B=ACvolumeName=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E4=B8=8D=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/com/platform/glusterfs/SetVolume.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/platform/glusterfs/SetVolume.java b/src/com/platform/glusterfs/SetVolume.java index ade67ae5..6d3fb809 100644 --- a/src/com/platform/glusterfs/SetVolume.java +++ b/src/com/platform/glusterfs/SetVolume.java @@ -108,7 +108,7 @@ public class SetVolume { List volumeNames = volumeInfo.showAllVolumeName(); if (!volumeNames.contains(volumeName)) { log.error("3801 " + volumeName + " is not exists !"); -// return -1; + return -1; } List mountPoints = volumeInfo.getVolumeMountPoint(volumeName);