You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by "shwstppr (via GitHub)" <gi...@apache.org> on 2024/02/02 09:32:12 UTC

[PR] feature: tagged resource limits [cloudstack-documentation]

shwstppr opened a new pull request, #379:
URL: https://github.com/apache/cloudstack-documentation/pull/379

   https://github.com/apache/cloudstack/pull/8362


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] feature: tagged resource limits [cloudstack-documentation]

Posted by "blueorangutan (via GitHub)" <gi...@apache.org>.
blueorangutan commented on PR #379:
URL: https://github.com/apache/cloudstack-documentation/pull/379#issuecomment-1923421181

   @shwstppr a Jenkins job has been kicked to build the document. I'll keep you posted as I make progress.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] feature: tagged resource limits [cloudstack-documentation]

Posted by "shwstppr (via GitHub)" <gi...@apache.org>.
shwstppr commented on PR #379:
URL: https://github.com/apache/cloudstack-documentation/pull/379#issuecomment-1923437033

   @blueorangutan docbuild


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] feature: tagged resource limits [cloudstack-documentation]

Posted by "rohityadavcloud (via GitHub)" <gi...@apache.org>.
rohityadavcloud commented on PR #379:
URL: https://github.com/apache/cloudstack-documentation/pull/379#issuecomment-1953790288

   Is this ready for merging @shwstppr ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] feature: tagged resource limits [cloudstack-documentation]

Posted by "blueorangutan (via GitHub)" <gi...@apache.org>.
blueorangutan commented on PR #379:
URL: https://github.com/apache/cloudstack-documentation/pull/379#issuecomment-1931491105

   @shwstppr a Jenkins job has been kicked to build the document. I'll keep you posted as I make progress.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] feature: tagged resource limits [cloudstack-documentation]

Posted by "blueorangutan (via GitHub)" <gi...@apache.org>.
blueorangutan commented on PR #379:
URL: https://github.com/apache/cloudstack-documentation/pull/379#issuecomment-1931492338

   QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/379. (QA-JID 209)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] feature: tagged resource limits [cloudstack-documentation]

Posted by "blueorangutan (via GitHub)" <gi...@apache.org>.
blueorangutan commented on PR #379:
URL: https://github.com/apache/cloudstack-documentation/pull/379#issuecomment-1923424058

   QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/379. (QA-JID 203)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] feature: tagged resource limits [cloudstack-documentation]

Posted by "shwstppr (via GitHub)" <gi...@apache.org>.
shwstppr commented on PR #379:
URL: https://github.com/apache/cloudstack-documentation/pull/379#issuecomment-1966213244

   @blueorangutan docbuild


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] feature: tagged resource limits [cloudstack-documentation]

Posted by "vishesh92 (via GitHub)" <gi...@apache.org>.
vishesh92 commented on code in PR #379:
URL: https://github.com/apache/cloudstack-documentation/pull/379#discussion_r1503982370


##########
source/adminguide/usage.rst:
##########
@@ -263,6 +263,23 @@ max.project.secondary.storage (GB)  Maximum secondary storage space that can be
                                     Default is 400.
 =================================== =================================================================
 
+The administrator can also set limits for specific tagged host and storage
+resources for an account or domain. Such tags must be specified in the following
+global settings:
+
+- resource.limit.host.tags -  A comma-separated list of tags for host resource limits. It applies to resource types - User VM, CPU, Memory.
+- resource.limit.storage.tags - A comma-separated list of tags for storage resource limits. It applies to resource types - Volume, Primary storage.

