mirror of
https://github.com/samba-team/samba.git
synced 2025-07-31 20:22:15 +03:00
samba-tool domain dcpromo: add --backend-store-size option
Add a new "samba-tool domain dcpromo" option "backend-store-size". This allows the lmdb map size to be set during a promotion, instead of hard-wiring it to 8Gb. Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Gary Lockyer
parent
bdd72acd32
commit
2face29963
@ -630,7 +630,8 @@ class cmd_domain_dcpromo(Command):
|
||||
machinepass=machinepass, use_ntvfs=use_ntvfs,
|
||||
dns_backend=dns_backend,
|
||||
promote_existing=True, plaintext_secrets=plaintext_secrets,
|
||||
backend_store=backend_store)
|
||||
backend_store=backend_store,
|
||||
backend_store_size=backend_store_size)
|
||||
elif role == "RODC":
|
||||
join_RODC(logger=logger, server=server, creds=creds, lp=lp, domain=domain,
|
||||
site=site, netbios_name=netbios_name, targetdir=targetdir,
|
||||
|
Reference in New Issue
Block a user