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

rose.suite_restart: new module #1541

Merged
merged 2 commits into from
Mar 17, 2015
Merged

Conversation

matthewrmshin
Copy link
Member

The new module provides the functionality to restart a suite without
reinstalling it.
Modify "rose suite-restart" to become the front end of the new module.

Close #1245.

@matthewrmshin matthewrmshin added this to the soon milestone Feb 11, 2015
@matthewrmshin
Copy link
Member Author

@arjclark please review.

@matthewrmshin
Copy link
Member Author

The logic is essentially:

  • Check that the suite is installed and not running.
  • Do a rose host-select on suite hosts.
  • cylc restart --host=$HOST $NAME.
  • gcylc $NAME.

@matthewrmshin matthewrmshin modified the milestones: next-release, soon Feb 11, 2015
The new module provides the functionality to restart a suite without
reinstalling it.
Modify "rose suite-restart" to become the front end of the new module.

<dt>rose suite-restart</dt>

<dd>Restart without reinstall a shutdown suite from its last known
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you change this to either:

"Restart without reinstalling a shutdown suite from its last known state."

or

"Restart a shutdown suite from its last known state <emph>without</emph> reinstalling it."

@arjclark
Copy link
Contributor

@matthewrmshin - looks good to me. Can you just tweak that bit of documentation to read more easily.

@matthewrmshin
Copy link
Member Author

Description of command in doc updated.

@arjclark
Copy link
Contributor

Looks good to me. Test battery passes in my environment.

arjclark added a commit that referenced this pull request Mar 17, 2015
@arjclark arjclark merged commit 9356698 into metomi:master Mar 17, 2015
@matthewrmshin matthewrmshin deleted the restart-only branch March 17, 2015 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rose suite-run: restart without install
2 participants