PDA

View Full Version : migrate checksum?


acw
07-21-2008, 09:17 AM
Hi Peter/3Tera!

During the app migrate process from 1 grid to another, is there checksum done on the data transferred?

PeterNic
07-21-2008, 10:39 AM
acw, yes, we gzip the volume data by default and use the gzip built-in CRC. The app & class descriptors are not checked (those are small text files; if they get clobbered, app build will most likely fail).

acw
07-22-2008, 09:33 AM
thanks Peter!