Skip to content

Commit

Permalink
fix wording when disk too small
Browse files Browse the repository at this point in the history
Signed-off-by: jichenjc <jichenjc@cn.ibm.com>
  • Loading branch information
jichenjc authored and bjhuangr committed Jul 14, 2023
1 parent 36df8be commit cddc4f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zthin-parts/zthin/bin/unpackdiskimage
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ function deployDiskImage {
exit 3
fi
else
printError "Target disk is too small for specified image, required:$targetDiskSize cylinders, given:$diskSize cylinders"
printError "Target disk is too small for specified image, deploy to target disk:$targetDiskSize cylinders, image need minimum:$diskSize cylinders"
exit 3
fi
Expand Down Expand Up @@ -1061,7 +1061,7 @@ function deployDiskImage {
exit 3
fi
else
printError "Target disk is too small for specified image, required:$targetDiskSize blocks, given:$diskSize blocks"
printError "Target disk is too small for specified image, deploy to target disk:$targetDiskSize blocks, image need minimum:$diskSize blocks"
exit 3
fi
Expand Down Expand Up @@ -1147,7 +1147,7 @@ function deployDiskImage {
exit 3
fi
else
printError "Target disk is too small for specified image, required:$targetDiskSize bytes, given:$diskSize bytes"
printError "Target disk is too small for specified image, deploy to target disk:$targetDiskSize bytes, image need minimum:$diskSize bytes"
exit 3
fi
} #deployFCPImage{}
Expand Down

0 comments on commit cddc4f2

Please sign in to comment.