[GitHub] [cloudstack] blueorangutan commented on pull request #7444: engine-orchestration,vmware: hypervisor migration during start vm migration

2023-05-10 Thread via GitHub


blueorangutan commented on PR #7444:
URL: https://github.com/apache/cloudstack/pull/7444#issuecomment-154903

   Trillian test result (tid-6527)
   Environment: vmware-67u3 (x2), Advanced Networking with Mgmt server r8
   Total time taken: 52385 seconds
   Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr7444-t6527-vmware-67u3.zip
   Smoke tests completed. 99 look OK, 9 have errors, 0 did not run
   Only failed and skipped tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   ContextSuite context=TestInternalLb>:setup | `Error` | 0.00 | 
test_internal_lb.py
   test_01_isolate_network_FW_PF_default_routes_egress_true | `Error` | 0.18 | 
test_routers_network_ops.py
   test_02_isolate_network_FW_PF_default_routes_egress_false | `Error` | 0.18 | 
test_routers_network_ops.py
   ContextSuite context=TestRedundantIsolateNetworks>:setup | `Error` | 1.35 | 
test_routers_network_ops.py
   ContextSuite context=TestLoadBalance>:setup | `Error` | 0.00 | 
test_loadbalance.py
   ContextSuite context=TestServiceOfferings>:setup | `Error` | 2.78 | 
test_service_offerings.py
   test_01_import_storage_policies | `Error` | 8.94 | test_storage_policy.py
   ContextSuite context=TestVolumes>:setup | `Error` | 687.71 | test_volumes.py
   test_01_verify_ipv6_vpc | `Error` | 66.98 | test_vpc_ipv6.py
   test_02_redundant_VPC_default_routes | `Failure` | 144.98 | 
test_vpc_redundant.py
   test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | 
`Failure` | 141.83 | test_vpc_redundant.py
   test_04_rvpc_network_garbage_collector_nics | `Failure` | 140.96 | 
test_vpc_redundant.py
   test_05_rvpc_multi_tiers | `Failure` | 140.07 | test_vpc_redundant.py
   test_05_rvpc_multi_tiers | `Error` | 140.07 | test_vpc_redundant.py
   test_01_redundant_vpc_site2site_vpn | `Failure` | 266.70 | test_vpc_vpn.py
   test_01_vpc_site2site_vpn_multiple_options | `Failure` | 125.08 | 
test_vpc_vpn.py
   test_01_vpc_remote_access_vpn | `Failure` | 63.03 | test_vpc_vpn.py
   test_01_vpc_site2site_vpn | `Failure` | 124.00 | test_vpc_vpn.py
   


-- 
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



[cloudstack-www] branch docusaurus-staging updated (2fabd28a -> a08f73b7)

2023-05-10 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch docusaurus-staging
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


from 2fabd28a header image fix
 add a08f73b7 tweak tagline

No new revisions were added by this update.

Summary of changes:
 src/pages/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[cloudstack-www] branch docusaurus-staging updated (cb4944ff -> 2fabd28a)

2023-05-10 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch docusaurus-staging
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


from cb4944ff homepage optimisations
 add 2fabd28a header image fix

No new revisions were added by this update.

Summary of changes:
 static/img/header.png | Bin 149463 -> 149093 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)



[cloudstack-www] branch docusaurus-staging updated (dcc33f2e -> cb4944ff)

2023-05-10 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch docusaurus-staging
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


from dcc33f2e address nicolas's comments
 add cb4944ff homepage optimisations

No new revisions were added by this update.

Summary of changes:
 docusaurus.config.js   |   2 +-
 src/pages/index.module.css |   4 ++--
 src/pages/index.tsx|  23 ++-
 static/img/header.jpg  | Bin 30105 -> 0 bytes
 static/img/header.png  | Bin 0 -> 149463 bytes
 static/img/navlogo.png | Bin 0 -> 28625 bytes
 6 files changed, 13 insertions(+), 16 deletions(-)
 delete mode 100644 static/img/header.jpg
 create mode 100644 static/img/header.png
 create mode 100644 static/img/navlogo.png



[GitHub] [cloudstack] mlsorensen commented on pull request #7506: increase log detail for limit checking, fix getDomainReservation()

2023-05-10 Thread via GitHub


mlsorensen commented on PR #7506:
URL: https://github.com/apache/cloudstack/pull/7506#issuecomment-1542655611

   Tested this manually.
   
   To confirm bug, I set up current version, created 10 domains, set their VM 
limit to 1.  Then ran a script to create 1 VM in each of these domains in 
parallel. Only one succeeded, the rest claimed we had hit our domain limits. 
This confirmed that the resource limit accounting for domains is considering 
all active in-flight VM resources, not just domain scoped (per the issue 
described in `getDomainReservation`).
   
   
   ```
   % ./cbench -benchmark vmcreate -workers 10 -jobs 1
   Starting 10 workers to create 10 total VMs
   Starting worker 9 to create 1 VMs
   Starting worker 5 to create 1 VMs
   Starting worker 8 to create 1 VMs
   Starting worker 7 to create 1 VMs
   Starting worker 0 to create 1 VMs
   Starting worker 4 to create 1 VMs
   Starting worker 6 to create 1 VMs
   Starting worker 2 to create 1 VMs
   Starting worker 1 to create 1 VMs
   Starting worker 3 to create 1 VMs
   Error while deploying VM with worker 2: CloudStack API error 535 
(CSExceptionErrorCode: ): Maximum domain resource limits of Type 'user_vm' 
for Domain Id = 4 is exceeded: Domain Resource Limit = (1 bytes) 1, Current 
Domain Resource Amount = (0 bytes) 0, Requested Resource Amount = (1 bytes) 1., 

   Error while deploying VM with worker 5: CloudStack API error 535 
(CSExceptionErrorCode: ): Maximum domain resource limits of Type 'user_vm' 
for Domain Id = 7 is exceeded: Domain Resource Limit = (1 bytes) 1, Current 
Domain Resource Amount = (0 bytes) 0, Requested Resource Amount = (1 bytes) 1., 

   Error while deploying VM with worker 6: CloudStack API error 535 
(CSExceptionErrorCode: ): Maximum domain resource limits of Type 'user_vm' 
for Domain Id = 8 is exceeded: Domain Resource Limit = (1 bytes) 1, Current 
Domain Resource Amount = (0 bytes) 0, Requested Resource Amount = (1 bytes) 1., 

   Error while deploying VM with worker 7: CloudStack API error 535 
(CSExceptionErrorCode: ): Maximum domain resource limits of Type 'user_vm' 
for Domain Id = 9 is exceeded: Domain Resource Limit = (1 bytes) 1, Current 
Domain Resource Amount = (0 bytes) 0, Requested Resource Amount = (1 bytes) 1., 

   Error while deploying VM with worker 4: CloudStack API error 535 
(CSExceptionErrorCode: ): Maximum domain resource limits of Type 'user_vm' 
for Domain Id = 6 is exceeded: Domain Resource Limit = (1 bytes) 1, Current 
Domain Resource Amount = (0 bytes) 0, Requested Resource Amount = (1 bytes) 1., 

   Error while deploying VM with worker 0: CloudStack API error 535 
(CSExceptionErrorCode: ): Maximum domain resource limits of Type 'user_vm' 
for Domain Id = 2 is exceeded: Domain Resource Limit = (1 bytes) 1, Current 
Domain Resource Amount = (0 bytes) 0, Requested Resource Amount = (1 bytes) 1., 

   Error while deploying VM with worker 9: CloudStack API error 535 
(CSExceptionErrorCode: ): Maximum domain resource limits of Type 'user_vm' 
for Domain Id = 11 is exceeded: Domain Resource Limit = (1 bytes) 1, Current 
Domain Resource Amount = (0 bytes) 0, Requested Resource Amount = (1 bytes) 1., 

   Error while deploying VM with worker 3: CloudStack API error 535 
(CSExceptionErrorCode: ): Maximum domain resource limits of Type 'user_vm' 
for Domain Id = 5 is exceeded: Domain Resource Limit = (1 bytes) 1, Current 
Domain Resource Amount = (0 bytes) 0, Requested Resource Amount = (1 bytes) 1., 

   Error while deploying VM with worker 1: CloudStack API error 535 
(CSExceptionErrorCode: ): Maximum domain resource limits of Type 'user_vm' 
for Domain Id = 3 is exceeded: Domain Resource Limit = (1 bytes) 1, Current 
Domain Resource Amount = (0 bytes) 0, Requested Resource Amount = (1 bytes) 1., 

   Worker 8 created 1 VMs in 16.576664292s
   Total time elapsed: 16.577598917s
   ```
   
   Then applied patched version and re-ran the same test. All domains were able 
to create their 1 VM.
   
   ```
   % ./cbench -benchmark vmcreate -workers 10 -jobs 1
   Starting 10 workers to create 10 total VMs
   Starting worker 9 to create 1 VMs
   Starting worker 0 to create 1 VMs
   Starting worker 5 to create 1 VMs
   Starting worker 1 to create 1 VMs
   Starting worker 2 to create 1 VMs
   Starting worker 7 to create 1 VMs
   Starting worker 6 to create 1 VMs
   Starting worker 3 to create 1 VMs
   Starting worker 4 to create 1 VMs
   Starting worker 8 to create 1 VMs
   Worker 0 created 1 VMs in 23.058241333s
   Worker 1 created 1 VMs in 23.0738885s
   Worker 6 created 1 VMs in 23.120527416s
   Worker 4 created 1 VMs in 23.133709958s
   Worker 8 created 1 VMs in 23.234045041s
   Worker 2 created 1 VMs in 23.359964625s
   Worker 3 created 1 VMs in 23.385948792s
   Worker 5 created 1 VMs in 23.472282208s
   Worker 9 created 1 VMs in 23.497680333s
   Worker 7 created 1 VMs in 30.463185125s
   Total time elapsed: 30.464112541s
   ```


-- 
This is an automated 

[GitHub] [cloudstack] blueorangutan commented on pull request #7506: increase log detail for limit checking, fix getDomainReservation()

2023-05-10 Thread via GitHub


blueorangutan commented on PR #7506:
URL: https://github.com/apache/cloudstack/pull/7506#issuecomment-1542624920

   Packaging result: :heavy_check_mark: el7 :heavy_check_mark: el8 
:heavy_check_mark: el9 :heavy_check_mark: debian :heavy_check_mark: suse15. 
SL-JID 6056


-- 
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



[GitHub] [cloudstack-www]: Workflow run "Pages" is working again!

2023-05-10 Thread GitBox


The GitHub Actions job "Pages" on cloudstack-www.git has succeeded.
Run started by GitHub user rohityadavcloud (triggered by rohityadavcloud).

Head commit for run:
dcc33f2eccedb00ff90bbb53a61f425d4da10759 / Rohit Yadav 

address nicolas's comments

Signed-off-by: Rohit Yadav 

Report URL: https://github.com/apache/cloudstack-www/actions/runs/4939686683

With regards,
GitHub Actions via GitBox



[GitHub] [cloudstack] blueorangutan commented on pull request #7506: increase log detail for limit checking, fix getDomainReservation()

2023-05-10 Thread via GitHub


blueorangutan commented on PR #7506:
URL: https://github.com/apache/cloudstack/pull/7506#issuecomment-1542563835

   @rohityadavcloud a Jenkins job has been kicked to build packages. It will be 
bundled with  KVM, XenServer and VMware SystemVM templates. I'll keep you 
posted as I make progress.


-- 
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



[GitHub] [cloudstack] rohityadavcloud commented on pull request #7506: increase log detail for limit checking, fix getDomainReservation()

