CLOUDSTACK-8588 - Remove redundant skip test for LXC#526
Closed
pritisarap12 wants to merge 1 commit intoapache:masterfrom
Closed
CLOUDSTACK-8588 - Remove redundant skip test for LXC#526pritisarap12 wants to merge 1 commit intoapache:masterfrom
pritisarap12 wants to merge 1 commit intoapache:masterfrom
Conversation
|
cloudstack-pull-requests #650 SUCCESS |
Contributor
|
@bhaisaab @DaanHoogland , could you also have a look at this one? It LGTM Cheers, |
Member
|
LGTM |
maneesha-p
pushed a commit
to maneesha-p/cloudstack
that referenced
this pull request
Jul 31, 2015
Signed-off-by: wilderrodrigues <wrodrigues@schubergphilis.com> This closes apache#526
weizhouapache
pushed a commit
to shapeblue/cloudstack
that referenced
this pull request
Mar 4, 2025
…che#526) Introduces multiple scope configuration parameters by changing the column `scope` of table `configuration` from string to bitmask. Following configuration parameters can now be configured at a Storage Pool scope in addition to the Zone scope. 1. **pool.storage.capacity.disablethreshold**: Percentage (as a value between 0 and 1) of storage utilization or used space relative to the total storage capacity above which the storage pool is disabled for new allocations. migration and resize operations. 2. **pool.storage.allocated.capacity.disablethreshold**: Percentage (as a value between 0 and 1) of allocated storage space relative to total overprovisioned storage capacity above which the storage pool is disabled for new allocations, migration and resize operations. 3. **pool.storage.allocated.resize.capacity.disablethreshold**: Percentage (as a value between 0 and 1) of allocated storage space relative to total overprovisioned storage capacity above which the storage pool is disabled for volume resize. This is applicable only when volume.resize.allowed.beyond.allocation is set to true 4. **volume.resize.allowed.beyond.allocation**: Specifies whether a volume can be resized beyond the pool capacity allocation disable threshold (pool.storage.allocated.capacity.disablethreshold) but not exceeding the resize capacity disable threshold (pool.storage.allocated.resize.capacity.disablethreshold). Please note that resize due to change of disk offering still honours pool capacity allocation disable threshold (pool.storage.allocated.capacity.disablethreshold). If set, the granular scope (storage pool) overrides the value set for the broader scope (zone). If set, the granular scope (storage pool) overrides the value set for the broader scope (zone). The operator will see these configurations in the Settings tab under zone as well as under primary storage. listConfigurations storageid=<storage_id> | zoneid=<zone_id> and updateConfigurations storage_id=<storage_id> | zoneid=<zone_id> will also work. Upstream PR: apache#10300 --------- Co-authored-by: Harikrishna Patnala <harikrishna.patnala@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.
No description provided.