Esempio 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
Esempio 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)
Esempio 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)