Fix findbugs DM_BOXED_PRIMITIVE_FOR_PARSING warning in ElastistorPrim…#503
Closed
rsafonseca wants to merge 1 commit into
Closed
Fix findbugs DM_BOXED_PRIMITIVE_FOR_PARSING warning in ElastistorPrim…#503rsafonseca wants to merge 1 commit into
rsafonseca wants to merge 1 commit into
Conversation
…aryDataStoreLifeCycle.java
|
cloudstack-pull-requests #615 FAILURE |
kishankavala
pushed a commit
to kishankavala/cloudstack
that referenced
this pull request
Jun 25, 2015
…aryDataStoreLifeCycle.java Signed-off-by: Daan Hoogland <daan.hoogland@gmail.com> This closes apache#503
yadvr
pushed a commit
that referenced
this pull request
Jan 20, 2021
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
JoaoJandre
pushed a commit
to scclouds/cloudstack
that referenced
this pull request
Nov 24, 2022
Ajustar descrição da config `max.data.migration.wait.time` Closes apache#503 See merge request scclouds/scclouds!301
shwstppr
pushed a commit
to shapeblue/cloudstack
that referenced
this pull request
Jan 27, 2025
The feature introduces Storage Access Groups on zone/cluster scoped storage pools and hosts/clusters/pods/zones to define the host and storage pool connections. Previously when a zone scoped storage pool is added it would connect to all the hosts in that zone, now with this feature one can define the scope of the connections of the storage to the required hosts. * API and DB changes * Added validations on vm and volume migrations wrt storage tags on host * Fix tags during startupcommand * update storagepool tags * Added responses and UI changes * Fix storage tags on cluster and pods * some more fixes * Fix storage tag deletion and tests * Fix storage tags deletion * Add & Remove PowerFlex/ScaleIO MDMs while preparing & unpreparing the storage SDC connections (instead of start & stop scini) * storage pool detail null check * Fix some tag edit scenarios * Addressed review comments * UI change for storage tags * Fix empty storage tags on hosts validation during vm migrate * Fix updating storage connection when applying tags on storage pool * Fix to populate tags to hosts when tags are removed on cluster/pod * Fix mysql queries * Fixes for host tags and storage pool tags * Add check for used volumes while updating storage pool * Fix update cluster UI for tags deletion * Fix update pod form to accept empty storage tags * Zone storage pool tags introduction * Added zone level storage tags * Add storage tags to zone UI details * Replace the usage of tags in storage pool with a new parameter for host connection * Update host and storage connections based on consideration on empty tags * Add hostId to liststoragepools API to list connected pools * Few fixes and improvements * Rename table * Fix unit tests * fix gen toc * Add configureStorageAccess API to gen doc * Change name from storagetags to storageaccessgroups * Remove storagetags from all update APIs, just to use configureStorageAccess API * Rename storage tags with storage access groups * UI changes * Add primary storage update UI * UI changes * Add proper migration checks and fix tests * Add missing UI label * Reorder mysql changes * storage pool detail null check * Add/Remove MDM IP addresses during Host connection/disconnection to/from storage pool when powerflex.connect.on.demand is false * unit test fixes * Fix storage access groups comparision * Add check if all hosts are using the tags * Fix error message * Use listeners disconnect method * Don't remove MDM IPs from SDC when any volumes mapped to SDC * Fix hostDao * Fix storage pool addition with the combined tags * Addressed Review comments mainly on renaming * Fix tests and some logic * optimise the storage access group check * Add tests for storage access group checks * Added tests for volume migration checks * Unit tests for checking all hosts using storage access groups * Add tests for volumes in use by pools which needs to be disconnected * Fix podId * Add inherited storage groups to response and UI * Fetch IDs from host object * changes after rebasing apple-base418 * Don't remove MDM IPs when other pools of same ScaleIO/PowerFlex cluster are connected * Add logs and a unit test * Action event for configureStorageAccess API * fetch eligible hosts while finding the endpoint for command executions * Update storage access groups on host after Disconnected and Downstate * Check for common accessible host for migrations * update changes, to not remove/disconnect MDMs on maintenance * Add volumes information in logging for better understanding * Fix UI double notification --------- Co-authored-by: Suresh Kumar Anaparti <suresh.anaparti@shapeblue.com> Co-authored-by: Suresh Kumar Anaparti <sureshkumar.anaparti@gmail.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.
…aryDataStoreLifeCycle.java