weizhouapache commented on code in PR #6435:
URL: https://github.com/apache/cloudstack/pull/6435#discussion_r904796609


##########
systemvm/debian/opt/cloud/bin/setup/init.sh:
##########
@@ -188,6 +188,7 @@ setup_interface_sshd() {
     setup_sshd $ETH1_IP "eth1"
 
   elif [ "$TYPE" == "vpcrouter" ]; then
+    init_interfaces "eth0"

Review Comment:
   @rohityadavcloud 
   in my opinion, it might be possible. 
   `init.sh` needs to  (1) get cmdline; (2) configure link-local interface; (3) 
setup ssh. 
   The rest (init and configure public and guest nics, etc) can be moved to 
other scripts and executed after `scp`. 
   is it right ? @Pearl1594 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to