コード例 #1
0
ファイル: Tune.py プロジェクト: kcgthb/lustre-shine
 def __init__(self, srv, tuning_conf, comps, fsname):
     ActionGroup.__init__(self)
     self._server = srv
     self._comps = comps
     self._conf = tuning_conf
     self._fsname = fsname
     self._init = False
コード例 #2
0
ファイル: Tune.py プロジェクト: bullxpfs/lustre-shine
 def __init__(self, srv, tuning_conf, comps, fsname, **kwargs):
     ActionGroup.__init__(self)
     self._server = srv
     self._comps = comps
     self._conf = tuning_conf
     self._fsname = fsname
     self._init = False
     self.dryrun = kwargs.get('dryrun', False)
コード例 #3
0
 def __init__(self, srv, tuning_conf, comps, fsname, **kwargs):
     ActionGroup.__init__(self)
     self._server = srv
     self._comps = comps
     self._conf = tuning_conf
     self._fsname = fsname
     self._init = False
     self.dryrun = kwargs.get('dryrun', False)