This is needed for two things: - proper QA testing of multiple hypervisors - potential use in quick shutdown without remember
Passes QA. Iustin Pop (5): Introduce instance start/stop no_remember attribute Implement no_remember at CLI level Implement no_remember at RAPI level Switch QA over to using instance stop --no-remember Note --no-remember in NEWS NEWS | 9 ++++++++ lib/cli.py | 7 ++++++ lib/client/gnt_instance.py | 11 ++++++--- lib/cmdlib.py | 6 +++- lib/opcodes.py | 5 ++++ lib/rapi/client.py | 14 ++++++++++-- lib/rapi/rlib2.py | 8 +++++- man/gnt-instance.rst | 19 ++++++++++++++++- qa/ganeti-qa.py | 8 +++--- qa/qa_daemon.py | 45 +++++++++++++++++++------------------------ 10 files changed, 90 insertions(+), 42 deletions(-) -- 1.7.3.1
