Hello team, I'm working on how to pass parameters to the iallocator. Currently the default iallocator doesn't accept any parameters from the user. To add this functionality a new field named "default_iallocator_parameters" (or something shorter) is going to be added to config.data under cluster. Since --mond and --ignore-dynu are both opt-in options the field will be empty by default and the user could modify it calling gnt-cluster modify.
Two questions (with obvious answers): * The new field in the rpc defs should be a string? * gnt-cluster info must return the new field, too? And two more: * What kind of tests should I right? * Should the user pass parameters to iallocator when invoking gnt-instanse add, or he should only modify config.data to do that? Spyros
