Skip to content

Shine fails to start Lustre 2.10.0 file system #203

Description

@LaHaine

This is with shine 1.5 from OpenHPC 1.3 on EL7:

# shine -f testfs1 start
Traceback (most recent call last):
  File "/opt/ohpc/pub/libs/shine/1.5/sbin/shine", line 34, in <module>
    sys.exit(Controller().run_command())
  File "/opt/ohpc/pub/libs/shine/1.5/lib/python2.7/site-packages/Shine/Controller.py", line 254, in run_command
    rc = command.filter_rc(command.execute())
  File "/opt/ohpc/pub/libs/shine/1.5/lib/python2.7/site-packages/Shine/Commands/Base/FSLiveCommand.py", line 105, in execute
    result = max(result, self.execute_fs(fs, fs_conf, eh, vlevel))
  File "/opt/ohpc/pub/libs/shine/1.5/lib/python2.7/site-packages/Shine/Commands/Start.py", line 95, in execute_fs
    tunings=Tune.get_tuning(fs_conf, fs.components))
  File "/opt/ohpc/pub/libs/shine/1.5/lib/python2.7/site-packages/Shine/Lustre/FileSystem.py", line 529, in start
    actions.launch()
  File "/opt/ohpc/pub/libs/shine/1.5/lib/python2.7/site-packages/Shine/Lustre/Actions/Action.py", line 218, in launch
    self._launch()
  File "/opt/ohpc/pub/libs/shine/1.5/lib/python2.7/site-packages/Shine/Lustre/Actions/Action.py", line 272, in _launch
    if not self._graph_ok(self._members):
  File "/opt/ohpc/pub/libs/shine/1.5/lib/python2.7/site-packages/Shine/Lustre/Actions/Action.py", line 177, in _graph_ok
    dep.launch()
  File "/opt/ohpc/pub/libs/shine/1.5/lib/python2.7/site-packages/Shine/Lustre/Actions/Action.py", line 218, in launch
    self._launch()
  File "/opt/ohpc/pub/libs/shine/1.5/lib/python2.7/site-packages/Shine/Lustre/Actions/Action.py", line 272, in _launch
    if not self._graph_ok(self._members):
  File "/opt/ohpc/pub/libs/shine/1.5/lib/python2.7/site-packages/Shine/Lustre/Actions/Action.py", line 177, in _graph_ok
    dep.launch()
  File "/opt/ohpc/pub/libs/shine/1.5/lib/python2.7/site-packages/Shine/Lustre/Actions/Action.py", line 218, in launch
    self._launch()
  File "/opt/ohpc/pub/libs/shine/1.5/lib/python2.7/site-packages/Shine/Lustre/Actions/Action.py", line 272, in _launch
    if not self._graph_ok(self._members):
  File "/opt/ohpc/pub/libs/shine/1.5/lib/python2.7/site-packages/Shine/Lustre/Actions/Action.py", line 177, in _graph_ok
    dep.launch()
  File "/opt/ohpc/pub/libs/shine/1.5/lib/python2.7/site-packages/Shine/Lustre/Actions/Action.py", line 218, in launch
    self._launch()
  File "/opt/ohpc/pub/libs/shine/1.5/lib/python2.7/site-packages/Shine/Lustre/Actions/Install.py", line 50, in _launch
    nodes=self.nodes, handler=self)
  File "/opt/ohpc/pub/libs/clustershell/1.7.3/lib/python2.7/site-packages/ClusterShell/Task.py", line 629, in copy
    reverse=reverse)
  File "/opt/ohpc/pub/libs/clustershell/1.7.3/lib/python2.7/site-packages/ClusterShell/Worker/Exec.py", line 290, in __init__
    self._create_clients(timeout=timeout, **kwargs)
  File "/opt/ohpc/pub/libs/clustershell/1.7.3/lib/python2.7/site-packages/ClusterShell/Worker/Exec.py", line 310, in _create_clients
    self._add_client(node, rank=rank, **kwargs)
  File "/opt/ohpc/pub/libs/clustershell/1.7.3/lib/python2.7/site-packages/ClusterShell/Worker/Exec.py", line 330, in _add_client
    raise ValueError("missing command or source parameter in "
ValueError: missing command or source parameter in worker constructor

mylustre.lmf.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions