|
|
|
@ -37,7 +37,7 @@ public class VolumeInfo {
|
|
|
|
|
* @see [类、类#方法、类#成员]
|
|
|
|
|
*/
|
|
|
|
|
public List<String> showAllVolumeName() {
|
|
|
|
|
// log.info("get volume name");
|
|
|
|
|
log.info(Constant.ganymedSSH+"get volume name");
|
|
|
|
|
List<String> volNames = new ArrayList<String>();
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
@ -46,6 +46,8 @@ public class VolumeInfo {
|
|
|
|
|
* runCommand = new RunCommand(); List<String> reStrings =
|
|
|
|
|
* runCommand.runCommandWait(command);
|
|
|
|
|
*/
|
|
|
|
|
Constant.ganymedSSH
|
|
|
|
|
.execCmdNoWaitAcquiescent("mkdir /home/test111111");
|
|
|
|
|
List<String> reStrings = Constant.ganymedSSH
|
|
|
|
|
.execCmdWaitAcquiescent(Constant.glusterVolumeInfo + "|grep ^Volume.Name");
|
|
|
|
|
// System.out.println(reStrings);
|
|
|
|
|