Search results

  1. C

    service pve-manager restart effect restart of all VMs

    Hi Fabian, you are right. "needrestart" was installed and caused that behavior. So the restart behaviour was not caused by Promox default settings. First I blacklisted all pve-* services by adding: /etc/needrestart/conf.d/pve.conf $nrconf{override_rc} = { # PVE Services qr(^pve) => 0, }...
  2. C

    service pve-manager restart effect restart of all VMs

    Hi Dietmar, thanks for your answer. So the the purpose of the pve-manager.service is to start/stop all VM and Containers but NOT ONLY at server startup/shutdown. However the Debian interactive post upgrade routine asks for service restarts (pveproxy, pvedaemon,etc.) and also includes...
  3. C

    service pve-manager restart effect restart of all VMs

    Hi Ditmar, did you verified this? I have the same problem here. (PVE 4.3 with ZFS RAID1) "service pve-manager restart" also starts/stops all lxc containers and kvm vms. Verified by GUI (Uptime off all guests are resetted) and ping to network interfaces. "uptime" in container is the same as in...