mirror of
				https://git.proxmox.com/git/mirror_zfs
				synced 2025-11-04 11:08:14 +00:00 
			
		
		
		
	By default the zpool_layout command would always use the slot number assigned by Linux when generating the zdev.conf file. This is a reasonable default there are cases when it makes sense to remap the slot id assigned by Linux using your own custom mapping. This commit adds support to zpool_layout to provide a custom slot mapping file. The file contains in the first column the Linux slot it and in the second column the custom slot mapping. By passing this map file with '-m map' to zpool_config the mapping will be applied when generating zdev.conf. Additionally, two sample mapping have been added which reflect different ways to map the slots in the dragon drawers.
		
			
				
	
	
		
			68 lines
		
	
	
		
			478 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			68 lines
		
	
	
		
			478 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#
 | 
						|
# Custom LLNL slot mapping for zpool_layout command and
 | 
						|
# StorageScaler 6000 enclosures (Dragon Drawer).
 | 
						|
#
 | 
						|
# Linux	LLNL
 | 
						|
# Slot	Slot
 | 
						|
#
 | 
						|
1	25
 | 
						|
2	19
 | 
						|
3	13
 | 
						|
4	7
 | 
						|
5	1
 | 
						|
6	26
 | 
						|
7	20
 | 
						|
8	14
 | 
						|
9	8
 | 
						|
10	2
 | 
						|
11	27
 | 
						|
12	21
 | 
						|
13	15
 | 
						|
14	9
 | 
						|
15	3
 | 
						|
16	28
 | 
						|
17	22
 | 
						|
18	16
 | 
						|
19	10
 | 
						|
20	4
 | 
						|
21	29
 | 
						|
22	23
 | 
						|
23	17
 | 
						|
24	11
 | 
						|
25	5
 | 
						|
26	30
 | 
						|
27	24
 | 
						|
28	18
 | 
						|
29	12
 | 
						|
30	6
 | 
						|
31	60
 | 
						|
32	54
 | 
						|
33	48
 | 
						|
34	42
 | 
						|
35	36
 | 
						|
36	59
 | 
						|
37	53
 | 
						|
38	47
 | 
						|
39	41
 | 
						|
40	35
 | 
						|
41	58
 | 
						|
42	52
 | 
						|
43	46
 | 
						|
44	40
 | 
						|
45	34
 | 
						|
46	57
 | 
						|
47	51
 | 
						|
48	45
 | 
						|
49	39
 | 
						|
50	33
 | 
						|
51	56
 | 
						|
52	50
 | 
						|
53	44
 | 
						|
54	38
 | 
						|
55	32
 | 
						|
56	55
 | 
						|
57	49
 | 
						|
58	43
 | 
						|
59	37
 | 
						|
60	31
 |