mirror of https://github.com/apache/cloudstack.git
Merge remote-tracking branch 'origin/4.14'
This commit is contained in:
commit
c3e3f0f0b3
|
|
@ -41,7 +41,7 @@ public final class CheckVMActivityOnStoragePoolCommand extends Command {
|
|||
this.suspectTimeSeconds = suspectTime.getMillis()/1000L;
|
||||
final StringBuilder stringBuilder = new StringBuilder();
|
||||
for (final Volume v : volumeList) {
|
||||
stringBuilder.append(v.getUuid()).append(",");
|
||||
stringBuilder.append(v.getPath()).append(",");
|
||||
}
|
||||
|
||||
this.volumeList = stringBuilder.deleteCharAt(stringBuilder.length() - 1).toString();
|
||||
|
|
|
|||
Loading…
Reference in New Issue