This patch series improves several things regarding the OS installs, namely, ensure the disk labels are properly passed as environment variables to the OS scripts, update instance metadata at the propery moment, and parametrize the OS script that is called inside the install helper VM.
Jose A. Lopes (5): Fix docstring Change temporary disk from readonly to read-write Extend export OS to override environment Add helper function to generate disk labels Override disk labels and introduce 'OS_SCRIPT' lib/backend.py | 8 +++- lib/cmdlib/instance.py | 73 ++++++++++++++++++++++++-------- lib/rpc_defs.py | 1 + lib/server/noded.py | 3 +- lib/utils/storage.py | 33 +++++++++++++++ test/py/ganeti.utils.storage_unittest.py | 45 ++++++++++++++++++++ 6 files changed, 144 insertions(+), 19 deletions(-) -- 1.9.1.423.g4596e3a
