Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
reboot multiple clusters
Since a reboot of a full cluster is actual node by node and i have to do info pull to get all the nodes info. Can i loop input pulls without overwrite the register?
Rezk Mekhael
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For Ansible specific questions, I recommend asking in the Slack channel: https://netapppub.slack.com/archives/C2LUVV33R. They will have better knowledge of the best way to do this with the Ansible modules.
As far as REST goes, I thin you should be able to reboot all of the nodes at one time with a request like this if you wanted to:
PATCH /api/cluster/nodes?name=*&action=reboot&allow_data_outage=true
