-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
49 lines (49 loc) · 1.05 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"boot-source": {
"kernel_image_path": "/boot/vmlinux.bin",
"boot_args": "console=ttyS0 reboot=k panic=1 pci=off nomodules",
"initrd_path": null
},
"drives": [
{
"drive_id": "rootfs",
"path_on_host": "/boot/rootfs.ext4",
"is_root_device": true,
"partuuid": null,
"is_read_only": false,
"cache_type": "Unsafe",
"io_engine": "Sync",
"rate_limiter": null
},
{
"drive_id": "data",
"path_on_host": "/data/datafs.ext4",
"is_root_device": false,
"partuuid": null,
"is_read_only": false,
"cache_type": "Unsafe",
"io_engine": "Sync",
"rate_limiter": null
}
],
"machine-config": {
"vcpu_count": 2,
"mem_size_mib": 1024,
"smt": false,
"track_dirty_pages": false
},
"cpu-config": null,
"balloon": null,
"network-interfaces": [],
"vsock": null,
"logger": null,
"metrics": null,
"mmds-config": null,
"rate_limiter": {
"bandwidth": {
"size": 1000,
"one_time_burst": 0,
"refill_time": 100
}
}
}