vishesh92 commented on code in PR #383: URL: https://github.com/apache/cloudstack-documentation/pull/383#discussion_r1634988601
########## source/adminguide/templates/_cloud_init.rst: ########## @@ -62,6 +62,11 @@ These features can be implemented in `“Linux Template creation process” <_cr datasource: CloudStack: {} None: {} + + .. note:: + For the vm instances running on VMware or XenServer/XCP-ng hypervisors, if there are multiple cloud-init data sources, it is a known issue that ds-identify is not able to detect if "CloudStack" DataSource is enabled. To fix the problem, please run the following command to enable cloud-init without any aid from ds-identify. + + echo "policy: enabled" > /etc/cloud/ds-identify.cfg Review Comment: ```suggestion .. code:: bash echo "policy: enabled" > /etc/cloud/ds-identify.cfg ``` -- 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: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org