harikrishna-patnala commented on PR #7793: URL: https://github.com/apache/cloudstack/pull/7793#issuecomment-1663219639
> > The 'extraconfig' parameter was introduced by this feature: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Enable+additional+configuration+metadata+to+virtual+machines. It lacks UI support, so was only possible to set it in the API. I think that it can be a good partial solution as the way the extra config is stored on the vm_details table is using either named keys such as: extraconfig-NAME1, extraconfig-NAME2 or numerical: extraconfig-1, extraconfig-2. So the updateVirtualMachine API may allow editing the first time but not the second time as the details will be split into multiple details with the extraconfig prefix (all this needs to be tested, I had tested it long ago :) ) > > thanks @nvazquez for the info > > it looks we need to investigate more on #6937 . sorry @DaanHoogland , I thought it is a simple bug fix @weizhouapache this PR can still be merged as this is fixing the other issue https://github.com/apache/cloudstack/issues/7700 to allow custom keys, also this PR handles the errors that are coming in the debugger console. We can handle #6937 separately. -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org