Skip to content

Commit a83ae8b

Browse files
author
gitlab
committed
Merge branch 'fix-ZSTAC-80468@@2' into '5.5.12'
<fix>[migration]: fix failed to start vm after ceph to ceph offline migration. See merge request zstackio/zstack!8933
2 parents 4d3faa3 + 3547791 commit a83ae8b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

compute/src/main/java/org/zstack/compute/vm/VmInstanceBase.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -929,6 +929,7 @@ private void getStartingCandidateHosts(final NeedReplyMessage msg, final ReturnV
929929
amsg.setL3NetworkUuids(VmNicHelper.getL3Uuids(VmNicInventory.valueOf(self.getVmNics())));
930930
amsg.setDryRun(true);
931931
amsg.setListAllHosts(true);
932+
amsg.setAllowNoL3Networks(true);
932933

933934
bus.send(amsg, new CloudBusCallBack(completion) {
934935
@Override

0 commit comments

Comments
 (0)