2023-05-10 Thread via GitHub


rohityadavcloud commented on PR #7506:
URL: https://github.com/apache/cloudstack/pull/7506#issuecomment-1542562901

   @blueorangutan package


-- 
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



[cloudstack-www] branch docusaurus-staging updated (2859b258 -> dcc33f2e)

2023-05-10 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch docusaurus-staging
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


from 2859b258 truncate on posts to limit content shows up on blogroll with 
a read more option/button
 add dcc33f2e address nicolas's comments

No new revisions were added by this update.

Summary of changes:
 ...2022-11-30-cloudstack-collaboration-conference-2022-roundup.md | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)



[GitHub] [cloudstack-www]: Workflow run "Pages" failed!

2023-05-10 Thread GitBox


The GitHub Actions job "Pages" on cloudstack-www.git has failed.
Run started by GitHub user rohityadavcloud (triggered by rohityadavcloud).

Head commit for run:
2859b2581d6cfc621b318f8bf30e97e4ed51a83e / Rohit Yadav 

truncate on posts to limit content shows up on blogroll with a read more 
option/button

Signed-off-by: Rohit Yadav 

Report URL: https://github.com/apache/cloudstack-www/actions/runs/4939642798

With regards,
GitHub Actions via GitBox



[cloudstack-www] branch docusaurus-staging updated (72dca585 -> 2859b258)

2023-05-10 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch docusaurus-staging
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


from 72dca585 fix opening guide para
 add 2859b258 truncate on posts to limit content shows up on blogroll with 
a read more option/button

No new revisions were added by this update.

Summary of changes:
 blog/2016-02-05-two_late_announced_security_advisories.md |  3 +++
 .../2016-04-13-apache_cloudstack_collab_conference_for.md |  2 ++
 ...dstack_registeruserkeys_authorization_vulnerability.md |  2 ++
 ...-13-dnsmasq-vulnerabilities-advisory-for-cloudstack.md |  2 ++
 ...-07-03-announcing-apache-cloudstack-lts-maintenance.md |  2 ++
 ...11-26-announcing-apache-cloudstack-lts-maintenance1.md |  2 ++
 blog/2019-03-19-what-s-coming-in-cloudmonkey.md   | 15 +++
 blog/2019-04-09-announcing-apache-cloudstack-4-12.md  |  5 -
 ...07-13-announcing-apache-cloudstack-lts-maintenance2.md |  2 ++
 ...2019-09-24-the-apache-software-foundation-announces.md |  4 +++-
 ...05-11-announcing-apache-cloudstack-lts-maintenance3.md |  2 ++
 ...020-05-26-the-apache-software-foundation-announces1.md |  4 +++-
 ...021-01-19-the-apache-software-foundation-announces2.md |  4 +++-
 ...021-03-03-apache-cloudstack-lts-maintenance-release.md |  2 ++
 blog/2021-04-21-meet-the-community-gabriel-brascher.md|  4 +++-
 ...21-07-08-apache-cloudstack-lts-maintenance-release1.md |  2 ++
 blog/2021-08-26-cloudstack-kubernetes-provider-v1-0.md|  2 ++
 ...21-09-20-apache-cloudstack-lts-maintenance-release2.md |  2 ++
 blog/2021-10-05-apache-cloudstack-cloudmonkey-v6-2.md |  2 ++
 ...6-cloudstack-collaboration-conference-2021-november.md |  2 ++
 ...021-11-15-the-apache-software-foundation-announces3.md |  2 ++
 blog/2021-11-16-what-s-new-in-apache.md   |  2 ++
 blog/2021-12-07-case-study-ikoula-xcpng-cloudstack.md |  2 ++
 blog/2021-12-13-log4jshell.md |  2 ++
 blog/2022-01-06-meet-the-community-pearl-dsilva.md|  2 ++
 blog/2022-01-13-meet-the-community-david-jumani.md|  5 +++--
 .../2022-02-07-apache-cloudstack-terraform-provider-v0.md |  3 +++
 blog/2022-02-07-cloud-iaas-predictions-for-2022.md|  3 +++
 ...22-03-07-apache-cloudstack-lts-maintenance-release3.md |  2 ++
 blog/2022-03-08-meet-the-community-slavka-peleva.md   |  4 +++-
 .../2022-03-16-cloudstack-advisory-on-insecure-project.md |  3 +++
 blog/2022-03-21-meet-the-community-nicolas-vazquez.md |  3 +++
 blog/2022-03-30-cloudstack-european-user-group-virtual.md |  3 +++
 ...22-03-30-cloudstack-integrations-linbit-open-source.md |  3 +++
 .../2022-04-14-cloudstack-advisory-on-spring4shell-cve.md |  2 ++
 blog/2022-05-09-meet-the-community-simon-weller.md|  3 +++
 ...6-cloudstack-collaboration-conference-2022-november.md |  3 +++
 blog/2022-06-07-apache-cloudstack-4-17-release.md | 15 +--
 blog/2022-06-07-what-s-new-in-apache1.md  |  2 ++
 blog/2022-06-17-advisory-apache-cloudstack-advisory-on.md |  5 ++---
 blog/2022-06-20-meet-the-community-k-b.md |  3 +++
 blog/2022-07-18-cve-2022-35741.md |  2 ++
 blog/2022-09-27-apache-cloudstack-lts-release-41710.md|  2 ++
 ...-cloudstack-collaboration-conference-2022-november1.md |  2 ++
 ...2022-11-06-cloudstack-integrations-storpool-storage.md |  3 +++
 ...30-cloudstack-collaboration-conference-2022-roundup.md |  2 ++
 blog/2022-12-05-apache-cloudstack-use-cases-benefits.md   |  3 +++
 blog/2022-12-16-apache-cloudstack-lts-release-41720.md|  2 ++
 blog/2022-12-30-year-in-review-2022.md|  3 ++-
 blog/2023-01-12-apache-cloudstack-at-cloudfest.md |  2 ++
 blog/2023-01-13-cloudstack-european-user-group-may.md |  2 ++
 blog/2023-01-23-apache-cloudstack-and-tungsten-fabric.md  |  2 ++
 blog/2023-02-10-meet-apache-cloudstack-at-kubecon.md  |  2 ++
 blog/2023-03-08-future-proof-open-source-platform.md  |  2 ++
 blog/2023-03-10-becoming-a-profitable.md  |  2 ++
 blog/2023-03-20-apache-cloudstack-4-18.md |  2 ++
 56 files changed, 148 insertions(+), 22 deletions(-)



[GitHub] [cloudstack] weizhouapache commented on issue #7514: Internal communication failure - Redundant VR 4.16

2023-05-10 Thread via GitHub


weizhouapache commented on issue #7514:
URL: https://github.com/apache/cloudstack/issues/7514#issuecomment-1542551197

   @clevervinicius 
   thanks for the details.
   
   can you share the result of `iptables-save` commad in the VPC VRs ?
   (1) VPC with redundant VRs
   (1) VPC with single VR


-- 
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



[GitHub] [cloudstack] shwstppr commented on issue #7504: Kubernetes scale up on 4.17.2.0

2023-05-10 Thread via GitHub


shwstppr commented on issue #7504:
URL: https://github.com/apache/cloudstack/issues/7504#issuecomment-1542544426

   @tuanhoangth1603 it seems your last 3 nodes never joined the k8s cluster due 
to error. In this case, I need to check but the only way to restore would be 
removing the extra node VMs alongwith the firewall and portforwarding rules. 
I'll check the code and may give you steps to proceed  tomorrow.


-- 
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



[cloudstack-www] branch docusaurus-staging updated (4dab7af1 -> 72dca585)

2023-05-10 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch docusaurus-staging
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


from 4dab7af1 fix
 add 72dca585 fix opening guide para

No new revisions were added by this update.

Summary of changes:
 docs/index.md | 13 +
 1 file changed, 9 insertions(+), 4 deletions(-)



[cloudstack-www] branch docusaurus-staging updated (4dfa87a4 -> 4dab7af1)

2023-05-10 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch docusaurus-staging
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


from 4dfa87a4 update contributing
 add 4dab7af1 fix

No new revisions were added by this update.

Summary of changes:
 docs/index.md|   8 +++-
 docs/nandcmk.gif | Bin 371035 -> 0 bytes
 2 files changed, 7 insertions(+), 1 deletion(-)
 delete mode 100644 docs/nandcmk.gif



[cloudstack-www] branch docusaurus-staging updated (7ede2cbf -> 4dfa87a4)

2023-05-10 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch docusaurus-staging
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


from 7ede2cbf remove test blog
 add 4dfa87a4 update contributing

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTING.md | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)



[cloudstack-www] branch docusaurus-staging updated (c2a18bed -> 7ede2cbf)

2023-05-10 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch docusaurus-staging
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


