examples: rename vdb -> main

This commit is contained in:
Jörg Thalheim 2024-07-19 21:17:48 +02:00 committed by mergify[bot]
parent e8e8d9a3a9
commit bec6e3cde9
16 changed files with 19 additions and 19 deletions

View File

@ -1,7 +1,7 @@
{ {
disko.devices = { disko.devices = {
disk = { disk = {
vdb = { main = {
device = "/dev/disk/by-path/pci-0000:02:00.0-nvme-1"; device = "/dev/disk/by-path/pci-0000:02:00.0-nvme-1";
type = "disk"; type = "disk";
content = { content = {

View File

@ -1,7 +1,7 @@
{ {
disko.devices = { disko.devices = {
disk = { disk = {
vdb = { main = {
type = "disk"; type = "disk";
device = "/dev/disk/by-diskseq/1"; device = "/dev/disk/by-diskseq/1";
content = { content = {

View File

@ -1,7 +1,7 @@
{ {
disko.devices = { disko.devices = {
disk = { disk = {
vdb = { main = {
type = "disk"; type = "disk";
device = "/dev/disk/by-diskseq/1"; device = "/dev/disk/by-diskseq/1";
content = { content = {

View File

@ -2,7 +2,7 @@
{ {
disko.devices = { disko.devices = {
disk = { disk = {
vdb = { main = {
device = "/dev/vdb"; device = "/dev/vdb";
type = "disk"; type = "disk";
content = { content = {

View File

@ -1,7 +1,7 @@
{ {
disko.devices = { disko.devices = {
disk = { disk = {
vdb = { main = {
device = "/dev/sda"; device = "/dev/sda";
type = "disk"; type = "disk";
content = { content = {

View File

@ -1,7 +1,7 @@
{ {
disko.devices = { disko.devices = {
disk = { disk = {
vdb = { main = {
device = "/dev/disk/by-id/some-disk-id"; device = "/dev/disk/by-id/some-disk-id";
name = "this-is-some-super-long-name-to-test-what-happens-when-the-name-is-too-long"; name = "this-is-some-super-long-name-to-test-what-happens-when-the-name-is-too-long";
type = "disk"; type = "disk";

View File

@ -1,7 +1,7 @@
{ {
disko.devices = { disko.devices = {
disk = { disk = {
vdb = { main = {
type = "disk"; type = "disk";
device = "/dev/vdb"; device = "/dev/vdb";
content = { content = {

View File

@ -1,7 +1,7 @@
{ {
disko.devices = { disko.devices = {
disk = { disk = {
vdb = { main = {
type = "disk"; type = "disk";
device = "/dev/vdb"; device = "/dev/vdb";
content = { content = {

View File

@ -1,7 +1,7 @@
{ {
disko.devices = { disko.devices = {
disk = { disk = {
vdb = { main = {
type = "disk"; type = "disk";
device = "/dev/vdb"; device = "/dev/vdb";
content = { content = {

View File

@ -1,7 +1,7 @@
{ {
disko.devices = { disko.devices = {
disk = { disk = {
vdb = { main = {
type = "disk"; type = "disk";
device = "/dev/vdb"; device = "/dev/vdb";
content = { content = {

View File

@ -1,7 +1,7 @@
{ {
disko.devices = { disko.devices = {
disk = { disk = {
vdb = { disk1 = {
type = "disk"; type = "disk";
device = "/dev/my-disk"; device = "/dev/my-disk";
content = { content = {
@ -21,7 +21,7 @@
}; };
}; };
}; };
vdc = { disk2 = {
type = "disk"; type = "disk";
device = "/dev/my-disk2"; device = "/dev/my-disk2";
content = { content = {

View File

@ -1,7 +1,7 @@
{ {
disko.devices = { disko.devices = {
disk = { disk = {
vdb = { disk1 = {
type = "disk"; type = "disk";
device = "/dev/my-disk"; device = "/dev/my-disk";
content = { content = {
@ -21,7 +21,7 @@
}; };
}; };
}; };
vdc = { disk2 = {
type = "disk"; type = "disk";
device = "/dev/my-disk2"; device = "/dev/my-disk2";
content = { content = {

View File

@ -1,7 +1,7 @@
{ {
disko.devices = { disko.devices = {
disk = { disk = {
vdb = { main = {
device = "/dev/disk/by-id/some-disk-id"; device = "/dev/disk/by-id/some-disk-id";
type = "disk"; type = "disk";
content = { content = {

View File

@ -1,7 +1,7 @@
{ {
disko.devices = { disko.devices = {
disk = { disk = {
vdb = { main = {
device = "/dev/vdb"; device = "/dev/vdb";
type = "disk"; type = "disk";
content = { content = {

View File

@ -1,7 +1,7 @@
{ {
disko.devices = { disko.devices = {
disk = { disk = {
vdb = { main = {
device = "/dev/vdb"; device = "/dev/vdb";
type = "disk"; type = "disk";
content = { content = {

View File

@ -1,7 +1,7 @@
{ {
disko.devices = { disko.devices = {
disk = { disk = {
vdb = { disk1 = {
type = "disk"; type = "disk";
device = "/dev/vdb"; device = "/dev/vdb";
content = { content = {
@ -30,7 +30,7 @@
}; };
}; };
}; };
vdc = { disk2 = {
type = "disk"; type = "disk";
device = "/dev/vdc"; device = "/dev/vdc";
content = { content = {