Review Comment:
   ```suggestion
   - `resource.limit.host.tags` -  A comma-separated list of tags for host resource limits. It applies to resource types - User VM, CPU, Memory.
   - `resource.limit.storage.tags` - A comma-separated list of tags for storage resource limits. It applies to resource types - Volume, Primary storage.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] feature: tagged resource limits [cloudstack-documentation]

Posted by "shwstppr (via GitHub)" <gi...@apache.org>.
shwstppr commented on PR #379:
URL: https://github.com/apache/cloudstack-documentation/pull/379#issuecomment-1923418007

   @blueorangutan docbuild


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] feature: tagged resource limits [cloudstack-documentation]

Posted by "blueorangutan (via GitHub)" <gi...@apache.org>.
blueorangutan commented on PR #379:
URL: https://github.com/apache/cloudstack-documentation/pull/379#issuecomment-1923450198

   @shwstppr a Jenkins job has been kicked to build the document. I'll keep you posted as I make progress.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] feature: tagged resource limits [cloudstack-documentation]

Posted by "vishesh92 (via GitHub)" <gi...@apache.org>.
vishesh92 commented on code in PR #379:
URL: https://github.com/apache/cloudstack-documentation/pull/379#discussion_r1503982786


##########
source/adminguide/usage.rst:
##########
@@ -263,6 +263,23 @@ max.project.secondary.storage (GB)  Maximum secondary storage space that can be
                                     Default is 400.
 =================================== =================================================================
 
+The administrator can also set limits for specific tagged host and storage
+resources for an account or domain. Such tags must be specified in the following
+global settings:
+
+- resource.limit.host.tags -  A comma-separated list of tags for host resource limits. It applies to resource types - User VM, CPU, Memory.
+- resource.limit.storage.tags - A comma-separated list of tags for storage resource limits. It applies to resource types - Volume, Primary storage.

Review Comment:
   This makes the documentation look better.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] feature: tagged resource limits [cloudstack-documentation]

Posted by "blueorangutan (via GitHub)" <gi...@apache.org>.
blueorangutan commented on PR #379:
URL: https://github.com/apache/cloudstack-documentation/pull/379#issuecomment-1966225213

   QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/379. (QA-JID 215)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] feature: tagged resource limits [cloudstack-documentation]

Posted by "shwstppr (via GitHub)" <gi...@apache.org>.
shwstppr commented on PR #379:
URL: https://github.com/apache/cloudstack-documentation/pull/379#issuecomment-1966220408

   @blueorangutan docbuild


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] feature: tagged resource limits [cloudstack-documentation]

Posted by "vladimirpetrov (via GitHub)" <gi...@apache.org>.
vladimirpetrov commented on PR #379:
URL: https://github.com/apache/cloudstack-documentation/pull/379#issuecomment-1923823587

   I think we should also mention the new option for tagged template and the VM deployment wizard changes, @shwstppr.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] feature: tagged resource limits [cloudstack-documentation]

Posted by "shwstppr (via GitHub)" <gi...@apache.org>.
shwstppr commented on PR #379:
URL: https://github.com/apache/cloudstack-documentation/pull/379#issuecomment-1953816038

   @rohityadavcloud yes


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] feature: tagged resource limits [cloudstack-documentation]

Posted by "sureshanaparti (via GitHub)" <gi...@apache.org>.
sureshanaparti commented on code in PR #379:
URL: https://github.com/apache/cloudstack-documentation/pull/379#discussion_r1503977363


##########
source/adminguide/usage.rst:
##########
@@ -263,6 +263,23 @@ max.project.secondary.storage (GB)  Maximum secondary storage space that can be
                                     Default is 400.
 =================================== =================================================================
 
+The administrator can also set limits for specific tagged host and storage
+resources for an account or domain. Such tags must be specified in the following
+global settings:
+
+- resource.limit.host.tags -  A comma-separated list of tags for host resource limits. It applies to resource types - User VM, CPU, Memory.
+- resource.limit.storage.tags - A comma-separated list of tags for storage resource limits. It applies to resource types - Volume, Primary storage.
+
+The limits for tagged resources are a subset of the overall limits and the maximum
+can be the value of the overall limit for the particular resource type.
+
+|accountlimits.png|
+
+The administrator can view used and available capacity of such tagged resource
+alongwith the overall capacities in the zone and cluster view in the UI.

Review Comment:
   ```suggestion
   along with the overall capacities in the zone and cluster view in the UI.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] feature: tagged resource limits [cloudstack-documentation]

Posted by "blueorangutan (via GitHub)" <gi...@apache.org>.
blueorangutan commented on PR #379:
URL: https://github.com/apache/cloudstack-documentation/pull/379#issuecomment-1923452259

   QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/379. (QA-JID 204)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] feature: tagged resource limits [cloudstack-documentation]

Posted by "shwstppr (via GitHub)" <gi...@apache.org>.
shwstppr commented on PR #379:
URL: https://github.com/apache/cloudstack-documentation/pull/379#issuecomment-1931489289

   @blueorangutan docbuild


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] feature: tagged resource limits [cloudstack-documentation]

Posted by "vishesh92 (via GitHub)" <gi...@apache.org>.
vishesh92 merged PR #379:
URL: https://github.com/apache/cloudstack-documentation/pull/379


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] feature: tagged resource limits [cloudstack-documentation]

Posted by "blueorangutan (via GitHub)" <gi...@apache.org>.
blueorangutan commented on PR #379:
URL: https://github.com/apache/cloudstack-documentation/pull/379#issuecomment-1966222610

   @shwstppr a Jenkins job has been kicked to build the document. I'll keep you posted as I make progress.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org