Ejemplo n.º 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
Ejemplo n.º 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)
Ejemplo n.º 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)