mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-06 02:23:50 +00:00
base_settings() set SD and NS as raw values from var_searchdomain/var_ns, but build_container() expects them with -searchdomain=/-nameserver= prefix. When using MyDefaults or AppDefaults code paths (which skip advanced_settings()), the values ended up as unprefixed positional arguments in the pct create command, causing '400 too many arguments'. advanced_settings() already added the prefix correctly, so only default/saved-defaults paths were affected. Ref #13135