11 lines
173 B
Text
11 lines
173 B
Text
digraph G {
|
|
node [ shape=box ]
|
|
rankdir=LR;
|
|
|
|
|
|
VMs->{VMHost1,VMHost2,VMHostN}
|
|
{VMHost1,VMHost2,VMHostN}->CephCluster;
|
|
|
|
CephCluster->{Ceph1,Ceph2,CephN}
|
|
|
|
}
|