mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
539daefaf3
Update the replication debug (for joins/backups) so that it's easier to see how far through syncing the links we are. E.g. with 150,000 links, you just get screeds of debug like this, with no real idea how far through the replication is. Partition[DC=addom,DC=samba,DC=example,DC=com] objects[11816/11720] linked_values[1500/150024] Partition[DC=addom,DC=samba,DC=example,DC=com] objects[11816/11720] linked_values[1500/150024] Partition[DC=addom,DC=samba,DC=example,DC=com] objects[11816/11720] linked_values[1500/150024] This patch now applies to links the same debug logic we use for objects, and changes it to look like: Partition[DC=addom,DC=samba,DC=example,DC=com] objects[11816/11720] linked_values[57024/150024] Partition[DC=addom,DC=samba,DC=example,DC=com] objects[11816/11720] linked_values[58524/150024] Partition[DC=addom,DC=samba,DC=example,DC=com] objects[11816/11720] linked_values[60024/150024] Signed-off-by: Tim Beale <timbeale@catalyst.net.nz> Reviewed-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> |
||
---|---|---|
.. | ||
composite.h | ||
groupinfo.c | ||
groupinfo.h | ||
groupman.c | ||
groupman.h | ||
libnet_become_dc.c | ||
libnet_become_dc.h | ||
libnet_domain.c | ||
libnet_domain.h | ||
libnet_export_keytab.c | ||
libnet_export_keytab.h | ||
libnet_group.c | ||
libnet_group.h | ||
libnet_join.c | ||
libnet_join.h | ||
libnet_lookup.c | ||
libnet_lookup.h | ||
libnet_passwd.c | ||
libnet_passwd.h | ||
libnet_rpc.c | ||
libnet_rpc.h | ||
libnet_samdump.c | ||
libnet_samsync_ldb.c | ||
libnet_samsync.c | ||
libnet_samsync.h | ||
libnet_share.c | ||
libnet_share.h | ||
libnet_site.c | ||
libnet_site.h | ||
libnet_time.c | ||
libnet_time.h | ||
libnet_unbecome_dc.c | ||
libnet_unbecome_dc.h | ||
libnet_user.c | ||
libnet_user.h | ||
libnet_vampire.c | ||
libnet_vampire.h | ||
libnet.c | ||
libnet.h | ||
prereq_domain.c | ||
py_net_dckeytab.c | ||
py_net.c | ||
py_net.h | ||
userinfo.c | ||
userinfo.h | ||
userman.c | ||
userman.h | ||
wscript_build |