@ -84,9 +84,11 @@ public class ThreadVolume extends Thread {
List<String> path = volumeInfo
.getVolumeMountPoint(volumeName);
// 默认加载第一个路径
for (String one : path) {
if (!one.contains("df")) {
volume.setPath(one);
if (null != path) {
}
if (null == volume.getPath()) {