olopez32 / ganeti

Automatically exported from code.google.com/p/ganeti
0 stars 0 forks source link

Remove ganeti behavior ./configure flags #420

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Many things that are present at compile time should be decidable just at 
runtime. This applies to:
- controlled subsystem behaviors (hypervisor, storage, networks, ...)
- controlled subsystem paths (OSes, hypervisors, storage dirs, ...)
- ganeti "experimental" behaviors (split queries, enable monitoring, ...)

This does *not* apply to:
- standard binary paths (libdir, etc)
- optional library presence/absence
- behaviors that are distribution specific

Original issue reported on code.google.com by ultrot...@google.com on 9 Apr 2013 at 9:03

GoogleCodeExporter commented 9 years ago

Original comment by ultrot...@google.com on 10 Apr 2013 at 6:15

GoogleCodeExporter commented 9 years ago
some parts already are decidable at run time; the remaining, bigger refactoring 
should go to a later relelase.

Original comment by aeh...@google.com on 30 Sep 2013 at 8:29