def __init__(self):
     StorageListConfigScreen.__init__(self, "Add A New Storage Volume")
     self.__config = StorageVolumeConfig()
     self.__name = None
     self.__capacity = None
     self.__allocation = None
     self.__formats = None
 def __init__(self):
     StorageListConfigScreen.__init__(self, "Add A New Storage Volume")
     self.__config = StorageVolumeConfig()
     self.__name = None
     self.__capacity = None
     self.__allocation = None
     self.__formats = None
 def get_back_page(self, page):
     if page is MAX_CAPACITY_PAGE:
         if self.__config.needs_format():
             return VOLUME_FORMAT_PAGE
         else:
             return VOLUME_NAME_PAGE
     return StorageListConfigScreen.get_back_page(self, page)
 def get_back_page(self, page):
     if page is MAX_CAPACITY_PAGE:
         if self.__config.needs_format():
             return VOLUME_FORMAT_PAGE
         else:
             return VOLUME_NAME_PAGE
     return StorageListConfigScreen.get_back_page(self, page)
Example #5
0
 def __init__(self):
     StorageListConfigScreen.__init__(self, "List Storage Pools")
 def __init__(self):
     StorageListConfigScreen.__init__(self, "Start A Storage Pool")
 def __init__(self):
     StorageListConfigScreen.__init__(self, "Remove A Storage Pool")
     self.__confirm = None
 def __init__(self):
     StorageListConfigScreen.__init__(self, "List Storage Pools")
 def __init__(self):
     StorageListConfigScreen.__init__(self, "Remove A Storage Pool")
     self.__confirm = None
 def __init__(self):
     StorageListConfigScreen.__init__(self, "Add A New Storage Volume")
     self.__config = StorageVolumeConfig()
     self.__confirm = None
 def __init__(self):
     StorageListConfigScreen.__init__(self, "Start A Storage Pool")
 def __init__(self):
     StorageListConfigScreen.__init__(self, "Add A New Storage Volume")
     self.__config = StorageVolumeConfig()
     self.__confirm = None