feat: 가상화 문서들 추가
This commit is contained in:
+26
@@ -0,0 +1,26 @@
|
||||
# 가상 머신 둘과 호스트 프로세스가 하나의 NVMe 로 모인다
|
||||
# Question: 서로 다른 곳에서 시작한 I/O 는 어디에서 하나로 모여 device 로 나가는가
|
||||
direction: down
|
||||
n0: "VM1 QEMU" {
|
||||
shape: rectangle
|
||||
}
|
||||
n1: "VM2 QEMU" {
|
||||
shape: rectangle
|
||||
}
|
||||
n2: "Nginx" {
|
||||
shape: rectangle
|
||||
}
|
||||
n3: "Host 기타" {
|
||||
shape: rectangle
|
||||
}
|
||||
n4: "Host Block Layer" {
|
||||
shape: rectangle
|
||||
}
|
||||
n5: "NVMe" {
|
||||
shape: rectangle
|
||||
}
|
||||
n0 -> n4
|
||||
n1 -> n4
|
||||
n2 -> n4
|
||||
n3 -> n4
|
||||
n4 -> n5: "dispatch"
|
||||
Reference in New Issue
Block a user