Add higher priority to root_device_hint plugin

Before RAID configuration is done, the standard plugin will raise an
error because of the missing volumes. The root_device_hint fakes the
scheduling value for the volume until it's fixed in later runs. That
means, during processing the root_device_hint plugin must be called
before the standard plugin.

Change-Id: I04ebcc391efd3410d0f00072bec3576ff2d7f90d
This commit is contained in:
Imre Farkas 2015-05-27 11:45:04 +02:00
parent 7e51106c52
commit e3e3d49bd3

View File

@ -8,6 +8,6 @@ os_tenant_name = service
dnsmasq_interface = {{discovery.interface}}
database = /var/lib/ironic-discoverd/discoverd.sqlite
ramdisk_logs_dir = /var/log/ironic-discoverd/ramdisk/
processing_hooks = ramdisk_error,scheduler,validate_interfaces,edeploy,root_device_hint
processing_hooks = ramdisk_error,root_device_hint,scheduler,validate_interfaces,edeploy
enable_setting_ipmi_credentials = true
keep_ports = added