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