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