Hello, OpenContrail experts, I found the following in the "Contrail Feature Guide", https://www.juniper.net/techpubs/en_US/contrail3.0/information-products/pathway-pages/contrail-feature-guide-pwp.pdf
It says: ........... Overview: Configuring SR-IOV ... Configuring SR-IOV Features Without env.sriov in testbed.py ... In the Nova compute config file, configure a Nova Scheduler filter based on the new PCI configuration, as in the following example: /etc/nova/nova.conf [default] scheduler_default_filters = PciPassthroughFilter scheduler_available_filters = nova.scheduler.filters.all_filters scheduler_available_filters = nova.scheduler.filters.pci_passthrough_filter.PciPassthroughFilter 6. Restart Nova Scheduler. service nova-scheduler restart It seems to me that there is an error here: it says to make the changes in the Nova compute config file and then restart nova-scheduler. However, there is no nova-scheduler service in the Nova compute node at all: service nova-scheduler status nova-scheduler: unrecognized service So it seems to me that this change, of adding scheduler_default_filters/scheduler_default_filters/... settings, should be done in /etc/nova/nova.conf of the *control* node and *not* /etc/nova/nova.conf of the compute node. Does this sounds reasonable ? Kevin _______________________________________________ Dev mailing list [email protected] http://lists.opencontrail.org/mailman/listinfo/dev_lists.opencontrail.org
