Merge pull request #970 from dbungert/example-data-cleanup

Cleanup example data
This commit is contained in:
Michael Hudson-Doyle 2021-06-03 12:31:49 +12:00 committed by GitHub
commit 8de00d30fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 729 additions and 717 deletions

View File

@ -1,5 +1,10 @@
{ {
"storage": { "storage": {
"bcache": {
"backing": {},
"caching": {}
},
"blockdev": {
"/dev/sda": { "/dev/sda": {
"DEVLINKS": "/dev/disk/by-path/pci-0000:00:01.1-ata-1 /dev/disk/by-id/ata-QEMU_HARDDISK_QM00001", "DEVLINKS": "/dev/disk/by-path/pci-0000:00:01.1-ata-1 /dev/disk/by-id/ata-QEMU_HARDDISK_QM00001",
"DEVNAME": "/dev/sda", "DEVNAME": "/dev/sda",
@ -599,6 +604,7 @@
"uevent": "MAJOR=253\nMINOR=1\nDEVNAME=dm-1\nDEVTYPE=disk" "uevent": "MAJOR=253\nMINOR=1\nDEVNAME=dm-1\nDEVTYPE=disk"
} }
} }
}
}, },
"network": { "network": {
"links": [ "links": [

View File

@ -1,5 +1,10 @@
{ {
"storage": { "storage": {
"bcache": {
"backing": {},
"caching": {}
},
"blockdev": {
"/dev/sr0": { "/dev/sr0": {
"DEVLINKS": "/dev/dvd /dev/disk/by-uuid/2018-02-11-21-54-54-00 /dev/disk/by-path/pci-0000:00:01.1-ata-2 /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003 /dev/disk/by-label/Ubuntu\\x20custom\\x20amd64 /dev/cdrom", "DEVLINKS": "/dev/dvd /dev/disk/by-uuid/2018-02-11-21-54-54-00 /dev/disk/by-path/pci-0000:00:01.1-ata-2 /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003 /dev/disk/by-label/Ubuntu\\x20custom\\x20amd64 /dev/cdrom",
"DEVNAME": "/dev/sr0", "DEVNAME": "/dev/sr0",
@ -124,6 +129,7 @@
"uevent": "MAJOR=2\nMINOR=0\nDEVNAME=fd0\nDEVTYPE=disk" "uevent": "MAJOR=2\nMINOR=0\nDEVNAME=fd0\nDEVTYPE=disk"
} }
} }
}
}, },
"network": { "network": {
"links": [ "links": [