Skip to content

Commit 72a7442

Browse files
committed
M #-: Fix merges for 5.8.4 RNs
1 parent 72b0bc4 commit 72a7442

File tree

4 files changed

+0
-39
lines changed

4 files changed

+0
-39
lines changed

source/deployment/sunstone_setup/sunstone.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,7 @@ Available options are:
131131
+---------------------------+-----------------------------------------------------------------------------------------------+
132132
| :allow\_vnc\_federation | True to display VNC icons in fedetarion |
133133
+---------------------------+-----------------------------------------------------------------------------------------------+
134-
<<<<<<< HEAD
135134

136-
.. note:: To use Sunstone with IPv6 only systems and thin HTTP sever, use the full IPv6 address in the field `:host`. If you need to set the localhost address (::1) or the unspecified address (::) please use the following:
137-
138-
Example: :host: 0::1, :host: 0::0
139-
=======
140-
>>>>>>> one-5.8-maintenance
141135

142136
.. note:: To use Sunstone with IPv6 only systems and thin HTTP sever, use the full IPv6 address in the field `:host`. If you need to set the localhost address (::1) or the unspecified address (::) please use the following:
143137

source/intro_release_notes/index.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,5 @@ Introduction and Release Notes
99

1010
Concepts and Terminology <concepts_terminology/index>
1111
Release Notes 5.8.1 <release_notes/index>
12-
<<<<<<< HEAD
13-
Release Notes 5.8.3 Hotfix <release_notes_hotfix/index>
14-
=======
1512
Release Notes 5.8.4 Hotfix <release_notes_hotfix/index>
16-
>>>>>>> one-5.8-maintenance
1713
Upgrades <upgrades/index>
Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
.. _rn_hotfix:
22

33
================================================================================
4-
<<<<<<< HEAD
5-
Release Notes 5.8.3 Hotfix
6-
=======
74
Release Notes 5.8.4 Hotfix
8-
>>>>>>> one-5.8-maintenance
95
================================================================================
106

117
.. toctree::
@@ -14,8 +10,5 @@ Release Notes 5.8.4 Hotfix
1410
What is? <what_is_hotfix>
1511
Resolved Issues in 5.8.2 <resolved_issues_582>
1612
Resolved Issues in 5.8.3 <resolved_issues_583>
17-
<<<<<<< HEAD
18-
=======
1913
Resolved Issues in 5.8.4 <resolved_issues_584>
20-
>>>>>>> one-5.8-maintenance
2114
Known Issues <known_issues_hotfix>

source/intro_release_notes/release_notes_hotfix/known_issues_hotfix.rst

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -78,26 +78,6 @@ LOCK mark for VMs in Sunstone
7878
There is a bug which makes disappear the LOCK highlight for VMs in Sunstone. This bug has been fixed but to let the fix take effect it's necessary to force a VM DB update. You can trigger this update with a state change or a template update without modifying any field.
7979

8080
This is only necessary when updating to 5.8.2 from 5.8.x.
81-
<<<<<<< HEAD
82-
83-
FSCK network problem
84-
================================================================================
85-
86-
There are two bugs affecting the onedb fsck command related to networks. These bugs have been fixed, so please replace your fsck/network.rb file (located in /usr/lib/one/ruby/onedb/fsck) by https://github.com/OpenNebula/one/blob/master/src/onedb/fsck/network.rb
87-
88-
DB Size Increase due to FTS index
89-
=================================
90-
91-
FTS index used for VM searching is consuming too much disk size.
92-
93-
In order to remove the index while a new release reduces the indexing and alleviates the issue, run the following SQL sentence in your MySQL OpenNebula DB:
94-
95-
.. code::
96-
97-
ALTER TABLE vm_pool DROP INDEX ftidx;
98-
99-
100-
More information can be found `here <https://github.com/OpenNebula/one/issues/3393>`__.
10181

10282
Sunstone Disk Update for vCenter
10383
================================
@@ -114,5 +94,3 @@ Using some CLI commands in Ubuntu 18.04, due to ruby and gems version, you may s
11494
`warning: constant ::Fixnum is deprecated`
11595

11696
As a workaround you can use `export RUBYOPT="-W0`, this will disable the warning message (but, take in account that it will disable all warning messages from ruby)
117-
=======
118-
>>>>>>> one-5.8-maintenance

0 commit comments

Comments
 (0)