Github user bvbharatk commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/930#discussion_r42088163
--- Diff: systemvm/patches/debian/config/etc/init.d/cloud-early-config ---
@@ -128,7 +128,14 @@ get_boot_params() {
echo $pubkey > /root/.ssh/authorized_keys
fi
done < /dev/vport0p1
- done
+ # In case of reboot we do not send the boot args again.
+ # so need not wait for them, as the boot args are already set
at startup
+ if [ -s /var/cache/cloud/cmdline ]
--- End diff --
remi will fix this and update in a while.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---