Copilot commented on code in PR #594:
URL:
https://github.com/apache/cloudstack-documentation/pull/594#discussion_r2525808469
##########
source/adminguide/deployment_planners.rst:
##########
@@ -0,0 +1,99 @@
+.. Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information#
Review Comment:
There's a typo in the license header comment. Line 3 has `information#` but
it should be `information` (without the `#`).
```suggestion
distributed with this work for additional information
```
##########
source/adminguide/vm_volume_allocators.rst:
##########
@@ -132,8 +132,9 @@ Example Configuration
Above config prioritizes CPU at 70% weight and RAM at 30% when ranking pods,
clusters, and hosts.
.. note::
- - `host.capacityType.to.order.clusters` is only respected for host ordering
when:
+ - `host.capacityType.to.order.clusters` is only respected for cluster/host
ordering when:
.. code:: bash
+ vm.deployment.planner: FirstFitPlanner, UserDispersingPlanner ( when
vm.user.dispersion.weight is < 1)
Review Comment:
There's a spacing issue and missing closing parenthesis in line 138. The
line should be:
```
vm.deployment.planner: FirstFitPlanner, UserDispersingPlanner (when
vm.user.dispersion.weight is < 1)
```
Currently it has an extra space after the opening parenthesis and is missing
the closing parenthesis.
```suggestion
vm.deployment.planner: FirstFitPlanner, UserDispersingPlanner (when
vm.user.dispersion.weight is < 1)
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]