示例#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()