Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FAQ Horizon text fix #119

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/_optimist/faq/index.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,13 @@ UUID zu verwenden. Zum Beispiel:

Wir unterstützen keine multi-attached Volumes in der Optimist Platform, da für die Nutzung von multi-attached Volumes clusterfähige Dateisysteme erforderlich sind, um den gleichzeitigen Zugriff auf das Dateisystem zu koordinieren.
Versuche, mutli-attached Volumes ohne clusterfähige Dateisysteme zu verwenden, bergen ein hohes Risiko der Datenkorruption, daher ist diese Funktion auf der Optimist Plattform nicht aktiviert.

## Warum kann ich bestimmte Seiten im Horizon Dashboard nicht neu laden?

Fehler beim neu Laden bzw Refresh bestimmter Seiten ist derzeit ein bekanntes Problem mit der Version Train (18.3.4) von Horizon. Eine [Fehlerbehebung](https://bugs.launchpad.net/horizon/+bug/1968272) ist in Arbeit.
neu Laden bzw Refresh

- Compute -> Images -> Select Image -> Neuladen fehlgeschlagen
- Compute -> KeyPairs -> Select Key -> Neuladen fehlgeschlagen
- DNS -> Zones -> Select Zone -> Neuladen fehlgeschlagen
- DNS -> Reverse DNS -> Select Address -> Neuladen fehlgeschlagen
11 changes: 11 additions & 0 deletions docs/_optimist/faq/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,14 @@ Change the mountpoint in `/etc/fstab` to use the UUID after fetching the infos w

We do not support multiattached volumes on our instances as cluster-capable file systems are required for multi attach volumes in order to handle concurrent file system access.
Attempts to use multi-attached volumes without cluster-capable filesystems carries a high risk of data corruption, therefore this feature is not enabled on the Optimist platform.

## Why am I unable to reload certain pages on the Horizon Dashboard?

Failure to reload or refresh certain pages is currently a known issue with the Train (18.3.4) release of Horizon. A [bugfix](https://bugs.launchpad.net/horizon/+bug/1968272) is underway.

Pages you may enocunter this issue on are as follows:

- Compute -> Images -> Select Image -> Reload fails
- Compute -> KeyPairs -> Select Key -> Reload fails
- DNS -> Zones -> Select Zone -> Reload fails
- DNS -> Reverse DNS -> Select Address -> Reload fails