Пример #1
0
 def __init__(self, parent):
     UINode.__init__(self, 'backstores', parent)
     self.cfs_cwd = "%s/core" % self.cfs_cwd
     self.refresh()
Пример #2
0
 def __init__(self, shell, as_root=False):
     UINode.__init__(self, '/', shell=shell)
     self.as_root = as_root
Пример #3
0
 def __init__(self, plugin, parent):
     UINode.__init__(self, plugin, parent)
     self.cfs_cwd = "%s/core" % self.cfs_cwd
     self.refresh()
Пример #4
0
 def __init__(self, plugin, parent):
     UINode.__init__(self, plugin, parent)
     self.cfs_cwd = "%s/core" % self.cfs_cwd
     self.refresh()
Пример #5
0
 def __init__(self, shell, as_root=False):
     UINode.__init__(self, '/', shell=shell)
     self.as_root = as_root
Пример #6
0
 def __init__(self, parent):
     UINode.__init__(self, 'backstores', parent)
     self.cfs_cwd = "%s/core" % self.cfs_cwd
     self.refresh()
Пример #7
0
 def __init__(self, tpg, parent):
     UINode.__init__(self, "portals", parent)
     self.tpg = tpg
     self.cfs_cwd = "%s/np" % tpg.path
     self.refresh()
Пример #8
0
 def __init__(self, tpg, parent):
     UINode.__init__(self, "luns", parent)
     self.cfs_cwd = "%s/lun" % tpg.path
     self.tpg = tpg
     self.refresh()
Пример #9
0
 def __init__(self, tpg, parent):
     UINode.__init__(self, "portals", parent)
     self.tpg = tpg
     self.cfs_cwd = "%s/np" % tpg.path
     self.refresh()
Пример #10
0
 def __init__(self, tpg, parent):
     UINode.__init__(self, "luns", parent)
     self.cfs_cwd = "%s/lun" % tpg.path
     self.tpg = tpg
     self.refresh()