Nova Scheduler Filter driver updating

Important

First need to do setting up the environment. All commands are executed only from superuser.

Mode superuser:

sudo -i
  1. Driver updating:

    • From Python packages repository:

      pip3 uninstall nova-scheduler-filter
      pip3 install nova-scheduler-filter
      
  2. Restarting nova-scheduler service:

    # Debian:
    systemctl restart nova-scheduler.service
    

Note

If new AccentOS Nova Scheduler Filter Driver package has appeared in your repository for Astra Linux (Smolensk), do the following:

  1. Driver updating:

    apt install -y aos-nova-scheduler-filter