> - # hack: vzctl '--userpasswd' starts the CT, but we want > - # to avoid that for create > - PVE::OpenVZ::set_rootpasswd($private, $password) > + PVE::OpenVZ::set_rootpassword($vmid, $password) As mentioned in the comment, we don't want to start the VM. Your approach start the VM (or is that fixed now)?