After help text is displayed, exit. Spaces in the end of lines were remo...#50
Open
riparap wants to merge 8 commits intolamw:masterfrom
Open
After help text is displayed, exit. Spaces in the end of lines were remo...#50riparap wants to merge 8 commits intolamw:masterfrom
riparap wants to merge 8 commits intolamw:masterfrom
Conversation
…emoved by editor. Real modifications have been marked with dates. Fixed status messages of dryrun. Fixed "Final status" message when VM has independant VMDKs and at least one normal VMDK. Fixed handling of "-w" parameter, it does not have to be located before parameters -a and -m on command line anymore. Trap settings for removing workdir modified in case WORKDIR_DEBUG=1, also fixed call of reConfigureGhettoVCBConfiguration which was placed too late inside sanityCheck. NOTE! Remember to use own ghettoVCB specific temp directory for WORKDIR, it may be removed in the end of script. In ghettoVCB-restore.sh fixed one typo. In ghettoVCB.sh fixed typo indepdenent => independent.
…OLS_CMD_OPTIONS="-v 10")
…case backup of any vmdk's of vm fails, make backup of vm fail too: do not compress faulty backup if compress is enabled (ENABLE_COMPRESSION), instead delete this faulty backup (in checkVMBackupRotation). Prev. is fix for symlink creation too because it has not been created in this case while backups were anyway rotated (RSYNC_LINK,SYMLINK_SRC). Changed location of compress and rsync blocks. Optional pause between backup of vmdk's (debug "file already exist" errors).
… Added more debug messages.
….. | grep -i "capacity" ..' returned two values in VMware 5.5.0: "maxVirtualDiskCapacity" and "capacity" => parameter -i removed.
…ssage when faulty backup is deleted to match situation where nothing is deleted (VM_BACKUP_ROTATION_COUNT). Do not continue backup of vm if backup of vmdk's of it has failed for some reason.
…dle. Fixes and modifications listed below are included in this bundle.
…dle. Additional fixes and modifications listed below are included in this bundle.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Modifications:
After help text is displayed.
Fixed status messages of dryrun.
Fixed "Final status" message when VM has independant VMDKs and at least one normal VMDK.
Fixed handling of "-w" parameter, it does not have to be located before parameters -a and -m on command line anymore.
Trap settings for removing workdir modified in case WORKDIR_DEBUG=1, also fixed call of reConfigureGhettoVCBConfiguration which was placed too late inside sanityCheck.
In ghettoVCB-restore.sh fixed one typo.
In ghettoVCB.sh fixed typo indepdenent => independent.
"False positive" changes: spaces in the end of lines were removed by editor, real modifications have been marked with dates.