Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
class storage_ceph::disks::disks_lists {
$disks_list = {
'ceph_osd_test' => {
'/dev/disk1_data/sdb_data'=> {
store_type => 'bluestore',
bluestore_wal => 'disk2_journal/sdb_wal',
bluestore_db => 'disk2_journal/sdb_db',
ensure => 'present',
}
},
'ceph_osd_list_prod_cs-001' => {
'23-2EH3N2JX-HGST-HUH728080AL4200/sda_data'=> {
store_type => 'bluestore',
bluestore_wal => '23-2EH3N2JX-HGST-HUH728080AL4200/sda_wal',
bluestore_db => '23-2EH3N2JX-HGST-HUH728080AL4200/sda_db',
ensure => 'present',
},
'24-2EH3GSNX-HGST-HUH728080AL4200/sda_data'=> {
store_type => 'bluestore',
bluestore_wal => '24-2EH3GSNX-HGST-HUH728080AL4200/sda_wal',
bluestore_db => '24-2EH3GSNX-HGST-HUH728080AL4200/sda_db',
ensure => 'present',
},
'25-2EGYZX1X-HGST-HUH728080AL4200/sda_data'=> {
store_type => 'bluestore',
bluestore_wal => '25-2EGYZX1X-HGST-HUH728080AL4200/sda_wal',
bluestore_db => '25-2EGYZX1X-HGST-HUH728080AL4200/sda_db',
ensure => 'present',
},
'26-2EH87DSV-HGST-HUH728080AL4200/sda_data'=> {
store_type => 'bluestore',
bluestore_wal => '26-2EH87DSV-HGST-HUH728080AL4200/sda_wal',
bluestore_db => '26-2EH87DSV-HGST-HUH728080AL4200/sda_db',
ensure => 'present',
},
'27-2EGP9Z4V-HGST-HUH728080AL4200/sda_data'=> {
store_type => 'bluestore',
bluestore_wal => '27-2EGP9Z4V-HGST-HUH728080AL4200/sda_wal',
bluestore_db => '27-2EGP9Z4V-HGST-HUH728080AL4200/sda_db',
ensure => 'present',
},
'28-2EGKBRAV-HGST-HUH728080AL4200/sda_data'=> {
store_type => 'bluestore',
bluestore_wal => '28-2EGKBRAV-HGST-HUH728080AL4200/sda_wal',
bluestore_db => '28-2EGKBRAV-HGST-HUH728080AL4200/sda_db',
ensure => 'present',
},
'29-2EH5WTUV-HGST-HUH728080AL4200/sda_data'=> {
store_type => 'bluestore',
bluestore_wal => '29-2EH5WTUV-HGST-HUH728080AL4200/sda_wal',
bluestore_db => '29-2EH5WTUV-HGST-HUH728080AL4200/sda_db',
ensure => 'present',
},
'0-2EH13V4X-HGST-HUH728080AL4200/sdd_data'=> {
store_type => 'bluestore',
bluestore_wal => '0-2EH13V4X-HGST-HUH728080AL4200/sdd_wal',
bluestore_db => '0-2EH13V4X-HGST-HUH728080AL4200/sdd_db',
ensure => 'present',
},
'1-2EGRN53V-HGST-HUH728080AL4200/sde_data'=> {
store_type => 'bluestore',
bluestore_wal => '1-2EGRN53V-HGST-HUH728080AL4200/sde_wal',
bluestore_db => '1-2EGRN53V-HGST-HUH728080AL4200/sde_db',
ensure => 'present',
},
'2-2EGSSBLX-HGST-HUH728080AL4200/sdf_data'=> {
store_type => 'bluestore',
bluestore_wal => '2-2EGSSBLX-HGST-HUH728080AL4200/sdf_wal',
bluestore_db => '2-2EGSSBLX-HGST-HUH728080AL4200/sdf_db',
ensure => 'present',
},
'3-2EGZVAPX-HGST-HUH728080AL4200/sdg_data'=> {
store_type => 'bluestore',
bluestore_wal => '3-2EGZVAPX-HGST-HUH728080AL4200/sdg_wal',
bluestore_db => '3-2EGZVAPX-HGST-HUH728080AL4200/sdg_db',
ensure => 'present',
},
'4-2EJT1WPV-HGST-HUH728080AL4200/sdh_data'=> {
store_type => 'bluestore',
bluestore_wal => '4-2EJT1WPV-HGST-HUH728080AL4200/sdh_wal',
bluestore_db => '4-2EJT1WPV-HGST-HUH728080AL4200/sdh_db',
ensure => 'present',
},
'5-2EGY07NV-HGST-HUH728080AL4200/sdi_data'=> {
store_type => 'bluestore',
bluestore_wal => '5-2EGY07NV-HGST-HUH728080AL4200/sdi_wal',
bluestore_db => '5-2EGY07NV-HGST-HUH728080AL4200/sdi_db',
ensure => 'present',
},
'6-2EGYHR6V-HGST-HUH728080AL4200/sdj_data'=> {
store_type => 'bluestore',
bluestore_wal => '6-2EGYHR6V-HGST-HUH728080AL4200/sdj_wal',
bluestore_db => '6-2EGYHR6V-HGST-HUH728080AL4200/sdj_db',
ensure => 'present',
},
'7-2EH88GLV-HGST-HUH728080AL4200/sdk_data'=> {
store_type => 'bluestore',
bluestore_wal => '7-2EH88GLV-HGST-HUH728080AL4200/sdk_wal',
bluestore_db => '7-2EH88GLV-HGST-HUH728080AL4200/sdk_db',
ensure => 'present',
},
'8-2EH2TDTX-HGST-HUH728080AL4200/sdl_data'=> {
store_type => 'bluestore',
bluestore_wal => '8-2EH2TDTX-HGST-HUH728080AL4200/sdl_wal',
bluestore_db => '8-2EH2TDTX-HGST-HUH728080AL4200/sdl_db',
ensure => 'present',
},
'9-2EGHR4EV-HGST-HUH728080AL4200/sdm_data'=> {
store_type => 'bluestore',
bluestore_wal => '9-2EGHR4EV-HGST-HUH728080AL4200/sdm_wal',
bluestore_db => '9-2EGHR4EV-HGST-HUH728080AL4200/sdm_db',
ensure => 'present',
},
'10-2EGXX8RX-HGST-HUH728080AL4200/sdn_data'=> {
store_type => 'bluestore',
bluestore_wal => '10-2EGXX8RX-HGST-HUH728080AL4200/sdn_wal',
bluestore_db => '10-2EGXX8RX-HGST-HUH728080AL4200/sdn_db',
ensure => 'present',
},
'11-2EGYPWMX-HGST-HUH728080AL4200/sdo_data'=> {
store_type => 'bluestore',
bluestore_wal => '11-2EGYPWMX-HGST-HUH728080AL4200/sdo_wal',
bluestore_db => '11-2EGYPWMX-HGST-HUH728080AL4200/sdo_db',
ensure => 'present',
},
'12-2EH5WVEV-HGST-HUH728080AL4200/sdp_data'=> {
store_type => 'bluestore',
bluestore_wal => '12-2EH5WVEV-HGST-HUH728080AL4200/sdp_wal',
bluestore_db => '12-2EH5WVEV-HGST-HUH728080AL4200/sdp_db',
ensure => 'present',
},
'13-2EH89NPV-HGST-HUH728080AL4200/sdq_data'=> {
store_type => 'bluestore',
bluestore_wal => '13-2EH89NPV-HGST-HUH728080AL4200/sdq_wal',
bluestore_db => '13-2EH89NPV-HGST-HUH728080AL4200/sdq_db',
ensure => 'present',
},
'14-2EGXB0UV-HGST-HUH728080AL4200/sdr_data'=> {
store_type => 'bluestore',
bluestore_wal => '14-2EGXB0UV-HGST-HUH728080AL4200/sdr_wal',
bluestore_db => '14-2EGXB0UV-HGST-HUH728080AL4200/sdr_db',
ensure => 'present',
},
'15-2EH8R5ZV-HGST-HUH728080AL4200/sds_data'=> {
store_type => 'bluestore',
bluestore_wal => '15-2EH8R5ZV-HGST-HUH728080AL4200/sds_wal',
bluestore_db => '15-2EH8R5ZV-HGST-HUH728080AL4200/sds_db',
ensure => 'present',
},
'16-2EH66R9V-HGST-HUH728080AL4200/sdt_data'=> {
store_type => 'bluestore',
bluestore_wal => '16-2EH66R9V-HGST-HUH728080AL4200/sdt_wal',
bluestore_db => '16-2EH66R9V-HGST-HUH728080AL4200/sdt_db',
ensure => 'present',
},
'17-2EGXD4TV-HGST-HUH728080AL4200/sdu_data'=> {
store_type => 'bluestore',
bluestore_wal => '17-2EGXD4TV-HGST-HUH728080AL4200/sdu_wal',
bluestore_db => '17-2EGXD4TV-HGST-HUH728080AL4200/sdu_db',
ensure => 'present',
},
'18-2EH802TV-HGST-HUH728080AL4200/sdv_data'=> {
store_type => 'bluestore',
bluestore_wal => '18-2EH802TV-HGST-HUH728080AL4200/sdv_wal',
bluestore_db => '18-2EH802TV-HGST-HUH728080AL4200/sdv_db',
ensure => 'present',
},
'19-2EGUAYDX-HGST-HUH728080AL4200/sdw_data'=> {
store_type => 'bluestore',
bluestore_wal => '19-2EGUAYDX-HGST-HUH728080AL4200/sdw_wal',
bluestore_db => '19-2EGUAYDX-HGST-HUH728080AL4200/sdw_db',
ensure => 'present',
},
'20-2EGYHHGV-HGST-HUH728080AL4200/sdx_data'=> {
store_type => 'bluestore',
bluestore_wal => '20-2EGYHHGV-HGST-HUH728080AL4200/sdx_wal',
bluestore_db => '20-2EGYHHGV-HGST-HUH728080AL4200/sdx_db',
ensure => 'present',
},
'21-2EH86ZZV-HGST-HUH728080AL4200/sdy_data'=> {
store_type => 'bluestore',
bluestore_wal => '21-2EH86ZZV-HGST-HUH728080AL4200/sdy_wal',
bluestore_db => '21-2EH86ZZV-HGST-HUH728080AL4200/sdy_db',
ensure => 'present',
},
'22-2EGSLU3X-HGST-HUH728080AL4200/sdz_data'=> {
store_type => 'bluestore',
bluestore_wal => '22-2EGSLU3X-HGST-HUH728080AL4200/sdz_wal',
bluestore_db => '22-2EGSLU3X-HGST-HUH728080AL4200/sdz_db',
ensure => 'present',
},
},
}
}