Skip to content

Commit 8472617

Browse files
committed
add CH schemas, rename storage driver
1 parent aec68de commit 8472617

59 files changed

Lines changed: 2220 additions & 35 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ ahash = { version = "0.8.12", features = ["serde"] }
2424
ulid = { version = "1.2", features = ["serde", "uuid"] }
2525
# aide needs an older version of schemars
2626
schemars = "0.9"
27+
dirs = "6.0.0"
2728
bytesize = { version = "2.3.1", features = ["serde"] }
2829
odorobo-shared = { path = "odorobo-shared" }
2930
odorobo-agent = { path = "odorobo-agent" }
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"$ref": "cloud-hypervisor.json#/components/schemas/BalloonConfig"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"$ref": "cloud-hypervisor.json#/components/schemas/ConsoleConfig"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"$ref": "cloud-hypervisor.json#/components/schemas/ConsoleMode"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"$ref": "cloud-hypervisor.json#/components/schemas/CoreSchedulingMode"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"$ref": "cloud-hypervisor.json#/components/schemas/CpuAffinity"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"$ref": "cloud-hypervisor.json#/components/schemas/CpuFeatures"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"$ref": "cloud-hypervisor.json#/components/schemas/CpuTopology"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"$ref": "cloud-hypervisor.json#/components/schemas/CpusConfig"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"$ref": "cloud-hypervisor.json#/components/schemas/DebugConsoleConfig"
3+
}

0 commit comments

Comments
 (0)