Skip to content

Commit c902c85

Browse files
author
kaicai.hu
committed
[BugFix: ZSTACK-25936]
1 parent f9282ad commit c902c85

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
@@ -5782,6 +5782,7 @@ public String call(VmNicInventory arg) {
57825782
selectBootOrder(spec);
57835783
spec.setConsolePassword(VmSystemTags.CONSOLE_PASSWORD.
57845784
getTokenByResourceUuid(self.getUuid(), VmSystemTags.CONSOLE_PASSWORD_TOKEN));
5785+
spec.setVDIMonitorNumber(VmSystemTags.VDI_MONITOR_NUMBER.getTokenByResourceUuid(self.getUuid(), VmSystemTags.VDI_MONITOR_NUMBER_TOKEN));
57855786
return spec;
57865787
}
57875788

0 commit comments

Comments
 (0)