mirror of
https://github.com/schoebel/mars
synced 2024-12-26 08:32:24 +00:00
doc: better explanation of resource sharing for VMs
This commit is contained in:
parent
149d026b86
commit
4ce920f20c
@ -7003,31 +7003,8 @@ separate replication layer at bare metal
|
||||
is the correct solution, e.g.
|
||||
using dedicated storage boxes, or directly replicating at hypervisor hardware
|
||||
when using local storage (as is the case at ShaHoLin).
|
||||
Not only for performance reasons and for resource allocation
|
||||
\begin_inset Foot
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
Another argument: resource sharing in
|
||||
\family typewriter
|
||||
/mars
|
||||
\family default
|
||||
.
|
||||
Each VM would require its own instance of
|
||||
\family typewriter
|
||||
/mars
|
||||
\family default
|
||||
, while a per-storage or per-hypervisor MARS instance can
|
||||
\emph on
|
||||
share
|
||||
\emph default
|
||||
its disk space.
|
||||
MARS has been explicitly constructed with resource sharing in mind.
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
reasons, MARS is explicitly constructed for running on
|
||||
Not only for performance reasons and for resource allocation reasons, MARS
|
||||
is explicitly constructed for running on
|
||||
\series bold
|
||||
bare metal
|
||||
\series default
|
||||
@ -7056,6 +7033,24 @@ functional component testing
|
||||
|
||||
\end_inset
|
||||
|
||||
.
|
||||
A single storage-level or hypervisor-level MARS instance can
|
||||
\emph on
|
||||
share
|
||||
\emph default
|
||||
a single
|
||||
\family typewriter
|
||||
/mars
|
||||
\family default
|
||||
filesystem instance for multiple resources, while a multitude of per-VM
|
||||
|
||||
\family typewriter
|
||||
/mars
|
||||
\family default
|
||||
instances would induce a waste of storage space by
|
||||
\emph on
|
||||
factors
|
||||
\emph default
|
||||
.
|
||||
See also description of hardware requirements in
|
||||
\family typewriter
|
||||
|
Loading…
Reference in New Issue
Block a user