NFS snapshots workflows#1
Open
rajiv-jain-netapp wants to merge 531 commits intorajiv-jain-netapp:mainfrom
Open
NFS snapshots workflows#1rajiv-jain-netapp wants to merge 531 commits intorajiv-jain-netapp:mainfrom
rajiv-jain-netapp wants to merge 531 commits intorajiv-jain-netapp:mainfrom
Conversation
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
Co-authored-by: Daan Hoogland <dahn@apache.org> Co-authored-by: Abhishek Kumar <abhishek.mrt22@gmail.com> Co-authored-by: Suresh Kumar Anaparti <sureshkumar.anaparti@gmail.com>
…me (apache#8667) Co-authored-by: dahn <daan.hoogland@gmail.com> Co-authored-by: Jonathan de Jong <jonathandejong02@gmail.com>
… downloading them (apache#10363) * Prioritize copying templates from other secondary storages instead of downloading them * Treat some corner cases
Co-authored-by: Daan Hoogland <dahn@apache.org> Co-authored-by: Pearl Dsilva <pearl1594@gmail.com>
Bumps [org.influxdb:influxdb-java](https://github.com/influxdata/influxdb-java) from 2.22 to 2.25. - [Release notes](https://github.com/influxdata/influxdb-java/releases) - [Changelog](https://github.com/influxdata/influxdb-java/blob/master/CHANGELOG.md) - [Commits](influxdata/influxdb-java@influxdb-java-2.22...influxdb-java-2.25) --- updated-dependencies: - dependency-name: org.influxdb:influxdb-java dependency-version: '2.25' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The conntrack is disabled if the security group allows all traffic. Also, refactored the code a little.
Signed-off-by: Niyam Siwach <niyam@ibm.com> Signed-off-by: Viddya K <viddya.k@ibm.com> Co-authored-by: root <root@c32379v1.fyre.ibm.com>
Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from 5.1.0 to 7.0.2. - [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES) - [Commits](brettwooldridge/HikariCP@HikariCP-5.1.0...HikariCP-7.0.2) --- updated-dependencies: - dependency-name: com.zaxxer:HikariCP dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
Instead listing all GIthub releases first and finding the latest one use the direct link for the latest Github release. Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
apache#10898) Co-authored-by: Vitor Hugo Homem Marzarotto <vitor.marzarotto@scclouds.com.br> Co-authored-by: Henrique Sato <henriquesato2003@gmail.com> Co-authored-by: Wei Zhou <weizhou@apache.org>
* 4.22: Update templateConfig.sh to not break with directorys with space on t… (apache#10898) Fix VM and volume metrics listing regressions (apache#12284) packaging: use latest cmk release link directly (apache#11429) api:rename RegisterCmd.java => RegisterUserKeyCmd.java (apache#12259) Prioritize copying templates from other secondary storages instead of downloading them (apache#10363) Show time correctly in the backup schedule UI (apache#12012) kvm: use preallocation option for fat disk resize (apache#11986) Python exception processing static routes fixed (apache#11967) KVM memballooning requires free page reporting and autodeflate (apache#11932) api: create/register/upload template with empty template tag (apache#12234)
…nts, etc. (apache#7857) This PR aligns the use of terminology, renaming VM / virtual machine references to 'Instance' and also capitalising the terms Templates, Network, Snapshot, User, Account in CloudStack APIs, error and log messages, events, tooltips, etc. Many typos, grammar and spelling mistakes were fixed, also terms like IPv4, VPN, VPC, etc. were properly capitalised. Some error messages were cleaned for better readability. The test cases, expecting some exception strings were adjusted accordingly. Here is the wiki page, describing the changes in details: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Object+Naming+and+Title+Case+Convention --------- Co-authored-by: Manoj Kumar <manojkr.itbhu@gmail.com> Co-authored-by: Harikrishna <harikrishna.patnala@gmail.com>
…llocation algorithms (apache#12233) * Cleanup userconcentratedpod_random and userconcentratedpod_firstfit allocation algorithm * use firstfit instead of random for userconcentratedpod_firstfit
Co-authored-by: Sander Grendelman <sander.grendelman@axians.com>
Currently, `createBackupSchedule` API documentation wrongly specifies BackupResponse as the API response. Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
…ration (apache#11656) Bundling all hypervisor SystemVM templates in release packages simplifies installs but inflates build time and artifact size. This change enables downloading templates on demand when they’re not found after package installation. The download path is wired into both cloud-setup-management and the existing SystemVM template registration flow. For connected or mirrored environments, a repository URL prefix can be provided to support air-gapped setups: pass --systemvm-templates-repository <URL-prefix> to cloud-setup-management, or set system.vm.templates.download.repository=<URL-prefix> in server.properties for post-setup registration. If templates are already present (bundled or preseeded), behavior is unchanged and no download is attempted. --------- Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
* api,server: allow configuring repetitive alerts Fixes apache#6613 Introduces support for configuring additional alert types that can be published repeatedly, beyond the default set. Operators can now use the dynamic configuration `alert.allowed.repetitive.types` to specify a comma-separated list of alert type names that should be allowed for repetitive publication. Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com> * add tests Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com> * fix Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com> * test fix Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com> * allow repetition for custom alerts Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com> * remove refactoring Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com> --------- Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
…hey already existed. (apache#12059)
…pache#12497) Bumps [org.apache.maven.plugins:maven-war-plugin](https://github.com/apache/maven-war-plugin) from 3.4.0 to 3.5.1. - [Release notes](https://github.com/apache/maven-war-plugin/releases) - [Commits](apache/maven-war-plugin@maven-war-plugin-3.4.0...maven-war-plugin-3.5.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-war-plugin dependency-version: 3.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
… registration (apache#12165) * engine/schema: prepend algorithm to checksum during systemvm template registration * Update utils/src/main/java/org/apache/cloudstack/utils/security/DigestHelper.java
* set `desplayName` to `name` by default * list by displayname instead of name * back to using name * Update api/src/main/java/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java --------- Co-authored-by: Daan Hoogland <dahn@apache.org>
* Replace maven-jgit-buildnumber-plugin with thread safe buildnumber-maven-plugin * Fix mysql-connector-java warning * Fix thread safe warning for properties-maven-plugin * Fix mvn build - marvin warnings * Update tools/marvin/README.md * Update tools/marvin/README.md Co-authored-by: dahn <daan.hoogland@gmail.com> --------- Co-authored-by: dahn <daan.hoogland@gmail.com>
* extension/proxmox: improve host vm power reporting Add `statuses` action in extensions to report VM power states This PR introduces support for retrieving the power state of all VMs on a host directly from an extension using the new `statuses` action. When available, this provides a single aggregated response, reducing the need for multiple calls. If the extension does not implement `statuses`, the server will gracefully fall back to querying individual VMs using the existing `status` action. This helps with updating the host in CloudStack after out-of-band migrations for the VM. Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com> * address review Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com> --------- Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
Signed-off-by: Viddya K <viddya.k@ibm.com> Signed-off-by: Niyam Siwach <niyam@ibm.com> Co-authored-by: root <root@c63716v1.fyre.ibm.com>
Co-authored-by: Srivastava, Piyush <Piyush.Srivastava@netapp.com>
Co-authored-by: Srivastava, Piyush <Piyush.Srivastava@netapp.com>
#31) * CSTACKEX-46: Create, Delete iSCSI type Cloudstack volumes, Enter, Cancel Maintenance mode and changes added in the community PR Co-authored-by: Locharla, Sandeep <Sandeep.Locharla@netapp.com>
* CSTACKEX-112 UI Changes for storage pool creation * CSTACKEX-112 Rebase * CSTACKEX-112 Fixed test cases * CSTACKEX-112 Change the provider name --------- Co-authored-by: Gupta, Surya <Surya.Gupta@netapp.com>
* CSTAKEX-117 Password encoding * CSTACKEX-117 Decode the password * CSTACKEX-117 resolve check style issues * CSTACKEX-117 Remove unnecesaary loggers --------- Co-authored-by: Gupta, Surya <Surya.Gupta@netapp.com>
Co-authored-by: Srivastava, Piyush <Piyush.Srivastava@netapp.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR...
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
How did you try to break this feature and the system with this change?