Skip to content
Snippets Groups Projects
Commit 6ea6cebc authored by Adam Merka's avatar Adam Merka
Browse files

Updates 5-images/README.md

Auto commit by GitBook Editor
parent 57211aff
No related branches found
No related tags found
No related merge requests found
......@@ -6,15 +6,15 @@ HOW TO via CLI: h[ttps://docs.openstack.org/mitaka/user-guide/cli\_use\_snapshot
store metadata: [https://docs.openstack.org/mitaka/user-guide/cli\_config\_drive.html](https://docs.openstack.org/mitaka/user-guide/cli_config_drive.html)
## Replikace
## Replication
Replication is the act of continuous copying of the instance content \(more specifically \) to a separate
Replication is the act of continuous copying of the instance content \(more specifically \) to a separate storage. In case of hardware failure of the underlying infrastructure it is possible to spin-up your VM from this copy. This copy is not entirely identical to the original instance Although the copy is recorded periodically, there usually is a few minutes delay compared to the state of the live instance. This is an asynchronnous process.
Při replikaci se průběžně kopíruje obsah \(respektive probíhající změny\) virtuálního serveru na oddělené úložiště. V případě poruchy hardwaru, na kteréxm virtuální server běží, je možné virtuální server nastartovat z takto udržované repliky. Tato replika není zcela identická s původním virtuálním serverem. Je v ní uložen snímek provozovaného virtuálního serveru, s určitým \(obvykle několikaminutovým\) zpožděním oproti aktuálnímu stavu provozovaného virtuálního serveru. Jedná se o asynchronní proces.
**High Availability**– běžící virtuální server je nepřetržitě monitorován a v případě výpadku fyzického hardwaru jsou postižené virtuální servery automaticky spuštěny na jiném fyzickém serveru.
**Fault Tolerance**– tato vlastnost umožňuje běžet jeden virtuální server na dvou fyzických serverech. Jedná se o vlastnost funkčně blízkou výše popsané replikaci. Klíčovým rozdílem je to, že se jedná o synchronní proces. tj. obě repliky jsou identické. Použití této vlastnosti přináší jistá technická omezení. V případě zájmu nás kontaktujte pro upřesnění.
**High Availability**– the live instance is monitored non-stp and in case of physical hardware failure is immediately spinned up on another physical server.
**Fault Tolerance**– This feature enables to run one virtual machine on multiuple physical servers. This feature is functionally close to replication and differs in the fact that it is implemented as a synchronnous process. This means that both replicas are identical all of the time. This feature brings about certain technical limitations. Please contact support in case you are interested in this feature, as some things need to be specified and negotiated.
## Public images
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment