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 = {
disk = {
vdb = {
main = {
device = "/dev/disk/by-path/pci-0000:02:00.0-nvme-1";
type = "disk";
content = {

View File

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

View File

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

View File

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

View File

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

View File

@ -1,7 +1,7 @@
{
disko.devices = {
disk = {
vdb = {
main = {
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";
type = "disk";

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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