Statistics
| Branch: | Tag: | Revision:

root / lib / cmdlib / instance_utils.py @ 8701dfb0

History | View | Annotate | Download (15.8 kB)

# Date Author Comment
22b7f6f8 05/17/2013 12:31 pm Thomas Thrainer

Extract instance related logical units from cmdlib

All LUInstance* classes are extracted to instance.py. Common functions
are moved to common.py if used by non-instance logical units as well.
Additionally, helper functions which are only used by LUBackup* and...