Subversion Repositories configs

Rev

Rev 4 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 9
Line 158... Line 158...
158
#
158
#
159
# force_rebuild <0 | 1>
159
# force_rebuild <0 | 1>
160
#			- By default, kdump initrd only will be rebuilt when
160
#			- By default, kdump initrd only will be rebuilt when
161
#			  necessary. Specify 1 here to force rebuilding kdump
161
#			  necessary. Specify 1 here to force rebuilding kdump
162
#			  initrd every time when kdump service starts.
162
#			  initrd every time when kdump service starts.
-
 
163
#
-
 
164
# fence_kdump_args <arg(s)>
-
 
165
#			- Command line arguments for fence_kdump_send (it can contain
-
 
166
#			all valid arguments except hosts to send notification to).
-
 
167
#
-
 
168
# fence_kdump_nodes <node(s)>
-
 
169
# 			- List of cluster node(s) separated by space to send fence_kdump
-
 
170
# 			notification to (this option is mandatory to enable fence_kdump).
-
 
171
 
163
 
172
 
164
#raw /dev/sda5
173
#raw /dev/sda5
165
#ext4 /dev/sda3
174
#ext4 /dev/sda3
166
#ext4 LABEL=/boot
175
#ext4 LABEL=/boot
167
#ext4 UUID=03138356-5e61-4ab3-b58e-27507ac41937
176
#ext4 UUID=03138356-5e61-4ab3-b58e-27507ac41937
Line 180... Line 189...
180
#options modulename options
189
#options modulename options
181
#default shell
190
#default shell
182
#debug_mem_level 0
191
#debug_mem_level 0
183
#force_rebuild 1
192
#force_rebuild 1
184
#sshkey /root/.ssh/kdump_id_rsa
193
#sshkey /root/.ssh/kdump_id_rsa
-
 
194
#fence_kdump_args -p 7410 -f auto -c 0 -i 10
-
 
195
#fence_kdump_nodes node1 node2