Skip to content

Commit 609c69d

Browse files
authored
M #-: Style review of Known Issues (#238)
- Style review of new paragraphs in Known Issues - Add word to dictionary - Fix typo Signed-off-by: Pedro Ielpi <[email protected]>
1 parent a72b178 commit 609c69d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

content/product/apps-marketplace/public_marketplaces/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ OpenNebula will configure by default the following Marketplaces in your installa
2222
{{< alert title="Important" color="success" >}}
2323
The OpenNebula Front-end needs access to the Internet to use the Public Marketplaces.{{< /alert >}}
2424

25-
Only the OpenNebula Public mMrketplace is enabled by default. Other Marketplaces are initialized as disabled. To enable them use `onemarket enable <market_id>`.
25+
Only the OpenNebula Public Marketplace is enabled by default. Other Marketplaces are initialized as disabled. To enable them use `onemarket enable <market_id>`.
2626

2727
You can list the Marketplaces configured in OpenNebula with `onemarket list`. The output for the default installation of OpenNebula will look similar to:
2828

content/software/release_information/release_notes_70/known_issues.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ Where `proxy_server` is the proxy server to be used and `no_proxy` is a list of
6363

6464
## Monitoring
6565

66-
When configuring resource usage forecasts, it is important to ensure that the `forecast period` is **not shorter** than the `probe period` defined for `MONITOR_HOST`and `MONITOR_VM`in the `/etc/one/monitord.conf`. If the forecast period is set to a value smaller than the monitoring interval, the prediction probe will raise an error and may disable monitoring for the affected Host and VMs.
66+
When configuring resource usage forecasts, it is important to ensure that the `forecast period` is _not shorter_ than the `probe period` defined for `MONITOR_HOST` and `MONITOR_VM` in `/etc/one/monitord.conf`. If the forecast period is set to a value smaller than the monitoring interval, the prediction probe will raise an error and may disable monitoring for the affected Host and VMs.
6767

68-
By default, the monitoring interval for a Host is two minutes. In the following example, the forecast period is set to one minute, which is shorter than the host's monitoring interval (two minutes). This **misconfiguration** will result in an error and place the host in an error state:
68+
By default, the monitoring interval for a Host is two minutes. In the following example, the forecast period is set to one minute, which is shorter than the Host's monitoring interval of two minutes. This **misconfiguration** will result in an error and place the Host in an error state:
6969

7070
```yaml
7171
host:
@@ -76,7 +76,7 @@ host:
7676
lookback: 60 # The look-back windows in minutes to use for the predictions
7777
```
7878

79-
To avoid this error, always set the forecast period a value **equal to or greater** than the monitoring interval. For example, if the Host monitoring interval is two minutes, the forecast period should be set to at least two minutes:
79+
To avoid this error, always set the forecast period to a value _equal to or greater_ than the monitoring interval. For example, if the Host monitoring interval is two minutes, the forecast period should be set to at least two minutes:
8080

8181
```yaml
8282
host:
@@ -85,4 +85,4 @@ host:
8585
enabled: true
8686
period: 2 # Number of minutes
8787
lookback: 60 # Look-back window in minutes for predictions
88-
```
88+
```

dicts/OpenNebula.dic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ misconfigured
862862
mkfs
863863
mkimage
864864
mkswap
865-
mMrketplace
865+
misconfiguration
866866
modtime
867867
modularized
868868
mon

0 commit comments

Comments
 (0)