Add SD-CARD example
This commit is contained in:
parent
265a1b7ad2
commit
2e4fddf284
|
@ -138,7 +138,7 @@ bootstrap:
|
||||||
SecureBoot: "Disabled"
|
SecureBoot: "Disabled"
|
||||||
disks: # Disk definitions (see explanations above)
|
disks: # Disk definitions (see explanations above)
|
||||||
system: # List of system disk(s)
|
system: # List of system disk(s)
|
||||||
- "/dev/disk/by-path/pci-0000:41:00.0-ata-1"
|
- "detect:Internal SD-CARD:0:64GB"
|
||||||
data: # List of data disks for OSDs
|
data: # List of data disks for OSDs
|
||||||
- "/dev/disk/by-path/pci-0000:01:00.0-sas-phy0-lun-0"
|
- "/dev/disk/by-path/pci-0000:01:00.0-sas-phy0-lun-0"
|
||||||
- "/dev/disk/by-path/pci-0000:01:00.0-sas-phy4-lun-0"
|
- "/dev/disk/by-path/pci-0000:01:00.0-sas-phy4-lun-0"
|
||||||
|
|
Loading…
Reference in New Issue