[GitHub] [cloudstack-cloudmonkey] borisstoyanov commented on a diff in pull request #131: Fix #115: cmk ignores the CLI profile arg when loading the cache file

2023-04-18 Thread via GitHub
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) { +

[GitHub] [cloudstack-cloudmonkey] borisstoyanov commented on pull request #131: Fix #115: cmk ignores the CLI profile arg when loading the cache file

2023-04-18 Thread via GitHub
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

[GitHub] [cloudstack-documentation] harikrishna-patnala opened a new pull request, #312: Added details to the stickiness policy under load balancing

2023-04-18 Thread via GitHub
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

[GitHub] [cloudstack-documentation] harikrishna-patnala commented on pull request #312: Added details to the stickiness policy under load balancing

2023-04-18 Thread via GitHub
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

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #312: Added details to the stickiness policy under load balancing

2023-04-18 Thread via GitHub
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

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #312: Added details to the stickiness policy under load balancing

2023-04-18 Thread via GitHub
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

[GitHub] [cloudstack-documentation] harikrishna-patnala commented on pull request #312: Added details to the stickiness policy under load balancing

2023-04-18 Thread via GitHub
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

[GitHub] [cloudstack-cloudmonkey] kgranroth-tm commented on issue #115: cmk ignores the CLI profile arg when loading the cache file

2023-04-18 Thread via GitHub
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

[GitHub] [cloudstack-cloudmonkey] kgranroth-tm commented on issue #115: cmk ignores the CLI profile arg when loading the cache file

2023-04-18 Thread via GitHub
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