예제 #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()