Skip to content

Commit af37f9f

Browse files
authored
B OpenNebula/one#7173: Update known issues (#253)
Signed-off-by: Victor Hansson <[email protected]>
1 parent 8a900d4 commit af37f9f

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

content/software/release_information/release_notes_70/known_issues.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ This page will be updated with relevant information about bugs affecting OpenNeb
2424

2525
- Guacamole RDP as is currently shipped in OpenNebula does not support NLA authentication. You can follow [these instructions](https://www.parallels.com/blogs/ras/disabling-network-level-authentication/) in order to disable NLA in the Windows box to use Guacamole RDP within Sunstone.
2626

27+
- Backups increments tab currently produces a react crash when accessed. This is caused by an invalid import in the client and has been fixed in the upcoming maintenance release. You can refer to [this](https://github.com/OpenNebula/one/issues/7173) issue for more details.
28+
2729
## Migration
2830

2931
- When upgrading to 7.0 the `onedb` migration might fail if the `/etc/one/sunstone-views.yaml` file contains a single, unclosed value under the **labels_groups** key, example:
@@ -71,9 +73,9 @@ By default, the monitoring interval for a Host is two minutes. In the following
7173
host:
7274
db_retention: 4 # Number of weeks
7375
forecast:
74-
enabled: true
75-
period: 1 # Number of minutes
76-
lookback: 60 # The look-back windows in minutes to use for the predictions
76+
enabled: true
77+
period: 1 # Number of minutes
78+
lookback: 60 # The look-back windows in minutes to use for the predictions
7779
```
7880

7981
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:
@@ -82,7 +84,7 @@ To avoid this error, always set the forecast period to a value _equal to or grea
8284
host:
8385
db_retention: 4 # Number of weeks
8486
forecast:
85-
enabled: true
86-
period: 2 # Number of minutes
87-
lookback: 60 # Look-back window in minutes for predictions
87+
enabled: true
88+
period: 2 # Number of minutes
89+
lookback: 60 # Look-back window in minutes for predictions
8890
```

0 commit comments

Comments
 (0)