## Type: List
## Default: ""
#
# Description: A list of host names or IP addresses.
# Examples:
# g_hosts="10.18.40.[1-5]"
# g_hosts="10.18.[10-12].[1-200],192.188.45.[1-5,40],host[1-100]"
#
g_hosts="192.168.8.30"
## Type: Integer
## Default: 0
#
#
# Description: Disk formatting options.
# 0 Don't Format
# 1 Format the disk (Don't force)
# 2 Force to format the disk
# 3 Don't Format, Just install diskmgt
#
g_parted=0
## Type: List
## Default: ""
#
# Description: Disk format configuration.
# if g_parted is 1 or 2, g_parted_conf not null
# Examples:
#
# g_parted_conf="
# 10.18.40.[1-3]:master.ini;
# 10.18.40.[4-10],host[1-100]:slave.ini;
# host[101-200]:test.ini
# "
#g_parted_conf="10.18.40.[4-5]:master.ini;10.18.40.[6-
7]:slave.ini;10.18.40.8:null.ini"
#
# Remarks: 1.Partition configuration file (master.ini, slave.ini,
null.ini ..)
# in partition/ini directory.
#
# 2.Partition configuration file support custom.
#
文档被以下合辑收录
相关文档
评论