mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
Add build system
Add autoconf style build infrastructure to the ZFS tree. This includes autogen.sh, configure.ac, m4 macros, some scripts/*, and makefiles for all the core ZFS components.
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
#
|
||||
# Custom by-path mapping for large JBOD configurations
|
||||
#
|
||||
# Example Config:
|
||||
# Single Supermicro JBOD for RHEL6
|
||||
#
|
||||
|
||||
# Channel A: PCI Bus 7, Enclosure 0x500304800027367f
|
||||
a1 pci-0000:07:00.0-sas-0x500304800027367f-0
|
||||
a2 pci-0000:07:00.0-sas-0x500304800027367f-1
|
||||
a3 pci-0000:07:00.0-sas-0x500304800027367f-2
|
||||
a4 pci-0000:07:00.0-sas-0x500304800027367f-3
|
||||
|
||||
# Channel B: PCI Bus 7, Enclosure 0x500304800027367f
|
||||
b1 pci-0000:07:00.0-sas-0x500304800027367f-4
|
||||
b2 pci-0000:07:00.0-sas-0x500304800027367f-5
|
||||
b3 pci-0000:07:00.0-sas-0x500304800027367f-6
|
||||
b4 pci-0000:07:00.0-sas-0x500304800027367f-7
|
||||
|
||||
# Channel C: PCI Bus 7, Enclosure 0x500304800027367f
|
||||
c1 pci-0000:07:00.0-sas-0x500304800027367f-8
|
||||
c2 pci-0000:07:00.0-sas-0x500304800027367f-9
|
||||
c3 pci-0000:07:00.0-sas-0x500304800027367f-10
|
||||
c4 pci-0000:07:00.0-sas-0x500304800027367f-11
|
||||
|
||||
# Channel D: PCI Bus 7, Enclosure 0x500304800027367f
|
||||
d1 pci-0000:07:00.0-sas-0x500304800027367f-12
|
||||
d2 pci-0000:07:00.0-sas-0x500304800027367f-13
|
||||
d3 pci-0000:07:00.0-sas-0x500304800027367f-14
|
||||
d4 pci-0000:07:00.0-sas-0x500304800027367f-15
|
||||
Reference in New Issue
Block a user