from c2a18bed Add new blog post (#116)
 add 9356b8dd remove unnecessary files
 add 46150a3b finish visual guide
 add 7ede2cbf remove test blog

No new revisions were added by this update.

Summary of changes:
 blog/2023-05-10-test-blog/header.jpg| Bin 150647 -> 0 bytes
 blog/2023-05-10-test-blog/index.md  |  15 --
 community/contributing.md   |  71 ---
 community/index.md  |  87 -
 docs/assets/cluster.png | Bin 38068 -> 0 bytes
 docs/assets/grafana-exporter.jpeg   | Bin 270291 -> 0 bytes
 docs/backup.md  |  15 --
 docs/blog-dir.png   | Bin 0 -> 343792 bytes
 docs/cluster.md | 112 ---
 docs/getting-started.md |  74 ---
 docs/github-bot.png | Bin 0 -> 65673 bytes
 docs/github-commit-blog.png | Bin 0 -> 270827 bytes
 src/pages/website-guide.md => docs/index.md |  99 +++---
 docs/info-sections.md   | 293 
 docs/kvrocks-exporter.md|  15 --
 docs/namespace.md   |  72 ---
 docs/nandcmk.gif| Bin 0 -> 371035 bytes
 docs/new-blog-dir.png   | Bin 0 -> 656251 bytes
 docs/new-branch.png | Bin 0 -> 181289 bytes
 docs/new-doc.md |   5 -
 docs/new-pr.png | Bin 0 -> 171412 bytes
 docs/open-pr.png| Bin 0 -> 231282 bytes
 docs/pr-merged.png  | Bin 0 -> 326924 bytes
 docs/replication.md |  41 
 docs/supported-commands.md  | 280 --
 docs/test-blog.png  | Bin 0 -> 452297 bytes
 docusaurus.config.js|   9 +-
 sidebars.js |  35 
 sidebarsCommunity.js|  43 
 29 files changed, 72 insertions(+), 1194 deletions(-)
 delete mode 100644 blog/2023-05-10-test-blog/header.jpg
 delete mode 100644 blog/2023-05-10-test-blog/index.md
 delete mode 100644 community/contributing.md
 delete mode 100644 community/index.md
 delete mode 100644 docs/assets/cluster.png
 delete mode 100644 docs/assets/grafana-exporter.jpeg
 delete mode 100644 docs/backup.md
 create mode 100644 docs/blog-dir.png
 delete mode 100644 docs/cluster.md
 delete mode 100644 docs/getting-started.md
 create mode 100644 docs/github-bot.png
 create mode 100644 docs/github-commit-blog.png
 rename src/pages/website-guide.md => docs/index.md (66%)
 delete mode 100644 docs/info-sections.md
 delete mode 100644 docs/kvrocks-exporter.md
 delete mode 100644 docs/namespace.md
 create mode 100644 docs/nandcmk.gif
 create mode 100644 docs/new-blog-dir.png
 create mode 100644 docs/new-branch.png
 delete mode 100644 docs/new-doc.md
 create mode 100644 docs/new-pr.png
 create mode 100644 docs/open-pr.png
 create mode 100644 docs/pr-merged.png
 delete mode 100644 docs/replication.md
 delete mode 100644 docs/supported-commands.md
 create mode 100644 docs/test-blog.png
 delete mode 100644 sidebars.js
 delete mode 100644 sidebarsCommunity.js



[GitHub] [cloudstack] clevervinicius commented on issue #7514: Internal communication failure - Redundant VR 4.16

2023-05-10 Thread via GitHub


clevervinicius commented on issue #7514:
URL: https://github.com/apache/cloudstack/issues/7514#issuecomment-1542433197

   #what about other vms in the same VPC ?
   The other VM in the same VPC keeps connecting.
   
   what's the redundant state of the VPC VRs ?
   Primary - Running - Backup - Running
   
   My issue scenario: (example ips)
   
   Redundant Router (10.1.0.1) 
   VM1 (10.1.0.20) internal (33.33.33.33) public - Static NAT
   VM2 (database (10.1.0.21)
   
   On normal state:
   The VM1 connect to internal API on VM1 per public IP - VM1 IP Internal > 
Router > VM1 IP public > Router > VM1 IP internal > Connect OK
   
   On problem state:
   The VM1 try connect to internal API on VM1 per public IP - VM1 IP Internal > 
Router > VM1 IP public X(?) >  Router X(?) VM1 IP internal > Not connected
   
   There is an application inside the VM itself that needs to connect with 
itself, but when the router has a problem, it interrupts the communication. 
External communication is still normal, I can connect directly to this 
application from a connection outside the VPC.
   
   Another explanation approach:
   
   An API inside VM1 connects to VM1 itself, but through public IP set in 
static NAT, and goes back to VM1 itself, in some moments this connection stops 
happening and that's exactly where my problem is.
   
   Monitoring the VM1 lan IP or even VM2 lan IP (database) there are no 
connection problems. The problem is only when my client's API accesses the VM 
itself through the public ip.
   
   The client accesses the public IP because he uses the domain of his website 
in his application to consume his own API.
   


-- 
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



[cloudstack-www] branch new-blog-post deleted (was 0e03d4e9)

2023-05-10 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch new-blog-post
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


 was 0e03d4e9 Add new blog post

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[cloudstack-www] branch docusaurus-staging updated (b49eb772 -> c2a18bed)

2023-05-10 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch docusaurus-staging
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


from b49eb772 visual guide wip
 add c2a18bed Add new blog post (#116)

No new revisions were added by this update.

Summary of changes:
 blog/2023-05-10-test-blog/header.jpg   | Bin 0 -> 150647 bytes
 blog/{.blog-template => 2023-05-10-test-blog}/index.md |   6 +++---
 2 files changed, 3 insertions(+), 3 deletions(-)
 create mode 100644 blog/2023-05-10-test-blog/header.jpg
 copy blog/{.blog-template => 2023-05-10-test-blog}/index.md (68%)



[cloudstack-www] branch new-blog-post updated: Add new blog post

2023-05-10 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch new-blog-post
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


The following commit(s) were added to refs/heads/new-blog-post by this push:
 new 0e03d4e9 Add new blog post
0e03d4e9 is described below

commit 0e03d4e9039fcbd450027d6d77fe1cda3875aa93
Author: Rohit Yadav 
AuthorDate: Wed May 10 20:46:36 2023 +0530

Add new blog post

Some description of this new blog post (optional)
---
 blog/2023-05-10-test-blog/header.jpg | Bin 0 -> 150647 bytes
 blog/2023-05-10-test-blog/index.md   |  15 +++
 2 files changed, 15 insertions(+)

diff --git a/blog/2023-05-10-test-blog/header.jpg 
b/blog/2023-05-10-test-blog/header.jpg
new file mode 100644
index ..c3d2c266
Binary files /dev/null and b/blog/2023-05-10-test-blog/header.jpg differ
diff --git a/blog/2023-05-10-test-blog/index.md 
b/blog/2023-05-10-test-blog/index.md
new file mode 100644
index ..2937de43
--- /dev/null
+++ b/blog/2023-05-10-test-blog/index.md
@@ -0,0 +1,15 @@
+---
+layout: post
+title: Test Blog
+tags: [news]
+authors: [ivet]
+slug: test-blog
+---
+
+![](header.jpg "Blog Header Image")
+
+Lorem Ipsum
+
+Add content here
+
+https://cloudstack.apache.org/; 
target="_blank">BUTTON



[cloudstack-www] branch new-blog-post created (now b49eb772)

2023-05-10 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch new-blog-post
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


  at b49eb772 visual guide wip

No new revisions were added by this update.



[cloudstack-www] branch new-blog-post deleted (was 1a11599b)

2023-05-10 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch new-blog-post
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


 was 1a11599b .asf.yaml: fix staging yaml config

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[cloudstack-www] branch new-blog-post created (now 1a11599b)

2023-05-10 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch new-blog-post
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


  at 1a11599b .asf.yaml: fix staging yaml config

No new revisions were added by this update.



[cloudstack-www] branch new-blog-post deleted (was 3749a533)

2023-05-10 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch new-blog-post
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


 was 3749a533 Add new blog post

This change permanently discards the following revisions:

 discard 3749a533 Add new blog post



[cloudstack-www] branch new-blog-post updated: Add new blog post

2023-05-10 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch new-blog-post
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


The following commit(s) were added to refs/heads/new-blog-post by this push:
 new 3749a533 Add new blog post
3749a533 is described below

commit 3749a533ebc70f1bb90c3d51c9e27c3829a3a13d
Author: Rohit Yadav 
AuthorDate: Wed May 10 20:39:59 2023 +0530

Add new blog post
---
 blog/2023-05-10-test-blog/header.jpg | Bin 0 -> 150647 bytes
 blog/2023-05-10-test-blog/index.md   |  15 +++
 2 files changed, 15 insertions(+)

diff --git a/blog/2023-05-10-test-blog/header.jpg 
b/blog/2023-05-10-test-blog/header.jpg
new file mode 100644
index ..c3d2c266
Binary files /dev/null and b/blog/2023-05-10-test-blog/header.jpg differ
diff --git a/blog/2023-05-10-test-blog/index.md 
b/blog/2023-05-10-test-blog/index.md
new file mode 100644
index ..4f6b701e
--- /dev/null
+++ b/blog/2023-05-10-test-blog/index.md
@@ -0,0 +1,15 @@
+---
+layout: post
+title: Test Blog
+tags: [news]
+authors: [ivet]
+slug: test-blog
+---
+
+![](header.png "Blog Header Image")
+
+Lorem Ipsum
+
+Add content here
+
+https://cloudstack.apache.org/; 
target="_blank">BUTTON



[cloudstack-www] branch new-blog-post created (now b49eb772)

2023-05-10 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch new-blog-post
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


  at b49eb772 visual guide wip

No new revisions were added by this update.



[GitHub] [cloudstack] weizhouapache commented on pull request #7479: cks: k8s cluster on vpc tier

2023-05-10 Thread via GitHub


weizhouapache commented on PR #7479:
URL: https://github.com/apache/cloudstack/pull/7479#issuecomment-1542346857

   great @shwstppr 
   
   can you add a smoke test for it ?


-- 
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



[GitHub] [cloudstack] blueorangutan commented on pull request #7479: cks: k8s cluster on vpc tier

2023-05-10 Thread via GitHub


blueorangutan commented on PR #7479:
URL: https://github.com/apache/cloudstack/pull/7479#issuecomment-1542344239

   Packaging result: :heavy_check_mark: el7 :heavy_check_mark: el8 
:heavy_check_mark: el9 :heavy_check_mark: debian :heavy_check_mark: suse15. 
SL-JID 6055


-- 
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



[GitHub] [cloudstack] tuanhoangth1603 commented on issue #7504: Kubernetes scale up on 4.17.2.0

2023-05-10 Thread via GitHub


tuanhoangth1603 commented on issue #7504:
URL: https://github.com/apache/cloudstack/issues/7504#issuecomment-1542320872

   @shwstppr 
   Here is output of listKubernetesClusters API and screenshots of the 
instances list, firewall rules, and portwarding rules.
   (I have changed some information for security reasons but it does not affect 
the information that you need.)
   **CFOX-Dev** is the alerting cluster which I want to fix the state.
   Thanks for your help !
   https://gist.github.com/tuanhoangth1603/dc4c6484e8dc8a83a020871108d0f1ec
   
![image](https://github.com/apache/cloudstack/assets/38004836/b72e06b3-602d-4422-97aa-0613a2b68ce7)
   
![image](https://github.com/apache/cloudstack/assets/38004836/bba81ca2-0178-4066-b083-1db06e7cc63b)
   
![image](https://github.com/apache/cloudstack/assets/38004836/7db2fdab-9059-421f-8a30-22ec45c6af33)
   
![image](https://github.com/apache/cloudstack/assets/38004836/3252f33e-a17f-41ba-ae52-fa1a03b4cfc4)
   
![image](https://github.com/apache/cloudstack/assets/38004836/bac11d63-5065-45bc-8f42-5a3264e31a92)
   


-- 
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



[GitHub] [cloudstack] kiranchavala commented on issue #7510: Unable to execute updateNetworkOffering api call when availability=Required is passed

2023-05-10 Thread via GitHub


kiranchavala commented on issue #7510:
URL: https://github.com/apache/cloudstack/issues/7510#issuecomment-1542288896

   @shwstppr I will create a PR to update the api documentation for this 
parameter 


-- 
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



[GitHub] [cloudstack] kiranchavala commented on issue #7510: Unable to execute updateNetworkOffering api call when availability=Required is passed

2023-05-10 Thread via GitHub


kiranchavala commented on issue #7510:
URL: https://github.com/apache/cloudstack/issues/7510#issuecomment-1542277975

   > @kiranchavala 
   > 
   > 
   > 
   > the "Required" network offering is the default network offering of new 
networks if networkofferingid is not passed.
   > 
   > only 1 network offering can be default, right ?
   
   @weizhouapache @shwstppr 
   Thanks, I was under the impression that availability parameter was being 
used to display network offerings for users other than admin when creating 
networks 


-- 
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



[GitHub] [cloudstack] blueorangutan commented on pull request #7444: engine-orchestration,vmware: hypervisor migration during start vm migration

2023-05-10 Thread via GitHub


blueorangutan commented on PR #7444:
URL: https://github.com/apache/cloudstack/pull/7444#issuecomment-1542265490

   @shwstppr a Trillian-Jenkins test job (rocky8 mgmt + vmware-67u3) has been 
kicked to run smoke tests


-- 
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



[GitHub] [cloudstack] shwstppr commented on pull request #7444: engine-orchestration,vmware: hypervisor migration during start vm migration

2023-05-10 Thread via GitHub


shwstppr commented on PR #7444:
URL: https://github.com/apache/cloudstack/pull/7444#issuecomment-1542263013

   @blueorangutan test rocky8 vmware-67u3


-- 
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



[GitHub] [cloudstack] blueorangutan commented on pull request #7479: cks: k8s cluster on vpc tier

2023-05-10 Thread via GitHub


blueorangutan commented on PR #7479:
URL: https://github.com/apache/cloudstack/pull/7479#issuecomment-1542259248

   @shwstppr a Jenkins job has been kicked to build packages. It will be 
bundled with  KVM, XenServer and VMware SystemVM templates. I'll keep you 
posted as I make progress.


-- 
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



[GitHub] [cloudstack] shwstppr commented on a diff in pull request #7479: cks: k8s cluster on vpc tier

2023-05-10 Thread via GitHub


shwstppr commented on code in PR #7479:
URL: https://github.com/apache/cloudstack/pull/7479#discussion_r1189947974


##
plugins/integrations/kubernetes-service/src/main/java/com/cloud/kubernetes/cluster/actionworkers/KubernetesClusterDestroyWorker.java:
##
@@ -258,6 +296,14 @@ public boolean destroy() throws CloudRuntimeException {
 updateKubernetesClusterEntryForGC();
 throw new CloudRuntimeException(msg, e);
 }
+try {
+releaseVpcTierPublicIpIfNeeded();
+} catch (InsufficientAddressCapacityException e) {

Review Comment:
   @Pearl1594 that is what NetworkService.releaseIpAddress throws



##
plugins/integrations/kubernetes-service/src/main/java/com/cloud/kubernetes/cluster/KubernetesClusterManagerImpl.java:
##
@@ -352,56 +352,57 @@ public VMTemplateVO 
getKubernetesServiceTemplate(DataCenter dataCenter, Hypervis
 return  template;
 }
 
-private boolean validateIsolatedNetwork(Network network, int 
clusterTotalNodeCount) {
-if (Network.GuestType.Isolated.equals(network.getGuestType())) {
-if (Network.State.Allocated.equals(network.getState())) { // 
Allocated networks won't have IP and rules
-return true;
+private void validateIsolatedNetwork(Network network, int 
clusterTotalNodeCount) {
+if (!Network.GuestType.Isolated.equals(network.getGuestType())) {
+return;
+}
+if (Network.State.Allocated.equals(network.getState())) { // Allocated 
networks won't have IP and rules
+return;
+}
+IpAddress sourceNatIp = getSourceNatIp(network);
+if (sourceNatIp == null) {
+throw new InvalidParameterValueException(String.format("Network 
ID: %s does not have a source NAT IP associated with it. To provision a 
Kubernetes Cluster, source NAT IP is required", network.getUuid()));
+}
+List rules = 
firewallRulesDao.listByIpAndPurposeAndNotRevoked(sourceNatIp.getId(), 
FirewallRule.Purpose.Firewall);
+for (FirewallRuleVO rule : rules) {
+Integer startPort = rule.getSourcePortStart();
+Integer endPort = rule.getSourcePortEnd();
+if (LOGGER.isDebugEnabled()) {
+LOGGER.debug("Network rule : " + startPort + " " + endPort);
 }
-IpAddress sourceNatIp = getSourceNatIp(network);
-if (sourceNatIp == null) {
-throw new 
InvalidParameterValueException(String.format("Network ID: %s does not have a 
source NAT IP associated with it. To provision a Kubernetes Cluster, source NAT 
IP is required", network.getUuid()));
+if (startPort <= KubernetesClusterActionWorker.CLUSTER_API_PORT && 
KubernetesClusterActionWorker.CLUSTER_API_PORT <= endPort) {
+throw new 
InvalidParameterValueException(String.format("Network ID: %s has conflicting 
firewall rules to provision Kubernetes cluster for API access", 
network.getUuid()));
 }
-List rules = 
firewallRulesDao.listByIpAndPurposeAndNotRevoked(sourceNatIp.getId(), 
FirewallRule.Purpose.Firewall);
-for (FirewallRuleVO rule : rules) {
-Integer startPort = rule.getSourcePortStart();
-Integer endPort = rule.getSourcePortEnd();
-if (LOGGER.isDebugEnabled()) {
-LOGGER.debug("Network rule : " + startPort + " " + 
endPort);
-}
-if (startPort <= 
KubernetesClusterActionWorker.CLUSTER_API_PORT && 
KubernetesClusterActionWorker.CLUSTER_API_PORT <= endPort) {
-throw new 
InvalidParameterValueException(String.format("Network ID: %s has conflicting 
firewall rules to provision Kubernetes cluster for API access", 
network.getUuid()));
-}
-if (startPort <= 
KubernetesClusterActionWorker.CLUSTER_NODES_DEFAULT_START_SSH_PORT && 
KubernetesClusterActionWorker.CLUSTER_NODES_DEFAULT_START_SSH_PORT + 
clusterTotalNodeCount <= endPort) {
-throw new 
InvalidParameterValueException(String.format("Network ID: %s has conflicting 
firewall rules to provision Kubernetes cluster for node VM SSH access", 
network.getUuid()));
-}
+if (startPort <= 
KubernetesClusterActionWorker.CLUSTER_NODES_DEFAULT_START_SSH_PORT && 
KubernetesClusterActionWorker.CLUSTER_NODES_DEFAULT_START_SSH_PORT + 
clusterTotalNodeCount <= endPort) {
+throw new 
InvalidParameterValueException(String.format("Network ID: %s has conflicting 
firewall rules to provision Kubernetes cluster for node VM SSH access", 
network.getUuid()));
 }
-rules = 
firewallRulesDao.listByIpAndPurposeAndNotRevoked(sourceNatIp.getId(), 
FirewallRule.Purpose.PortForwarding);
-for (FirewallRuleVO rule : rules) {
-Integer startPort = 

[GitHub] [cloudstack] shwstppr commented on pull request #7479: cks: k8s cluster on vpc tier

2023-05-10 Thread via GitHub


shwstppr commented on PR #7479:
URL: https://github.com/apache/cloudstack/pull/7479#issuecomment-1542261403

   @weizhouapache @Pearl1594 update: cluster deployment is working fine now in 
my tests. Will do some more tests and will add some unit tests before marking 
this ready for review


-- 
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



[GitHub] [cloudstack] shwstppr commented on pull request #7479: cks: k8s cluster on vpc tier

2023-05-10 Thread via GitHub


shwstppr commented on PR #7479:
URL: https://github.com/apache/cloudstack/pull/7479#issuecomment-1542258345

   @blueorangutan package


-- 
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



[GitHub] [cloudstack] clevervinicius opened a new issue, #7514: Internal communication failure - Redundant VR 4.16

2023-05-10 Thread via GitHub


clevervinicius opened a new issue, #7514:
URL: https://github.com/apache/cloudstack/issues/7514

   
   
   # ISSUE TYPE
   
* Bug Report
   
   # COMPONENT NAME
   
   ~~~
   VR, VPC, Redundant
   ~~~
   
   # CLOUDSTACK VERSION
   
   
   ~~~
   4.16
   ~~~
   
   # CONFIGURATION
   
   VPC with Redundant VR
   
   # OS / ENVIRONMENT
   
   KVM Hosts
   
   # SUMMARY
   
   
   Our environment has a VM that loses TCP communication with its own internal 
IP. This issue has been noticed while we have redundant VR on VPC. We also 
noticed the message: Failed to start Conntrack Deamon, this message is in other 
issues on github, but not affecting it in the same way.
   
   When restarting the network with "Cleanup", the problem is temporarily 
solved, but it occurs again in a few minutes. We deactivate the redundancy and 
it doesn't repeat itself.
   
   # STEPS TO REPRODUCE
   
   
   
   ~~~
   
   ~~~
   
   
   
   # EXPECTED RESULTS
   
   
   ~~~
   Free communication between VM internal ips
   ~~~
   
   # ACTUAL RESULTS
   
   
   closed connection
   
   
   ~~~
   
   ~~~
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #7444: engine-orchestration,vmware: hypervisor migration during start vm migration

2023-05-10 Thread via GitHub


blueorangutan commented on PR #7444:
URL: https://github.com/apache/cloudstack/pull/7444#issuecomment-1542177095

   Packaging result: :heavy_check_mark: el7 :heavy_check_mark: el8 
:heavy_check_mark: el9 :heavy_check_mark: debian :heavy_check_mark: suse15. 
SL-JID 6054


-- 
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



[GitHub] [cloudstack] blueorangutan commented on pull request #7404: Storage and volumes statistics tasks for StorPool primary storage

2023-05-10 Thread via GitHub


blueorangutan commented on PR #7404:
URL: https://github.com/apache/cloudstack/pull/7404#issuecomment-1542176893

   Packaging result: :heavy_check_mark: el7 :heavy_check_mark: el8 
:heavy_check_mark: el9 :heavy_check_mark: debian :heavy_check_mark: suse15. 
SL-JID 6053


-- 
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



[GitHub] [cloudstack] codecov[bot] commented on pull request #7513: ui: set default cpu, memory value for k8s version

2023-05-10 Thread via GitHub


codecov[bot] commented on PR #7513:
URL: https://github.com/apache/cloudstack/pull/7513#issuecomment-1542156814

   ## 
[Codecov](https://app.codecov.io/gh/apache/cloudstack/pull/7513?src=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
 Report
   > Merging 
[#7513](https://app.codecov.io/gh/apache/cloudstack/pull/7513?src=pr=desc_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
 (740a963) into 
[4.18](https://app.codecov.io/gh/apache/cloudstack/commit/897dad619b88bb853d41686bc5aeaf8af5e9bc49?el=desc_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
 (897dad6) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   ```diff
   @@Coverage Diff@@
   ##   4.18#7513   +/-   ##
   =
 Coverage 12.93%   12.93%   
 Complexity 8941 8941   
   =
 Files  2715 2715   
 Lines256107   256107   
 Branches  3993839938   
   =
 Hits  3312833128   
 Misses   218820   218820   
 Partials   4159 4159   
   ```
   
   
   
   :mega: We’re building smart automated test selection to slash your CI/CD 
build times. [Learn 
more](https://about.codecov.io/iterative-testing/?utm_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
   


-- 
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



[GitHub] [cloudstack] weizhouapache commented on a diff in pull request #7160: vmware: do not create vm datastore when attach an existing volume on solidfire

2023-05-10 Thread via GitHub


weizhouapache commented on code in PR #7160:
URL: https://github.com/apache/cloudstack/pull/7160#discussion_r1189862007


##
plugins/hypervisors/vmware/src/main/java/com/cloud/storage/resource/VmwareStorageProcessor.java:
##
@@ -2822,7 +2822,10 @@ private ManagedObjectReference 
getVmfsDatastore(VmwareContext context, VmwareHyp
 throw new Exception("A relevant SCSI disk could not be located to 
use to create a datastore.");
 }
 
-morDs = firstHostDatastoreSystemMO.createVmfsDatastore(datastoreName, 
hostScsiDisk);
+morDs = firstHostDatastoreSystemMO.findDatastoreByName(datastoreName);

Review Comment:
   agree with what you said. @shwstppr 
   too bad we do not have a managed storage to verify it



-- 
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



[GitHub] [cloudstack] blueorangutan commented on pull request #7513: ui: set default cpu, memory value for k8s version

2023-05-10 Thread via GitHub


blueorangutan commented on PR #7513:
URL: https://github.com/apache/cloudstack/pull/7513#issuecomment-1542137297

   UI build: :heavy_check_mark:
   Live QA URL: https://qa.cloudstack.cloud/simulator/pr/7513 (QA-JID-103)


-- 
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



[GitHub] [cloudstack] blueorangutan commented on pull request #7513: ui: set default cpu, memory value for k8s version

2023-05-10 Thread via GitHub


blueorangutan commented on PR #7513:
URL: https://github.com/apache/cloudstack/pull/7513#issuecomment-1542118590

   @shwstppr a Jenkins job has been kicked to build UI QA env. I'll keep you 
posted as I make progress.


-- 
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



[GitHub] [cloudstack] codecov[bot] commented on pull request #7512: UI: fix sourceIP is not passed when create internal LB

2023-05-10 Thread via GitHub


codecov[bot] commented on PR #7512:
URL: https://github.com/apache/cloudstack/pull/7512#issuecomment-1542118313

   ## 
[Codecov](https://app.codecov.io/gh/apache/cloudstack/pull/7512?src=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
 Report
   > Merging 
[#7512](https://app.codecov.io/gh/apache/cloudstack/pull/7512?src=pr=desc_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
 (ef92cbf) into 
[4.18](https://app.codecov.io/gh/apache/cloudstack/commit/0e4a5a1fa41bf437793d990cbdc87358ea749961?el=desc_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
 (0e4a5a1) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   ```diff
   @@Coverage Diff@@
   ##   4.18#7512   +/-   ##
   =
 Coverage 12.93%   12.93%   
 Complexity 8941 8941   
   =
 Files  2715 2715   
 Lines256107   256107   
 Branches  3993839938   
   =
 Hits  3312833128   
 Misses   218820   218820   
 Partials   4159 4159   
   ```
   
   
   
   :mega: We’re building smart automated test selection to slash your CI/CD 
build times. [Learn 
more](https://about.codecov.io/iterative-testing/?utm_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
   


-- 
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



[GitHub] [cloudstack] shwstppr commented on pull request #7513: ui: set default cpu, memory value for k8s version

2023-05-10 Thread via GitHub


shwstppr commented on PR #7513:
URL: https://github.com/apache/cloudstack/pull/7513#issuecomment-1542118144

   @blueorangutan ui


-- 
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



[cloudstack-www] branch docusaurus-staging updated (19edfe22 -> b49eb772)

2023-05-10 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch docusaurus-staging
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


from 19edfe22 improve GA
 add b49eb772 visual guide wip

No new revisions were added by this update.

Summary of changes:
 src/pages/markdown-page.md |  7 --
 src/pages/website-guide.md | 63 +++---
 2 files changed, 59 insertions(+), 11 deletions(-)
 delete mode 100644 src/pages/markdown-page.md



[GitHub] [cloudstack] codecov[bot] commented on pull request #7511: Tungsten: change conserve_mode of default network offering to 0

2023-05-10 Thread via GitHub


codecov[bot] commented on PR #7511:
URL: https://github.com/apache/cloudstack/pull/7511#issuecomment-1542111780

   ## 
[Codecov](https://app.codecov.io/gh/apache/cloudstack/pull/7511?src=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
 Report
   > Merging 
[#7511](https://app.codecov.io/gh/apache/cloudstack/pull/7511?src=pr=desc_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
 (7306476) into 
[4.18](https://app.codecov.io/gh/apache/cloudstack/commit/0e4a5a1fa41bf437793d990cbdc87358ea749961?el=desc_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
 (0e4a5a1) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   ```diff
   @@Coverage Diff@@
   ##   4.18#7511   +/-   ##
   =
 Coverage 12.93%   12.93%   
 Complexity 8941 8941   
   =
 Files  2715 2715   
 Lines256107   256107   
 Branches  3993839938   
   =
 Hits  3312833128   
 Misses   218820   218820   
 Partials   4159 4159   
   ```
   
   
   | [Impacted 
Files](https://app.codecov.io/gh/apache/cloudstack/pull/7511?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
 | Coverage Δ | |
   |---|---|---|
   | 
[...en/api/command/ConfigTungstenFabricServiceCmd.java](https://app.codecov.io/gh/apache/cloudstack/pull/7511?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation#diff-cGx1Z2lucy9uZXR3b3JrLWVsZW1lbnRzL3R1bmdzdGVuL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9jbG91ZHN0YWNrL25ldHdvcmsvdHVuZ3N0ZW4vYXBpL2NvbW1hbmQvQ29uZmlnVHVuZ3N0ZW5GYWJyaWNTZXJ2aWNlQ21kLmphdmE=)
 | `0.00% <ø> (ø)` | |
   
   :mega: We’re building smart automated test selection to slash your CI/CD 
build times. [Learn 
more](https://about.codecov.io/iterative-testing/?utm_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
   


-- 
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



[GitHub] [cloudstack] blueorangutan commented on pull request #7511: Tungsten: change conserve_mode of default network offering to 0

2023-05-10 Thread via GitHub


blueorangutan commented on PR #7511:
URL: https://github.com/apache/cloudstack/pull/7511#issuecomment-1542108456

   Packaging result: :heavy_check_mark: el7 :heavy_check_mark: el8 
:heavy_check_mark: el9 :heavy_check_mark: debian :heavy_check_mark: suse15. 
SL-JID 6052


-- 
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



[GitHub] [cloudstack] blueorangutan commented on pull request #7512: UI: fix sourceIP is not passed when create internal LB

2023-05-10 Thread via GitHub


blueorangutan commented on PR #7512:
URL: https://github.com/apache/cloudstack/pull/7512#issuecomment-1542095135

   UI build: :heavy_check_mark:
   Live QA URL: https://qa.cloudstack.cloud/simulator/pr/7512 (QA-JID-102)


-- 
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



[GitHub] [cloudstack] blueorangutan commented on pull request #7444: engine-orchestration,vmware: hypervisor migration during start vm migration

2023-05-10 Thread via GitHub


blueorangutan commented on PR #7444:
URL: https://github.com/apache/cloudstack/pull/7444#issuecomment-1542087978

   @shwstppr a Jenkins job has been kicked to build packages. It will be 
bundled with  KVM, XenServer and VMware SystemVM templates. I'll keep you 
posted as I make progress.


-- 
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



[GitHub] [cloudstack] blueorangutan commented on pull request #7404: Storage and volumes statistics tasks for StorPool primary storage

2023-05-10 Thread via GitHub


blueorangutan commented on PR #7404:
URL: https://github.com/apache/cloudstack/pull/7404#issuecomment-1542087906

   @shwstppr a Jenkins job has been kicked to build packages. It will be 
bundled with  KVM, XenServer and VMware SystemVM templates. I'll keep you 
posted as I make progress.


-- 
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



[GitHub] [cloudstack] weizhouapache commented on issue #7510: Unable to execute updateNetworkOffering api call when availability=Required is passed

2023-05-10 Thread via GitHub


weizhouapache commented on issue #7510:
URL: https://github.com/apache/cloudstack/issues/7510#issuecomment-1542087539

   > @weizhouapache does it make sense to add what you mentioned to the param 
description? Will help showing info text in UI form for the param. We may also 
update the error string in the backend
   
   @shwstppr 
   as I remember, networkofferingid is required in the API/UI.
   the availability only has impact when cloudstack create a default network 
for accounts in service layer.
   For example, when move a vm to another account but the account does not have 
any network.


-- 
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



[GitHub] [cloudstack] shwstppr commented on pull request #7404: Storage and volumes statistics tasks for StorPool primary storage

2023-05-10 Thread via GitHub


shwstppr commented on PR #7404:
URL: https://github.com/apache/cloudstack/pull/7404#issuecomment-1542085890

   @blueorangutan package


-- 
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



[GitHub] [cloudstack] shwstppr commented on pull request #7444: engine-orchestration,vmware: hypervisor migration during start vm migration

2023-05-10 Thread via GitHub


shwstppr commented on PR #7444:
URL: https://github.com/apache/cloudstack/pull/7444#issuecomment-1542085375

   @blueorangutan package


-- 
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



[GitHub] [cloudstack] shwstppr commented on pull request #7444: engine-orchestration,vmware: hypervisor migration during start vm migration

2023-05-10 Thread via GitHub


shwstppr commented on PR #7444:
URL: https://github.com/apache/cloudstack/pull/7444#issuecomment-1542084905

   Tested with latest nightly and it seems error with 
test_vm_deployment_planner.py were intermittent or environment related,
   ```
   [root@ref-trl-4867-v-M7-abhishek-kumar-marvin marvin]# nosetests 
--with-xunit --xunit-file=results.xml --with-marvin 
--marvin-config=./ref-trl-4867-v-M7-abhishek-kumar-advanced-cfg -s -a 
tags=advanced --hypervisor=Vmware tests/smoke/test_vm_deployment_planner.py 
   /usr/local/lib/python3.6/site-packages/paramiko/transport.py:32: 
CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python 
core team. Therefore, support for it is deprecated in cryptography. The next 
release of cryptography will remove support for Python 3.6.
 from cryptography.hazmat.backends import default_backend
   
    Marvin Init Started 
   
   === Marvin Parse Config Successful ===
   
   === Marvin Setting TestData Successful===
   
    Log Folder Path: /marvin/MarvinLogs/May_10_2023_11_53_53_U8PK9N All 
logs will be available here 
   
   === Marvin Init Logging Successful===
   
    Marvin Init Successful 
   === TestName: test_01_deploy_vm_on_specific_host | Status : SUCCESS ===
   
   === TestName: test_02_deploy_vm_on_specific_cluster | Status : SUCCESS ===
   
   === TestName: test_03_deploy_vm_on_specific_pod | Status : SUCCESS ===
   
   === TestName: test_04_deploy_vm_on_host_override_pod_and_cluster | Status : 
SUCCESS ===
   
   === TestName: test_05_deploy_vm_on_cluster_override_pod | Status : SUCCESS 
===
   
   === Final results are now copied to: 
/marvin//MarvinLogs/test_vm_deployment_planner_0VX1NC ===
   ```
   
   test_snapshots.py failed while getting template in the ^^ VMware run,
   ```
   CRITICAL: EXCEPTION: None: ['Traceback (most recent call last):\n', ' File 
"/usr/local/lib/python3.6/site-packages/nose/suite.py", line 210, in run\n 
self.setUp()\n', ' File "/usr/local/lib/python3.6/site-packages/nose/suite.py", 
line 293, in setUp\n self.setupContext(ancestor)\n', ' File 
"/usr/local/lib/python3.6/site-packages/nose/suite.py", line 316, in 
setupContext\n try_run(context, names)\n', ' File 
"/usr/local/lib/python3.6/site-packages/nose/util.py", line 471, in try_run\n 
return func()\n', ' File "/marvin/tests/smoke/test_snapshots.py", line 67, in 
setUpClass\n assert False, "get_test_template() failed to return template"\n', 
'AssertionError: get_test_template() failed to return template\n']
   ``
   
   Will run VMware tests again
   
   @blueorangutan package


-- 
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



[GitHub] [cloudstack] blueorangutan commented on pull request #7512: UI: fix sourceIP is not passed when create internal LB

2023-05-10 Thread via GitHub


blueorangutan commented on PR #7512:
URL: https://github.com/apache/cloudstack/pull/7512#issuecomment-1542077539

   @shwstppr a Jenkins job has been kicked to build UI QA env. I'll keep you 
posted as I make progress.


-- 
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



[GitHub] [cloudstack] shwstppr commented on pull request #7512: UI: fix sourceIP is not passed when create internal LB

2023-05-10 Thread via GitHub


shwstppr commented on PR #7512:
URL: https://github.com/apache/cloudstack/pull/7512#issuecomment-1542076374

   @blueorangutan ui


-- 
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



[GitHub] [cloudstack] shwstppr opened a new pull request, #7513: ui: set default cpu, memory value for k8s version

2023-05-10 Thread via GitHub


shwstppr opened a new pull request, #7513:
URL: https://github.com/apache/cloudstack/pull/7513

   ### Description
   By default, use mincpunumber=2 and minmemory=2048
   
   ### Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [ ] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ### Feature/Enhancement Scale or Bug Severity
   
    Feature/Enhancement Scale
   
   - [ ] Major
   - [ ] Minor
   
    Bug Severity
   
   - [ ] BLOCKER
   - [ ] Critical
   - [ ] Major
   - [ ] Minor
   - [ ] Trivial
   
   
   ### Screenshots (if appropriate):
   
   
   ### How Has This Been Tested?
   
   
   
   
   
   
   


-- 
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



[GitHub] [cloudstack] shwstppr commented on a diff in pull request #7160: vmware: do not create vm datastore when attach an existing volume on solidfire

2023-05-10 Thread via GitHub


shwstppr commented on code in PR #7160:
URL: https://github.com/apache/cloudstack/pull/7160#discussion_r1189776750


##
plugins/hypervisors/vmware/src/main/java/com/cloud/storage/resource/VmwareStorageProcessor.java:
##
@@ -2822,7 +2822,10 @@ private ManagedObjectReference 
getVmfsDatastore(VmwareContext context, VmwareHyp
 throw new Exception("A relevant SCSI disk could not be located to 
use to create a datastore.");
 }
 
-morDs = firstHostDatastoreSystemMO.createVmfsDatastore(datastoreName, 
hostScsiDisk);
+morDs = firstHostDatastoreSystemMO.findDatastoreByName(datastoreName);

Review Comment:
   @weizhouapache probably safe to use 
`firstHostDatastoreSystemMO.findDatastoreByName` then. I've not played with the 
managed storages myself.
   From what I understand, 
HypervisorHostHelper.findDatastoreWithBackwardsCompatibility tries to find the 
datastore using custom field(cloud.uuid) set for the datastore. Not sure if we 
even do that for managed datastores.



-- 
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



[GitHub] [cloudstack] shwstppr commented on issue #7510: Unable to execute updateNetworkOffering api call when availability=Required is passed

2023-05-10 Thread via GitHub


shwstppr commented on issue #7510:
URL: https://github.com/apache/cloudstack/issues/7510#issuecomment-1542019061

   @weizhouapache does it make sense to add what you mentioned to the param 
description? Will help showing info text in UI form for the param. We may also 
update the error string in the backend


-- 
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



[GitHub] [cloudstack] weizhouapache opened a new pull request, #7512: UI: fix sourceIP is not passed when create internal LB

2023-05-10 Thread via GitHub


weizhouapache opened a new pull request, #7512:
URL: https://github.com/apache/cloudstack/pull/7512

   ### Description
   
   This PR fixes the issue that sourceIP is not passed when create internal LB 
on UI.
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   ### Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [x] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ### Feature/Enhancement Scale or Bug Severity
   
    Feature/Enhancement Scale
   
   - [ ] Major
   - [ ] Minor
   
    Bug Severity
   
   - [ ] BLOCKER
   - [ ] Critical
   - [ ] Major
   - [x] Minor
   - [ ] Trivial
   
   
   ### Screenshots (if appropriate):
   
   
   ### How Has This Been Tested?
   
   
   
   
   
   
   


-- 
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



[GitHub] [cloudstack] blueorangutan commented on pull request #7511: Tungsten: change conserve_mode of default network offering to 0

2023-05-10 Thread via GitHub


blueorangutan commented on PR #7511:
URL: https://github.com/apache/cloudstack/pull/7511#issuecomment-1541997830

   @weizhouapache a Jenkins job has been kicked to build packages. It will be 
bundled with  KVM, XenServer and VMware SystemVM templates. I'll keep you 
posted as I make progress.


-- 
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



[GitHub] [cloudstack] shwstppr commented on issue #7504: Kubernetes scale up on 4.17.2.0

2023-05-10 Thread via GitHub


shwstppr commented on issue #7504:
URL: https://github.com/apache/cloudstack/issues/7504#issuecomment-1541996916

   @tuanhoangth1603 
   This is how cluster and scaling work:
   - Cluster is deployed with `n` size. CloudStack will deploy 1 (default) 
control node and n worker nodes. For the public IP it will create a firewall 
rule to open ports  to +n. It will also set up port-forwarding for 
+x to port 22 for each of the node VMs. ( will be forwarded to the 
control node, 2223 to the 1st worker node, 2224 to the second, and so on...). 
It will also open port 6443 and add a corresponding port-forwarding rule for 
the control node on the same port.
   - When you scale UP, CloudStack will deploy new required worker node VMs, 
old firewall is deleted and a new firewall rule is created for  to 
+newsize. Port forwarding rules are set up as explained in the first point.
   
   Now, for you, ACS failed to delete and create the new firewall rule (I'm not 
sure why but it could be the additional instance that you mentioned). If you 
can give the output of listKubernetesClusters API, screenshots of the cluster 
instances list, firewall rules, and portwarding rules for the cluster public IP 
we can have a deeper look.
   
   As you say, k8s part is working fine. So what I suggested doing is,
   - make sure firewall rules are provisioned correctly, ie, port 6443 and  
to +clustersize
   - make sure port-forwarding is provisioned correctly as explained above in 
point 1
   - Wait for KubernetesClusterStatusScanner for 5 mins. It runs every 5 mins. 
There is no way to manually run it. And it should fix the cluster state. This 
shouldn't require stop-starting the cluster


-- 
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



[GitHub] [cloudstack] weizhouapache commented on pull request #7511: Tungsten: change conserve_mode of default network offering to 0

2023-05-10 Thread via GitHub


weizhouapache commented on PR #7511:
URL: https://github.com/apache/cloudstack/pull/7511#issuecomment-1541992773

   @blueorangutan package


-- 
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



[GitHub] [cloudstack] weizhouapache opened a new pull request, #7511: Tungsten: change conserve_mode of default network offering to 0

2023-05-10 Thread via GitHub


weizhouapache opened a new pull request, #7511:
URL: https://github.com/apache/cloudstack/pull/7511

   ### Description
   
   This PR fixes #7241 
   
   
   
   
   
   
   
   ### Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [x] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ### Feature/Enhancement Scale or Bug Severity
   
    Feature/Enhancement Scale
   
   - [ ] Major
   - [ ] Minor
   
    Bug Severity
   
   - [ ] BLOCKER
   - [ ] Critical
   - [x] Major
   - [ ] Minor
   - [ ] Trivial
   
   
   ### Screenshots (if appropriate):
   
   
   ### How Has This Been Tested?
   
   
   
   
   
   
   


-- 
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



[GitHub] [cloudstack] weizhouapache commented on issue #7510: Unable to execute updateNetworkOffering api call when availability=Required is passed

2023-05-10 Thread via GitHub


weizhouapache commented on issue #7510:
URL: https://github.com/apache/cloudstack/issues/7510#issuecomment-1541988773

   @kiranchavala 
   
   the "Required" network offering is the default network offering of new 
networks if networkofferingid is not passed.
   only 1 network offering can be default, right ?


-- 
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



[GitHub] [cloudstack] tuanhoangth1603 commented on issue #7504: Kubernetes scale up on 4.17.2.0

2023-05-10 Thread via GitHub


tuanhoangth1603 commented on issue #7504:
URL: https://github.com/apache/cloudstack/issues/7504#issuecomment-1541943581

   Is there any way to trigger the KubernetesClusterStatusScanner manually? My 
cluster is still in an Alert state. If I stop and start it again, the state 
will be reconciled, but this way is not a good idea!


-- 
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



[GitHub] [cloudstack] tuanhoangth1603 commented on issue #7504: Kubernetes scale up on 4.17.2.0

2023-05-10 Thread via GitHub


tuanhoangth1603 commented on issue #7504:
URL: https://github.com/apache/cloudstack/issues/7504#issuecomment-1541935720

   Hi @shwstppr,
   I tried scaling on a new cluster and didn't encounter a similar error. 
Perhaps the issue is only on the current cluster. I have created an additional 
instance that shares a network with this current cluster and added a firewall 
rule for that instance. Will doing so affect the automatic redo of the firewall 
rule when k8s scales?
   Thanks !


-- 
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



[GitHub] [cloudstack] codecov[bot] commented on pull request #7509: cks: enable by default

2023-05-10 Thread via GitHub


codecov[bot] commented on PR #7509:
URL: https://github.com/apache/cloudstack/pull/7509#issuecomment-1541897955

   ## 
[Codecov](https://app.codecov.io/gh/apache/cloudstack/pull/7509?src=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
 Report
   > Merging 
[#7509](https://app.codecov.io/gh/apache/cloudstack/pull/7509?src=pr=desc_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
 (72c6597) into 
[main](https://app.codecov.io/gh/apache/cloudstack/commit/8e7c1f7bd7b0b0f44acd8eadd4334def67531dc5?el=desc_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
 (8e7c1f7) will **increase** coverage by `0.23%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@ Coverage Diff  @@
   ##   main#7509  +/-   ##
   
   + Coverage 12.72%   12.95%   +0.23% 
   - Complexity 8703 8986 +283 
   
 Files  2727 2727  
 Lines256493   256636 +143 
 Branches  3998840022  +34 
   
   + Hits  3262733258 +631 
   + Misses   219716   219198 -518 
   - Partials   4150 4180  +30 
   ```
   
   
   | [Impacted 
Files](https://app.codecov.io/gh/apache/cloudstack/pull/7509?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
 | Coverage Δ | |
   |---|---|---|
   | 
[...d/kubernetes/cluster/KubernetesClusterService.java](https://app.codecov.io/gh/apache/cloudstack/pull/7509?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation#diff-cGx1Z2lucy9pbnRlZ3JhdGlvbnMva3ViZXJuZXRlcy1zZXJ2aWNlL3NyYy9tYWluL2phdmEvY29tL2Nsb3VkL2t1YmVybmV0ZXMvY2x1c3Rlci9LdWJlcm5ldGVzQ2x1c3RlclNlcnZpY2UuamF2YQ==)
 | `100.00% <ø> (ø)` | |
   
   ... and [111 files with indirect coverage 
changes](https://app.codecov.io/gh/apache/cloudstack/pull/7509/indirect-changes?src=pr=tree-more_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
   
   :mega: We’re building smart automated test selection to slash your CI/CD 
build times. [Learn 
more](https://about.codecov.io/iterative-testing/?utm_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
   


-- 
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



[GitHub] [cloudstack] kiranchavala opened a new issue, #7510: Unable to execute updateNetworkOffering api call when availability=Required is passed

2023-05-10 Thread via GitHub


kiranchavala opened a new issue, #7510:
URL: https://github.com/apache/cloudstack/issues/7510

   # ISSUE TYPE
   
* Improvement/Enhancement request
   
   
   # COMPONENT NAME
   
   ~~~
   
   Component: UI, API
   
   ~~~
   
   # CLOUDSTACK VERSION
   
   ~~~
   4.18 
   
   
   ~~~
   
   # SUMMARY
   
   Unable to execute updateNetworkOffering api call when availability=Required 
is passed
   
   
   Steps to reproduce the issue 
   
   Case 1
   
   
   1. Log in as admin user 
   
   2. Create some network offerings, make sure to select guest type as isolated 
and source nat in supported services
   
   Let's say you have created a network offering 1
   
   3. Edit the network offering (network offering 1) and change the 
availability to true
   
   Screenshot
   
   https://github.com/apache/cloudstack/assets/1401014/067f511b-845c-4d01-bbe7-420273c2c2f4;>
   
   
   
   
   4. Exception 
   
   "System already has network offering id=10 
(DefaultIsolatedNetworkOfferingWithSourceNatService) with availability Required"
   
   Expected behavior 
   ---
   Ideally admin user should be allowed to set multiple network offerings with 
source nat as availability required 
   
   At any given point only 1 network offering can be set with availability as 
required 
   
   
   Case 2
   
   1. Login as admin user 
   
   2. Create some network offerings, make sure to select guest type as isolated 
and  do not select source nat in supported services
   
   Let's say you have created network offering 2
   
   3. Edit the network offering (network offering 2) and change the 
availability to true
   
   4. Exception 
   
   "Availability can be Required only for networkOfferings of type Isolated and 
with SourceNat enabled"
   
   Expected behavior 
   ---
   Ideally, other network offerings can  also be set with availability 
required, there could be a use case for a normal user to access of network 
offerings which doesn't contain source nat as a supported service
   
   
   
   Currently, available network offerings are 
   
   (DefaultIsolatedNetworkOfferingForVpcNetworksWithInternalLB)
   (DefaultSharedNetscalerEIPandELBNetworkOffering)
   (DefaultL2NetworkOfferingVlan)
   (DefaultSharedNetworkOfferingWithSGService)
   (DefaultSharedNetworkOffering)
   (DefaultIsolatedNetworkOfferingForVpcNetworksNoLB)
   (DefaultIsolatedNetworkOfferingForVpcNetworks)
   (DefaultL2NetworkOffering)
   (DefaultTungstenSharedNetworkOfferingWithSGService)
   (DefaultL2NetworkOfferingConfigDriveVlan)
   (DefaultIsolatedNetworkOffering)
   (DefaultL2NetworkOfferingConfigDrive)
   (DefaultNetworkOfferingforKubernetesService)
   (DefaultIsolatedNetworkOfferingWithSourceNatService)
   (QuickCloudNoServices)
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [cloudstack] codecov[bot] commented on pull request #7508: guestos: add Windows Server 2022

2023-05-10 Thread via GitHub


codecov[bot] commented on PR #7508:
URL: https://github.com/apache/cloudstack/pull/7508#issuecomment-1541858070

   ## 
[Codecov](https://app.codecov.io/gh/apache/cloudstack/pull/7508?src=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
 Report
   > Merging 
[#7508](https://app.codecov.io/gh/apache/cloudstack/pull/7508?src=pr=desc_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
 (3144472) into 
[4.18](https://app.codecov.io/gh/apache/cloudstack/commit/897dad619b88bb853d41686bc5aeaf8af5e9bc49?el=desc_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
 (897dad6) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   ```diff
   @@Coverage Diff@@
   ##   4.18#7508   +/-   ##
   =
 Coverage 12.93%   12.93%   
 Complexity 8941 8941   
   =
 Files  2715 2715   
 Lines256107   256107   
 Branches  3993839938   
   =
 Hits  3312833128   
 Misses   218820   218820   
 Partials   4159 4159   
   ```
   
   
   
   :mega: We’re building smart automated test selection to slash your CI/CD 
build times. [Learn 
more](https://about.codecov.io/iterative-testing/?utm_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)
   


-- 
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



[GitHub] [cloudstack] shwstppr opened a new pull request, #7509: cks: enable by default

2023-05-10 Thread via GitHub


shwstppr opened a new pull request, #7509:
URL: https://github.com/apache/cloudstack/pull/7509

   ### Description
   
   This change will allow CKS to be enabled by default on new installs. It 
should not affect the server or performance but would help to highlight k8s 
support in CloudStack.
   
   ### Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [ ] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ### Feature/Enhancement Scale or Bug Severity
   
    Feature/Enhancement Scale
   
   - [ ] Major
   - [ ] Minor
   
    Bug Severity
   
   - [ ] BLOCKER
   - [ ] Critical
   - [ ] Major
   - [ ] Minor
   - [ ] Trivial
   
   
   ### Screenshots (if appropriate):
   
   
   ### How Has This Been Tested?
   
   
   
   
   
   
   


-- 
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



[GitHub] [cloudstack] shwstppr commented on a diff in pull request #7448: server: add config for SSVM capacity scan interval

2023-05-10 Thread via GitHub


shwstppr commented on code in PR #7448:
URL: https://github.com/apache/cloudstack/pull/7448#discussion_r1189611888


##
server/src/main/java/com/cloud/storage/secondary/SecondaryStorageVmManager.java:
##
@@ -28,6 +30,12 @@
 
 public interface SecondaryStorageVmManager extends Manager {
 
+static final ConfigKey SecondaryStorageCapacityScanInterval = new 
ConfigKey<>("Advanced", Long.class,
+"secstorage.capacityscan.interval",
+"3",
+"The time interval(in millisecond) to scan whether or not system 
needs more SSVM to ensure minimal standby capacity",

Review Comment:
   can be changed but this is inline with the existing config for CPVM, 
   ```
   ConsoleProxyCapacityScanInterval(
   "Console Proxy",
   AgentManager.class,
   String.class,
   "consoleproxy.capacityscan.interval",
   "3",
   "The time interval(in millisecond) to scan whether or not system 
needs more console proxy to ensure minimal standby capacity",
   null),
   ```



-- 
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



[GitHub] [cloudstack] shwstppr commented on pull request #7421: api,server: fix VM.CREATE events on vm deploy without start

2023-05-10 Thread via GitHub


shwstppr commented on PR #7421:
URL: https://github.com/apache/cloudstack/pull/7421#issuecomment-1541646127

   > Should we do a VM.DEPLOY? (deploy could mean both start or create)
   
   @rohityadavcloud will it introduce any issues with usage or existing 
integrations while consuming events? Maybe it can be discussed/changed in a 
major release or as part of usage refactor


-- 
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



[GitHub] [cloudstack] shwstppr opened a new pull request, #7508: guestos: add Windows Server 2022

2023-05-10 Thread via GitHub


shwstppr opened a new pull request, #7508:
URL: https://github.com/apache/cloudstack/pull/7508

   ### Description
   Adds newer guest OSes
   - Windows Server 2022
   
   ### Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [ ] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ### Feature/Enhancement Scale or Bug Severity
   
    Feature/Enhancement Scale
   
   - [ ] Major
   - [ ] Minor
   
    Bug Severity
   
   - [ ] BLOCKER
   - [ ] Critical
   - [ ] Major
   - [ ] Minor
   - [ ] Trivial
   
   
   ### Screenshots (if appropriate):
   
   
   ### How Has This Been Tested?
   
   
   
   
   
   
   


-- 
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



[cloudstack-www] branch docusaurus-staging updated (91e310c5 -> 19edfe22)

2023-05-10 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch docusaurus-staging
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


from 91e310c5 github workflow improvement
 add 19edfe22 improve GA

No new revisions were added by this update.

Summary of changes:
 .github/workflows/deploy.yml | 15 +--
 1 file changed, 13 insertions(+), 2 deletions(-)



[cloudstack] branch 4.18 updated (66cbe0a0512 -> 0e4a5a1fa41)

2023-05-10 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch 4.18
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


from 66cbe0a0512 replace pull_request_target with pull_request
 add 0e4a5a1fa41 .github: restrict sonar and CI actions to only 
apache/cloudstack

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml   | 1 +
 .github/workflows/main-sonar-check.yml | 1 +
 2 files changed, 2 insertions(+)



[cloudstack] branch main updated (2dc8b742c96 -> 0af56179a59)

2023-05-10 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


from 2dc8b742c96 .asf.yaml: dummy commit to re-inforce asf.yaml config to 
kickin
 add 88ff77dae10 ui: fix action notifications (#7499)
 add 66cbe0a0512 replace pull_request_target with pull_request
 add 0e4a5a1fa41 .github: restrict sonar and CI actions to only 
apache/cloudstack
 new 0af56179a59 Merge remote-tracking branch 'origin/4.18'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/ci.yml  | 1 +
 .github/workflows/main-sonar-check.yml| 1 +
 ui/public/locales/en.json | 1 +
 ui/src/views/compute/AutoScaleUpPolicyTab.vue | 4 +++-
 ui/src/views/compute/ScaleVM.vue  | 2 ++
 ui/src/views/storage/MigrateVolume.vue| 2 ++
 6 files changed, 10 insertions(+), 1 deletion(-)



[cloudstack] 01/01: Merge remote-tracking branch 'origin/4.18'

2023-05-10 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 0af56179a59765d45f62340f41fd612449269362
Merge: 2dc8b742c96 0e4a5a1fa41
Author: Rohit Yadav 
AuthorDate: Wed May 10 14:08:14 2023 +0530

Merge remote-tracking branch 'origin/4.18'

 .github/workflows/ci.yml  | 1 +
 .github/workflows/main-sonar-check.yml| 1 +
 ui/public/locales/en.json | 1 +
 ui/src/views/compute/AutoScaleUpPolicyTab.vue | 4 +++-
 ui/src/views/compute/ScaleVM.vue  | 2 ++
 ui/src/views/storage/MigrateVolume.vue| 2 ++
 6 files changed, 10 insertions(+), 1 deletion(-)

diff --cc .github/workflows/main-sonar-check.yml
index 527701debc1,635526a1826..38d16b65fb3
--- a/.github/workflows/main-sonar-check.yml
+++ b/.github/workflows/main-sonar-check.yml
@@@ -22,12 -22,9 +22,13 @@@ on
  branches:
- main
  
 +permissions:
 +  contents: read # to fetch code (actions/checkout)
 +  pull-requests: write # for sonar to comment on pull-request
 +
  jobs:
build:
+ if: github.repository == 'apache/cloudstack'
  name: Main Sonar JaCoCo Build
  runs-on: ubuntu-22.04
  steps:



[cloudstack-www] branch docusaurus-staging updated (a2a99957 -> 91e310c5)

2023-05-10 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch docusaurus-staging
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


from a2a99957 Read more fixes
 add 91e310c5 github workflow improvement

No new revisions were added by this update.

Summary of changes:
 .github/workflows/deploy.yml | 17 +++--
 1 file changed, 15 insertions(+), 2 deletions(-)



[GitHub] [cloudstack] shwstppr commented on issue #7004: The 'LSI Logic Parallel' controller is not supported on Windows 10

2023-05-10 Thread via GitHub


shwstppr commented on issue #7004:
URL: https://github.com/apache/cloudstack/issues/7004#issuecomment-1541573543

   @rohityadavcloud  I've created a documentation PR, 
https://github.com/apache/cloudstack-documentation/pull/314
   
   Though I tested the deployment of a VM with Windows 10 as guest OS and 
osdefault as controllers in ACS. In vCenter it seems to be using LSI Logic SAS
   ![Screenshot from 2023-05-10 
13-58-05](https://github.com/apache/cloudstack/assets/153340/1220c0e4-5495-4124-99a6-0d63f786c4ce)
   


-- 
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



[cloudstack-www] branch docusaurus-staging updated (22739e10 -> a2a99957)

2023-05-10 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch docusaurus-staging
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


from 22739e10 footer fixes and tweaks
 add a2a99957 Read more fixes

No new revisions were added by this update.

Summary of changes:
 blog/2021-11-16-what-s-new-in-apache.md  | 4 ++--
 blog/2023-01-13-cloudstack-european-user-group-may.md| 5 +++--
 blog/2023-02-10-meet-apache-cloudstack-at-kubecon.md | 5 -
 blog/2023-03-20-apache-cloudstack-4-18.md| 2 +-
 blog/2023-03-21-day-2-at-cloudfest.md| 2 +-
 blog/2023-03-23-day-3-at-cloudfest.md| 1 +
 blog/2023-04-25-reflecting-on-kubecon-cloudnativecon-2023.md | 2 ++
 blog/2023-04-27-cloudstack-european-user-group-may4.md   | 1 +
 blog/2023-05-03-meet-rohit-yadav-the-new-vp/index.md | 2 ++
 blog/2023-05-10-cloudmonkey-6.3-release/index.md | 2 ++
 10 files changed, 19 insertions(+), 7 deletions(-)



[cloudstack-www] branch docusaurus-staging updated (e3799840 -> 22739e10)

2023-05-10 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch docusaurus-staging
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


from e3799840 fix slug
 add 22739e10 footer fixes and tweaks

No new revisions were added by this update.

Summary of changes:
 blog/2023-05-10-cloudmonkey-6.3-release/index.md   |   2 +-
 docusaurus.config.js   |  24 +++--
 src/pages/cloud-builders.mdx   |   4 ++--
 src/pages/events.mdx   |   1 -
 src/pages/index.module.css |   2 +-
 src/theme/BlogLayout/style.scss|   7 +++---
 static/img/Ikoula-case-study.jpg   | Bin 58650 -> 0 bytes
 static/img/active-community.png| Bin 23704 -> 0 bytes
 .../img/{ => builders}/cloud-builders-servers.png  | Bin
 static/img/{ => builders}/cloud-management.png | Bin
 static/img/decrease-tco.png| Bin 8164 -> 0 bytes
 static/img/easy-to-use.png | Bin 23397 -> 0 bytes
 static/img/{banner.jpg => header.jpg}  | Bin
 static/img/integrations.png| Bin 22014 -> 0 bytes
 static/img/multiple-clusters-management.png| Bin 11635 -> 0 bytes
 static/img/open-source.png | Bin 14908 -> 0 bytes
 static/img/quick-deploy.png| Bin 14532 -> 0 bytes
 static/img/scaling.png | Bin 6659 -> 0 bytes
 static/img/self-healing.png| Bin 18151 -> 0 bytes
 static/img/social/github.svg   |   1 +
 static/img/social/linkedin.svg |   1 +
 static/img/social/mail.svg |   1 +
 static/img/social/slack.svg|   1 +
 static/img/social/twitter.svg  |   1 +
 static/img/social/youtube.svg  |   1 +
 static/img/step-by-step-guide.jpg  | Bin 36390 -> 0 bytes
 static/img/your-online-case-study.jpg  | Bin 108393 -> 0 bytes
 27 files changed, 36 insertions(+), 10 deletions(-)
 delete mode 100644 static/img/Ikoula-case-study.jpg
 delete mode 100644 static/img/active-community.png
 rename static/img/{ => builders}/cloud-builders-servers.png (100%)
 rename static/img/{ => builders}/cloud-management.png (100%)
 delete mode 100644 static/img/decrease-tco.png
 delete mode 100644 static/img/easy-to-use.png
 rename static/img/{banner.jpg => header.jpg} (100%)
 delete mode 100644 static/img/integrations.png
 delete mode 100644 static/img/multiple-clusters-management.png
 delete mode 100644 static/img/open-source.png
 delete mode 100644 static/img/quick-deploy.png
 delete mode 100644 static/img/scaling.png
 delete mode 100644 static/img/self-healing.png
 create mode 100644 static/img/social/github.svg
 create mode 100644 static/img/social/linkedin.svg
 create mode 100644 static/img/social/mail.svg
 create mode 100644 static/img/social/slack.svg
 create mode 100644 static/img/social/twitter.svg
 create mode 100644 static/img/social/youtube.svg
 delete mode 100644 static/img/step-by-step-guide.jpg
 delete mode 100644 static/img/your-online-case-study.jpg



[GitHub] [cloudstack] shwstppr commented on issue #7324: Event results in unwanted error log

2023-05-10 Thread via GitHub


shwstppr commented on issue #7324:
URL: https://github.com/apache/cloudstack/issues/7324#issuecomment-1541530031

   I'm not able to reproduce this. *allocating snapshot* is published by 
VolumeApiServiceImpl.allocSnapshot (called by CreateSnapshotCmd.create()). If 
API command's create fails with the exception it shouldn't have called 
execute() method.
   
   We need more logs to analyze this. From my tests and code investigation on 
4.18 branch I don't see this happening


-- 
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



[GitHub] [cloudstack] blueorangutan commented on pull request #6979: Guest os mappings improvements

2023-05-10 Thread via GitHub


blueorangutan commented on PR #6979:
URL: https://github.com/apache/cloudstack/pull/6979#issuecomment-1541503951

   Packaging result: :heavy_check_mark: el7 :heavy_check_mark: el8 
:heavy_check_mark: el9 :heavy_check_mark: debian :heavy_check_mark: suse15. 
SL-JID 6051


-- 
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



[GitHub] [cloudstack] weizhouapache commented on a diff in pull request #7160: vmware: do not create vm datastore when attach an existing volume on solidfire

2023-05-10 Thread via GitHub


weizhouapache commented on code in PR #7160:
URL: https://github.com/apache/cloudstack/pull/7160#discussion_r1189469260


##
plugins/hypervisors/vmware/src/main/java/com/cloud/storage/resource/VmwareStorageProcessor.java:
##
@@ -2822,7 +2822,10 @@ private ManagedObjectReference 
getVmfsDatastore(VmwareContext context, VmwareHyp
 throw new Exception("A relevant SCSI disk could not be located to 
use to create a datastore.");
 }
 
-morDs = firstHostDatastoreSystemMO.createVmfsDatastore(datastoreName, 
hostScsiDisk);
+morDs = firstHostDatastoreSystemMO.findDatastoreByName(datastoreName);

Review Comment:
   @shwstppr 
   this uses same code as line 2810
   we could change both lines if you agree this is better.



-- 
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



[cloudstack] branch main updated: .asf.yaml: dummy commit to re-inforce asf.yaml config to kickin

2023-05-10 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
 new 2dc8b742c96 .asf.yaml: dummy commit to re-inforce asf.yaml config to 
kickin
2dc8b742c96 is described below

commit 2dc8b742c96f51c32bbec9c6a8a9042472c3f19d
Author: Rohit Yadav 
AuthorDate: Wed May 10 12:43:26 2023 +0530

.asf.yaml: dummy commit to re-inforce asf.yaml config to kickin

This is just a dummy commit as asf.yaml hasn't reconfigured triaging
role collaborators permissions.

Signed-off-by: Rohit Yadav 
---
 .asf.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 67949ce57a0..fed59f3f2e7 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -44,10 +44,10 @@ github:
 rebase: false
 
   collaborators:
-- acs-robot
 - kiranchavala
 - rajujith
 - alexandremattioli
 - vishesh92
+- acs-robot
 
   protected_branches: ~



[GitHub] [cloudstack] shwstppr commented on a diff in pull request #7160: vmware: do not create vm datastore when attach an existing volume on solidfire

2023-05-10 Thread via GitHub


shwstppr commented on code in PR #7160:
URL: https://github.com/apache/cloudstack/pull/7160#discussion_r1189441798


##
plugins/hypervisors/vmware/src/main/java/com/cloud/storage/resource/VmwareStorageProcessor.java:
##
@@ -2822,7 +2822,10 @@ private ManagedObjectReference 
getVmfsDatastore(VmwareContext context, VmwareHyp
 throw new Exception("A relevant SCSI disk could not be located to 
use to create a datastore.");
 }
 
-morDs = firstHostDatastoreSystemMO.createVmfsDatastore(datastoreName, 
hostScsiDisk);
+morDs = firstHostDatastoreSystemMO.findDatastoreByName(datastoreName);

Review Comment:
   Will it be better to use 
`HypervisorHostHelper.findDatastoreWithBackwardsCompatibility` instead? 
@harikrishna-patnala @nvazquez @weizhouapache 



-- 
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



[GitHub] [cloudstack] rajujith commented on issue #7474: SystemVMs won't start with error "no usable volumes found for the VM" after upgrading to 4.17.2

2023-05-10 Thread via GitHub


rajujith commented on issue #7474:
URL: https://github.com/apache/cloudstack/issues/7474#issuecomment-1541454608

   @shwstppr  The env is upgraded and it had the size in the 
templates.properties. I copied the same value to update the DB. 


-- 
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



[GitHub] [cloudstack] blueorangutan commented on pull request #6979: Guest os mappings improvements

2023-05-10 Thread via GitHub


blueorangutan commented on PR #6979:
URL: https://github.com/apache/cloudstack/pull/6979#issuecomment-1541451735

   @harikrishna-patnala a Jenkins job has been kicked to build packages. It 
will be bundled with
   
SystemVM template(s). I'll keep you posted as I make progress.


-- 
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



[GitHub] [cloudstack] harikrishna-patnala commented on pull request #6979: Guest os mappings improvements

2023-05-10 Thread via GitHub


harikrishna-patnala commented on PR #6979:
URL: https://github.com/apache/cloudstack/pull/6979#issuecomment-1541449555

   
   @blueorangutan package
   
   


-- 
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



[cloudstack-www] branch docusaurus-staging updated (a8561605 -> e3799840)

2023-05-10 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch docusaurus-staging
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


from a8561605 blog: new blog post on cmk 6.3 announcement
 add e3799840 fix slug

No new revisions were added by this update.

Summary of changes:
 blog/2023-05-10-cloudmonkey-6.3-release/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[cloudstack-www] branch docusaurus-staging updated (35833ea3 -> a8561605)

2023-05-10 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch docusaurus-staging
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


from 35833ea3 visual guide
 add a8561605 blog: new blog post on cmk 6.3 announcement

No new revisions were added by this update.

Summary of changes:
 blog/2023-05-10-cloudmonkey-6.3-release/index.md | 50 
 blog/authors.yml | 13 --
 2 files changed, 59 insertions(+), 4 deletions(-)
 create mode 100644 blog/2023-05-10-cloudmonkey-6.3-release/index.md



[GitHub] [cloudstack] blueorangutan commented on pull request #6979: Guest os mappings improvements

2023-05-10 Thread via GitHub


blueorangutan commented on PR #6979:
URL: https://github.com/apache/cloudstack/pull/6979#issuecomment-1541446127

   Packaging result: :heavy_check_mark: el7 :heavy_check_mark: el8 
:heavy_check_mark: el9 :heavy_check_mark: debian :heavy_check_mark: suse15. 
SL-JID 6050


-- 
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



[GitHub] [cloudstack] shwstppr commented on issue #7504: Kubernetes scale up on 4.17.2.0

2023-05-10 Thread via GitHub


shwstppr commented on issue #7504:
URL: https://github.com/apache/cloudstack/issues/7504#issuecomment-1541419130

   @tuanhoangth1603 also, is this(issue while scaling) happening for all 
clusters in your env or just with this particular cluster?


-- 
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



[GitHub] [cloudstack] shwstppr commented on issue #7504: Kubernetes scale up on 4.17.2.0

2023-05-10 Thread via GitHub


shwstppr commented on issue #7504:
URL: https://github.com/apache/cloudstack/issues/7504#issuecomment-1541418305

   @tuanhoangth1603 During scaling CloudStack tries to redo the firewall and 
portforwarding rules depending on the new cluster size. From your logs, it 
appears that it was not able to delete the old firewall rule and encountered an 
error while creating a new one. You may need to check how many node VMs the 
cluster is having right now and does listKubernetesClusters API returns the 
same size. If it is 6 (new size) then you may delete the firewall rule 
-2224, add a new firewall rule -2227 and verify if the portforwarding 
rules are correctly set. Thereafter KubernetesClusterStatusScanner should 
reconcile the cluster state.


-- 
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



[GitHub] [cloudstack] blueorangutan commented on pull request #6979: Guest os mappings improvements

2023-05-10 Thread via GitHub


blueorangutan commented on PR #6979:
URL: https://github.com/apache/cloudstack/pull/6979#issuecomment-1541407111

   @harikrishna-patnala a Jenkins job has been kicked to build packages. It 
will be bundled with
   
SystemVM template(s). I'll keep you posted as I make progress.


-- 
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



  1   2   >