diff --git a/docs/_optimist/faq/index.de.md b/docs/_optimist/faq/index.de.md index 9044a81e3..fa2d68935 100644 --- a/docs/_optimist/faq/index.de.md +++ b/docs/_optimist/faq/index.de.md @@ -120,3 +120,14 @@ 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 sind 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. + +Betroffene Seiten: + +- 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 diff --git a/docs/_optimist/faq/index.en.md b/docs/_optimist/faq/index.en.md index 9bc71287c..3a271544a 100644 --- a/docs/_optimist/faq/index.en.md +++ b/docs/_optimist/faq/index.en.md @@ -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? + +With the Train (18.3.4) release of Horizon, there are currently known issues when attempting to reload / refresh certain pages. 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