ios-xr / gisobuild

Golden ISO build tool for ios-xr
Other
28 stars 14 forks source link

Include check for generated files to avoid running into cXR file size limitation of 2 GB for a single file #6

Open mba666 opened 4 years ago

mba666 commented 4 years ago

cXR has a file size limitation of maximum 2 GB size for a single file. If you include lots of SMUs into the GISO or migration TAR then you end up with an error message when you try to copy that file to the harddisk of the ASR9k.

Please either stop the GISO build process with an error if the generated file exceeds that limiation or at least drop a warning at the end to avoid unnecessary service requests.

Thanks!