Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shine fails to start Lustre 2.10.0 file system #203

Open
LaHaine opened this issue Aug 21, 2017 · 2 comments
Open

Shine fails to start Lustre 2.10.0 file system #203

LaHaine opened this issue Aug 21, 2017 · 2 comments
Milestone

Comments

@LaHaine
Copy link

LaHaine commented Aug 21, 2017

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

@degremont
Copy link
Collaborator

This is a duplicate of #201

@degremont
Copy link
Collaborator

Fix is 29fbd8c.
Workaround is to define a tuning.conf file, even if empty.

@degremont degremont added this to the 1.6 milestone Aug 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants