[Summer Code Camp] 题目申请_issues189

思路:
format命令增加参数–increment,如下:
$ curveadm format -f /path/to/format.yaml --increment
如果有–increment参数则跳过mkfs步骤,如果格式化百分比大于目录已分配百分比,计算出要分配的preAllocateNum数量,小于等于目录已分配百分比则跳过
修改脚本internal/task/scripts/format.go,如果有–increment参数则增加参数
–allocateByPercent=false
–preAllocateNum=$pre_allocate_num
生成脚本如下:
./curve_format
-fileSize=$chunkfile_size
-filePoolDir=$chunkfile_pool_dir
-filePoolMetaPath=$chunkfile_pool_meta_path
-fileSystemPath=$chunkfile_pool_dir
-allocateByPercent=false
-preAllocateNum=$pre_allocate_num