-
Logged In: YES
user_id=17621
Installs might not slow down at all if -H is on full-time.
I haven't noticed any subjective difference (haven't
benchmarked though) -- either way, a 200Mb image takes only
a few minutes to install. But the *size* difference is
significant -- in my case, the image grows about 10% with -H
off. This would imply that, with -H on, we're actually
transferring...
2003-01-21 20:15:46 UTC in SystemImager
-
SystemImager::Server and getimage don't transfer hard
links,
and don't keep sparse files sparse, when tranferring images
between client and server (either direction). They're
both missing
the -H and -S flags on rsync. Patch for both attached.
2003-01-17 04:37:26 UTC in SystemImager
-
Logged In: YES
user_id=17621
FYI I ran into the same problem on a RedHat 7.2-ish machine.
The pyconfig.h workaround described earlier (deleting the
three #defines for large file support) works.
2003-01-10 05:36:06 UTC in Python