mirror of https://github.com/apache/cloudstack.git
kvm: Fixed HA migrated storage error (#4079)
Fixes #4045
(cherry picked from commit fef4458830)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
0503901d82
commit
8eae6d4c93
|
|
@ -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