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.
This script checks for file system tree differences between 2 XCP-ng hosts. The comparison can be made against a reference installation (let say a fresh ISO install) and another XCP-ng of the same version but obtained by upgrading an existing installation, or to check differences between ISO and Net installations.
Supported options are:
--reference-host REF_HOST, -r REF_HOST
The XCP-ng host used as reference
--test-host TEST_HOST, -t TEST_HOST
The XCP-ng host to be tested after install or upgrade
--save-reference SAVE_REF, -s SAVE_REF
Save filesystem information of the reference host to a file
--load-reference LOAD_REF, -l LOAD_REF
Load reference filesystem information from a file
Option -r HOST is used to pass the hostname or ip address of the XCP-ng host used as reference.
With -s FILENAME, the reference host filesyistem information is saved to the file FILENAME passed as parameter.
Instead of -r HOST, one can use the reference file created with -s by using the option -f FILENAME.
The host to be tested is specified with the option -t HOST.