Exemplo n.º 1
0
 def __init__(self, host='mfsmaster', port=9421):
     self.host = host
     self.mc = MasterConn(host, port)
     self.inode_cache = {}
Exemplo n.º 2
0
 def __init__(self, host='mfsmaster', port=9421, mountpoint='/mfs'):
     self.host = host
     self.mountpoint = mountpoint
     self.mc = MasterConn(host, port)
     self.inode_cache = {}
     self.symlink_cache = {}