Wei Zhou
Wei Zhou
### Description when add a new image store, some templates/ISOs are copied, but some are not. ``` 2024-06-10T12:24:50,711 INFO [o.a.c.s.i.TemplateServiceImpl] (qtp776484396-20:[ctx-eb090c22, ctx-5fa5579c]) (logid:7a783000) Template Sync did not find 211-2-d536fb03-5f89-3e77-8dea-323315bcbfab on...
as a followup of #6637 ##### ISSUE TYPE * Improvement Request ##### COMPONENT NAME ~~~ ~~~ ##### CLOUDSTACK VERSION ~~~ ~~~ ##### CONFIGURATION ##### OS / ENVIRONMENT ##### SUMMARY #####...
With #7643 , joint userdata must have a header, a plain text cannot be used as one of the joint userdata any more. This breaks backward compatibility while in elder...
see screenshot Issue 1: the list of account is not updated when domain is changed. All accounts are listed  Issue 2: got an exception when search by account ...
This is the doc for https://github.com/apache/cloudstack/pull/9470 new page: https://cloudstack-documentation--419.org.readthedocs.build/en/419/adminguide/networking_and_traffic.html#dynamic-and-static-routing ---- 📚 Documentation preview 📚: https://cloudstack-documentation--419.org.readthedocs.build/en/419/
### Description This PR contains 3 features - IPv4 Static Routing (Routed mode) #9346 Design document: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=306153967 - AS Numbers Management #9410 Design Document: https://cwiki.apache.org/confluence/display/CLOUDSTACK/BGP+AS+Numbers+Management - Dynamic routing Design Document:...
### Description This PR fixes #9512 Prior to this PR ``` root@r-663-VM:/var/cache/cloud# gzip -dk vpn_user_list.json.aae73e2c-32ba-44f3-bf47-426933a67bcb.gz root@r-663-VM:/var/cache/cloud# /opt/cloud/bin/update_config.py vpn_user_list.json.aae73e2c-32ba-44f3-bf47-426933a67bcb {'id': 'vpnuserlist', 'test': {'add': True, 'password': 'test', 'user': 'test'}} {'vpn_users': [{'user': 'test',...
the NFS version is not considered in two scenarios - During systemvm template registration https://github.com/apache/cloudstack/blob/7214c13e106368127c928b2028c80c3bacaf528c/engine/schema/src/main/java/com/cloud/upgrade/SystemVmTemplateRegistration.java#L87 https://github.com/apache/cloudstack/blob/7214c13e106368127c928b2028c80c3bacaf528c/engine/schema/src/main/java/com/cloud/upgrade/SystemVmTemplateRegistration.java#L436-L437 - When cleanup diagnosis files https://github.com/apache/cloudstack/blob/7214c13e106368127c928b2028c80c3bacaf528c/server/src/main/java/org/apache/cloudstack/diagnostics/DiagnosticsServiceImpl.java#L479-L481 the nfs version is set to `null` #####...
To support VMware 8.0U1 (8.0.1.0), I made some manual database changes below ``` INSERT IGNORE INTO `cloud`.`hypervisor_capabilities` (uuid, hypervisor_type, hypervisor_version, max_guests_limit, security_group_enabled, max_data_volumes_limit, max_hosts_per_cluster, storage_motion_supported, vm_snapshot_enabled) values (UUID(), 'VMware', '8.0.1.0',...
this is doc update for https://github.com/apache/cloudstack/pull/9761 preview: https://cloudstack-documentation--443.org.readthedocs.build/en/443/adminguide/storage.html#resizing-volumes ---- 📚 Documentation preview 📚: https://cloudstack-documentation--443.org.readthedocs.build/en/443/