borisstoyanov commented on code in PR #131:
URL:
https://github.com/apache/cloudstack-cloudmonkey/pull/131#discussion_r1169629790
##
cmk.go:
##
@@ -70,6 +82,10 @@ func main() {
}
if *profile != "" {
+ if !existsProfileCache(*profile, cfg) {
+
borisstoyanov commented on PR #131:
URL:
https://github.com/apache/cloudstack-cloudmonkey/pull/131#issuecomment-1512612168
Agree with your suggestion @rohityadavcloud
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
harikrishna-patnala opened a new pull request, #312:
URL: https://github.com/apache/cloudstack-documentation/pull/312
Here I've added details to explain different stickiness methods and options
provided to configure.
--
This is an automated message from the Apache Git Service.
To respond
harikrishna-patnala commented on PR #312:
URL:
https://github.com/apache/cloudstack-documentation/pull/312#issuecomment-1512871217
@blueorangutan docbuild
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
blueorangutan commented on PR #312:
URL:
https://github.com/apache/cloudstack-documentation/pull/312#issuecomment-1512872849
@harikrishna-patnala a Jenkins job has been kicked to build the document.
I'll keep you posted as I make progress.
--
This is an automated message from the Apache
blueorangutan commented on PR #312:
URL:
https://github.com/apache/cloudstack-documentation/pull/312#issuecomment-1512874364
QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/312.
(QA-JID 72)
--
This is an automated message from the Apache Git Service.
To respond to
harikrishna-patnala commented on PR #312:
URL:
https://github.com/apache/cloudstack-documentation/pull/312#issuecomment-1512882289
Here it is
https://qa.cloudstack.cloud/builds/docs-build/pr/312/adminguide/networking_and_traffic.html#sticky-session-policies-for-load-balancer-rules
--
Thi
kgranroth-tm commented on issue #115:
URL:
https://github.com/apache/cloudstack-cloudmonkey/issues/115#issuecomment-1513774062
Hi @nvazquez. Thanks for the attempted fix. Unfortunately, this does not
address the root of the bug and instead just impacts one of the workarounds.
The bug remai
kgranroth-tm commented on issue #115:
URL:
https://github.com/apache/cloudstack-cloudmonkey/issues/115#issuecomment-1513792981
An incredibly quick glance at the code suggests that the core problem is
that `LoadCache` is only ever called while reading the config and never when
setting the p