Skip to content

Conversation

@nvazquez
Copy link
Member

@nvazquez nvazquez commented Oct 9, 2018

WIP PR for master community submission

GabrielBrascher and others added 2 commits October 29, 2018 08:27
* Remove some unused Classes

These classes were deleted because they have no references in our code base. They are not in Spring execution flow nor instantiated with "new":
- com.cloud.agent.api.CheckStateAnswer
- com.cloud.agent.api.StartupVMMAgentCommand
- com.cloud.agent.api.routing.UserDataCommand
	- remove from description at
com.cloud.configuration.Config.ExecuteInSequenceNetworkElementCommands
enum
- com.cloud.agent.api.storage.UpgradeDiskCommand
- com.cloud.agent.api.storage.CreatePrivateTemplateCommand
- com.cloud.agent.api.storage.DestroyAnswer
	- Note: "FIXME: Should have an DestroyAnswer" at
com.cloud.storage.resource.StoragePoolResource
- com.cloud.agent.api.storage.UpgradeDiskAnswer
- com.cloud.agent.api.storage.ManageVolumeAvailabilityAnswer
- com.cloud.agent.api.storage.ManageVolumeAvailabilityCommand
- com.cloud.exception.UsageServerException
- com.cloud.info.SecStorageVmLoadInfo
- com.cloud.serializer.SerializerHelper

* PR#1448 update description of 'execute.in.sequence.network.element.commands' param

Update description of 'execute.in.sequence.network.element.commands'parameter to reflect an unused command that has been removed. The removed class command is 'UserDataCommand'.

* Add cloud schema to update SQL
A docker-compose file to setup quickly the database for CS. This helps during local development and remove the need to install a local MariaDB/MySQL.
@nvazquez nvazquez force-pushed the kvmlivestoragemigration-master branch from ad5230e to 21b73e1 Compare October 29, 2018 19:07
@nvazquez nvazquez force-pushed the kvmlivestoragemigration-master branch from 21b73e1 to f5627d9 Compare October 29, 2018 19:12
@nvazquez nvazquez closed this Oct 29, 2018
dhlaluku pushed a commit that referenced this pull request Mar 12, 2019
BT FR10 storage: post upload of multi-disk ova template, process datadisks
shwstppr added a commit that referenced this pull request Nov 3, 2020
* fix worker vm

Signed-off-by: Abhishek Kumar <[email protected]>

* fix

Signed-off-by: Abhishek Kumar <[email protected]>

* remove unwanted logs

Signed-off-by: Abhishek Kumar <[email protected]>
rohityadavcloud pushed a commit that referenced this pull request Jan 20, 2021
This adds:
- a Dockerfile
- a build script that injects some labels from git
- an example nginx config for running the built webpack
- instructions on how to run the container

Signed-off-by: Rohit Yadav <[email protected]>
shwstppr added a commit that referenced this pull request Aug 16, 2021
* fix worker vm

Signed-off-by: Abhishek Kumar <[email protected]>

* fix

Signed-off-by: Abhishek Kumar <[email protected]>

* remove unwanted logs

Signed-off-by: Abhishek Kumar <[email protected]>
Pearl1594 added a commit that referenced this pull request Aug 6, 2024
* server, api, ui: access improvements and assorted fixes

Fixes domain-admin access check to prevent unauthorized access.

Co-authored-by: Fabricio Duarte <[email protected]>
Co-authored-by: nvazquez <[email protected]>
Co-authored-by: Abhishek Kumar <[email protected]>

* Revert "server: refactor listNetworks api database retrievals (apache#9184)"

This reverts commit c7f1ba5.

* Fix snapshot chain being deleted on XenServer (apache#9447)

Using XenServer as the hypervisor, when deleting a snapshot that has a parent, that parent will also get erased on storage, causing data loss. This behavior was introduced with apache#7873, where the list of snapshot states that can be deleted was changed to add BackedUp snapshots.

This PR changes the states list back to the original list, and swaps the while loop for a do while loop to account for the changes in apache#7873.

Fixes apache#9446

* UI: Display Firewall, LB and Port Forwading rules tab for CKS clusters deployed on isolated networks (apache#9458)

---------

Co-authored-by: nvazquez <[email protected]>
Co-authored-by: Fabricio Duarte <[email protected]>
Co-authored-by: João Jandre <[email protected]>
Co-authored-by: Pearl Dsilva <[email protected]>
rohityadavcloud pushed a commit that referenced this pull request Oct 16, 2024
* server, api, ui: access improvements and assorted fixes

Fixes domain-admin access check to prevent unauthorized access.

Co-authored-by: Fabricio Duarte <[email protected]>
Co-authored-by: nvazquez <[email protected]>
Co-authored-by: Abhishek Kumar <[email protected]>

* Revert "server: refactor listNetworks api database retrievals (apache#9184)"

This reverts commit c7f1ba5.

* Fix snapshot chain being deleted on XenServer (apache#9447)

Using XenServer as the hypervisor, when deleting a snapshot that has a parent, that parent will also get erased on storage, causing data loss. This behavior was introduced with apache#7873, where the list of snapshot states that can be deleted was changed to add BackedUp snapshots.

This PR changes the states list back to the original list, and swaps the while loop for a do while loop to account for the changes in apache#7873.

Fixes apache#9446

* UI: Display Firewall, LB and Port Forwading rules tab for CKS clusters deployed on isolated networks (apache#9458)

---------

Co-authored-by: nvazquez <[email protected]>
Co-authored-by: Fabricio Duarte <[email protected]>
Co-authored-by: João Jandre <[email protected]>
Co-authored-by: Pearl Dsilva <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants